summaryrefslogtreecommitdiff
path: root/modules/organize/views
AgeCommit message (Expand)Author
2013-01-24#1960 - Add unit test to look for extra spaces at end of lineshadlaws
2013-01-23 #1952 Add bulk tagging to the Organize module.Mike Miller
2012-05-05Clean up title handling code in organize and wind theme for consistency.Bharat Mediratta
2011-12-17Follow-on fix for #1790 - the last fix broke rearranging for everythingBharat Mediratta
2011-10-03Work around a JS bug in IE9 that breaks the organize module.Bharat Mediratta
2011-01-09Add an icon for the delete button so that it stands out a little bit more,Bharat Mediratta
2011-01-09Rename delete_items() to delete_selected_items().Bharat Mediratta
2011-01-09Merge commit 'upstream/master'Beckett Madden-Woods
2011-01-09Add item delete support to the organize module. Fixes #1588.Beckett Madden-Woods
2011-01-08Put up a more visually pleasing placeholder for items that areBharat Mediratta
2011-01-08Specify a width for the sort order dropdowns so that they don'tBharat Mediratta
2011-01-08Update the dialog title to reflect the album we're currentlyBharat Mediratta
2011-01-06Add a spinner to the dialog when loading the iframe so that it's notBharat Mediratta
2011-01-06Make the sort column combobox wider.Bharat Mediratta
2011-01-06Create a custom bundle of ExtJS for organize. It's 18% smaller, butBharat Mediratta
2011-01-06Lock the drag zone if the album is not editable so that users don'tBharat Mediratta
2011-01-06Switch back to setting nodes as leaves, but fix the drop zone code toBharat Mediratta
2011-01-06Fix typo.Bharat Mediratta
2011-01-05Only mask the data view on changes, it's a little less jarring.Bharat Mediratta
2011-01-05Add a label for the sort orderBharat Mediratta
2011-01-05Double clicking on an album switches to that album, selects it in theBharat Mediratta
2011-01-05Swap organize_frame and organize_dialog since they were semanticallyBharat Mediratta
2011-01-05Functional improvements:Bharat Mediratta
2011-01-05Only refresh the tree when we move albums around.Bharat Mediratta
2011-01-05Visual tweaks for IE8 compatibility.Bharat Mediratta
2011-01-05Refactor generic error handling code. It still shows a pretty lame error mes...Bharat Mediratta
2011-01-05Support moving an item before or after the target.Bharat Mediratta
2011-01-05single -> double quotes.Bharat Mediratta
2011-01-04More drag/drop tweaks.Bharat Mediratta
2011-01-04Drag/drop improvements:Bharat Mediratta
2011-01-04Switch to using Ext.Element.mask for a custom busy message that looksBharat Mediratta
2011-01-03Remove a bunch of trailing commas from arrays to make IE happy.Bharat Mediratta
2011-01-03Fix a few small visual issues:Bharat Mediratta
2011-01-03whitespace fix.Bharat Mediratta
2011-01-03Complete rewrite of the organize module in Javascript using the SenchaBharat Mediratta
2010-09-11Fix bug introduced in b6fa33faf789749f4de3f4eadf8832748372c980. Don'tBharat Mediratta
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