summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/module.php
AgeCommit message (Expand)Author
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