| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-06 | Whitespace fix. | Bharat Mediratta | |
| 2011-01-06 | Merge branch 'organize_dev' of github.com:gallery/gallery3 into organize_dev | Bharat Mediratta | |
| 2011-01-06 | horizontally center thumbnails | Bharat Mediratta | |
| 2011-01-05 | Only mask the data view on changes, it's a little less jarring. | Bharat Mediratta | |
| 2011-01-05 | Add a label for the sort order | Bharat Mediratta | |
| 2011-01-05 | Get rid of the expando caret in front of empty folders | Bharat Mediratta | |
| 2011-01-05 | Functional improvements: | Bharat Mediratta | |
| - Add support for dragging a selection box. Visual improvements; - The "ghost" selection now has minimized thumbnails so that you're dragging a smaller div around the screen. | |||
| 2011-01-05 | Visual tweaks for IE8 compatibility. | Bharat Mediratta | |
| Set the min width and min height to what IE8 wants the thumbnail's box to be when the inner image maxes out at 120 pixels (specified in Organize_Controller::album_info()). Avoid using inline-block. | |||
| 2011-01-05 | Improve IE grid compatibility by forcing a regular width/height for | Bharat Mediratta | |
| thumbnails and using float: left. | |||
| 2011-01-05 | Support moving an item before or after the target. | Bharat Mediratta | |
| 2011-01-04 | Switch to using Ext.Element.mask for a custom busy message that looks | Bharat Mediratta | |
| a little cleaner. | |||
| 2011-01-03 | Complete rewrite of the organize module in Javascript using the Sencha | Bharat Mediratta | |
| JavaScript library. It's got all the functionality from the Flash version except it doesn't support creating new albums or uploading photos. Only tested in Chrome 10.0.x so far. | |||
| 2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
| 2010-02-06 | 100% was just to wide, so scale the width back to 90% for organize album ↵ | Tim Almdal | |
| tree branches. | |||
| 2010-02-06 | Force each branch of a tree onto a new line. | Tim Almdal | |
| 2010-02-05 | Correct alignment in IE7. fixes ticket #795 | Tim Almdal | |
| 2010-02-04 | Provide better formating for the album tree in rtl mode. | Tim Almdal | |
| 2010-02-04 | Provide visual feedback when over tree branches. | Tim Almdal | |
| 2010-02-04 | 1) Simplify the layout of the organize dialog content. | Tim Almdal | |
| 2) Use CSS to layout the thmbnail grid to the full dialog size. Fixes ticker #848. 3) Separate css that can be themed into organize_theme.css. This isolates the themed components into a separate file for easy of overriding by a theme. | |||
| 2010-02-04 | Differentiate between selected and non selected items. | Tim Almdal | |
| 2009-11-20 | Remove all style from the organize.css file and make use of the themeroller ↵ | Tim Almdal | |
| styles as much as possible. | |||
| 2009-11-15 | MInor message-block padding fixes in general and specifically for organize. | Chad Kieffer | |
| 2009-11-15 | Fix outstanding issues in the organize dialog. Tighten up the layout a bit ↵ | Chad Kieffer | |
| so that more microthumbs will display. | |||
| 2009-10-28 | Removed YUI grids. Added g- prefix to selected class. Layout almost ↵ | Chad Kieffer | |
| completely restored, still need to fix action-status message box | |||
| 2009-10-27 | Switch instances of first to g-first. | Chad Kieffer | |
| 2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-09-12 | Update the organize module to use the release version of jquery Selectable. ↵ | Tim Almdal | |
| Unfortunately this does not have the functionality to select additional thumbnails using the ctrl or alt-keys, it is preferable to forking the Selectable component. This functionality should arrive with ui.jquery 1.8.x | |||
| 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 | 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 | 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-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-13 | Add a visual indicator of the insertion point | Tim Almdal | |
| 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-07 | Enhance how the organize dialog degrades if the browser window is not optimal | Tim Almdal | |
| 2009-08-06 | Remove the complicated calculation to determine the height of the | Tim Almdal | |
| micro thumb grid, by setting all the parent elements to 100% in the css and then subtract the height of the button bar | |||
| 2009-08-05 | Fix up formatting of items in thumbgrid | Tim Almdal | |
| 2009-08-05 | Revert "Revert "Enable the expand/collapse of branches by clicking on the ↵ | Tim Almdal | |
| plus/minus"" This reverts commit e37526f94df74a52a9cf36f0a5a5e641958ebbb3. | |||
| 2009-08-05 | Revert "Revert "Checkpoint the organize module rewrite. At this point, it ↵ | Tim Almdal | |
| doesn't really do"" This reverts commit 397468c47b8fc3fefeb54ff19a73980ed1dd8c20. | |||
| 2009-08-05 | Revert "Checkpoint the organize module rewrite. At this point, it doesn't ↵ | Tim Almdal | |
| really do" This reverts commit a25f08d433d504a53763feb358a1aa7f5f798de6. | |||
| 2009-08-05 | Revert "Enable the expand/collapse of branches by clicking on the plus/minus" | Tim Almdal | |
| This reverts commit 869c3de9612a598dae0ce400991bdbe173a2decc. | |||
