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
/
core
/
helpers
/
module.php
Age
Commit message (
Expand
)
Author
2008-12-11
Change the name of the implmentation of module parameters to module vars
Tim Almdal
2008-12-10
Create a module parameter table. This will be useful if a module wants to st...
Tim Almdal
2008-12-05
* Add a moveTo unit test
Tim Almdal
2008-12-04
Change the startup code to only put installed modules on the autoload
Bharat Mediratta
2008-11-28
Remove debugging statements
Tim Almdal
2008-11-28
Dynamically create the list of available modules. This permits new modules t...
Tim Almdal
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Rename module::get_list() to module::installed()
Bharat Mediratta
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-22
Correct case on helper class names. By convention, helper class names are lo...
Tim Almdal
2008-11-21
2nd attempt at inserting html by modules.
Tim Almdal
2008-11-18
Added the is_installed to the module helper and change to photo.html to not t...
Tim Almdal
2008-11-15
Add Theme::module() and module::get()
Bharat Mediratta
2008-11-13
Create module helper and refactor all the code that creates, updates
Bharat Mediratta