summaryrefslogtreecommitdiff
path: root/modules/organize/views
AgeCommit message (Expand)Author
2010-09-07Create a setLocation javascript callback which is called everytime with the f...Tim Almdal
2010-08-30Normalize the "flash missing" message string with the one in theBharat Mediratta
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-07-27Fix the "get flashplayer" button. It was throwing a JS error before.Bharat Mediratta
2010-07-23Fix missing quoate in the organize dialog html template.Tim Almdal
2010-07-20Style and text cleanup. Parameterize the minimum flash value so that we can ...Bharat Mediratta
2010-07-16Fix for ticket #1202. Set the minimum flash version 10.0.0 and display a mess...Tim Almdal
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-17Remove duplicate trailing slash on the controllerUri parameterTim Almdal
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-16Fix a typo... The controller parameter to the flex organize module should be ...Tim Almdal
2010-06-14Change the parameters for the organize dialog box. The baseUrl parameter was ...Tim Almdal
2010-06-13Fix problems ith IE and flex initialization when one of the flashvars contain...Tim Almdal
2010-06-10Review the code for xss exposures and provide the functionality to update the...Tim Almdal
2010-06-10Provide better handling and a progress dialog when loading or updating files.Tim Almdal
2010-05-28Add a progress dialog box when deleting, uploading or updating items.Tim Almdal
2010-05-18checkpoint the new organize module. At this point rearrange and move work. R...Tim Almdal
2010-03-30Organize now has the add album functionality.Tim Almdal
2010-03-27Clean up the organize_dialog file of some cruft and add the organize.swf file...Tim Almdal
2010-03-27Convert the old organize to the new flex based organizeTim Almdal
2010-02-18Fix for tickets #1024 and #1025: Fix formatting of album tree list in the org...Andy Staudacher
2010-02-08Correct tree branch alignment in IETim Almdal
2010-02-06correct layout of html for readabilityTim Almdal
2010-02-06Insure that the 'Ascending'/'Descending' string are translated on the organiz...Tim Almdal
2010-02-05Correct alignment in IE7. fixes ticket #795Tim Almdal
2010-02-04Don't change the current album when items are dragged to a different album in...Tim Almdal
2010-02-041) Simplify the layout of the organize dialog content.Tim Almdal
2010-02-04Differentiate between selected and non selected items.Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-11-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta
2009-11-26Update all portable where clauses to the new Kohana 2.4 format.Bharat Mediratta
2009-11-20Remove all style from the organize.css file and make use of the themeroller s...Tim Almdal
2009-11-15MInor message-block padding fixes in general and specifically for organize.Chad Kieffer
2009-11-15Fix outstanding issues in the organize dialog. Tighten up the layout a bit so...Chad Kieffer
2009-10-28Removed YUI grids. Added g- prefix to selected class. Layout almost completel...Chad Kieffer
2009-10-28Amazing what a two character change can do. It should be g-first now, not first.Chad Kieffer
2009-10-28Added type attribute to script tag.Chad Kieffer
2009-10-27Switch instances of first to g-first.Chad Kieffer
2009-10-07Consolidated the rest of the base message styles into lib/gallery.common.css ...Chad Kieffer
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-04Fix the url in the call to get subsequent entries to have the rightBharat Mediratta
2009-08-30Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-08-30Merge commit 'upstream/master'Andy Staudacher