Changeset 1397037
- Timestamp:
- 04/16/2016 05:15:20 AM (10 years ago)
- Location:
- fullscreen-galleria
- Files:
-
- 4 deleted
- 3 edited
- 14 copied
-
tags/1.5.2 (copied) (copied from fullscreen-galleria/trunk)
-
tags/1.5.2/OpenLayers.js (copied) (copied from fullscreen-galleria/trunk/OpenLayers.js)
-
tags/1.5.2/fs-map-b.png (copied) (copied from fullscreen-galleria/trunk/fs-map-b.png)
-
tags/1.5.2/fs-map.png (copied) (copied from fullscreen-galleria/trunk/fs-map.png)
-
tags/1.5.2/galleria-1.2.9.min.js (deleted)
-
tags/1.5.2/galleria-1.4.2.min.js (copied) (copied from fullscreen-galleria/trunk/galleria-1.4.2.min.js)
-
tags/1.5.2/galleria-fs-b.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-b.css)
-
tags/1.5.2/galleria-fs-icons.svg (copied) (copied from fullscreen-galleria/trunk/galleria-fs-icons.svg)
-
tags/1.5.2/galleria-fs-theme.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs-theme.js) (3 diffs)
-
tags/1.5.2/galleria-fs-w.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-w.css)
-
tags/1.5.2/galleria-fs.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs.css)
-
tags/1.5.2/galleria-fs.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs.js)
-
tags/1.5.2/galleria-fs.php (copied) (copied from fullscreen-galleria/trunk/galleria-fs.php) (2 diffs)
-
tags/1.5.2/make-icons.sh (copied) (copied from fullscreen-galleria/trunk/make-icons.sh)
-
tags/1.5.2/readme.txt (copied) (copied from fullscreen-galleria/trunk/readme.txt) (2 diffs)
-
tags/1.5.2/screenshot-1.jpg (deleted)
-
tags/1.5.2/screenshot-2.jpg (deleted)
-
tags/1.5.2/screenshot-3.jpg (deleted)
-
trunk/galleria-fs-theme.js (modified) (3 diffs)
-
trunk/galleria-fs.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fullscreen-galleria/tags/1.5.2/galleria-fs-theme.js
r856087 r1397037 43 43 map = this.$('map'), 44 44 map_close = this.$('map-close'), 45 touch = Galleria.TOUCH, 46 click = touch ? 'touchstart' : 'click'; 45 touch = Galleria.TOUCH; 47 46 48 47 // show loader & counter with opacity … … 75 74 76 75 map.attr('id', 'galleria-map'); // openlayers needs id 77 close.bind( click, function() {76 close.bind('click:fast', function() { 78 77 if ($('#galleria-map').is(":visible")) { 79 78 $('#galleria-map').toggle(); … … 82 81 fsg_on_close(); 83 82 }); 84 map_close.bind( click, function() {83 map_close.bind('click:fast', function() { 85 84 $('#galleria-map').toggle(); 86 85 }); -
fullscreen-galleria/tags/1.5.2/galleria-fs.php
r1353288 r1397037 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.5. 17 Version: 1.5.2 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.5. 1';14 $fsg_ver = '1.5.2'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 -
fullscreen-galleria/tags/1.5.2/readme.txt
r1353288 r1397037 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 4.0 8 Tested up to: 4. 48 Tested up to: 4.5 9 9 Stable tag: trunk 10 10 License: MIT … … 87 87 88 88 == Changelog == 89 = 1.5.2 = 90 * Handle touch & click in close buttons 91 89 92 = 1.5.1 = 90 93 * Don't modify RSS feeds but only content going to browsers -
fullscreen-galleria/trunk/galleria-fs-theme.js
r856087 r1397037 43 43 map = this.$('map'), 44 44 map_close = this.$('map-close'), 45 touch = Galleria.TOUCH, 46 click = touch ? 'touchstart' : 'click'; 45 touch = Galleria.TOUCH; 47 46 48 47 // show loader & counter with opacity … … 75 74 76 75 map.attr('id', 'galleria-map'); // openlayers needs id 77 close.bind( click, function() {76 close.bind('click:fast', function() { 78 77 if ($('#galleria-map').is(":visible")) { 79 78 $('#galleria-map').toggle(); … … 82 81 fsg_on_close(); 83 82 }); 84 map_close.bind( click, function() {83 map_close.bind('click:fast', function() { 85 84 $('#galleria-map').toggle(); 86 85 }); -
fullscreen-galleria/trunk/galleria-fs.php
r1353288 r1397037 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.5. 17 Version: 1.5.2 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.5. 1';14 $fsg_ver = '1.5.2'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 -
fullscreen-galleria/trunk/readme.txt
r1353288 r1397037 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 4.0 8 Tested up to: 4. 48 Tested up to: 4.5 9 9 Stable tag: trunk 10 10 License: MIT … … 87 87 88 88 == Changelog == 89 = 1.5.2 = 90 * Handle touch & click in close buttons 91 89 92 = 1.5.1 = 90 93 * Don't modify RSS feeds but only content going to browsers
Note: See TracChangeset
for help on using the changeset viewer.