| Age | Commit message (Collapse) | Author | 
 | 
get discarded by browsers.
 | 
 | 
Fixes #2068.
 | 
 | 
Change all jQuery-ui widget _init() functions to _create() functions.
 | 
 | 
 | 
 | 
#2053 - Change all .bind() to .on() for jQuery future-proofing.
 | 
 | 
- on/off are preferred to bind/unbind, live/die, and delegate/undelegate in jQuery 1.7+
- they're likely on the road toward deprecation, so let's replace them now.
 | 
 | 
- fixed for new jQuery.
- removed unnecessary CSS.
- fixed bug where small images would get oversized when the window was resized.
- refactored a few other things.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- minified jQuery libraries.
- re-minified flowplayer, json2-min, and extjs using new minimizer (more efficient, keeps copyrights).
 | 
 | 
- add Flowplayer 5 to lib/flowplayer-html5
- move existing Flash Flowplayer to lib/flowplayer-flash
- update page.html.php and movieplayer.html.php
--HG--
rename : lib/flowplayer.controls.swf => lib/flowplayer-flash/flowplayer.controls.swf
rename : lib/flowplayer.js => lib/flowplayer-flash/flowplayer.js
rename : lib/flowplayer.pseudostreaming-byterange.swf => lib/flowplayer-flash/flowplayer.pseudostreaming-byterange.swf
rename : lib/flowplayer.pseudostreaming.swf => lib/flowplayer-flash/flowplayer.pseudostreaming.swf
rename : lib/flowplayer.swf => lib/flowplayer-flash/flowplayer.swf
 | 
 | 
#1639 - Make dialog "Cancel" links into buttons like "Submit"
 | 
 | 
- fixed the height of the submit buttons to match the input box
- changed the cancel links into cancel buttons
- added the hover effect to the buttons when used in in_place_edit (e.g. admin/tags)
 | 
 | 
- modified gallery.dialog.js: made cancel a <button>, added same classes as submit
- modified screen.css to size/position the cancel buttons correctly
 | 
 | 
- cleaned up resize after hover: more efficient, totally browser-compatible (IE7-10, FF, Chrome tested!).
- cleaned up resize on hover: more efficient, fixed bug with neighbors that are bigger but only by a little.
- fixed bugs when moving off item with expanded context menu and then quickly back: oversized hover, flicker.
- cleaned up formatting, removed unneeded code, and added comments.
 | 
 | 
- admin_watermarks: changed header at end of form_add() from text/html to text/plain
- admin_watermarks: added header at end of form_edit() and form_delete() just like form_add() (currently omitted)
- admin_watermarks/gallery.dialog.js: removed unnecessary encode/decode workaround
 | 
 | 
#2017, 2019 - Update Flowplayer, fix special character issues.
 | 
 | 
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
 | 
 | 
- did this a short while ago, but out of sync with gallery3-vendor and with a different minimizer.
 | 
 | 
gallery3-vendor.
- updated all four swf to newest
- modified flashembed.js as per http://code.google.com/p/flowplayer-core/issues/detail?id=30
- rebuilt flowplayer.js from source using modified flashembed.js
- included ipad plugin in flowplayer.js
 | 
 | 
gallery3-vendor.
- updated jquery.cookie.js
- updated jquery.form.js
 | 
 | 
#2012 - Clean up gallery.in_place_edit.js.
 | 
 | 
Update jQuery-UI from v1.10.0 to v1.10.1
 | 
 | 
#2014 - Clean up gallery.ajax.js.
 | 
 | 
 | 
 | 
- prepend "data-" in front of non-standard attr to be more standards compliant.
- fix formatting.
 | 
 | 
- fixed whitespaces
 | 
 | 
- prepend "data-" in front of non-standard attr to be more standards compliant.
 | 
 | 
- removed extra leading whitespaces
 | 
 | 
- removed extend similar to previous jQuery updates (doesn't work the same with jQuery 1.4+)
 | 
 | 
since only gallery.common.js is modified.
Now that I understand the problem and the fix, I'm not sure I can explain why it
*used* to work with older jQuery...
 | 
 | 
in gallery_autocomplete when "multiple" isn't set.  Fixed some
harmless syntax issues that js2-mode helpfully pointed out.
 | 
 | 
- removed fake attr settings (possible compatibility issue with newer jQuery)
- replaced with extra class
- fixed formatting
- still doesn't work: addClass works, but hasClass always returns false when function runs again
 | 
 | 
 | 
 | 
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
 | 
 | 
Dialog centering, sizing, etc. seem to be fixed!
 | 
 | 
already been broken in v3.0.4...)
 | 
 | 
a link/menu.
If they come from a context menu, they're still really broken.
 | 
 | 
json2.js -> json2-min.js ; jquery.localScroll.js -> jquery.localscroll.js
While this is irrelevant for Wind, changing the filenames back to what we used
to have ensures that we don't break contributed themes.
--HG--
rename : lib/jquery.localScroll.js => lib/jquery.localscroll.js
 | 
 | 
Updated success callbacks for gallery.panel.js and gallery.dialog.js
 | 
 | 
 | 
 | 
longer need to save xhr ahead of success.
Tested and seems to work well, even with watermarks on Chrome (previously an issue).
 | 
 | 
- json.js  2012/10/08
- used non-minified to be consistent with other libraries
- updated filename in page.html.php call
 | 
 | 
- jquery.js  1.9.1 (2013/02/04)
- jquery.cookie.js  1.3.1 (2013/01/30)
- jquery.scrollTo.js  1.4.5 (2012/12/14)
- jquery.localScroll.js  1.2.8b (2012/09/21)
Note: jquery.jeditable.js and jquery.MultiFile.js still removed, as they are no longer used.
 | 
 | 
 | 
 | 
 | 
 | 
- jQuery 1.90
- jQuery UI 1.10
- Superfish 1.5.1 (minus all plugins)
- jQuery Form 3.26.0-2013.01.28
Deleted all other jQuery plugins for now.
- Reworked autocomplete to use the latest jQuery code.
- Deleted references to $.browser.msie, no longer supported
- Basic CSS support for autocomplete - lots more work needed there
 | 
 | 
switch over to the byte-range version of pseudostreaming, let's see if
that works better than what we have currently.  Fixes #1899.
 | 
 | 
in dialogs.  Fixes #236.
 |