Drush.Recipes Service

Component type

module

Categories

Maintenance status

Development status

Downloads

409

Component created

Component changed

These are the modules, recipes and features used for setting up your own http://drush.recipes style web service.

These modules by them self probably aren't useful. You can build you own working drush.recipes style web service by cooking the recipe.
drush cook http://drush.recipes/sites/default/files/recipes/drecipe_uploads/drush_r...

Drush update modules

Component type

module

Categories

Maintenance status

Development status

Downloads

40

Component created

Component changed

Provides drush hooks to allow 'update modules' to be installed before or after hook_update_N() is run.

This allows projects where lots of updates are being added to do so without worrying about merge conflicts.

Update modules should have the following in their .info in order to get picked up:

update type = before

Or

update type = after

All logic should happen in hook_install()

Dr. H (Drupal Helper)

Component type

module

Categories

Maintenance status

Development status

Downloads

2047

Component created

Component changed

Dr. H (Drupal Helper) is a set of handy functions created during personal Drupal development to avoid having to implement them again and again in every new site.

I have never been a good documentation writer but I have tried to do a good job here. So please check the comments before each function to understand what the function does.

If you think something can be improved (code, documentation, the module itself...), please do not hesitate to open an issue and I'll check it ASAP.

PerfBar

Component type

module

Maintenance status

Development status

Downloads

592

Component created

Component changed

Add PerfBar to your website! http://lafikl.github.io/perfBar/

It's a neat little JS script that adds a bar of performance metrics to the bottom of your screen.

Only default options right now.

I am working on adding an admin form where you can control which stats show up in the bottom, and an alter to add your own stats, but I'm trying to keep it done in a performant way. The default options are pretty good anyway, as all of the stats on there are useful.

Installation Instructions:

CSS field formatters

Component type

module

Maintenance status

Development status

Downloads

3853

Component created

Component changed

Provides several field formatters to create css styles based on field values. The selector may contain tokens and all formatters support media queries.

Together with field_formatter_css_class you can create a very powerful tool for your users to customize the website design.

Current formatters:

CSS property formatter

Sets any css property based on a field value. For example set the height of an element or change its background color. Supports field prefix and suffix.