Changeset 31134


Ignore:
Timestamp:
May 8, 2015, 9:22:22 PM (9 years ago)
Author:
SergeD
Message:

version 1.0.17 - refer to changelog for more details

Location:
extensions/GDThumb
Files:
65 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/GDThumb/changelog.txt

    r31060 r31134  
    2626
    2727=== Changelog ===
     28version 1.0.17
     29+ All language translations are deprecated to allow full reset. en_UK folder now includes full set of translation resources
     30- Removed duplicate reference to cache build js files
     31
    2832version 1.0.16
    2933+ ADMIN: Added new option  "Animate thumbnail on hover"
  • extensions/GDThumb/language/en_UK/plugin.lang.php

    r30225 r31134  
    11<?php
    22
    3 $lang['Thumbnails max height'] = 'Thumbnails max height';
    4 $lang['Margin between thumbnails'] = 'Margin between thumbnails';
    5 $lang['Double the size of the first thumbnail'] = 'Double the size of the first thumbnail';
    6 $lang['Cache the big thumbnails (recommended)'] = 'Cache the big thumbnails (recommended)';
    7 $lang['Scale thumbnails'] = 'Scale thumbnails';
    8 $lang['Cache Informations'] = 'Cache Informations';
    9 $lang['Purge thumbnails cache'] = 'Purge thumbnails cache';
    103$lang['%d file'] = '%d file';
    114$lang['%d files'] = '%d files';
     5$lang['Animate thumbnail on hover'] = 'Animate thumbnail on hover';
     6$lang['Block for Panoramic Photo Page'] = 'Block for Panoramic Photo Page';
    127$lang['Cache have been generated'] = 'Cache have been generated';
     8$lang['Cache Informations'] = 'Cache Informations';
     9$lang['Cache the big thumbnails (recommended)'] = 'Cache the big thumbnails (recommended)';
     10$lang['Changelog'] = 'Changelog';
     11$lang['Coffee Fund'] = 'Coffee Fund';
     12$lang['Crop (Default)'] = 'Crop (Default)';
     13$lang['Delete images in GDThumb cache.'] = 'Delete images in GDThumb cache.';
     14$lang['Do not Normalize (Default)'] = 'Do not Normalize (Default)';
     15$lang['Double the size of the first thumbnail'] = 'Double the size of the first thumbnail';
     16$lang['Finds images that have not been cached and creates the cached version.'] = 'Finds images that have not been cached and creates the cached version.';
     17$lang['Follow'] = 'Follow';
     18$lang['Horizontal (Default)'] = 'Horizontal (Default)';
     19$lang['Margin between thumbnails'] = 'Margin between thumbnails';
     20$lang['Masonry Type'] = 'Masonry Type';
     21$lang['Merged (Default)'] = 'Merged (Default)';
     22$lang['Merged with Description'] = 'Merged with Description';
     23$lang['Metadata Display Mode'] = 'Metadata Display Mode';
     24$lang['Normalize Photo Title'] = 'Normalize Photo Title';
     25$lang['Overlay'] = 'Overlay';
     26$lang['Overlay Bottom'] = 'Overlay Bottom';
     27$lang['Overlay Bottom (Static)'] = 'Overlay Bottom (Static)';
     28$lang['Overlay Ex'] = 'Overlay Ex';
     29$lang['Overlay Top'] = 'Overlay Top';
     30$lang['Overlay Top (Static)'] = 'Overlay Top (Static)';
     31$lang['Pause'] = 'Pause';
     32$lang['Photo # if FileName Detected'] = 'Photo # if FileName Detected';
    1333$lang['Pre-cache thumbnails'] = 'Pre-cache thumbnails';
    14 $lang['Delete images in GDThumb cache.'] = 'Delete images in GDThumb cache.';
    15 $lang['Finds images that have not been cached and creates the cached version.'] = 'Finds images that have not been cached and creates the cached version.';
     34$lang['Prevent word wrap'] = 'Prevent word wrap';
     35$lang['Purge thumbnails cache'] = 'Purge thumbnails cache';
     36$lang['Scale thumbnails'] = 'Scale thumbnails';
    1637$lang['Show thumbnails caption'] = 'Show thumbnails caption';
    17 
     38$lang['Square'] = 'Square';
     39$lang['Start'] = 'Start';
     40$lang['Stop'] = 'Stop';
     41$lang['Thumbnails max height'] = 'Thumbnails max height';
     42$lang['Title Display Mode (Album)'] = 'Title Display Mode (Album)';
     43$lang['Title Display Mode (Photo)'] = 'Title Display Mode (Photo)';
     44$lang['Use Description if Set'] = 'Use Description if Set';
     45$lang['Vertical'] = 'Vertical';
     46 
    1847?>
  • extensions/GDThumb/main.inc.php

    r31060 r31134  
    22/*
    33Plugin Name: gdThumb
    4 Version: 1.0.16
     4Version: 1.0.17
    55Description: Apply Masonry style to album or image thumbs
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=771
     
    1919// | Plugin constants                                               |
    2020// +-----------------------------------------------------------------------+
    21 define('GDTHUMB_VERSION', '1.0.16');
     21define('GDTHUMB_VERSION', '1.0.17');
    2222define('GDTHUMB_ID',      basename(dirname(__FILE__)));
    2323define('GDTHUMB_PATH' ,   PHPWG_PLUGINS_PATH . GDTHUMB_ID . '/');
  • extensions/GDThumb/template/gdthumb_cat.tpl

    r31060 r31134  
    66{foreach from=$category_thumbnails item=cat name=cat_loop}
    77{assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $cat.representative.src_image)}
    8 {if !$derivative->is_cached()}
    9 {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
    10 {combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
    11 {/if}
     8
    129  <li class="gdthumb{if $GDThumb.thumb_animate} animate{/if}">
    1310    {if $GDThumb.thumb_mode_album !== "hide" }
  • extensions/GDThumb/template/gdthumb_thumb.tpl

    r31060 r31134  
    11{if !empty($thumbnails)}
    2 {*
    3   {$thumbnails|print_r}
    4 *}
    5 {foreach from=$thumbnails item=thumbnail}
    6 {assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $thumbnail.src_image)}
    7 {assign var=media_type value={media_type file=$thumbnail.file}}
    8 {assign var=media_type_name value={$media_type|capitalize:false:true}}
     2  {foreach from=$thumbnails item=thumbnail}
     3  {assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $thumbnail.src_image)}
     4  {assign var=media_type value={media_type file=$thumbnail.file}}
     5  {assign var=media_type_name value={$media_type|capitalize:false:true}}
     6  {* {$thumbnails|print_r} *}
    97
    108<li class="gdthumb{if $GDThumb.thumb_animate} animate{/if}">
Note: See TracChangeset for help on using the changeset viewer.