summaryrefslogtreecommitdiff
path: root/core/config
AgeCommit message (Expand)Author
2009-05-07Don't throw up a warning if we can't detect whether or not the logs dir is wr...Bharat Mediratta
2009-04-23Disable automatic session id regeneration because ajax requests cause it to b...Bharat Mediratta
2009-04-22Set the default logging to 'notice' to make it more user friendly.Bharat Mediratta
2009-03-15Remove automatic load of atom module.Bharat Mediratta
2009-03-05Implement a Maintenance mode as per ticket: #15Tim Almdal
2009-02-10Move site default_locale into DB (vars) and add a per user locale preference.Andy Staudacher
2009-02-02Changed the Sendmail library to allow the separator between mailTim Almdal
2009-02-01Update the handling of the to field if the input field is an arrayTim Almdal
2009-01-29Make the application home page the scaffolding.Bharat Mediratta
2009-01-28Create a sendmail library to wrap the call to the system sendmailTim Almdal
2008-12-24Add atom to the implicit module list.Bharat Mediratta
2008-12-20Create module::load_themes() to load the correct theme after we doBharat Mediratta
2008-12-19Create a new pattern for Site Admin controllers:Bharat Mediratta
2008-12-17Fix some lint errorsBharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
2008-12-16TEST_MODE always exists now, so check its value, don't rely on its existence ...Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-14Created admin controller and made admin obey admin theme settingsFelix Rabinovich
2008-12-111) Begins the creation of the local import module by adding the administation...Tim Almdal
2008-12-08Only add the unit_test and gallery_unit_test modules if we're in TEST_MODEBharat Mediratta
2008-12-07Style cleanups to make File_Structure_Test pass.Bharat Mediratta
2008-12-06Implemented photo::_get_photo_add(). You need to create the var/uploads dire...Tim Almdal
2008-11-28Dynamically create the list of available modules. This permits new modules t...Tim Almdal
2008-11-26Some code audit fixes and adding some directory separator normalization code ...Andy Staudacher
2008-11-26Initial commit of the translation class, I18n_Core and some tests.Andy Staudacher
2008-11-24Revert the site_title changeTim Almdal
2008-11-23Add a site-config parameter to the config.php file. Created a core_block:hea...Tim Almdal
2008-11-23Move search out into its own module and have it display its link atBharat Mediratta
2008-11-22An Atom library prototype. Its purpose is to explore the cost of us supportin...Jozef Selesi
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Fix a mistake in the route that let people try to get to the rest controller ...Bharat Mediratta
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-19Change Media_RSS_Controller so that it does not extend REST_Controller, since itBharat Mediratta
2008-11-19fix a few minor issuesTim Almdal
2008-11-19* Renamed the album, item and photo controllers to albums, items and photos i...Jozef Selesi
2008-11-18* Changed REST API. Now there are two separate methods for forms:Jozef Selesi
2008-11-18The start of the slideshow module. Mostly framework stuff, no real implement...Tim Almdal
2008-11-18- All comments of an item can now be seen /comments?item_id=Jozef Selesi
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-16Rename 'tags' module to 'tag' for consistency of pluralizationBharat Mediratta
2008-11-16Several large changes:Bharat Mediratta
2008-11-15Initial add comment implementation.Jozef Selesi
2008-11-11Change REST API to use non-routable functions: _get(), _post(),Bharat Mediratta
2008-11-11Create REST_Controller abstract base class for all REST based resourceBharat Mediratta
2008-11-09Beginnings of the comment module. Install and uninstall.Jozef Selesi
2008-11-09Make Gallery3 more RESTful.Bharat Mediratta
2008-11-08The start of an authentication module. This provides the installation and a ...Tim Almdal
2008-11-07Move default theme up above modules so that it can override module viewsBharat Mediratta
2008-11-06Drop the ? from the base url; we're going to count on Apache PathInfo for nav...Bharat Mediratta
2008-11-05Move Google Maps block off into its own gmaps module.Bharat Mediratta