Commons Message Notification Center

Component type

module

Categories

Maintenance status

Development status

Downloads

2530

Component created

Component changed

This module extends the messaging system in Drupal Commons 3.3 or later to support routing notifications to an internal notification center similar to that seen on sites like Facebook.

NOTE: This module is still early in development and is not feature complete nor is the code optimized yet. Use at your own risk.

User addressbook

Component type

module

Maintenance status

Development status

Downloads

1521

Component created

Component changed

Drupal 8: There will be no D8 version of this module.
This module was built especially as Drupal Commerce 1.x Addressbook solution, but it also could be used as a simple User addressbook.
For D8, Profile with Address will provide the right User addressbook solution.

@Autoload

Component type

module

Categories

Maintenance status

Development status

Downloads

643

Component created

Component changed

Note: The feature is merged to at_base

Support PSR-4 autloading for Drupal 7 modules.

Module that defines dependencies[] = at_base in info file, can autoload the classes:

/path/to/module/lib/Class.php -> Drupalmodule_nameClass
/path/to/module/lib/Controller/PageX.php -> Drupalmodule_nameControllerPageX

Depends on at_base.module

@Config

Component type

module

Categories

Maintenance status

Development status

Downloads

599

Component created

Component changed

Note: The feature is merged to at_base

Simple config API for modules.

Install

Spyc.php is needed to read yaml files.

Download Spyc.php (http://goo.gl/kMwPil) to sites/all/libraries/spyc/Spyc.php

at_require.module can help download libraries automatilcally.

Usages

echo at_config('atest_config')->get('foo'); // bar

@Theming

Component type

module

Maintenance status

Development status

Downloads

975

Component created

Component changed

Note: The feature is merged to at_base

Provide some helper method for theming.

Check the tests for more details.

Install

Download Twig library to /sites/all/libraries/twig — where we can find /sites/all/libraries/twig/lib/Twig/Autoloader.php

at_require.module can help download libraries automatilcally.