summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2009-04-05Remove extra blank line.Bharat Mediratta
2009-04-05Remove extra blank line.Bharat Mediratta
2009-04-05Remove obsolete code.Bharat Mediratta
2009-04-05Add a weight column to the items model. Change the album ordering toTim Almdal
2009-04-05Get the preamble right so the unit test passesTim Almdal
2009-04-05Strip trailing nulls off of some tags.Bharat Mediratta
2009-04-05Don't try to insert exif keys if there aren't any.Bharat Mediratta
2009-04-05Optimization: add all exif/iptc keys in a single insert, instead ofBharat Mediratta
2009-04-05Use the optimized version of PicLens to reduce download times ftw!Bharat Mediratta
2009-04-05Change the way we launch PicLensLite so that it doesn't upscale small images.Bharat Mediratta
2009-04-03Concatenate chopped up internationalized string.Bharat Mediratta
2009-04-03Clean up JS/HTML so that renaming works properly (it had hardcodedBharat Mediratta
2009-04-03Fix for ticket #201. Tim Almdal
2009-04-03Fix for ticket #200. When an error occurs the current uri is noTim Almdal
2009-04-03First iteration of the organize functionality (orginally called bulkTim Almdal
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-26Gracefully deal with the case where we resume a stalled task but thereBharat Mediratta
2009-03-25Fix for ticket #184. Sort the output children as DirectoryIteratorTim Almdal
2009-03-25Fix for ticket #181. Valiant take note of the change toTim Almdal
2009-03-25tag changes in the tag admin should now work as expectedJakob Hilden
2009-03-24Fix the problem I created by trying to run the task again after it was comple...Tim Almdal
2009-03-24Add a pause button to the server add dialog and if it is clicked thenTim Almdal
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
2009-03-19Rejigger the way we do reinstalls while Kohana is running.Bharat Mediratta
2009-03-18Remove back ticks from sqlTim Almdal
2009-03-18Forgot to remove a back tickTim Almdal
2009-03-18Couple of sql statements that had incorrect prefix handling or noTim Almdal
2009-03-17Remove the in-place tag editing code from the default theme. ItBharat Mediratta
2009-03-17Don't allow empty tag namesBharat Mediratta
2009-03-17Fix correctness issue if there are no tables (list_tables will return null)Bharat Mediratta
2009-03-17Fix the locale field in the change user settings formAndy Staudacher
2009-03-17Fix edit user form handlerAndy Staudacher
2009-03-17rss/updates doesn't have an item. Clean up some typos here.Bharat Mediratta
2009-03-17filesize() dies if the file doesn't exist, which can happen in theBharat Mediratta
2009-03-17Initialize $tags properlyBharat Mediratta
2009-03-17Fix typo: $max_page -> $max_pagesBharat Mediratta
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
2009-03-17Fix typo: tag_block -> tag_themeBharat Mediratta
2009-03-16Set $item and $tag in the Theme_View so that calls like $theme->item()Bharat Mediratta
2009-03-16Get rid of $hidden; it was never definedBharat Mediratta
2009-03-16Switch the locale::$locales data structure to be an array instead of aBharat Mediratta
2009-03-16Fix indentationBharat Mediratta
2009-03-16Remove unused orig_public_key from the form, it wasn't actually doing anythin...Bharat Mediratta
2009-03-16Proxy the url through _auth() to user::get_login_form()Bharat Mediratta
2009-03-16Get rid of the extra robust code we had in here to make theBharat Mediratta
2009-03-16clean up style attrBharat Mediratta
2009-03-16Remove unnecessary slash from url::site() arg.Bharat Mediratta
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-03-16Combined "Logged in as..." and "Modify Profile" to by just "Logged in as Full...Chad Kieffer
2009-03-16Missed this in the last commitBharat Mediratta