-
Ported Rubik theme from the 6.x-1.x branch.
-
Use drupal_add_library() to add jQuery Hotkey plugin.
-
Remove support for Google Gears which has been discontinued. See http://gearsblog.blogspot.se/2011/03/stopping-gears.html
-
Use native JSON functions instead of jquery-json plugin. The browsers we support should have JSON.stringify() and JSON.parse().
-
Remove demo/test code.
-
Remove LICENSE.txt (it's added by the package script).
-
Administration menu module no longer creates a menu.
-
Include local tasks (tabs)! Adopted from Administration menu module. Removed (invalid) hardcoded local tasks.
-
Fix #626876: allow export in bulk to stdout, by fajerstarter. Signed-off-by: Andrea Pescetti <andrea@nuvole.org>
-
Remove version from info file.