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
2010-09-08
Detect out-of-date modules and put up a message for site admins.
Bharat Mediratta
2010-09-08
Detect when a module fails to upgrade properly and put up an
Bharat Mediratta
2010-09-07
Fix typo.
Bharat Mediratta
2010-09-06
Don't bomb on the race condition when we're trying to create the
Bharat Mediratta
2010-08-06
Add a "weight" column to the module table. This allows us to specify
Bharat Mediratta
2010-06-05
Undo the change added in e4eedbce2298535540cb651d75ba6f1bf42cf02b
Bharat Mediratta
2010-06-05
Fix a comment typo.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-24
Remove the one last remaining reference to "no_module_admin".
Tim Almdal
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-21
Internationalize all strings in admin_modules.hmtl and corrected comments.
Tim Almdal
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2009-12-22
ORM::factory() in K24 does not allow you to specify an alternate key
Bharat Mediratta
2009-12-17
Convert some database queries.
Bharat Mediratta
2009-12-06
Update more database calls.
Bharat Mediratta
2009-11-29
Update a few more occurrences of ORM/Database -> Database_Builder
Bharat Mediratta
2009-11-29
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-28
Rework the theme loading code to allow themes to be treated as Gallery
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-12
Change the keys of the block arrays in block manager to be a md5 hash of modu...
Tim Almdal
2009-10-27
Add a flag in the module.info (no_module_admin) to indicate that this module ...
Tim Almdal
2009-10-26
Change the upgrader so that it never deactivactes the gallery nor the current...
Tim Almdal
2009-10-22
Change Identity adminstration to use the uninstall/install methods when chang...
Tim Almdal
2009-10-22
When uninstalling a module call graphics:remove_rules instead of graphics rem...
Tim Almdal
2009-10-18
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-18
Optimize the get method to retrieve the module information from the loaded mo...
Tim Almdal
2009-10-18
Move the default identity config into the users module and change the Identit...
Tim Almdal
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