| Age | Commit message (Expand) | Author |
| 2009-12-25 | Convert some database calls | Bharat Mediratta |
| 2009-12-21 | Updates for the latest version of Kohana 2.4: | Bharat Mediratta |
| 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 |
| 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 v... | Tim Almdal |
| 2009-09-10 | Changed the check in organize_Controller::move_to: | Tim Almdal |
| 2009-08-30 | Don't try to move an item into its own descendant hierarchy. Just leave it o... | Bharat Mediratta |
| 2009-08-30 | Manage the selection so we don't automatically select an album | Bharat Mediratta |
| 2009-08-30 | Precalculate the organize tree based on the selected album and render | Bharat Mediratta |
| 2009-08-29 | Change the organize tree to expand/collapse. It doesn't properly open | Bharat Mediratta |
| 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 |
| 2009-08-29 | Major refactor of organize: | Bharat Mediratta |
| 2009-08-28 | Display the sort order in the Organize dialog, and allow users to | Bharat Mediratta |
| 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 |
| 2009-08-17 | remove the batch start/stop and replace the ORM update of the weight, with a ... | Tim Almdal |
| 2009-08-17 | Change back to using the ORM to update the child weight, but use the batch::s... | Tim Almdal |
| 2009-08-17 | Fix the performance problem related to setting the child weight, by bypassing... | Tim Almdal |
| 2009-08-17 | The rearrange functionality works. but it is slower than shit. I've left th... | Tim Almdal |
| 2009-08-16 | In this patch, drag now works to the album tree, but the progress bar is not | Tim Almdal |
| 2009-08-12 | Implement the first part of drag functionality. Having trouble getting visua... | Tim Almdal |
| 2009-08-06 | Further streamline the code. | Bharat Mediratta |
| 2009-08-06 | Tighten up the code by loading all the albums in the tree at once, removing | Tim Almdal |
| 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 plu... | Tim Almdal |
| 2009-08-05 | Revert "Revert "Checkpoint the organize module rewrite. At this point, it do... | Tim Almdal |
| 2009-08-05 | Revert "Checkpoint the organize module rewrite. At this point, it doesn't re... | Tim Almdal |
| 2009-08-05 | Revert "Enable the expand/collapse of branches by clicking on the plus/minus" | Tim Almdal |
| 2009-08-05 | Enable the expand/collapse of branches by clicking on the plus/minus | Tim Almdal |
| 2009-08-03 | Checkpoint the organize module rewrite. At this point, it doesn't really do | Tim Almdal |
| 2009-07-21 | Fix some consistency in text. | Shai Ben-Naphtali |
| 2009-07-16 | Second non-trivial change to the event code. We now publish model | Bharat Mediratta |
| 2009-07-16 | Non-trivial changes to the event handling code: | Bharat Mediratta |
| 2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal |
| 2009-07-01 | Fix a bunch of XSS vulnerabilities turned up by manual inspection | Bharat Mediratta |
| 2009-06-03 | Sanitize all data we return via json_encode() to guard against XSS and | Bharat Mediratta |
| 2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta |
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta |
| 2009-05-26 | Since organize is now in the preview stage and will probably be | Tim Almdal |
| 2009-05-18 | This takes us the next step closer to providing bulk edit. We still | Tim Almdal |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
| 2009-05-02 | Remove angled ends of edit drawer handle. | Chad Kieffer |
| 2009-05-01 | Set organize messages to use existing gMessage, added album cover message. | Chad Kieffer |
| 2009-04-29 | Change album cover functionality added | Tim Almdal |
| 2009-04-29 | The delete button now deletes the selected items | Tim Almdal |