| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-31 | Add an icon to the context menu option. | Bharat Mediratta | |
| 2009-08-31 | Add 'organize album' to the context menu. | Bharat Mediratta | |
| 2009-08-30 | Minor refactoring. | Bharat Mediratta | |
| 2009-08-30 | Merge branch 'master' of git@github.com:/gallery/gallery3 | Bharat Mediratta | |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/gallery/views/l10n_client.html.php modules/organize/views/organize_tree.html.php modules/server_add/helpers/server_add_event.php | |||
| 2009-08-30 | Don't mark colors !important. | Bharat Mediratta | |
| 2009-08-30 | Make comments consistent. | Bharat Mediratta | |
| 2009-08-30 | Remove extra padding line | Bharat Mediratta | |
| 2009-08-30 | Get rid of as much jitter as possible in the organize tree. | Bharat Mediratta | |
| 2009-08-30 | Tighten up a class attr. | Bharat Mediratta | |
| 2009-08-30 | Make the lasso more prominent and the colors consistent. | Bharat Mediratta | |
| 2009-08-30 | Change the higlight/selection behavior so that we don't use opacity to | Bharat Mediratta | |
| indicate selection state. It's too difficult to tell opacity differences on light colored photos. This approach models what WinXP does. | |||
| 2009-08-30 | Simplify over-targetted CSS. | Bharat Mediratta | |
| 2009-08-30 | Don't try to move an item into its own descendant hierarchy. Just leave it ↵ | Bharat Mediratta | |
| out of the move for now. | |||
| 2009-08-30 | CSS rename: gMicroThumbXxx -> gOrganizeMicroThumbXxx to make it clear | Bharat Mediratta | |
| that this is organize only. | |||
| 2009-08-30 | Rename gAlbumText to gOrganizeAlbumText for consistency since this is | Bharat Mediratta | |
| an organize-only construct. | |||
| 2009-08-30 | remove unused #gOrganizeDialog | Bharat Mediratta | |
| 2009-08-30 | Manage the selection so we don't automatically select an album | Bharat Mediratta | |
| whenever we expand a tree. | |||
| 2009-08-30 | Precalculate the organize tree based on the selected album and render | Bharat Mediratta | |
| it right away while still allowing incremental tree loading. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Change the organize tree to expand/collapse. It doesn't properly open | Bharat Mediratta | |
| up to the album that you're viewing, and if you move a photo to a different album it'll reload the entire album tree. | |||
| 2009-08-29 | L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Fix a bug where organize doesn't properly generate the tree at the root album. | Bharat Mediratta | |
| 2009-08-29 | Remove stray blank line. | Bharat Mediratta | |
| 2009-08-29 | Get rid of the task infrastructure. The multiple requests greatly | Bharat Mediratta | |
| slow down simple operations. We may run into problems with more complex operations, but let's only add tasks into the mix when it's clear that we need them. | |||
| 2009-08-29 | Major refactor of organize: | Bharat Mediratta | |
| * Clean up naming conventions for variables in the controller so that we specifically refer to albums with $album_id, etc. * Move complexity for drawing tree out of the controller and into the view. * Simplify task definitions to get rid of extraneous text * Change __PLACEHOLDERS__ to clearly define which is the album and which is the item that we're moving before/after * Remove as many CSS ids as we can from the tree view to keep things simple | |||
| 2009-08-28 | Display the sort order in the Organize dialog, and allow users to | Bharat Mediratta | |
| change the sort order on the fly. | |||
| 2009-08-28 | Fix a couple of off-by-one errors. | Bharat Mediratta | |
| 2009-08-28 | Update help text to eliminate 'edit' since we don't do that yet, and change ↵ | Bharat Mediratta | |
| "items" to "photos". | |||
| 2009-08-28 | Refactor rearrange_task_handler to have a more linear flow. | Bharat Mediratta | |
| 2009-08-28 | Indentation fixes. | Bharat Mediratta | |
| 2009-08-28 | Clean up in preparation for some refactoring. | Bharat Mediratta | |
| 2009-08-28 | Add a @todo to defer loading the script/css to the organize dialog. | Bharat Mediratta | |
| 2009-08-28 | Minor style fixes. | Bharat Mediratta | |
| 2009-08-28 | Fix whitespace. | Bharat Mediratta | |
| 2009-08-28 | Fix indentation. | Bharat Mediratta | |
| 2009-08-17 | This patch adds some security to the organize dialog. | Tim Almdal | |
| 1) If images are dragged from the content pane and dropped on a branch in the tree that the user only has view priviledges, then the drop is cancelled and the images are reverted. 2) The user cannot click on a branch, to which they only have view priviledges, the content pane does not change to the new album | |||
| 2009-08-17 | remove the batch start/stop and replace the ORM update of the weight, with a ↵ | Tim Almdal | |
| direct sql update. This bypasses the gallery3 event mechanism. Fire a album_rearrange event when the rearrangement is complete | |||
| 2009-08-17 | Change back to using the ORM to update the child weight, but use the ↵ | Tim Almdal | |
| batch::start() method so notifications are queued | |||
| 2009-08-17 | Fix the performance problem related to setting the child weight, by ↵ | Tim Almdal | |
| bypassing ORM and generating the sql directly. | |||
| 2009-08-17 | The rearrange functionality works. but it is slower than shit. I've left ↵ | Tim Almdal | |
| the debug statements in until we can solve this issue. | |||
| 2009-08-16 | The progress bar appears during a move. Still having an issue with unable to ↵ | Tim Almdal | |
| do a single select after a drop operation. I think its related to needing to destroy the existing selectable before creating the new one. The error I get is "this._selection[i].data("selectabe-item") is undefined." | |||
| 2009-08-16 | In this patch, drag now works to the album tree, but the progress bar is not | Tim Almdal | |
| showing. As well fixed a problem where selectable single clink no longer worked when the album was reloaded. | |||
| 2009-08-13 | Added javascript portion of the drop functionality. At this point you can ↵ | Tim Almdal | |
| drag selected images and drop them on the micro thumb grid in a different position or onto a branch in the gallery tree. No ajax call is made, it just writes the generated url and post data to the console, so it only works in ff right now. | |||
| 2009-08-13 | Add a visual indicator of the insertion point | Tim Almdal | |
| 2009-08-13 | Vertical scrolling of the thumb grid seems to work better now. Wasn't able ↵ | Tim Almdal | |
| to get the draggable autoscrolling working, so this is a poor replacemment. | |||
| 2009-08-12 | Implement the first part of drag functionality. Having trouble getting ↵ | Tim Almdal | |
| visual feedback of the drop position between thumbnails, so this commit provides a checkpoint for trying various options | |||
| 2009-08-09 | Enable microthumbnail selection | Tim Almdal | |
| 2009-08-08 | Fix the problem where the login page and edit permission pages were | Tim Almdal | |
| supersized based on ly last commit. | |||
| 2009-08-07 | Enhance how the organize dialog degrades if the browser window is not optimal | Tim Almdal | |
