summaryrefslogtreecommitdiff
path: root/core/helpers/module.php
AgeCommit message (Expand)Author
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
2009-05-26clean up whitespace errors introduced in last commitBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-24Partially revert r20906 -- it was breaking the test framework.Bharat Mediratta
2009-05-24Ignore core when we're loading modules (it's not a module!)Bharat Mediratta
2009-05-17Rollback some of the changes from r20822. But still pull theTim Almdal
2009-05-16Modify the module::event method to accept 2 additional parametersTim Almdal
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-04-12Fix indentation.Bharat Mediratta
2009-03-16Get rid of the extra robust code we had in here to make theBharat Mediratta
2009-03-11Fix the Var_Test by making sure that the cache is cleared or updatedTim Almdal
2009-03-07Add in-request caching of vars that we've already looked up. We'reBharat Mediratta
2009-03-03Create a proxy event (gallery_event) which is called when the requestTim Almdal
2009-03-03Add the ability for modules to define hooks. The challenge is thatTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-13Continue to replace raw sql with Database method calls. As per ticket #68Tim Almdal
2009-01-29Remove extra debug call to install()Bharat Mediratta
2009-01-19Packager now does a clean reinstall of just the packages we want, thenBharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-14Since module_Core is static the methods, get_var, set_var, etc should be staticTim Almdal
2009-01-11Remove stray blank line, convert single to double quotes.Bharat Mediratta
2009-01-11Reset module_names / modules early in load_modules() so that unit test framew...Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin them...Felix Rabinovich
2009-01-09Un hook the installer from load_modules, so testers can get to the scaffoldin...Tim Almdal
2009-01-09Stage 1 of the installer. basically check that we can start as far as Kohana ...Tim Almdal
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08module::event now takes an unlimited number of argsBharat Mediratta
2008-12-26Fix a bug I introduced when I switched from module id to module name; now del...Bharat Mediratta
2008-12-26Add module::clear_var()Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
2008-12-22Reinstate the dummy error handler to ensure that we work in a clean install w...Bharat Mediratta
2008-12-22Lock a couple of modulesBharat Mediratta
2008-12-22Change the way that we track modules.Bharat Mediratta
2008-12-21Add phpdoc comments.Bharat Mediratta
2008-12-20Create module::load_themes() to load the correct theme after we doBharat Mediratta
2008-12-17Clear out module list in load_modules() before trying any db operationsBharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
2008-12-17Add initialization to the user module to put the user and group_idsBharat Mediratta
2008-12-16Don't use model_cache for get_version and set_version; that breaks the instal...Bharat Mediratta
2008-12-16Use model_cache::get() to reduce duplicate queriesBharat Mediratta
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