Changeset 974959
- Timestamp:
- 08/29/2014 12:18:59 AM (12 years ago)
- Location:
- el-gallery
- Files:
-
- 29 added
- 1 deleted
- 11 edited
-
tags/1.2 (added)
-
tags/1.2/css (added)
-
tags/1.2/css/el-gallery.css (added)
-
tags/1.2/css/el-gallery_admin.css (added)
-
tags/1.2/css/font-awesome.min.css (added)
-
tags/1.2/el-gallery-admin.php (added)
-
tags/1.2/el-gallery.php (added)
-
tags/1.2/fonts (added)
-
tags/1.2/fonts/FontAwesome.otf (added)
-
tags/1.2/fonts/fontawesome-webfont.eot (added)
-
tags/1.2/fonts/fontawesome-webfont.svg (added)
-
tags/1.2/fonts/fontawesome-webfont.ttf (added)
-
tags/1.2/fonts/fontawesome-webfont.woff (added)
-
tags/1.2/js (added)
-
tags/1.2/js/el-gallery.js (added)
-
tags/1.2/js/el-gallery_admin.js (added)
-
tags/1.2/languages (added)
-
tags/1.2/languages/el-gallery-fr_FR.mo (added)
-
tags/1.2/languages/el-gallery-fr_FR.pot (added)
-
tags/1.2/languages/el-gallery.mo (added)
-
tags/1.2/languages/el-gallery.pot (added)
-
tags/1.2/readme.txt (added)
-
trunk/css/el-gallery.css (modified) (3 diffs)
-
trunk/css/el-gallery_admin.css (modified) (1 diff)
-
trunk/css/font-awesome.min.css (added)
-
trunk/el-gallery-admin.php (modified) (1 diff)
-
trunk/el-gallery.php (modified) (3 diffs)
-
trunk/fonts (added)
-
trunk/fonts/FontAwesome.otf (added)
-
trunk/fonts/fontawesome-webfont.eot (added)
-
trunk/fonts/fontawesome-webfont.svg (added)
-
trunk/fonts/fontawesome-webfont.ttf (added)
-
trunk/fonts/fontawesome-webfont.woff (added)
-
trunk/images (deleted)
-
trunk/js/el-gallery.js (modified) (2 diffs)
-
trunk/js/el-gallery_admin.js (modified) (1 diff)
-
trunk/languages/el-gallery-fr_FR.mo (modified) (previous)
-
trunk/languages/el-gallery-fr_FR.pot (modified) (4 diffs)
-
trunk/languages/el-gallery.mo (modified) (previous)
-
trunk/languages/el-gallery.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
el-gallery/trunk/css/el-gallery.css
r945419 r974959 3 3 Plugin URI: http://ericlowry.fr/ 4 4 Description: An extremely simplistic gallery replacement plugin. 5 Version: 1. 15 Version: 1.2 6 6 Author: Eric Lowry 7 7 Author URI: http://ericlowry.fr/ … … 12 12 overflow: hidden; 13 13 width: 100%; 14 } 15 figure.el_gallery i.fa div { 16 height: 0; 17 width: 0; 18 overflow: hidden; 19 text-indent: -9999px; 20 opacity: 0; 21 filter: alpha(opacity=0); 14 22 } 15 23 figure.el_gallery .el_gallery-slideshow_wrapper .el_nav { … … 70 78 height: 250px; 71 79 margin: 10px 0; 72 background: url('../images/loading.gif') center center no-repeat; 80 } 81 figure.el_gallery .el_gallery-slideshow_wrapper .el_loading { 82 position: absolute; 83 top: 50%; 84 left: 50%; 85 font-size: 117px; 86 margin: -95px 0 0 -50px; 73 87 } 74 88 figure.el_gallery .el_gallery-slideshow_wrapper img { -
el-gallery/trunk/css/el-gallery_admin.css
r945419 r974959 3 3 Plugin URI: http://ericlowry.fr/ 4 4 Description: An extremely simplistic gallery replacement plugin. 5 Version: 1. 15 Version: 1.2 6 6 Author: Eric Lowry 7 7 Author URI: http://ericlowry.fr/ -
el-gallery/trunk/el-gallery-admin.php
r945419 r974959 3 3 Plugin: EL-Gallery 4 4 Description: An extremely simplistic gallery replacement plugin. 5 Version: 1. 15 Version: 1.2 6 6 Author: Eric Lowry 7 7 Author URI: http://ericlowry.fr/ -
el-gallery/trunk/el-gallery.php
r945419 r974959 4 4 Plugin URI: http://wordpress.org/plugins/el-gallery/ 5 5 Description: An extremely simplistic gallery replacement plugin. 6 Version: 1. 16 Version: 1.2 7 7 Author: Eric Lowry 8 8 Author URI: http://ericlowry.fr/ 9 9 License: GPL2 10 11 12 To Do :13 --> Add options to change background color and arrow color14 15 10 */ 16 11 … … 21 16 // We initiate the css styling 22 17 wp_enqueue_style( 'el-gallery_style', plugins_url('/css/el-gallery.css', __FILE__ ) ); 18 // We call upon Font Awsome 19 wp_enqueue_style( 'el-gallery_font_awsome', plugins_url('/css/font-awesome.min.css', __FILE__ ) ); 23 20 24 21 // We call the translation … … 130 127 $print_gallery .= '<div class="el_gallery-slideshow_wrapper">'; 131 128 132 $print_gallery .= '<div class="el_nav"><a href="#" class="el_nav-left"><span> <</span></a><a href="#" class="el_nav-right"><span>></span></a></div>';129 $print_gallery .= '<div class="el_nav"><a href="#" class="el_nav-left"><span><i class="fa fa-caret-left"><div><</div></i></span></a><div class="el_loading"><i class="fa fa-cog fa-spin"><div>'.__('Loading...','el-gallery').'</div></i></div><a href="#" class="el_nav-right"><span><i class="fa fa-caret-right"><div>></div></i></span></a></div>'; 133 130 134 131 foreach ( $images as $image ) { -
el-gallery/trunk/js/el-gallery.js
r945419 r974959 3 3 Plugin URI: http://ericlowry.fr/ 4 4 Description: An extremely simplistic gallery replacement plugin. 5 Version: 1. 15 Version: 1.2 6 6 Author: Eric Lowry 7 7 Author URI: http://ericlowry.fr/ … … 85 85 image.onload = function () { 86 86 setTimeout(function(){ 87 $('.el_gallery-slideshow_wrapper ',curr_gallery).css('background-image','none');87 $('.el_gallery-slideshow_wrapper .el_loading',curr_gallery).css('display','none'); 88 88 $('.el_gallery-thumbnails_wrapper img',curr_gallery).css('height', 'auto'); 89 89 startloop(cntmax,cnt,false,duration,max_height,curr_gallery); -
el-gallery/trunk/js/el-gallery_admin.js
r945419 r974959 3 3 Plugin URI: http://ericlowry.fr/ 4 4 Description: An extremely simplistic gallery replacement plugin. 5 Version: 1. 15 Version: 1.2 6 6 Author: Eric Lowry 7 7 Author URI: http://ericlowry.fr/ -
el-gallery/trunk/languages/el-gallery-fr_FR.pot
r945419 r974959 5 5 "Project-Id-Version: el-gallery\n" 6 6 "Report-Msgid-Bugs-To: http://ericlowry.fr\n" 7 "POT-Creation-Date: 2014-0 7-08 23:15+0100\n"8 "PO-Revision-Date: 2014-0 7-09 08:17+0100\n"7 "POT-Creation-Date: 2014-08-28 10:55+0100\n" 8 "PO-Revision-Date: 2014-08-28 10:55+0100\n" 9 9 "Last-Translator: Eric Lowry <ericlowry14@gmail.com>\n" 10 10 "Language-Team: ERIC LOWRY <ERICLOWRY14@GMAIL.COM>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 16 "X-Generator: Poedit 1.6. 5\n"16 "X-Generator: Poedit 1.6.8\n" 17 17 "X-Poedit-Basepath: .\n" 18 18 "X-Poedit-SourceCharset: UTF-8\n" … … 150 150 msgstr "Enregistrer les modifications" 151 151 152 #: ../el-gallery.php:12 8152 #: ../el-gallery.php:125 153 153 msgid "" 154 154 "To fully enjoy this website, it is necesairy to have activatedJavaScript. " … … 159 159 "<a href=\"http://www.enable-javascript.com/fr\" target=\"_blank" 160 160 "\">instructions pour activer le JavaScript dans votre navigateur</a>." 161 162 #: ../el-gallery.php:129 163 msgid "Loading..." 164 msgstr "Chargement..." -
el-gallery/trunk/languages/el-gallery.pot
r945419 r974959 5 5 "Project-Id-Version: el-gallery\n" 6 6 "Report-Msgid-Bugs-To: http://ericlowry.fr\n" 7 "POT-Creation-Date: 2014-0 7-08 23:14+0100\n"8 "PO-Revision-Date: 2014-0 7-08 23:14+0100\n"7 "POT-Creation-Date: 2014-08-28 10:54+0100\n" 8 "PO-Revision-Date: 2014-08-28 10:54+0100\n" 9 9 "Last-Translator: Eric Lowry <ericlowry14@gmail.com>\n" 10 10 "Language-Team: ERIC LOWRY <ERICLOWRY14@GMAIL.COM>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 "X-Generator: Poedit 1.6. 5\n"16 "X-Generator: Poedit 1.6.8\n" 17 17 "X-Poedit-Basepath: .\n" 18 18 "X-Poedit-SourceCharset: UTF-8\n" … … 128 128 msgstr "" 129 129 130 #: ../el-gallery.php:12 8130 #: ../el-gallery.php:125 131 131 msgid "" 132 132 "To fully enjoy this website, it is necesairy to have activatedJavaScript. " … … 134 134 "instructions on how to activate JavaScript for your browser</a>." 135 135 msgstr "" 136 137 #: ../el-gallery.php:129 138 msgid "Loading..." 139 msgstr "" -
el-gallery/trunk/readme.txt
r945419 r974959 4 4 Plugin Name: EL-Gallery 5 5 Plugin URI: http://ericlowry.fr/en/development/#el-gallery 6 Tags: wp, gallery, css3, jQuery, shortcode, responsive, simple 6 Tags: wp, gallery, css3, jQuery, shortcode, responsive, simple, fontawsome 7 7 Author URI: http://ericlowry.fr/ 8 8 Author: Eric Lowry 9 9 Requires at least: 3.5 10 Tested up to: 3.9. 111 Stable tag: 1. 112 Version: 1. 110 Tested up to: 3.9.2 11 Stable tag: 1.2 12 Version: 1.2 13 13 License: GPLv2 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 This plugin is designed to function on any type of machine, and for it to best function on mobile devices, we reccomend you install the [WP Mobile Detect](http://wordpress.org/plugins/wp-mobile-detect/ "Plugin : WP Mobile Detect") plugin. 34 34 35 EL-Gallery is currently available in both English and French. 35 EL-Gallery is currently available in both English and French. If you wish to help translate it into another language, please [contact me](http://ericlowry.fr/en/contact/ "Contact Eric Lowry (Plugin Author)"). 36 37 EL-Gallery uses [Font Awsome](http://fortawesome.github.io/Font-Awesome/ "The Font Awsome official website") icones; you may wish to consult the [Font Awsome Lisence](http://fortawesome.github.io/Font-Awesome/license/ "Font Awsome Lisence Page"). 36 38 37 39 = Configuration = … … 59 61 60 62 == Changelog == 63 64 = Version 1.2 = 65 * Added Font Awsome 4.2 support. 66 * Added a new Font Awsome loading icon. 61 67 62 68 = Version 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.