summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-23Remember to import album highlightsBharat Mediratta
2009-04-23Use https if it's appropriateBharat Mediratta
2009-04-23Delete any comments associated with deleted itemsBharat Mediratta
2009-04-23Disable automatic session id regeneration because ajax requests cause it to ↵Bharat Mediratta
bomb.
2009-04-221) Fix index overflow issue.Tim Almdal
2) Fix where the microthumb was removed even if the move was cancelled
2009-04-22Remove the negative weighting for albums. The are now positionedTim Almdal
based on the insertion order.
2009-04-22Mark a task as stalled if it's > 15 seconds old (because tasks should ping ↵Bharat Mediratta
back much faster than that)
2009-04-22Throw an exception in graphics::resize() if the input file is emptyBharat Mediratta
2009-04-22Minor cleanups:Bharat Mediratta
* Delete g2_map records when the corresponding item is removed. * Improve text on g2 import settings page * Minor comment fixes.
2009-04-22Set the default logging to 'notice' to make it more user friendly.Bharat Mediratta
2009-04-22Dragging from the thumbgrid to an album in the tree now works.Tim Almdal
Refactored the javascript to minimize duplication.
2009-04-22Make the scaling based on the target thumbnail size that was specifiedTim Almdal
at thumbnail creation. This will remove the upscaling effect
2009-04-22Added method to determine proportion of current thumb_size to the default, ↵Chad Kieffer
150. Use this in the the default theme, or any other, to reduce the size of CSS widths and heights in albums, including .gItem.
2009-04-22Refactor the move functionality into a helper function so it can beTim Almdal
called from organize
2009-04-211) Disable drag when the rearrange task is runningTim Almdal
2) Add the album name to the task name
2009-04-21Remove duplicate word from status messageTim Almdal
2009-04-21The pause button now works.Tim Almdal
2009-04-21Added progress bar and pause and continue functionality to rearrangeTim Almdal
2009-04-21Highlight: we can now import photos and movies.Bharat Mediratta
Notes: * Don't store the g2->g3 map in the task; it gets too large and overflows the context column. * Import album sort orders * Try to treat duplication in the summary and description fields sensibly. * Move the g2 import config page under the Settings menu * Clean up the settings page slightly and send users to the maintenance page to do the actual import (not an optimal UI, but it works).
2009-04-21Theme the cancel-all link like the remove-all link.Bharat Mediratta
2009-04-21Make the task iteration duration 1 second instead of 500ms.Bharat Mediratta
2009-04-21Add a key on item_id for the search_records table so that when we leftBharat Mediratta
join it against the item table to find missing ids it's fast.
2009-04-20Remove debugging statementsTim Almdal
2009-04-201) Add rearrange processing as a taskTim Almdal
2) Improved drop location determination 3) Add a revert if dropped on an invalid target 4) Add a popup dialog to display ajax errors Still to do progress bar, pause/continue and status messages
2009-04-19Simplify the handling of moves to the beginning or end of the albumTim Almdal
2009-04-19Continue javascript code cleanupTim Almdal
2009-04-19Restructure the java script code (i.e. separate complex callbacks orTim Almdal
objects into variables)
2009-04-19Fix UI stringAndy Staudacher
2009-04-19- Improve the movement of the placeholderTim Almdal
- Make sure the thumbgrid will utoscroll when dragging - And an ordinal attribute to the thumbnail when generated, based on the current sort order of the album.
2009-04-19import album owners and be a little smarter about summary/description ↵Bharat Mediratta
duplication
2009-04-18Redirect item/NN requests to absolute urlsBharat Mediratta
2009-04-18Properly import groups and put users into groups. Mark admin usersBharat Mediratta
appropriately.
2009-04-18whitespace cleanupBharat Mediratta
2009-04-18Add user::lookup_by_name()Bharat Mediratta
2009-04-18Track what we've already imported in the G2_Map_Model and keep itBharat Mediratta
around in the task so that on subsequent import runs we don't try to reimport stuff we've already pulled in. This also gives us a mapping so that we will be able to translate old G2 urls into the hot new G3 urls.
2009-04-17Change how mutiple requests for micro thumbnails is handler.Tim Almdal
handle the edge cases where the draggable is dropped on the micro thumbnail panel
2009-04-17Fix typo that was causing an errorTim Almdal
2009-04-17Make the update_index task continue until it has used half a secondBharat Mediratta
before stopping. This is *way* more efficient than just doing 2 per request.
2009-04-17Be graceful if exec() is disabledBharat Mediratta
2009-04-17Don't show the 'no toolkit found' message unless we actually didn't find oneBharat Mediratta
2009-04-17Import albums. Just the basics; misses permissions and a lot ofBharat Mediratta
metadata, and doesn't import photos yet.
2009-04-17Fix for ticket 203: Don't interpolate the translation string for the l10n ↵Andy Staudacher
client translation input field
2009-04-17Another iteration in the quest for the perfect organize module. AtTim Almdal
this point you can select microthumbs, by clicking on them, ctrl-click will add to the selection. You can select by drawing a lasso around images. Holding the ctrl will add the lassoed thumbs to the selection. Once slected, thumbs can be dragged and dropped within the current At this point no background processing takes place
2009-04-17Fix i18n for "Logged in as" stringAndy Staudacher
2009-04-16Add the ui.jquery selectable plugin by copying the new vendor version to trunkTim Almdal
2009-04-15Very early round of Gallery 2 import code. It can import users (withBharat Mediratta
the wrong password) and import groups, with a basic UI. Needs a ton more work.
2009-04-15Provate a way to set the hashed password directlyBharat Mediratta
2009-04-12added icons to permissions UIJakob Hilden
2009-04-12changed order of form fields in photo and album forms so that the confusing ↵Jakob Hilden
"name" field is not on top anymore changed "name" label to "Filename" for photos and "Directory Name" for albums
2009-04-12Fix indentation.Bharat Mediratta