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-10-22
Poor man's merge. Note to self, git pull before working. Next pound the steps...
Chad Kieffer
2009-10-18
Resolve merge conflict.
Chad Kieffer
2009-10-04
Revert "Create a gallery::plugin_path which returns the appropriate path to t...
Tim Almdal
2009-10-04
Create a gallery::plugin_path which returns the appropriate path to the modul...
Tim Almdal
2009-09-30
Add functionality to activate sidebar blocks when the module is activated and...
Tim Almdal
2009-09-29
Remove a debugging log statement
Tim Almdal
2009-09-29
Remove 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-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