Commit Graph

362 Commits

Author SHA1 Message Date
Bradley W. Dutton
348b810c79 get rid of space above box 2017-11-05 09:48:56 -08:00
Bradley W. Dutton
a44f17d726 add box around actual dropzone 2017-11-05 09:40:57 -08:00
Bradley W. Dutton
bad663e05e Add dropzone js uploader as a replacement for uploadify. The latter still remains almost entirely intact. 2017-11-04 16:39:51 -07:00
Bradley W. Dutton
37ff95f407 update jquery to 1.12.4 and superfish dependency 2016-06-26 16:20:36 -07:00
shadlaws
1ab7381f49 Update to newest MediaElementJS (follows vendor repo). 2013-08-28 20:06:28 +02:00
shadlaws
7eea1c4379 Update to newest JSON-js (follows vendor repo). 2013-08-28 18:24:08 +02:00
shadlaws
33a5b91112 Update jQuery libraries (follows vendor repo). 2013-08-28 18:18:05 +02:00
shadlaws
f187a8ce47 Update jQuery libraries (in sync with vendor) 2013-06-16 09:38:00 +02:00
Bharat Mediratta
c70646237e Rename uploadify SWF wrappers to end in .swf.php for consistency. 2013-06-08 16:34:16 -04:00
Bharat Mediratta
b1dad99741 Replace flashmediaelement.swf with a PHP wrapper that strips url
fragments and query parameters.
2013-06-06 18:45:46 -04:00
Bharat Mediratta
c31ab36116 Follow-on to ce937201d0, update the swf file
to 2.12.0 in sync with vendor.
2013-06-05 18:02:32 -04:00
Bharat Mediratta
ce937201d0 Updated MediaElement.js to 2.12.0 (2601db5ebeeaa96b3fa1f1015c494433cbcd9a85) 2013-06-04 19:19:12 -04:00
Bharat Mediratta
b6ad4157d1 Get rid of the security preamble - we intend for these files to be directly accessible. 2013-05-09 20:09:15 -04:00
Bharat Mediratta
c962721016 Add the proper Gallery preamble. 2013-05-09 16:01:57 -04:00
Bharat Mediratta
5a85bbaf18 Follow-on: put at least one byte in the fragment so that it doesn't
get discarded by browsers.
2013-05-09 15:35:17 -04:00
Bharat Mediratta
80bb0f2222 Strip URL fragments off of direct requests to uploadify SWF files.
Fixes #2068.
2013-05-09 01:40:46 -04:00
shadlaws
90528d9c83 #2065 - Fix problems with double-ajaxifying of dialogs.
Change all jQuery-ui widget _init() functions to _create() functions.
2013-05-07 18:46:43 +02:00
shadlaws
2dda5ef14d Update to Superfish v1.5.13, with JS minified (in sync with gallery3-vendor) 2013-03-16 00:38:24 +01:00
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