summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-27Fix an edge case with GPS data handling that results in this error:Bharat Mediratta
2009-04-25Drop the item_id key; we don't need this level of strictness in mostBharat Mediratta
2009-04-25Change the value column to varbinary so that we can handle the occasional bin...Bharat Mediratta
2009-04-25Fix status math.Bharat Mediratta
2009-04-25Extract as many records as we can in a secondBharat Mediratta
2009-04-25Add a key on item_id so that our query to find missing exif records is efficientBharat Mediratta
2009-04-24Fixed typo in comment, added docblock.Chad Kieffer
2009-04-24add_group() was not getting $form before using it.Bharat Mediratta
2009-04-23Use single quotes so that user data containing $ doesn't sufferBharat Mediratta
2009-04-231) Change the processing so the server_add start task can return done = 1Tim Almdal
2009-04-231) Move the progress bar to a dialogTim Almdal
2009-04-23Auto-hide the control toolbar so that it doesn't obscure the movie any longer...Bharat Mediratta
2009-04-23Implement a cancel button so that if an organize task is paused, itTim Almdal
2009-04-23Fix bug in the item_before_delete() event handlerBharat Mediratta
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 b...Bharat Mediratta
2009-04-221) Fix index overflow issue.Tim Almdal
2009-04-22Remove the negative weighting for albums. The are now positionedTim Almdal
2009-04-22Mark a task as stalled if it's > 15 seconds old (because tasks should ping ba...Bharat Mediratta
2009-04-22Throw an exception in graphics::resize() if the input file is emptyBharat Mediratta
2009-04-22Minor cleanups:Bharat Mediratta
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
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-211) Disable drag when the rearrange task is runningTim Almdal
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
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
2009-04-20Remove debugging statementsTim Almdal
2009-04-201) Add rearrange processing as a taskTim Almdal
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
2009-04-19Fix UI stringAndy Staudacher
2009-04-19- Improve the movement of the placeholderTim Almdal
2009-04-19import album owners and be a little smarter about summary/description duplica...Bharat Mediratta
2009-04-18Redirect item/NN requests to absolute urlsBharat Mediratta
2009-04-18Properly import groups and put users into groups. Mark admin usersBharat Mediratta
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
2009-04-17Change how mutiple requests for micro thumbnails is handler.Tim Almdal