summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/module.php
AgeCommit message (Expand)Author
2009-10-22Poor man's merge. Note to self, git pull before working. Next pound the steps...Chad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-04Revert "Create a gallery::plugin_path which returns the appropriate path to t...Tim Almdal
2009-10-04Create a gallery::plugin_path which returns the appropriate path to the modul...Tim Almdal
2009-09-30Add functionality to activate sidebar blocks when the module is activated and...Tim Almdal
2009-09-29Remove a debugging log statementTim Almdal
2009-09-29Remove the @todo and optimize the gallery_event call for 3 and 4 arguments......Tim Almdal
2009-09-29* Remove the @todo in module event and always try to call gallery_event::$fun...Tim Almdal
2009-09-05Change the module installer so that you don't need to provide your ownBharat Mediratta
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-06-30Fix i18n issue - accidentally called t() on translated messages. Please trunc...Andy Staudacher
2009-06-29Partial fix for ticket 471 - i18n of module names in upgrader.Andy Staudacher
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-09Fix a bug in set_version() where we were always forcing the value to 1. Oops!Bharat Mediratta
2009-06-09Cache the available module list in module::$available.Bharat Mediratta
2009-06-09Use a reference in available() to avoid crappy looking dereferencing.Bharat Mediratta
2009-05-28Restore calls to module::load_modules() after install/activate/deactivate/uni...Bharat Mediratta
2009-05-28Load the gallery module in load_modules(), but put it at the end ofBharat Mediratta
2009-05-28Force modules/gallery to be at the end of the module load path, soBharat Mediratta
2009-05-27Fix up another place where we were incorrectly referencing the gallery module.Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta