Bharat Mediratta
313f2abc0c
Merge pull request #205 from shadlaws/fix_2053
...
#2053 - Change all .bind() to .on() for jQuery future-proofing.
2013-03-11 09:46:00 -07:00
shadlaws
2e94edab53
#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.
2013-03-11 17:16:20 +01:00
shadlaws
67504a00eb
#2052 - Revise gallery.show_full_size.js: update for new jQuery, refactor.
...
- 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.
2013-03-11 15:49:27 +01:00
shadlaws
7d9276963e
Remove Flash Flowplayer v3.
2013-03-09 12:52:09 +01:00
shadlaws
5665728096
Add MediaElementJS to handle HTML5/Flash/Silverlight video and audio.
2013-03-08 20:51:10 +01:00
shadlaws
717bab9312
Remove HTML5 Flowplayer v5.
2013-03-08 15:22:18 +01:00
shadlaws
1544a83279
Minify (and re-minify) JS libraries (in sync with gallery3-vendor).
...
- minified jQuery libraries.
- re-minified flowplayer, json2-min, and extjs using new minimizer (more efficient, keeps copyrights).
2013-03-04 19:14:47 +01:00
shadlaws
384bc7afc8
#2033 - Add Flowplayer 5 to play HTML5 videos.
...
- 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
2013-03-02 23:56:13 +01:00
Bharat Mediratta
d213ef3d3f
Merge pull request #175 from shadlaws/fix_1639
...
#1639 - Make dialog "Cancel" links into buttons like "Submit"
2013-03-02 14:08:19 -08:00
shadlaws
73139982c7
#2032 - Fix short form submit/cancel button formatting.
...
- 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)
2013-03-02 23:00:02 +01:00
shadlaws
b83abf728f
#1639 - Make dialog "Cancel" links into buttons like "Submit"
...
- modified gallery.dialog.js: made cancel a <button>, added same classes as submit
- modified screen.css to size/position the cancel buttons correctly
2013-03-02 12:28:49 +01:00
shadlaws
ef2ca6edb5
#2018 follow-on and #2023 - Fixed issues with thumb hover effects.
...
- 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.
2013-02-28 17:10:48 +01:00
shadlaws
ea4622f726
#2022 - Fix handling of watermark dialog errors.
...
- 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
2013-02-27 09:49:05 +01:00
Bharat Mediratta
c4fc3c82a9
Merge pull request #164 from shadlaws/fix_2017_2019
...
#2017 , 2019 - Update Flowplayer, fix special character issues.
2013-02-26 08:58:44 -08:00
Bharat Mediratta
44f658bb8f
Merge pull request #166 from shadlaws/update_jquery_20130226
...
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
2013-02-26 08:34:59 -08:00
shadlaws
b5bcbf4273
Update to latest JSON-js, in sync with gallery3-vendor
...
- did this a short while ago, but out of sync with gallery3-vendor and with a different minimizer.
2013-02-26 16:49:17 +01:00
shadlaws
58b9b9b05f
#2017 , 2019 - Update Flowplayer, fix special character issues. In sync with 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
2013-02-26 15:52:32 +01:00
shadlaws
3f2d005e5f
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
...
- updated jquery.cookie.js
- updated jquery.form.js
2013-02-26 12:19:51 +01:00
Bharat Mediratta
d95953aa2f
Merge pull request #158 from shadlaws/fix_2012
...
#2012 - Clean up gallery.in_place_edit.js.
2013-02-23 16:16:59 -08:00
Bharat Mediratta
e64bb4d17f
Merge pull request #161 from shadlaws/jquery_ui_1_10_1
...
Update jQuery-UI from v1.10.0 to v1.10.1
2013-02-23 16:16:07 -08:00
Bharat Mediratta
0a957c293f
Merge pull request #160 from shadlaws/fix_2014
...
#2014 - Clean up gallery.ajax.js.
2013-02-23 16:07:05 -08:00
shadlaws
3317e1dd9e
Update jQuery-UI from v1.10.0 to v1.10.1
2013-02-23 22:34:37 +01:00
shadlaws
b52a533a0f
#2014 - Clean up gallery.ajax.js.
...
- prepend "data-" in front of non-standard attr to be more standards compliant.
- fix formatting.
2013-02-23 21:49:29 +01:00
shadlaws
b09a5fab94
#2013 - Clean up gallery.panel.js (formatting only)
...
- fixed whitespaces
2013-02-23 21:38:49 +01:00
shadlaws
fd012276cb
#2013 - Clean up gallery.panel.js.
...
- prepend "data-" in front of non-standard attr to be more standards compliant.
2013-02-23 21:29:09 +01:00
shadlaws
f13f8b4a32
#2012 - Clean up gallery.in_place_edit.js (formatting only)
...
- removed extra leading whitespaces
2013-02-23 18:59:30 +01:00
shadlaws
0b7f9ef7dd
#2012 - Clean up gallery.in_place_edit.js.
...
- removed extend similar to previous jQuery updates (doesn't work the same with jQuery 1.4+)
2013-02-23 18:57:54 +01:00
shadlaws
556d0d40eb
Context menus are fixed! This should be fully compatible with older themes
...
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...
2013-02-18 16:15:49 +01:00
Bharat Mediratta
d632ef3e50
Fix up autocomplete for admin_server_add - found and fixed some bugs
...
in gallery_autocomplete when "multiple" isn't set. Fixed some
harmless syntax issues that js2-mode helpfully pointed out.
2013-02-17 00:23:50 -05:00
shadlaws
a8b571cc97
Context menu dialog box problem: better, but still not working.
...
- 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
2013-02-16 12:12:16 +01:00
shadlaws
7c5d9db61c
Fixed formatting in gallery.dialog.js (no functional changes).
2013-02-15 19:32:01 +01:00
shadlaws
4dd7b708b2
Dialog sizing, titles, and z-index. This should ensure the small <500px dialogs
...
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
2013-02-15 19:31:20 +01:00
Bharat Mediratta
16b8b8d16b
Merge pull request #141 from shadlaws/jquery_19_dialog_sizing
...
Dialog centering, sizing, etc. seem to be fixed!
2013-02-14 11:45:43 -08:00
shadlaws
f580488fb5
Fix Cancel link positioning, fix watermark error reply (seems to have already been broken in v3.0.4...)
2013-02-13 09:45:12 +01:00
shadlaws
1ac2c959d0
Dialog centering, sizing, etc. seem to be fixed! Well, *if* they come from a link/menu.
...
If they come from a context menu, they're still really broken.
2013-02-13 00:31:43 +01:00
shadlaws
6395c518f0
Changing 2 library names back to (less-standardized) original names.
...
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
2013-02-12 23:14:46 +01:00
Bharat Mediratta
6e8a647d0b
Merge pull request #137 from shadlaws/jquery_19_success_xhr
...
Updated success callbacks for gallery.panel.js and gallery.dialog.js
2013-02-12 09:25:21 -08:00
shadlaws
dc5b1a715b
Formatting: cleaned up extra lines, whitespaces, converted tabs to spaces, etc.
2013-02-12 17:27:05 +01:00
shadlaws
ec0363fd36
Updated success callbacks for gallery.panel.js and gallery.dialog.js - no longer need to save xhr ahead of success.
...
Tested and seems to work well, even with watermarks on Chrome (previously an issue).
2013-02-12 17:19:28 +01:00
shadlaws
c8a084d5f2
Updated json.js library
...
- json.js 2012/10/08
- used non-minified to be consistent with other libraries
- updated filename in page.html.php call
2013-02-12 16:05:25 +01:00
shadlaws
c593645292
Finished jQuery library updates, current for 2013/02/12.
...
- 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.
2013-02-12 15:33:09 +01:00
Bharat Mediratta
3b87ed54c2
force the dialog to the top of the page
2013-02-05 11:32:49 -05:00
Bharat Mediratta
518fdf735c
No need to do the eval anymore.
2013-02-03 23:03:58 -05:00
Bharat Mediratta
0494244e80
Super first pass:
...
- 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
2013-02-03 18:55:23 -05:00
Bharat Mediratta
0875844784
Update Flowplayer to 3.2.12 along with all associated files. Also
...
switch over to the byte-range version of pseudostreaming, let's see if
that works better than what we have currently. Fixes #1899 .
2012-07-23 13:38:59 -07:00
Bharat Mediratta
b91d284747
Do a better job of displaying errors to the user on AJAX failures
...
in dialogs. Fixes #236 .
2012-06-05 22:03:11 -07:00
Bharat Mediratta
713a06f234
Do a better job of escaping filenames when uploading. Fixes #1881 .
2012-06-05 20:20:21 -07:00
Bharat Mediratta
a9be0691d9
Create an ajax response framework that inserts <meta> tags to guard
...
against UTF-7, and create a $.gallery_autocomplete variant of jQuery's
autocomplete that expects the first line to be a <meta> tag and
discards it. More complete fix for #1871 .
2012-05-19 11:31:25 -07:00
Ian
b07b4759c4
added if (nh < 1) { var nh = 0; }
...
to start album upper border not as nh = -n
2011-11-05 12:50:19 +01:00
Andy Lindeman
cc8d881973
Add iPad/iPhone support for video playback
...
* Resolves #1634
2011-04-23 16:20:54 -04:00