summaryrefslogtreecommitdiff
path: root/modules/organize/controllers
AgeCommit message (Expand)Author
2009-12-25Convert some database callsBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-14Change the variable to to resolve ticket #769Tim Almdal
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-10Rename $album to $target in move_to()Bharat Mediratta
2009-09-10A better fix for #741... the original problem was that the source and album v...Tim Almdal
2009-09-10Changed the check in organize_Controller::move_to:Tim Almdal
2009-08-30Don't try to move an item into its own descendant hierarchy. Just leave it o...Bharat Mediratta
2009-08-30Manage the selection so we don't automatically select an albumBharat Mediratta
2009-08-30Precalculate the organize tree based on the selected album and renderBharat Mediratta
2009-08-29Change the organize tree to expand/collapse. It doesn't properly openBharat Mediratta
2009-08-29Fix a bug where organize doesn't properly generate the tree at the root album.Bharat Mediratta
2009-08-29Get rid of the task infrastructure. The multiple requests greatlyBharat Mediratta
2009-08-29Major refactor of organize:Bharat Mediratta
2009-08-28Display the sort order in the Organize dialog, and allow users toBharat Mediratta
2009-08-28Fix a couple of off-by-one errors.Bharat Mediratta
2009-08-28Refactor rearrange_task_handler to have a more linear flow.Bharat Mediratta
2009-08-28Clean up in preparation for some refactoring.Bharat Mediratta
2009-08-17This patch adds some security to the organize dialog.Tim Almdal
2009-08-17remove the batch start/stop and replace the ORM update of the weight, with a ...Tim Almdal
2009-08-17Change back to using the ORM to update the child weight, but use the batch::s...Tim Almdal
2009-08-17Fix the performance problem related to setting the child weight, by bypassing...Tim Almdal
2009-08-17The rearrange functionality works. but it is slower than shit. I've left th...Tim Almdal
2009-08-16In this patch, drag now works to the album tree, but the progress bar is notTim Almdal
2009-08-12Implement the first part of drag functionality. Having trouble getting visua...Tim Almdal
2009-08-06Further streamline the code.Bharat Mediratta
2009-08-06Tighten up the code by loading all the albums in the tree at once, removingTim Almdal
2009-08-05Change to use the new children and children_count APITim Almdal
2009-08-05Revert "Revert "Enable the expand/collapse of branches by clicking on the plu...Tim Almdal
2009-08-05Revert "Revert "Checkpoint the organize module rewrite. At this point, it do...Tim Almdal
2009-08-05Revert "Checkpoint the organize module rewrite. At this point, it doesn't re...Tim Almdal
2009-08-05Revert "Enable the expand/collapse of branches by clicking on the plus/minus"Tim Almdal
2009-08-05Enable the expand/collapse of branches by clicking on the plus/minusTim Almdal
2009-08-03Checkpoint the organize module rewrite. At this point, it doesn't really doTim Almdal
2009-07-21Fix some consistency in text.Shai Ben-Naphtali
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-03Sanitize all data we return via json_encode() to guard against XSS andBharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-26Since organize is now in the preview stage and will probably beTim Almdal
2009-05-18This takes us the next step closer to providing bulk edit. We stillTim Almdal
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-02Remove angled ends of edit drawer handle.Chad Kieffer
2009-05-01Set organize messages to use existing gMessage, added album cover message.Chad Kieffer
2009-04-29Change album cover functionality addedTim Almdal
2009-04-29The delete button now deletes the selected itemsTim Almdal