Less CSS Preprocessor

Component type

module

Maintenance status

Development status

Downloads

134821

Component created

Component changed

This is a preprocessor for LESS files.

This module will automatically process any LESS files that are added using drupal_add_css(), or added through your module/theme's .info file.

Add your files just like any other css file, just with ".css.less" as the extension, and they will be automatically processed.

RTL support will work as long as your file extension is ".css.less".

7.x-4.0 Features (PHP 5.3+ required)

7.x-3.0 Features

There are several new features:

The included less_demo module should provide API demonstration for new features.

Requirements

  • Libraries API
  • less.php and unpack it so that 'lessc.inc.php' is located at 'sites/all/libraries/lessphp/lessc.inc.php'.

Compatibility

Fully compatible with CSS aggregation:

Drupal 6 "Optimize CSS files" setting under "Administer→Site configuration→Performance" (admin/settings/performance).

Drupal 7 "Aggregate and compress CSS files" setting under "Administration→Configuration→Development→Performance" (admin/config/development/performance)

CLI Daemon

Component type

module

Maintenance status

Development status

Downloads

2593

Component created

Component changed

This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.

Features

  • Clean usage of pcntl_* extension, with SIG handling.
  • Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
  • Is able to run job_queue jobs, and Drupal cron if no other module has been run.
  • Provide a Drush integration.
  • The CLI Daemon can be run and killed by site administrator from the Drupal administration.
  • Proceed implementing module list pragmatically, run the first found and dies after remembering where is its module pointer within the module list.

Views Infinite Scroll

Component type

module

Maintenance status

Development status

Downloads

651578

Component created

Component changed

Views infinite scroll allows you to load and display pages of any view inline, using AJAX (this has been called infinite scrolling, load more, autopaging, endless pages and more). The pager can be triggered with the press of a button or automatically as the user scrolls to the bottom of the view's content.

The Drupal 8 version of Views Infinite Scroll is a lightweight solution which:

Gittyup drush command

Component type

module

Categories

Maintenance status

Development status

Downloads

533

Component created

Component changed

Gittyup is a set of drush commands to update a Drupal install's git repository. With the advent of drush site aliases and site groups, as well as it's remote capabilities, it became advantageous to use drush commands instead of shell scripts for keeping development and staging sites up to date.

Assumptions

It is assumed that the root directory of the git repository is the root of the Drupal install. If this is not the case, it is recommended to explicitly declare your repository's root in the site-alias for the site:

Drush EM

Component type

module

Categories

Maintenance status

Development status

Downloads

1420

Component created

Component changed

Drush tool to dump/update CTools (and some other) exportables.

To a site developer, CTools exportables (which includes Panels, Page Manager pages and Strongarm variables) and default Views, is a godsend for creating sites and then storing the setup in code. However, exporting the objects and saving them in the right files is a bit of a chore, and it is here Drush EM helps out by providing some simple commands.

Drush Cleanup

Component type

module

Categories

Maintenance status

Development status

Downloads

2334

Component created

Component changed

This utility Drush add-on just deletes text files (not needed but are) packaged with Drupal; files like INSTALL.txt, UPGRADE.txt, README.txt (in multiple places), etc. This plugin is largely obsolete, or just dated since modern Drupal/web server configurations can deal with protecting these files from being accessed.

UUID Features Integration

Component type

module

Maintenance status

Development status

Downloads

189017

Component created

Component changed

UUID Features 7.x-1.0-alpha3 fixes some HTML code that made the module completely unusable. Please update ASAP. If you're experiencing WSOD simply remove the module files completely then upload the latest version. The latest version now works with UUID 7.x-1.0-alpha3. Please report any bug you encounter in the issue queue.

Pixlr

Component type

module

Maintenance status

Development status

Downloads

6648

Component created

Component changed

Look at Image Editor module first - it has all the functionality of this module and more.

Bring Photoshop-like functionality into your Drupal website! Meet Pixlr power - create/edit any images online in the powerful and feature-rich image editor and save resulted images back to your site!

Drush Drake

Component type

module

Categories

Development status

Downloads

848

Component created

Component changed

Drush drake is a module to enable drush based setting and configuration migrations from developers machines to external environments. If you are looking to migrate content or users, you are probably looking for the migrate module.

The goal is to allow developers to write scripts of drush commands that alter drupal setups (i.e. variables table, module enabling/disabling, permissions). These scripts are easily executed within the context of drush, and can be stored in a source control system such as git or svn. With one command you can update shared development, staging, and production environments in a serial and traceable way.