summaryrefslogtreecommitdiff
path: root/modules/organize/controllers
AgeCommit message (Expand)Author
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-08-21Tighten up whitespace.Bharat Mediratta
2010-08-17use HTTP_HOST instead of SERVER_NAME so that we're sending requestsBharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-18Simplify rest::get_access_key($user) to rest::access_key() thatBharat Mediratta
2010-06-181) Change how the size of the flexstage is calculated. (Basically remove theTim Almdal
2010-06-18Use request::protocol().Bharat Mediratta
2010-06-17Rearrange the adding of fields to the template so that they match the order o...Tim Almdal
2010-06-17Add a cache-buster to the SWF url so that it'll refresh in the browserBharat Mediratta
2010-06-14Change the parameters for the organize dialog box. The baseUrl parameter was ...Tim Almdal
2010-06-13Remove a debugging statement.Tim Almdal
2010-06-13Fix problems ith IE and flex initialization when one of the flashvars contain...Tim Almdal
2010-05-20Add items and add albums are now working. What still needs to be done is add...Tim Almdal
2010-05-18checkpoint the new organize module. At this point rearrange and move work. R...Tim Almdal
2010-03-30add a controller method to return the translated labels for the add album dia...Tim Almdal
2010-03-27Convert the old organize to the new flex based organizeTim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-15Input sanitizationAndy Staudacher
2010-02-07The adjustment for before or after based on whether the locales rtl or not is...Tim Almdal
2010-02-04If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes tic...Tim Almdal
2010-02-04Don't change the current album when items are dragged to a different album in...Tim Almdal
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
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