Changeset 889470
- Timestamp:
- 04/08/2014 03:41:42 PM (12 years ago)
- Location:
- lazyest-gallery/branches/1.1
- Files:
-
- 6 edited
-
inc/frontend.php (modified) (1 diff)
-
inc/manager.php (modified) (3 diffs)
-
inc/uploadtab.php (modified) (2 diffs)
-
lazyest-fields.php (modified) (1 diff)
-
lazyest-gallery.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazyest-gallery/branches/1.1/inc/frontend.php
r888912 r889470 2005 2005 </tbody> 2006 2006 </table> 2007 <script type="text/javascript">function showExif() { jQuery('#all_exif').show();}</script>2007 <script type="text/javascript">function showExif(){jQuery('#all_exif').show();}</script> 2008 2008 <a href="javascript:showExif();"><?php esc_html_e( 'Show all Exif data', 'lazyest-gallery' ); ?></a> 2009 2009 <table id="all_exif"> -
lazyest-gallery/branches/1.1/inc/manager.php
r684110 r889470 12 12 * @copyright 2008-2013 Brimosoft 13 13 * @since 0.16.0 14 * @version 1.1.2 0 (r469)14 * @version 1.1.21 (r476) 15 15 * @access public 16 16 */ … … 677 677 <div class="progress"><div class="bar" style="width:100%%">100%%</div></div> 678 678 <div id="media-upload-error-lg"></div> 679 <div class="filename new"> <span class="title">%s</span></div>679 <div class="filename new">%s</div> 680 680 </div>' , $uploaded ); 681 681 unset( $lg_gallery->message ); … … 692 692 SWFUpload.onload = function() { 693 693 var settings = { 694 button_text: '< span class="select-upload"><?php esc_html_e('Select Files'); ?></span>',694 button_text: '<?php esc_html_e('Select Files'); ?>', 695 695 button_text_style: '.select-upload { text-align:center; font-weight:bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }', 696 696 button_height: "23", -
lazyest-gallery/branches/1.1/inc/uploadtab.php
r609779 r889470 129 129 global $lg_gallery; 130 130 if ( ! $folder->valid() ) { 131 echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span </div></div>', __( 'Error opening folder', 'lazyest-gallery' ) );131 echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span></div></div>', __( 'Error opening folder', 'lazyest-gallery' ) ); 132 132 return; 133 133 } … … 135 135 $folder ->load( 'thumbs' ); 136 136 if ( 0 == count( $folder->list ) ) { 137 echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span </div></div>', __( 'This folder is empty', 'lazyest-gallery' ) );137 echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span></div></div>', __( 'This folder is empty', 'lazyest-gallery' ) ); 138 138 return; 139 139 } -
lazyest-gallery/branches/1.1/lazyest-fields.php
r684128 r889470 6 6 Author: Brimosoft 7 7 Author URI: http://brimosoft.nl 8 Version: 1.1.2 09 Date: 201 3 March8 Version: 1.1.21 9 Date: 2014 April 10 10 License: GNU GPLv2 11 11 Text Domain: lazyest-gallery/languages -
lazyest-gallery/branches/1.1/lazyest-gallery.php
r888912 r889470 4 4 * Plugin URI: http://brimosoft.nl/lazyest/gallery/ 5 5 * Description: Easy Gallery management plugin for Wordpress with automatic creation of thumbnails and slides, an integrated slideshow and commenting per image. 6 * Date: 201 3 March6 * Date: 2014 April 7 7 * Author: Brimosoft 8 8 * Author URI: http://brimosoft.nl 9 * Version: 1.1.21 -beta9 * Version: 1.1.21 10 10 * License: GNU GPLv2 11 11 * Text Domain: lazyest-gallery … … 16 16 * 17 17 * @package Lazyest Gallery 18 * @version 1.1.21 (r47 5)18 * @version 1.1.21 (r476) 19 19 * @author Marcel Brinkkemper (lazyest@brimosoft.nl) 20 20 * @copyright 2004 Nicholas Bruun Jespersen -
lazyest-gallery/branches/1.1/readme.txt
r888912 r889470 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1257529 4 4 Tags: photo,album,picture,lazyest,image,gallery,easy,thumbs,slides,exif,popup,folders,lightbox,widget,ftp-upload,schortcode,comment,image,gallery 5 Tested up to: 3. 5.16 Requires at least: 3. 27 Stable tag: 1.1.2 05 Tested up to: 3.8.1 6 Requires at least: 3.5 7 Stable tag: 1.1.21 8 8 9 9 Maybe the second-best Gallery plugin for WordPress … … 13 13 Create a photo gallery from your existing photo directories. 14 14 15 This gallery basically needs just two settings: Your image directory and your gallery page. Lazyest Gallery automatically creates a photo gallery with folders, sub folders, thumbnail pages and slide shows. 16 17 If you want more, the gallery offers a multitude of options by featuring a smart back end management site. You can sort photos through folders and add captions, comments and descriptions with minimal effort. If you are tired of uploading photos through the WordPress server, this plug-in will make it a breeze with their FTP auto-indexing integration. 18 19 Read the user guide on the [Lazyest Gallery website](http://brimosoft.nl/lazyest/gallery/user-guide/) 20 21 For more information about version 1.1.21, read the [release notes](http://brimosoft.nl/2014/04/08/security-fix-lazyest-gallery/) 22 23 Read all about the [version 1.1 series](http://brimosoft.nl/tag/1-1/) 24 25 26 15 27 If you are new to Lazyest Gallery, please consider [Eazyest Gallery](http://wordpress.org/extend/plugins/eazyest-gallery/). Eazyest Gallery is the successor to Lazyest Gallery and is far better integrated with WordPress, and [compatible with popular plugins](http://brimosoft.nl/lazyest/compatible-plugin/). 16 17 This gallery basically needs just two settings: Your image directory and your gallery page. Lazyest Gallery automatically creates a photo gallery with folders, sub folders, thumbnail pages and slide shows.18 19 If you want more, the gallery offers a multitude of options by featuring a smart back end management site. You can sort photos through folders and add captions, comments and descriptions with minimal effort. If you are tired of uploading photos through the WordPress server, this plug-in will make it a breeze with their FTP auto-indexing integration.20 21 Read the user guide on the [Lazyest Gallery website](http://brimosoft.nl/lazyest/gallery/user-guide/)22 23 For more information about version 1.1.20, read the [release notes](http://brimosoft.nl/2013/03/19/lazyest-gallery-1-1-20/)24 25 Read all about the [version 1.1 series](http://brimosoft.nl/tag/1-1/)26 28 27 29 I will add no extra features to the plugin, but will update and support the plugin for bug fixes and compatibility issues. … … 66 68 = 1.1.21 = 67 69 * Security Fix: XSS vulnerability in EXIF code (ref: CVE-2014-2333) discovered by Daniel Marques @0xc0da 70 * Bug Fix: html code in image uploader button 68 71 69 72 = 1.1.20 =
Note: See TracChangeset
for help on using the changeset viewer.