summaryrefslogtreecommitdiff
path: root/modules/organize
AgeCommit message (Collapse)Author
2010-02-07The drop target marker appears in the correct spot whether we are in ltr or ↵Tim Almdal
rtl mode.
2010-02-07The adjustment for before or after based on whether the locales rtl or not ↵Tim Almdal
is now done in the browser.
2010-02-06100% was just to wide, so scale the width back to 90% for organize album ↵Tim Almdal
tree branches.
2010-02-06Force each branch of a tree onto a new line.Tim Almdal
2010-02-06Cleanup the position of the drop marker.Tim Almdal
2010-02-06correct layout of html for readabilityTim Almdal
2010-02-06Insure that the 'Ascending'/'Descending' string are translated on the ↵Tim Almdal
organize dialog.
2010-02-051) Manually added the .selectee class on subsequent downloads. fixes ticket #970Tim Almdal
2) Reworked the calculated of the drop target marker to account for scrolling.
2010-02-05Merge branch 'master' into talmdal_devTim Almdal
2010-02-05continuing cleaninup organize javascript especially the drag and drop ↵Tim Almdal
functionality.
2010-02-05Fix an issue where the dragged item was always inserted after the target image.Tim Almdal
2010-02-05Correct alignment in IE7. fixes ticket #795Tim Almdal
2010-02-05Add busy animation when doing the drop.Tim Almdal
2010-02-05Improve the handling of the drop target marker when dragging items within theTim 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-04If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes ↵Tim Almdal
ticket #939.
2010-02-04Provide better formating for the album tree in rtl mode.Tim Almdal
2010-02-04Don't change the current album when items are dragged to a different album ↵Tim Almdal
in the album tree. Fixes ticket #959.
2010-02-04Provide visual feedback when over tree branches.Tim Almdal
2010-02-041) 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-04Differentiate between selected and non selected items.Tim Almdal
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2009-12-27Merge branch 'master' into talmdal_devTim Almdal
Conflicts: modules/organize/js/organize.js
2009-12-26Fix the scrollbar in the organize panel by restricting drag-to-select to ↵Bharat Mediratta
#g-organize-microthumb-grid.
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
Conflicts: modules/gallery/controllers/albums.php modules/gallery/controllers/movies.php modules/gallery/controllers/photos.php
2009-12-25Fix over-targetting in CSSBharat Mediratta
2009-12-25Convert some database callsBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
1) Controller::$input is gone -- use Input::instance() now 2) Handle new 'database.<default>.connection.params' parameter 3) Handle new 'cache.<default>.prefix' parameter
2009-11-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta
2009-11-26Update all portable where clauses to the new Kohana 2.4 format.Bharat Mediratta
2009-11-20Correct the reference so selections are handled properly when dragging the lassoTim Almdal
2009-11-20Use ui-state-highlight to display selected images.Tim Almdal
2009-11-20Remove all style from the organize.css file and make use of the themeroller ↵Tim Almdal
styles as much as possible.
2009-11-15MInor message-block padding fixes in general and specifically for organize.Chad Kieffer
2009-11-15Fix outstanding issues in the organize dialog. Tighten up the layout a bit ↵Chad Kieffer
so that more microthumbs will display.
2009-11-15Fixed indenting.Chad Kieffer
2009-10-28Removed YUI grids. Added g- prefix to selected class. Layout almost ↵Chad Kieffer
completely restored, still need to fix action-status message box
2009-10-28Amazing what a two character change can do. It should be g-first now, not first.Chad Kieffer
2009-10-28Added type attribute to script tag.Chad Kieffer
2009-10-27Switch instances of first to g-first.Chad Kieffer
2009-10-25Make menu label adhere to our capitalization standard.Chad Kieffer
2009-10-07Consolidated the rest of the base message styles into lib/gallery.common.css ↵Chad Kieffer
and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed 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-30Convert 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-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-14Change the variable to to resolve ticket #769Tim Almdal
2009-09-13Set the AlbumTreeContainer instead of the height. This fixes ticket #755Tim Almdal
2009-09-12Update 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-10Reset 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.