summaryrefslogtreecommitdiff
path: root/modules/organize/vendor
AgeCommit message (Collapse)Author
2013-03-07#2015 - Update ExtJS to 3.4.0 (in sync with gallery3-vendor).shadlaws
2013-03-04Minify (and re-minify) JS libraries (in sync with gallery3-vendor).shadlaws
- minified jQuery libraries. - re-minified flowplayer, json2-min, and extjs using new minimizer (more efficient, keeps copyrights).
2011-01-09Add an icon for the delete button so that it stands out a little bit more,Bharat Mediratta
and disable the button when nothing is selected. Fixes #1592.
2011-01-08Updated with new bundle that has Ext.Msg in it.Bharat Mediratta
2011-01-06Add a spinner to the dialog when loading the iframe so that it's notBharat Mediratta
just a blank dialog. Create separate CSS for dialog vs. frame. Don't show the Loading message for the first load.
2011-01-06Create a custom bundle of ExtJS for organize. It's 18% smaller, butBharat Mediratta
still pretty large.
2011-01-05Functional improvements:Bharat Mediratta
- Add support for dragging a selection box. Visual improvements; - The "ghost" selection now has minimized thumbnails so that you're dragging a smaller div around the screen.
2011-01-04Convert "\w-" in regexes to "\w\-" for compatibility with some versionsBharat Mediratta
of Chrome 10.x. references: http://www.sencha.com/forum/showthread.php?117836-3.3.1-Invalid-regular-expression http://code.google.com/p/v8/source/detail?r=5911 http://trac.webkit.org/changeset/73594 http://codereview.chromium.org/5703001/ This change has been reverted in Chrome, and the regex was fixed in ExtJS so this patch should be short lived.
2011-01-04Add missing imagesBharat Mediratta
2011-01-03missing imageBharat Mediratta
2011-01-03Complete rewrite of the organize module in Javascript using the SenchaBharat Mediratta
JavaScript library. It's got all the functionality from the Flash version except it doesn't support creating new albums or uploading photos. Only tested in Chrome 10.0.x so far.