summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-09Theme Administration cleanup initializationFelix Rabinovich
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin them...Felix Rabinovich
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08Don't toggle akismet::test_mode if akismet isn't installed.Bharat Mediratta
2009-01-08Add akismet::$test_mode, initialize it to TEST_MODE and don't contactBharat Mediratta
2009-01-08Update event calls to take the orig and new models so that event listeners ca...Bharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
2009-01-04Fix message line so that uploads workBharat Mediratta
2009-01-04Require CSRF for any non-"get" action.Bharat Mediratta
2009-01-03Stay on the right page when we navigate up in the breadcrumb.Bharat Mediratta
2009-01-03Propagate rotation up to the parent album, if we're rotating the album cover.Bharat Mediratta
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
2009-01-02trim() the path in add_photosBharat Mediratta
2009-01-01Theme Administration implementationFelix Rabinovich
2009-01-01Add deepest album linkBharat Mediratta
2008-12-31Extend permissions interface to allow resetting to the parental default.Bharat Mediratta
2008-12-31Rename permissions_edit to permissions_browse for consistencyBharat Mediratta
2008-12-31Ajaxify the permissions browsing dialog. It only does allow/denyBharat Mediratta
2008-12-31Rename permission_xxx to permissions_xxx for consistencyBharat Mediratta
2008-12-31Turn permission dialog into a browser where you can look at permissions back ...Bharat Mediratta
2008-12-31Simplify the next/previous logic in the theme by passing in a nullBharat Mediratta
2008-12-31Add Item_Model::url() and use it where appropriate. Cleans up someBharat Mediratta
2008-12-31Add sibling information on photo pages and a very simple next/previous interf...Bharat Mediratta
2008-12-31change single to double quotes.Bharat Mediratta
2008-12-31Preliminary "Edit Permissions" dialog. You can't change permissionsBharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-30Update user::create() scaffolding for changes in the user module: can't set t...Andy Staudacher
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat Mediratta
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-29Return the task on success so that our UI can show it at 100%Bharat Mediratta
2008-12-29Don't set the document type to JSON when uploading photos.Bharat Mediratta
2008-12-28Expand on the maintenance code to make it more robust and give theBharat Mediratta
2008-12-28First round of a task framework. Tasks are job definitions stored inBharat Mediratta
2008-12-26Added content type to JSON output functionsFelix Rabinovich
2008-12-26Fix a typo.Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Make sure admin method exist before we call them, else we'll just recurse int...Bharat Mediratta
2008-12-25Reload the parent before using when adding albums/photos since it may have in...Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25Rest_Controller -> REST_Controller everywhere, for consistency.Bharat Mediratta
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Clean up the way that we upload via dialogs:Bharat Mediratta
2008-12-23Update to reflect change in album::create APIBharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat 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-22Remove module.info from infrastructure modules that are effectivelyBharat Mediratta
2008-12-22Normalize CSRF handling into the access helper. Probably not the bestBharat Mediratta