summaryrefslogtreecommitdiff
path: root/modules/organize/helpers
AgeCommit message (Expand)Author
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-28Oops, forgot to create an install() function and set the version ofBharat Mediratta
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-06-15Bump the organize module to version 2, and check to make sure that theBharat Mediratta
2010-06-15Remove a stray period.Bharat Mediratta
2010-05-09Add dependency checking to insure the administrator is notified if the rest m...Tim Almdal
2010-03-27Convert the old organize to the new flex based organizeTim Almdal
2010-03-13Fix bug #1015 : repeated ids are prohibitedFlorent Paterno
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-041) Simplify the layout of the organize dialog content.Tim Almdal
2009-10-25Make menu label adhere to our capitalization standard.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-05Change the module installer so that you don't need to provide your ownBharat Mediratta
2009-08-31Add an icon to the context menu option.Bharat Mediratta
2009-08-31Add 'organize album' to the context menu.Bharat Mediratta
2009-08-28Add a @todo to defer loading the script/css to the organize dialog.Bharat Mediratta
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-06Leverage the gallery.dialog/js functionality in order to reduce duplicate codeTim Almdal
2009-08-06Tighten up the code by loading all the albums in the tree at once, removingTim 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-03Checkpoint the organize module rewrite. At this point, it doesn't really doTim Almdal
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-14Revert "Remove the reference to organize.css is it is no longer used and is"Bharat Mediratta
2009-07-10Fix for ticket #341.Tim Almdal
2009-07-09Remove the reference to organize.css is it is no longer used and isTim Almdal
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-26Since organize is now in the preview stage and will probably beTim Almdal
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-25Delete placeholder comments.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-02Create item helper and move move_item(), remove_album_cover() andBharat Mediratta
2009-05-02Move make_album_cover and remove_album_cover out of Item_Model andBharat Mediratta
2009-05-02Clean up API to be organized around the functionality it provides, not the fe...Bharat Mediratta
2009-05-02Remove extra whitespace.Bharat Mediratta
2009-05-02Fix indentation.Bharat Mediratta
2009-04-29Refactor the creation and removal of the album covers intoTim Almdal
2009-04-29Change album cover functionality addedTim Almdal
2009-04-29The delete button now deletes the selected itemsTim Almdal
2009-04-281) Refactor the ajax calls so that the code is reused across multiplTim Almdal
2009-04-221) Fix index overflow issue.Tim Almdal
2009-04-22Dragging from the thumbgrid to an album in the tree now works.Tim Almdal
2009-04-21Added progress bar and pause and continue functionality to rearrangeTim Almdal
2009-04-20Remove debugging statementsTim Almdal
2009-04-201) Add rearrange processing as a taskTim Almdal