index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
helpers
/
module.php
Age
Commit message (
Expand
)
Author
2009-09-05
Change the module installer so that you don't need to provide your own
Bharat Mediratta
2009-08-03
Combine the quick menu and the thumb menu into a single menu called
Bharat Mediratta
2009-06-30
Fix i18n issue - accidentally called t() on translated messages. Please trunc...
Andy Staudacher
2009-06-29
Partial fix for ticket 471 - i18n of module names in upgrader.
Andy Staudacher
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-09
Fix a bug in set_version() where we were always forcing the value to 1. Oops!
Bharat Mediratta
2009-06-09
Cache the available module list in module::$available.
Bharat Mediratta
2009-06-09
Use a reference in available() to avoid crappy looking dereferencing.
Bharat Mediratta
2009-05-28
Restore calls to module::load_modules() after install/activate/deactivate/uni...
Bharat Mediratta
2009-05-28
Load the gallery module in load_modules(), but put it at the end of
Bharat Mediratta
2009-05-28
Force modules/gallery to be at the end of the module load path, so
Bharat Mediratta
2009-05-27
Fix up another place where we were incorrectly referencing the gallery module.
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta