| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-18 | 1) Change how the size of the flexstage is calculated. (Basically remove the | Tim Almdal | |
| dialogWidth and dialogHeight and adjsut the internal controls when added to the stage. 2) Cleanup the controller code | |||
| 2010-06-18 | Use request::protocol(). | Bharat Mediratta | |
| 2010-06-17 | Rearrange the adding of fields to the template so that they match the order ↵ | Tim Almdal | |
| of appearance in the template. Also remove the @todo's | |||
| 2010-06-17 | Add a cache-buster to the SWF url so that it'll refresh in the browser | Bharat Mediratta | |
| every time the SWF file changes. | |||
| 2010-06-14 | Change the parameters for the organize dialog box. The baseUrl parameter was ↵ | Tim Almdal | |
| removed and replaced with the restUri, which contains the relative uri for the rest controller. The controller parameter is now the relative uri for the organize controller. The protocol parameter was added. In addition, there is not default size for the organize flex object. It attempts to fit within the gallery3 dialog box. | |||
| 2010-06-13 | Remove a debugging statement. | Tim Almdal | |
| 2010-06-13 | Fix problems ith IE and flex initialization when one of the flashvars ↵ | Tim Almdal | |
| contains a json encoded string. Also address the problem that IE returns the color values differently that Firefox and Chrome | |||
| 2010-05-20 | Add items and add albums are now working. What still needs to be done is ↵ | Tim Almdal | |
| add a progress bar for longer running tasks | |||
| 2010-05-18 | checkpoint the new organize module. At this point rearrange and move work. ↵ | Tim Almdal | |
| Rearrange is moving items within the same album, move is moving to a different album. | |||
| 2010-03-30 | add a controller method to return the translated labels for the add album ↵ | Tim Almdal | |
| dialog. | |||
| 2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-15 | Input sanitization | Andy Staudacher | |
| 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-04 | If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes ↵ | Tim Almdal | |
| ticket #939. | |||
| 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-01-27 | Convert __toString() to use (string) cast instead. | 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-09-15 | Controller auth / CSRF fixes | Andy Staudacher | |
| 2009-09-14 | Change the variable to to resolve ticket #769 | Tim Almdal | |
| 2009-09-10 | Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the | Bharat Mediratta | |
| API a little clearer. Write a test for it, too. | |||
| 2009-09-10 | Rename $album to $target in move_to() | Bharat Mediratta | |
| 2009-09-10 | A better fix for #741... the original problem was that the source and album ↵ | Tim Almdal | |
| variables were reversed | |||
| 2009-09-10 | Changed the check in organize_Controller::move_to: | Tim Almdal | |
| 1) check that target and source are not the same. 2) check that the source is not already a child of the target (use to be a descendant) Fixes #741. | |||
| 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 | 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 | 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 | Fix a bug where organize doesn't properly generate the tree at the root album. | 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 | Refactor rearrange_task_handler to have a more linear flow. | Bharat Mediratta | |
| 2009-08-28 | Clean up in preparation for some refactoring. | 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 | 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-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-06 | Further streamline the code. | Bharat Mediratta | |
| Organize_Controller: * Remove unnecessary constants * Rename index() to dialog() * Simplify _get_micro_thumb_grid organize.js: * Move sizing code in here from organize_dialog.html.php organize_dialog.html.php: * Move CSS and JS links in here so that we only load them when we need them. * Move sizing code into organize.js organize_thumb_grid.html.php: * Move pagination logic in here, since it's view centric * Collapse the css class determination code and inline it | |||
| 2009-08-06 | Tighten up the code by loading all the albums in the tree at once, removing | Tim Almdal | |
| the events to populate the button bar. | |||
| 2009-08-05 | Change to use the new children and children_count API | 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. | |||
