summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2009-05-09Move the thumb_proportion method into Theme_View and set it by defaultTim Almdal
2009-05-08Don't rely on the file to have an extension (or better: don't throw anBharat Mediratta
2009-05-08Don't do ORM::factory() lookups on non-ints (thanks Romain LE DISEZ)Bharat Mediratta
2009-05-02Remove some unnecessary blank lines.Bharat Mediratta
2009-05-02Create item helper and move move_item(), remove_album_cover() andBharat Mediratta
2009-05-02Move make_album_cover and remove_album_cover out of Item_Model andBharat Mediratta
2009-04-29Refactor the creation and removal of the album covers intoTim Almdal
2009-04-29Reset the parent thumbnail in Item_Model::delete instead of where theTim Almdal
2009-04-29Move the module::event("before_item_delete") into theTim Almdal
2009-04-28auto install organize moduleBharat Mediratta
2009-04-22Mark a task as stalled if it's > 15 seconds old (because tasks should ping ba...Bharat Mediratta
2009-04-22Make the scaling based on the target thumbnail size that was specifiedTim Almdal
2009-04-22Added method to determine proportion of current thumb_size to the default, 15...Chad Kieffer
2009-04-22Refactor the move functionality into a helper function so it can beTim Almdal
2009-04-18Redirect item/NN requests to absolute urlsBharat Mediratta
2009-04-17Don't show the 'no toolkit found' message unless we actually didn't find oneBharat Mediratta
2009-04-17Fix for ticket 203: Don't interpolate the translation string for the l10n cli...Andy Staudacher
2009-04-06Fix up the quick-edit code on the photos page. Everything but "move"Bharat Mediratta
2009-04-05Don't do graphics detection in core_installer::install() because thatBharat Mediratta
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