summaryrefslogtreecommitdiff
path: root/core/config
AgeCommit message (Expand)Author
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
2008-11-05Item Info block is now off into the info module. Yay!Bharat Mediratta
2008-11-05The start of the user module. At this point, it shows up on the scaffolding ...Tim Almdal
2008-11-05Tags are now off in their own module, hooray!Bharat Mediratta
2008-11-05The carousel block is now off into its own module. TheBharat Mediratta
2008-11-04Lots of new stuff!Bharat Mediratta
2008-11-03Create an initial attempt at the album controller, set it up with a default r...Bharat Mediratta
2008-11-02Read local database config fileBharat Mediratta
2008-11-02Add mptt and forge modules to the module load listBharat Mediratta
2008-11-01Fix all our preambles to make the preamble test pass.Bharat Mediratta
2008-11-01Set up unit test framework. Tweak configuration so that it only runs inBharat Mediratta