summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2009-05-16Support renaming albums, photos and movies.Bharat Mediratta
2009-05-14Fix save() to stop using ORM objects.Bharat Mediratta
2009-05-14Change the way we update view_count to use math instead of ORM for better acc...Bharat Mediratta
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta
2009-05-14Beautify only the title, not the filenameBharat Mediratta
2009-05-13Fix a bad redirect.Bharat Mediratta
2009-05-13Add a little JS sugar to set the album directory name to the same asBharat Mediratta
2009-05-13Allow admins to modify variables. This way when something goes wrong,Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Add the "advanced settings" controller which lets you see all theBharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-13Unlink var/modules dir also when packagingBharat Mediratta
2009-05-13Clean out old dirs before packaging.Bharat Mediratta
2009-05-13Beautify the title of uploaded files. Convert underscores to spaces, collaps...Bharat Mediratta
2009-05-13Log the complete exception information for exceptions that happen in tasks so...Bharat Mediratta
2009-05-12Fire off the module_change event whenever we install or uninstall a moduleBharat Mediratta
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