summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2009-04-02Completely task-ify the localization scanning code and restore theBharat Mediratta
2009-04-02Continuation of r20518. Remove all the cases were the csrf values inTim Almdal
2009-03-31Add missing 2nd argument for Theme_View()Bharat Mediratta
2009-03-27Add missing csrf value.Bharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-26Rename $block_id to $id to fix ticket #192Bharat Mediratta
2009-03-26Convert language updates over to task form. It's still very rough,Bharat Mediratta
2009-03-26Normalize code style.Bharat Mediratta
2009-03-26Convert the L10n scanner from a library to a helper.Bharat Mediratta
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
2009-03-20Oops, we need UNIX_TIMESTAMP() instead of NOW()Bharat Mediratta
2009-03-20Do some data normalization so that the install files will have stableBharat Mediratta
2009-03-19Rejigger the way we do reinstalls while Kohana is running.Bharat Mediratta
2009-03-18This is the real fix to ticket #154Tim Almdal
2009-03-18Fix for ticket #154: Remove the raw count and use the ORM wrapper.Tim Almdal
2009-03-18Functional l10n_client / server interaction:Andy Staudacher
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
2009-03-16Initialize some variablesBharat Mediratta
2009-03-16Revive the install() and uninstall() functions in Scaffold_ControllerBharat Mediratta
2009-03-16Move security into the constructor. Protecting the index() call is easily by...Bharat Mediratta
2009-03-16Get rid of obsolete/undefined $block_adderBharat Mediratta
2009-03-16Clean up the login, maintenance login and required-top-level-login code.Bharat Mediratta
2009-03-16Thin down the scaffolding code so that all that is there is the testTim Almdal
2009-03-15Move profiling and debugging out of the scaffolding and into theTim Almdal
2009-03-11Force a login if everybody does not have access to the rootTim Almdal
2009-03-11Refine the task api but removing the optional parameters on theTim Almdal
2009-03-11Get rid of stray 'type' argument to task::get_definitions()Bharat Mediratta
2009-03-10Add profiling/debugging switches in the Scaffold menu.Bharat Mediratta
2009-03-10Show the album edit form for albums, not the photo edit formBharat Mediratta
2009-03-09Override the ORM_MTTP::children and ORM_MTPP::descendants methods inTim Almdal
2009-03-09Restructure the sort order to maintain the sort column and sort orderTim Almdal
2009-03-09Add a 'cancel all' link tooBharat Mediratta
2009-03-09More tasks cleanup.Bharat Mediratta
2009-03-09Don't forget to clean up temp files after uploading.Bharat Mediratta
2009-03-09Instead of putting after_install in the url, put it in the session.Bharat Mediratta
2009-03-08Log the user in as admin after running the web installer, and giveBharat Mediratta
2009-03-08Post process the sql generation code to support prefixesBharat Mediratta
2009-03-08Update sort order processing per Bharat's feedbackTim Almdal
2009-03-08Implement Sortable albums. Current sort fields include (CreationTim Almdal
2009-03-08Undo... pass any additional parameters to the _edit_form methodTim Almdal
2009-03-08Pass any additional parameters to the _edit_form methodTim Almdal
2009-03-06oops. fix accidental style change that slipped into last commitChris Kelly
2009-03-06Added json and filter as requirementsChris Kelly
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
2009-03-05A little task restructuringBharat Mediratta
2009-03-05Implement a Maintenance mode as per ticket: #15Tim Almdal
2009-03-04Implement batch support in a simple fashion to avoid having to change the swf...Bharat Mediratta
2009-03-04Redefine the batch API to be very very simple. You callBharat Mediratta
2009-03-04Delete test(), it should never have been checked in.Bharat Mediratta
2009-03-03Use the gallery root directory on the batch::operation call whenTim Almdal