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
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-06-11
Rename the comparator to something that makes more sense (to me), and make it...
Bharat Mediratta
2012-05-11
Sort modules by visible name, not id. Fixes #1859.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-23
Use an absolute url for the upgrader link. Also, clear the upgrade_now
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-08
Use the code version when installing a module that has no installer,
Bharat Mediratta
2010-12-28
Use db::expr instead of "new Database_Expression". Resolves #1560.
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-11-08
Implement module::clear_all_vars($module_name)
Bharat Mediratta
2010-09-29
Stop caching all module variables in the vars table using the
Bharat Mediratta
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
[next]