• strict warning: Non-static method view::load() should not be called statically in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/views.module on line 906.
  • strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/handlers/views_handler_filter.inc on line 26.
  • strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/handlers/views_handler_filter.inc on line 26.
  • strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc on line 13.
  • strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/plugins/views_plugin_style_default.inc on line 13.
  • strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/plugins/views_plugin_row.inc on line 24.
  • strict warning: Declaration of views_plugin_row::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in /home/vhosts/aggregator.foolab.org/www/sites/all/modules/contrib/views/plugins/views_plugin_row.inc on line 24.

Invoice views

Drupal Modules - Wed, 22/05/2013 - 3:44pm

This module enables Views integration for the Invoice project. Some basic fields are integrated, contributions are more than welcome.

OpenLayers Zoomswitch

Drupal Modules - Wed, 22/05/2013 - 2:20pm

This module enables you to define on which zoom level you should see what layers. This module was initially build to be used with the Google Maps base layer.

Usage

Enable the module and configure this on the Behavior tab of your map.

A11y

Drupal Modules - Wed, 22/05/2013 - 2:12pm
Accessibility icon

A proof-of-concept of how accessibility checking can work in Drupal. Eventually this project will have:

Demo meetme sandbox module

Drupal Modules - Wed, 22/05/2013 - 2:00pm

This is a demo sandbox module for my test

MySQL and the SSB – Part 2 – MyISAM vs InnoDB low concurrency

MySQL Performance Blog - Wed, 22/05/2013 - 1:50pm

This blog post is part two in what is now a continuing series on the Star Schema Benchmark. In my previous blog post I compared MySQL 5.5.30 to MySQL 5.6.10, both with default settings using only the InnoDB storage engine.  In my testing I discovered that innodb_old_blocks_time had an effect on performance of the benchmark.  There was [...]

Regression

Drupal Modules - Wed, 22/05/2013 - 11:05am

Drupal module for regression site testing.

INSTALLATION

1. Download and install the module.

USAGE

1. Open module configuration page.
2. Go into /admin/config/regression/paths.
3. Click "Add new path" button. You will be redirected to the page of path configurator.
4. Enter list of pages which should be included or excluded from regression testing. You may use '%' character to describe dynamic parameters.
For more details, please read README.md.

Field maxlength alter

Drupal Modules - Wed, 22/05/2013 - 6:15am

If you have found this module you have probably created a field with a max_length that is no longer valid. You are either unable to store a value since it exceeds max_length, or perhaps you want to shorten the max_length to reduce database size?

Commerce Pre-order

Drupal Modules - Wed, 22/05/2013 - 4:56am

Commerce Pre-order provides a framework to allow pre-ordering products utilizing Drupal Commerce's checkout.

Health monitor

Drupal Modules - Wed, 22/05/2013 - 4:11am

Admin dashboard displaying site health status.
Built in e-mail system for reporting health issues.
Health API for easily hooking up 3rd party systems to view site health.

Easily integrate custom health status items.
Great for sites with custom bits of functionality to monitor.

Conditional Avatar

Drupal Modules - Wed, 22/05/2013 - 3:33am

Use case
It is a field formatter based on custom formatters module.
It is useful when you have users with a imagefield empty and you want to display an standard avatar (male or female) according the values of another field (sex field).

Payment Arbitrary

Drupal Modules - Wed, 22/05/2013 - 3:26am

A standalone form for creating arbitrary payments with the payment module.

  • Very useful for a webmaster who needs to log payments against users (sponsorships, taken cash, etc).
  • Also good for donations.

UC Simple Bank Transfer

Drupal Modules - Wed, 22/05/2013 - 3:13am

Simple Bank Transfer payment method for Ubercart

Current Version:
- Multiple account from one single settings

Todo:
- Create capability to support multiple bank account
- Create bank transfer report page
- Create bank transfer confirmation page

PayWay Payment

Drupal Modules - Wed, 22/05/2013 - 2:15am

This is an integration of Westpac's PayWay gateway as a method for the Payment module.

Currently it only handles PayWay Net (Not PayWay API).

Term Value

Drupal Modules - Wed, 22/05/2013 - 2:12am

Term Value provides a new compound field type allowing entry of term reference and textfield pairs. The use case for this is to use a vocabulary to define types of values that can be provided, leaving it up to the content author to choose what values are provided.

Batch video

Drupal Modules - Tue, 21/05/2013 - 10:11pm

Tired looking at the boring batch page ? Always going for a walk when running simpletests until they are done ?

Add a video to it and have some fun while you wait! Videos are config entities, so you can easily create your own videos.

Inspired by Alex Pott during a Drupalcon breakfast.

HubSpot Blog Integration

Drupal Modules - Tue, 21/05/2013 - 9:09pm

The HubSpot Blog Integration module is built to pull blog content created in HubSpot to be used within the Drupal site.

Slider Popup

Drupal Modules - Tue, 21/05/2013 - 8:34pm

This is a joint Educational project of the Drupalista's group to implement a panel that 'slides' out from the left or right, over the content of a page. In the initial version, the content of the panel is entered through the administrative panel and there is one trigger block that can be positioned in a region. Later versions will support multiple trigger blocks and panels. The Link below describes our initial project. The feature to implement the animated buttons within the panel will be implemented in a separate CKeditor plugin.

Views Result Context

Drupal Modules - Tue, 21/05/2013 - 8:04pm

This is a Context plugin which allows you to set a condition when a chosen view returns any results, because sometimes you use the context module, and some of those times you maybe use views, and perhaps some of those times you want to set a context condition when a given view returns a result. This is a module for those times.

Field Group (cleaning)

Drupal Modules - Tue, 21/05/2013 - 6:59pm

This sandbox tries to clean up the Field Group module – #2000128: Clean up code.

Teaserimage

Drupal Modules - Tue, 21/05/2013 - 6:45pm

This is fork of Teaser Thumbnail originally developed by hunvreus.
Documentation and over info are coming soon.

ApacheSolr Workbench Moderation

Drupal Modules - Tue, 21/05/2013 - 5:42pm

Integrates the Workbench Moderation module to work with ApacheSolr.

Development sponsored by Propeople.

SidrJS

Drupal Modules - Tue, 21/05/2013 - 4:21pm
Screenshot of the Sidr JS jQuery plugin showing a mobile menu.

This is a Drupal module that utilizes the sidr.js jQuery plugin developed by Alberto Varela. http://www.berriart.com/sidr

Original image with style

Drupal Modules - Tue, 21/05/2013 - 3:52pm

Replace original images by images with style.

Using Solr With TYPO3 On Debian Wheezy

Howto Forge - Tue, 21/05/2013 - 3:37pm

Using Solr With TYPO3 On Debian Wheezy

IPDC integration

Drupal Modules - Tue, 21/05/2013 - 3:03pm

This module provides a feature and a migrate script to set up and sync the Flemish e-gov product catalog into Drupal.

The feature beipdc_products will create a content type which has all the fields you might expect from the product catalog. It was created for regular mortal users (non-developers).