Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
2010-02-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2010-02-22 | Fix typo in selector expression. The handling of view-only albums is still ↵ | Andy Staudacher | |
not great, but at least the code is closer to doing what it's supposed to. | |||
2010-02-09 | Current state of organize. works for all browsers except IE. IE no longer ↵ | Tim Almdal | |
implodes, but dragging doesn't work. Selecting works fine, either by using the lasso or clicking. Ctrl-Click adds to the selection. The problem is that when a drag is attempted, the selection gets lost and things start falling apart. | |||
2010-02-08 | Fix the missing object problem in ie7. Fixes ticket: 1003. There is still ↵ | Tim Almdal | |
issues with selectables and draggables working together in IEx | |||
2010-02-07 | remove debudding statement and if no target is found then assume the insert ↵ | Tim Almdal | |
position is after the last element. | |||
2010-02-07 | The drop target marker appears in the correct spot whether we are in ltr or ↵ | Tim Almdal | |
rtl mode. | |||
2010-02-06 | Cleanup the position of the drop marker. | Tim Almdal | |
2010-02-05 | 1) Manually added the .selectee class on subsequent downloads. fixes ticket #970 | Tim Almdal | |
2) Reworked the calculated of the drop target marker to account for scrolling. | |||
2010-02-05 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2010-02-05 | continuing cleaninup organize javascript especially the drag and drop ↵ | Tim Almdal | |
functionality. | |||
2010-02-05 | Fix an issue where the dragged item was always inserted after the target image. | Tim Almdal | |
2010-02-05 | Add busy animation when doing the drop. | Tim Almdal | |
2010-02-05 | Improve the handling of the drop target marker when dragging items within the | Tim Almdal | |
grid. Originally the borders disappeared not they don't. A single element is used to contain the drop target marker. This element contains all the position information for the drop handler to determine where the item should be positioned. In addition, the drop target marker is removed when the drag extends outside the grid and is re shown, when the cursor re-enters the thumbnail grid. | |||
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. | |||
2009-12-27 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: modules/organize/js/organize.js | |||
2009-12-26 | Fix the scrollbar in the organize panel by restricting drag-to-select to ↵ | Bharat Mediratta | |
#g-organize-microthumb-grid. | |||
2009-12-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: modules/gallery/controllers/albums.php modules/gallery/controllers/movies.php modules/gallery/controllers/photos.php | |||
2009-12-25 | Fix over-targetting in CSS | Bharat Mediratta | |
2009-11-20 | Correct the reference so selections are handled properly when dragging the lasso | Tim Almdal | |
2009-11-20 | Use ui-state-highlight to display selected images. | 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 | Fix outstanding issues in the organize dialog. Tighten up the layout a bit ↵ | Chad Kieffer | |
so that more microthumbs will display. | |||
2009-11-15 | Fixed indenting. | Chad Kieffer | |
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-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-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
and classes in the login/reset password dialog. | |||
2009-09-13 | Set the AlbumTreeContainer instead of the height. This fixes ticket #755 | Tim Almdal | |
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-09-10 | Reset the margins when the mouse is over a thumbnail when dragging. When the ↵ | Tim Almdal | |
border is displayed then adjust the margin to account for the border. Just hidding the border causes things to move. | |||
2009-09-10 | If the current drop target is not defined, in that we have moved out of the ↵ | Tim Almdal | |
range of the current li elements, then assume the drop is occurring at the end of the list items. Fixes #742 | |||
2009-08-30 | Minor refactoring. | 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-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 | 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 | Minor style fixes. | 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 | 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-07 | Enhance how the organize dialog degrades if the browser window is not optimal | Tim Almdal | |