summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
use this as the default instead of id. This prepares the way for manual reordering in the organize functionality.
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
many separate queries. In the process, rip out the summary column, we weren't using it. Clean up the test, and drop the exif_records database on uninstall.
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
This resolves ticket #205.
2009-04-03Concatenate chopped up internationalized string.Bharat Mediratta
2009-04-03Clean up JS/HTML so that renaming works properly (it had hardcodedBharat Mediratta
urls before). Clean up indentation and localization code while I'm in there.
2009-04-03Fix for ticket #27 Tim Almdal
Change the text of the edit button to "close" if the panel is opened. Reset the original text when the panel is closed.
2009-04-03Fix for ticket #201. Tim Almdal
1) create common update function so processing consistent between the user edit and admin edit. 2) created common private helper function to build the user edit form the same way. So a user can now change their user name if the new one doesn't exist.
2009-04-03Fix for ticket #200. When an error occurs the current uri is noTim Almdal
longer admin/server_add but admin/server_add/add_path and the equality check fails.
2009-04-03Set the queue limit to 1000.Bharat Mediratta
2009-04-03First iteration of the organize functionality (orginally called bulkTim Almdal
edit). There is limited functionality in no edits work. This is primary a chance for the team to review the ui. It is in a separate module to isolate the changes. Eventually, it will be moved back into core.
2009-04-02Completely task-ify the localization scanning code and restore theBharat Mediratta
incoming_translation key cache. The only part of this that is not broken down is the l10n_client::fetch_updates() part.
2009-04-02Continuation of r20518. Remove all the cases were the csrf values inTim Almdal
views were being manually set. Also removed it from the Admin_View.
2009-04-02Fix the issue identified in Tim Almdal
http://gallery.menalto.com/gallery_3.0_alpha_3_released?page=1#comment-304581 ticket #195
2009-03-31Add missing 2nd argument for Theme_View()Bharat Mediratta
2009-03-31Add quick edit pane to resize images, ticket #189Chad Kieffer
2009-03-30Updated to r807Bharat Mediratta
2009-03-27Add a method to create a micro_thumb that is centered vertically inTim Almdal
its container (initially used for organize album view)
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
directly wherever possible instead of access::csrf_token().
2009-03-26Gracefully deal with the case where we resume a stalled task but thereBharat Mediratta
was no work left to be done. This fixes a divide by zero error.
2009-03-26Rename $block_id to $id to fix ticket #192Bharat Mediratta
2009-03-26Update comments to reflect that the results of item::children orTim Almdal
item::descendants uses the specified sort order
2009-03-26Convert language updates over to task form. It's still very rough,Bharat Mediratta
the task only has one step from zero to 100.
2009-03-26Set csrf into the global theme for convenience.Bharat Mediratta
2009-03-26Replace iterators with stack based scanner, which we can serialize into the ↵Bharat Mediratta
task context.
2009-03-26Normalize code style.Bharat Mediratta
2009-03-26Convert the L10n scanner from a library to a helper.Bharat Mediratta
In order to make the class static, I had to remove the index cache. I'll restore that and cache the index keys in the task context in a subsequent change. For now, I've put in a @todo to add the caching back in.
2009-03-26Guard the calling of the form closing event so its not called if thereTim Almdal
is no form.
2009-03-26Revert r20492Tim Almdal
2009-03-26Use pathinfo() instead of substr/strchr/etc to get the file extension.Bharat Mediratta
2009-03-26Normalize exception format.Bharat Mediratta
2009-03-26Optimize the way we lookup incoming translations.Bharat Mediratta
Undo last commit (accidentally committed benchmarking code)
2009-03-26Normalize exception format.Bharat Mediratta
2009-03-26Normalize exception string format.Bharat Mediratta
2009-03-26Fix typo, whitespace.Bharat Mediratta
2009-03-25Fix for ticket #184. Sort the output children as DirectoryIteratorTim Almdal
does not provide a sort order. Separate the directory and files, sort them individually and then merge them together so directories are at the top of the list
2009-03-25Fix for ticket #184. Set the default album sort order to "Title"Tim Almdal
2009-03-25Fix for ticket #181. Valiant take note of the change toTim Almdal
admin_users.php. I had to remove the check for the locale as it hasn't been added to the form.
2009-03-25Fix unit tests where the albums, resizes and thumbs directory wereTim Almdal
being deleted. Fix for ticket #182
2009-03-25tag changes in the tag admin should now work as expectedJakob Hilden
2009-03-25Remove debug line.Bharat Mediratta
2009-03-25untabifyBharat Mediratta
2009-03-24change version from "3.0 Alpha 3" to "3.0 pre-beta svn"Bharat Mediratta