| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
| 2010-03-13 | Fix bug #1015 : repeated ids are prohibited | Florent Paterno | |
| 2010-03-05 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 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-19 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-18 | Fix for tickets #1024 and #1025: Fix formatting of album tree list in the ↵ | Andy Staudacher | |
| organize dialog, and (magically) drag and drop move to another album works as well again. Tested in FF3.5, Chrome5 on Ubuntu Linux. | |||
| 2010-02-17 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-15 | Input sanitization | Andy Staudacher | |
| 2010-02-10 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: modules/organize/js/organize.js | |||
| 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-08 | Correct tree branch alignment in IE | Tim Almdal | |
| 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-07 | The adjustment for before or after based on whether the locales rtl or not ↵ | Tim Almdal | |
| is now done in the browser. | |||
| 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-06 | Cleanup the position of the drop marker. | Tim Almdal | |
| 2010-02-06 | correct layout of html for readability | Tim Almdal | |
| 2010-02-06 | Insure that the 'Ascending'/'Descending' string are translated on the ↵ | Tim Almdal | |
| organize dialog. | |||
| 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 | Correct alignment in IE7. fixes ticket #795 | 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 | If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes ↵ | Tim Almdal | |
| ticket #939. | |||
| 2010-02-04 | Provide better formating for the album tree in rtl mode. | Tim Almdal | |
| 2010-02-04 | Don't change the current album when items are dragged to a different album ↵ | Tim Almdal | |
| in the album tree. Fixes ticket #959. | |||
| 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 | |
| 2010-01-27 | Convert __toString() to use (string) cast instead. | Bharat Mediratta | |
| 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-12-25 | Convert some database calls | Bharat Mediratta | |
| 2009-12-21 | Updates 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-26 | ORM::find_all() now uses null as the default value for offset. | Bharat Mediratta | |
| 2009-11-26 | Update all portable where clauses to the new Kohana 2.4 format. | 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 | 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-11-15 | Fixed indenting. | Chad Kieffer | |
