Responsive Panels Grids

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Create responsive layouts with help of SASS (Zen grids at the moment).

Demo video http://youtu.be/JFSRJ4A6uuY

Installation requirements

You need to have Compass installed. Module under the hood creates a project in public files directory and compiles files on every page view (this should definitively be improved). Sandbox does have zen grids in it. So no need to install them separately.

UC Alpha DeltaPay

Component type

module

Maintenance status

Development status

Downloads

647

Component created

Component changed

Adds a payment method to Ubercart to accept credit card payments through Alpha DeltaPay (Greek bank).

The original code for Drupal 6.x and Ubercart 2.x was originally created from GiorkosK and may be found at http://www.ubercart.org/project/uc_alpha_deltapay. The module for Drupal 7.x and Ubercart 3.x though is a complete rewrite of the code.

One line Calendar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extend's Calendar module's class. Basically shows all results in one row, grouped by date.
Unlike usual Calendar view, One Line Calendar View support grouping. So you can group you results and they will be showed in separate rows.

Entity reference unpublished

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Entity reference module formatters check if the user has access to the user entity before render it.
Sometimes this behavior is not desirable. I.E.: If you want to reference a node, but this referenced node is not published, it is not displayed in the formatter.
This sandbox projects avoids this validation and all the referenced entities are displayed in the formatter.
Please be careful with the usage of this module to avoid undesirable results.

Commerce Alphabank Redirect

Component type

module

Maintenance status

Development status

Downloads

2536

Component created

Component changed

Alphabank Status Update July 2014

The bank contacted me through my clients and informed me that they will be changing their backend after their merging with another bank.
The reason they called was to tell me that I need to update the communication of my clients with their systems. As banks do of course, they are not willing to support our development or Drupal, they just force the changes. I specifically asked they sponsor the development of the new module which will be published as GPL inside Drupal.org.

Feeds Archive Fetcher (fork)

Component type

module

Maintenance status

Development status

Component created

Component changed

Forked from theduke's sandbox: http://drupal.org/sandbox/theduke/1705330 to extend it to allow fetching from multiple files in sub-directories of the archive, and possibly more additions to come.

From theduke's project description: This simple module provides a feed plugin to fetch an archive from either a remote or local location, extract it and then act upon a file inside that archive.

Find Replace

Component type

module

Maintenance status

Development status

Component created

Component changed

** DRUPAL 7 **

CONFIGURATION
==============
- "Settings > Settings" define the name of the tables where symbol search will be implemented.
Please start the name of the table in a new row.
For example:
field_data_body
field_revision_body
node
node_revision
etc.

- "Settings > Characters" define the needle strings with a replaced string delimiting it with |||.
Each condition has to start in a new row.
For example [needle]|||[new string]:
“|||".

Commerce Migrate OSC

Component type

module

Maintenance status

Development status

Component created

Component changed

These are migration classes based on the Migrate module, to migrate an osCommerce site to Drupal Commerce.

Included:

- User migration (will not transfer passwords)
- Product migration (only descriptions and price. Images are not implemented yet.)
- Address book migration
- Order migration
- Order line item migration

Required: