summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/module.php
AgeCommit message (Expand)Author
2013-09-06#2083 - Sanitize data from module.info files.shadlaws
2013-03-05#2040 - Deactivate modules that no longer exist.shadlaws
2013-03-02#2031 - Add class_exists() before method_exists() if class existence is unknown.shadlaws
2013-02-20#2008 - Add warnings if some active modules are obsolete.shadlaws
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-06-11Rename the comparator to something that makes more sense (to me), and make it...Bharat Mediratta
2012-05-11Sort modules by visible name, not id. Fixes #1859.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-23Use an absolute url for the upgrader link. Also, clear the upgrade_nowBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-08Use the code version when installing a module that has no installer,Bharat Mediratta
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-11-28Replace self::func() with <helper_name>::func() for all public APIsBharat Mediratta
2010-11-08Implement module::clear_all_vars($module_name)Bharat Mediratta
2010-09-29Stop caching all module variables in the vars table using theBharat Mediratta
2010-09-08Detect out-of-date modules and put up a message for site admins.Bharat Mediratta
2010-09-08Detect when a module fails to upgrade properly and put up anBharat Mediratta
2010-09-07Fix typo.Bharat Mediratta
2010-09-06Don't bomb on the race condition when we're trying to create theBharat Mediratta
2010-08-06Add a "weight" column to the module table. This allows us to specifyBharat Mediratta
2010-06-05Undo the change added in e4eedbce2298535540cb651d75ba6f1bf42cf02bBharat Mediratta
2010-06-05Fix a comment typo.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-24Remove the one last remaining reference to "no_module_admin".Tim Almdal
2010-01-22Change the check_environment method in the module helper and the module insta...Tim Almdal
2010-01-21Internationalize all strings in admin_modules.hmtl and corrected comments.Tim Almdal
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2009-12-22ORM::factory() in K24 does not allow you to specify an alternate keyBharat Mediratta
2009-12-17Convert some database queries.Bharat Mediratta
2009-12-06Update more database calls.Bharat Mediratta
2009-11-29Update a few more occurrences of ORM/Database -> Database_BuilderBharat Mediratta
2009-11-29Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-28Rework the theme loading code to allow themes to be treated as GalleryBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-10-27Add a flag in the module.info (no_module_admin) to indicate that this module ...Tim Almdal
2009-10-26Change the upgrader so that it never deactivactes the gallery nor the current...Tim Almdal
2009-10-22Change Identity adminstration to use the uninstall/install methods when chang...Tim Almdal
2009-10-22When uninstalling a module call graphics:remove_rules instead of graphics rem...Tim Almdal
2009-10-18Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Optimize the get method to retrieve the module information from the loaded mo...Tim Almdal
2009-10-18Move the default identity config into the users module and change the Identit...Tim Almdal
2009-10-04Revert "Create a gallery::plugin_path which returns the appropriate path to t...Tim Almdal
2009-10-04Create a gallery::plugin_path which returns the appropriate path to the modul...Tim Almdal
2009-09-30Add functionality to activate sidebar blocks when the module is activated and...Tim Almdal
2009-09-29Remove a debugging log statementTim Almdal