summaryrefslogtreecommitdiff
path: root/core/helpers/module.php
AgeCommit message (Expand)Author
2008-12-151) Move the deletion of the vars into module::delete helperTim Almdal
2008-12-12Refaactor module::install() and module::uninstall() out of theBharat Mediratta
2008-12-12Make the error handler public, else it can't be called from outsideBharat Mediratta
2008-12-12Cache modules and module_names when we call load_modules so that we don't hav...Bharat Mediratta
2008-12-12Yet another deal with bootstrapping when we've got no core install yet.Bharat Mediratta
2008-12-12Fix module::_core_installed() hack.Bharat Mediratta
2008-12-12Expand on our core-is-installed checking code.Bharat Mediratta
2008-12-11Guard load_modules() against the case that the database isn't installed.Bharat Mediratta
2008-12-11Change the name of the implmentation of module parameters to module varsTim Almdal
2008-12-10Create a module parameter table. This will be useful if a module wants to st...Tim Almdal
2008-12-05* Add a moveTo unit testTim Almdal
2008-12-04Change the startup code to only put installed modules on the autoloadBharat Mediratta
2008-11-28Remove debugging statementsTim Almdal
2008-11-28Dynamically create the list of available modules. This permits new modules t...Tim Almdal
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename module::get_list() to module::installed()Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-22Correct case on helper class names. By convention, helper class names are lo...Tim Almdal
2008-11-212nd attempt at inserting html by modules.Tim Almdal
2008-11-18Added the is_installed to the module helper and change to photo.html to not t...Tim Almdal
2008-11-15Add Theme::module() and module::get()Bharat Mediratta
2008-11-13Create module helper and refactor all the code that creates, updatesBharat Mediratta