Changeset 3645 for extensions/piclens


Ignore:
Timestamp:
Jul 20, 2009, 7:35:50 PM (15 years ago)
Author:
tiico
Message:

Add index.php file into directory
Add CHANGELOG and clean header files
Add 'last comments' option for name and descriptions (%ID option)
Add maintain.inc.php for migration to 0.4.x (name and description translation)
Complete Chinese translation (thanks winson)

  • Correct the latests commit (3636 & 3637 were not complete)
Location:
extensions/piclens
Files:
4 added
21 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/config.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier config.php  *********/
     4 * File :  config.php 
     5 */
     6
    117
    128if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    9793        ));
    9894
    99 //$template->assign('ICON_INFO' , PICLENS_ADMIN_PATH . 'info.png');
    100  
    10195 
    10296$template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content');
  • extensions/piclens/admin/functions.inc.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier fonctions.inc.php  *********/
     4 * File :  fonctions.php 
     5 */
     6
    117
    128
  • extensions/piclens/admin/piclens_admin.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclens-admin.php  *********/
     4 * File :  piclens-admin.php 
     5 */
    116 
    127if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    4136               $my_base_url.'&tab=piclenswallconfig');
    4237$tabsheet->add('piclenswallconfig2',
    43 //               'Configugation PiclensWall',
     38//               'Configugation PiclensWall2',
    4439                                l10n('piclens_3dwallconfig2_tab'),
    4540               $my_base_url.'&tab=piclenswallconfig2');
  • extensions/piclens/admin/piclens_copy.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclens-copy.php  *********/
     4 * File :  piclens-copy.php 
     5 */
    116
    127if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/piclens/admin/piclenswallconfig.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclenswallconfig.php  *********/
     4 * File :  piclenswallconfig.php 
     5 */
    116
    127if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/piclens/admin/piclenswallconfig2.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclenswallconfig2.php  *********/
     4 * File :  piclenswallconfig2.php 
     5 */
    116/* Advanced configuration for embeded wall
    127
  • extensions/piclens/admin/rssfeed.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier rssfeed.php  *********/
     4 * File :  rssfeed.php 
     5 */
    116
    127
     
    5752  $me->my_config['piclens_rss_desc'] = $_POST['piclens_rss_desc'];
    5853  $me->my_config['piclens_exclude_double'] = isset($_POST['piclens_exclude_double']);
     54  $me->my_config['piclens_maxcomment_nb'] = $_POST['piclens_maxcomment_nb'];
    5955   
    6056
     
    139135}
    140136*/
    141 $template->assign('PICLENS_VIDEO', $me->my_config['piclens_video'] ? 'checked="checked"' : '' );
    142 $template->assign('PICLENS_CAT_VIEW', $me->my_config['piclens_cat_view'] ? 'checked="checked"' : '' );
    143 $template->assign('PICLENS_RSS_NAME', $me->my_config['piclens_rss_name']);
    144 $template->assign('PICLENS_RSS_DESC', $me->my_config['piclens_rss_desc']);
    145 $template->assign('PICLENS_EXCLUDE_DOUBLE', $me->my_config['piclens_exclude_double'] ? 'checked="checked"' : '' );
     137$template->assign(array(
     138        'PICLENS_VIDEO'         =>  $me->my_config['piclens_video'] ? 'checked="checked"' : '',
     139        'PICLENS_CAT_VIEW'      => $me->my_config['piclens_cat_view'] ? 'checked="checked"' : '',
     140        'PICLENS_RSS_NAME'      => $me->my_config['piclens_rss_name'],
     141        'PICLENS_RSS_DESC'      =>  $me->my_config['piclens_rss_desc'],
     142        'PICLENS_EXCLUDE_DOUBLE'        =>  $me->my_config['piclens_exclude_double'] ? 'checked="checked"' : '',
     143        'PICLENS_MAXCOMMENT_NB'         => $me->my_config['piclens_maxcomment_nb'],
     144        ));
    146145
    147146
  • extensions/piclens/admin/rssfeed.tpl

    r3637 r3645  
    217217                 <td> &nbsp; </td>
    218218          </tr>
     219          <tr>
     220                 <td> <b>%ID</b> : <input type="text" size="1" maxlength="1" value="{$PICLENS_MAXCOMMENT_NB}" name="piclens_maxcomment_nb" /> {'img_comment_legend'|@translate} </td>
     221                 <td> &nbsp; </td>
     222                 <td> &nbsp; </td>
     223          </tr>
    219224        </table>
    220225
  • extensions/piclens/generate_rss.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier generate_rss.php  *********/
     4 * File :  generate_rss.php 
     5 */
    116
    127$debug = false;
     
    2419
    2520// extensions video
    26 $py_addext = array("gvideo", "dm", "ytube", "wideo", "vimeo", "flv");
     21$py_addext = array("gvideo", "dm", "ytube", "wideo", "vimeo");
    2722$video_ext_piclens = array("flv");
    2823
     
    512507               
    513508            echo "<title><![CDATA["
    514                   .parse($obj->my_config['piclens_rss_name'], $row, $plugins_ExtendedDesc)
     509                  .parse($obj->my_config['piclens_rss_name'], $row, $plugins_ExtendedDesc, $obj->my_config['piclens_maxcomment_nb'])
    515510                  ."]]></title>\n";
    516511
    517512
    518513            echo '<media:description type="html"><![CDATA['
    519                 .parse($obj->my_config['piclens_rss_desc'], $row, $plugins_ExtendedDesc)
     514                .parse($obj->my_config['piclens_rss_desc'], $row, $plugins_ExtendedDesc, $obj->my_config['piclens_maxcomment_nb'])
    520515                .']]> </media:description>';
    521516                 
     
    655650}
    656651
    657 
    658 function parse($data, $row, $plugins_ExtendedDesc = false)
     652// parse the configuration to complete with the correct informations
     653function parse($data, $row, $plugins_ExtendedDesc = false, $nb_comment = 0)
    659654{
     655
     656        // Eviter de charger les commentaires (appels base) si ils ne sont pas affichés
     657        if (strpos($data, '%ID') === false)
     658                $nb_comment = 0;
     659
    660660        include (PICLENS_PATH.'include/config_param.inc.php');
    661661
     
    671671}
    672672
    673 
     673// Return the last comments of an image id
     674function get_comment($img_id, $nb_comment = 0)
     675{
     676        $commentstring = '';
     677
     678        if ($nb_comment != 0)
     679        {
     680                $query = '
     681                SELECT id,author,date,image_id,content
     682                  FROM '.COMMENTS_TABLE.'
     683                  WHERE image_id = '.$img_id.'
     684                        AND validated = \'true\'
     685                  ORDER BY date ASC
     686                  LIMIT 0,'.$nb_comment.'
     687                ;';
     688                $result = pwg_query( $query );
     689                $first = true;
     690
     691                while ($row = mysql_fetch_array($result))
     692                {
     693               
     694                // Format : "Commentaire (Utilisateur - Date)"
     695                        $commentstring .= ($first ?  '' : " / \n")
     696                                        .trigger_event('render_comment_content',$row['content'])
     697                                        .' ('. trigger_event('render_comment_author',
     698                                                                empty($row['author'])
     699                                                                ? l10n('guest')
     700                                                                : $row['author'])
     701                                        .' - '
     702                                        .format_date( $row['date'], false)
     703                                        .")";
     704                                       
     705                        $first = false;
     706
     707                }
     708        }
     709        return $commentstring; 
     710}
    674711
    675712?>
  • extensions/piclens/include/Piclens.class.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclens.class.php  *********/
     4 * File :  piclens.class.php 
     5 */
    116 
    127
     
    3732                $template->append('head_elements',$jscript);                   
    3833         
    39 //foreach ($page  as $key => $value)
    40 //echo "page[".$key."]=".$value."\n";
    4134
    4235                // Vérification d'activation du plugin (page administration)
  • extensions/piclens/include/config_extendeddesc.inc.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier config_extendeddesc.incl.php  *********/
     4 * File :  config_extendeddesc.inc.php 
     5 */
    116
    127// balises utilisees par extended description
  • extensions/piclens/include/config_param.inc.php

    r3637 r3645  
    11<?php
     2/*
     3 * Plugin Name: CoolIris-Piclens
     4 * File :  config_param.inc.php 
     5 */
    26// Fichier contenant les parametres du plugin (pour le parser)
    37
    48$piclens_parse = array(
     9//              '%I0'   => isset($row['id']) ? get_thumbnail_title($row)  : '',
    510                '%I1'   => isset($row['id']) ? $row['id'] : ''  ,
    611                '%I2'   => isset($row['name']) ?
     
    5257                                                                                  : '',                                                         
    5358                '%IC'   => isset($row['file']) ? $row['file'] : ''  ,
     59                '%ID'   => isset($row['id']) ? get_comment($row['id'], $nb_comment) : ''  ,
    5460
    5561                '%G1'   => get_root_url(),
     
    8288        %IB : IMGHIGHFULL       Lien complet vers High
    8389        %IC : IMGFILE           nom_fichier
     90        %IC : Commentaires
    8491
    8592%Gx Generaux
  • extensions/piclens/include/default_values.inc.php

    r3619 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier default_values.inc.php  *********/
     4 * File :  default_values.inc.php 
     5 */
    116
    127$piclens_default_values['piclens_active'] = false; /* Possibility to disactivate the function */
     
    7267$piclens_default_values['piclens_wall_showNavArrows']       = true;
    7368$piclens_default_values['piclens_wall_backgroundAlpha']     = "1.0";
    74 $piclens_default_values['piclens_wall_backgroundColor']         = "#FFFFFF";
    75 $piclens_default_values['piclens_wall_glowColor']                       = "#FFFFFF";
     69$piclens_default_values['piclens_wall_backgroundColor']         = ""; //"#FFFFFF";
     70$piclens_default_values['piclens_wall_glowColor']                       = ""; //"#FFFFFF";
    7671$piclens_default_values['piclens_wall_descriptionHeight']       = "20";
    7772$piclens_default_values['piclens_wall_tilt']    = "0";
     
    8984
    9085$piclens_default_values['piclens_exclude_double']       = false; // Suppression des doublons
     86$piclens_default_values['piclens_maxcomment_nb']        = 1;    // derniers commentaires
    9187?>
  • extensions/piclens/language/en_UK/plugin.lang.php

    r3619 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier EN plugin.lang.php  *********/
     4 * File :  plugin.lang.php
     5* Lang : EN
     6 */
     7
    118// Piclenslite button
    129$lang['piclens_button']                                 = 'View a slideshow';
     
    197194$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
    198195$lang['img_filename_legend']            = 'Picture file name'; // %IC
     196$lang['img_comment_legend']                     = 'Last comments'; // %ID
    199197
    200198$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
  • extensions/piclens/language/es_ES/plugin.lang.php

    r3625 r3645  
    2323$lang['piclens_admin_submit']                   = 'Registrar';
    2424$lang['piclens_admin_saveOK']                   = 'Configuración Cooliris-Piclens Salvada';
    25 $lang['piclens_admin_saveERR1']                 = 'Fichero crossdomain.xml ausente';
     25$lang['piclens_admin_saveERR1']                 = 'Fcrossdomain.xml ausente';
    2626$lang['piclens_admin_saveERR2']                 = 'Error de copia del fichero';
    2727$lang['piclens_admin_saveERR3']                 = 'Fichero crossdomain.xml ya existente';
     
    200200$lang['img_URLHighFull_legend']         = 'URL de la imagen en alta definición (path traje)';   // %IB
    201201$lang['img_filename_legend']            = 'Nombre del fichero llena de imágenes'; // %IC
     202$lang['img_comment_legend']                     = 'Últimos comentarios'; // %ID
    202203
    203204$lang['root_path_legend']                       = 'Path de piwigo'; // %G1
     
    212213$lang['piclens_tags_label']             = 'Tags';
    213214$lang['piclens_rsscfg_exclude_double']  = 'Supresión de los doblones de imagen en el flujo (el mismo repertorio de acceso)';
     215
     216
    214217?>
  • extensions/piclens/language/fr_FR/plugin.lang.php

    r3619 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier FR plugin.lang.php  *********/
     4 * File :  plugin.lang.php
     5* Lang : FR
     6 */
    117
    128// Piclenslite button
     
    200196$lang['img_URLHighFull_legend']         = 'URL de l\'image en haute d&eacute;finition (path complet)';  // %IB
    201197$lang['img_filename_legend']            = 'Nom du fichier image'; // %IC
     198$lang['img_comment_legend']                     = 'Derniers commentaires'; // %ID
    202199
    203200$lang['root_path_legend']                       = 'Path de piwigo'; // %G1
  • extensions/piclens/language/zh_CN/plugin.lang.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier EN plugin.lang.php  *********/
    11 // Piclenslite button
     4 * File :  generate_rss.php 
     5* Lang : ZH
     6 */
     7
     8 // Piclenslite button
    129$lang['piclens_button']                                 = '查看幻灯片';
    1310
     
    154151$lang['piclens_stuff_param_commun']             = '<b>或许可是Cooliris PicLens 和 PWG-Stuff 的公共参数</b>';
    155152
    156 /* TO DO : translation : */
    157 $lang['piclens_wallcfg_nbligne']        = 'Number of row display on the wall ';
    158 
    159 $lang['piclens_3dwallconfig2_tab']              = 'Advanced 3DWall configuration';
    160 $lang['piclens_wallcfgadv_title']       = 'Piclens : Advanced Configuration of Cooliris 3D Wall';
    161 $lang['piclens_wallcfg_colorD']         = 'Dark';
    162 $lang['piclens_wallcfg_colorL']         = 'Light';
    163 $lang['piclens_wallcfg_showChrome']    = 'Shows the bottom toolbar background';
    164 $lang['piclens_wallcfg_showDescription']    = 'Show the item description overlay';
    165 $lang['piclens_wallcfg_showReflections']    = 'Show the reflections under the images';
    166 $lang['piclens_wallcfg_showTutorial']    = 'Show a tutorial message';
    167 $lang['piclens_wallcfg_showNavArrows']    = 'Shows the navigation arrows';
    168 $lang['piclens_wallcfg_backgroundAlpha']    = 'Background transparency [0.0-1.0]';
    169 $lang['piclens_wallcfg_descriptionHeight']    = 'Height of the name and description overlay [0-100]';
    170 $lang['piclens_wallcfg_tilt']    = 'Amount of wall tilt [0-5]';
    171 $lang['piclens_wallcfg_backgroundColor']    = 'Color for the background';
    172 $lang['piclens_wallcfg_glowColor']    = 'Color of the glow around the selected picture';
    173 $lang['piclens_wallcfg_backgroundImage']    = 'URL of background image for the wall';
    174 $lang['piclens_wallcfg_tutorial']    = 'URL to tutorial image';
    175 $lang['piclens_wallcfg_tutorialtime']    = 'Tutorial delay';
    176 $lang['piclens_wallcfg_customButtonURL']    = 'URL for custom button in the lower right corner of the toolbar';
    177 $lang['piclens_wallcfg_customButtonTARGET']    = 'Target for custom button';
    178 $lang['piclens_wallcfg_icons']    = 'Directory of PNG images for custom toolbar icons';
    179 $lang['piclens_wallcfg_linkCSS']    = 'CSS string to be applied to descriptions';
    180 
    181 $lang['piclens_xml_config'] = 'Name and descriptions Configuration';
    182 $lang['piclens_xml_legend']     = 'Parameters for name and description';
     153$lang['piclens_wallcfg_nbligne']        = '在图片墙上每行显示的个数 ';
     154
     155$lang['piclens_3dwallconfig2_tab']              = '3DWall 的高级配置';
     156$lang['piclens_wallcfgadv_title']       = 'Piclens : Cooliris 3D Wall的高级配置';
     157$lang['piclens_wallcfg_colorD']         = '暗';
     158$lang['piclens_wallcfg_colorL']         = '亮';
     159$lang['piclens_wallcfg_showChrome']    = '显示下方工具条背景';
     160$lang['piclens_wallcfg_showDescription']    = '在覆盖层上显示项目说明';
     161$lang['piclens_wallcfg_showReflections']    = '在图片下面显示倒影';
     162$lang['piclens_wallcfg_showTutorial']    = '显示指南信息';
     163$lang['piclens_wallcfg_showNavArrows']    = '显示导航箭头';
     164$lang['piclens_wallcfg_backgroundAlpha']    = '背景透明 [0.0-1.0]';
     165$lang['piclens_wallcfg_descriptionHeight']    = '高度的名称和说明覆盖层 [0-100]';
     166$lang['piclens_wallcfg_tilt']    = '图片墙的倾斜度 [0-5]';
     167$lang['piclens_wallcfg_backgroundColor']    = '背景颜色';
     168$lang['piclens_wallcfg_glowColor']    = '围绕所选图片光亮的颜色';
     169$lang['piclens_wallcfg_backgroundImage']    = '图片墙背景图片的 URL';
     170$lang['piclens_wallcfg_tutorial']    = '指南图片的 URL';
     171$lang['piclens_wallcfg_tutorialtime']    = '指南出现延迟';
     172$lang['piclens_wallcfg_customButtonURL']    = '工具条右下角自定义按钮的 URL';
     173$lang['piclens_wallcfg_customButtonTARGET']    = '自定义按钮的目标';
     174$lang['piclens_wallcfg_icons']    = '自定义工具条图标的PNG图片文件夹';
     175$lang['piclens_wallcfg_linkCSS']    = 'CSS字符串的说明';
     176
     177$lang['piclens_xml_config'] = '名称和说明配置';
     178$lang['piclens_xml_legend']     = '名称和说明的参数';
    183179
    184180//legende
    185 $lang['piclens_picture_legend']     = 'Picture';
    186 $lang['piclens_cat_legend']                 = 'Category';
    187 $lang['piclens_global_legend']          = 'Global';
    188 $lang['img_id_legend']                          = 'Picture ID'; // %I1
    189 $lang['img_name_legend']                        = 'Picture Name';       // %I2
    190 $lang['img_description_legend']         = 'Picture Description'; // %I3
    191 $lang['img_author_legend']                      = 'Picture Author';     // %I4
    192 $lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
    193 $lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
    194 $lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
    195 $lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
    196 $lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
    197 $lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
    198 $lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
    199 $lang['img_filename_legend']            = 'Picture file name'; // %IC
    200 
    201 $lang['root_path_legend']                       = 'Pïwigo path'; // %G1
    202 
    203 $lang['cat_id_legend']                          = 'Category ID'; // %C1
    204 $lang['cat_name_legend']                        = 'Category name'; // %C2
    205 $lang['cat_description_legend']         = 'Category description'; // %C3
    206 $lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
    207 $lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
     181$lang['piclens_picture_legend']     = '相片';
     182$lang['piclens_cat_legend']                 = '类别';
     183$lang['piclens_global_legend']          = '全局';
     184$lang['img_id_legend']                          = '相片 ID';      // %I1
     185$lang['img_name_legend']                        = '相片名称';       // %I2
     186$lang['img_description_legend']         = '相片说明'; // %I3
     187$lang['img_author_legend']                      = '相片作者';       // %I4
     188$lang['img_URLThumb_legend']            = '缩略图 URL (来自相册的 URL)'; // %I5
     189$lang['img_URLNormal_legend']           = '相片 URL (来自相册的 URL)'; // %I6
     190$lang['img_URLHigh_legend']                     = '高清相片 URL (来自相册的 URL)';       // %I7
     191$lang['img_URLPicturephp_legend']       = '相片页面的链接 (picture.php)';      //%I8
     192$lang['img_URLThumbFull_legend']        = '缩略图 URL (完整的 URL)'; // %I9
     193$lang['img_URLNormalFull_legend']       = '相片 URL (完整的 URL)';   // %IA
     194$lang['img_URLHighFull_legend']         = '高清相片 URL (完整的 URL)'; // %IB
     195$lang['img_filename_legend']            = '相片文件名'; // %IC
     196$lang['img_comment_legend']                     = '最新评论'; // %ID
     197
     198$lang['root_path_legend']                       = 'Piwigo 路径'; // %G1
     199
     200$lang['cat_id_legend']                          = '类别 ID'; // %C1
     201$lang['cat_name_legend']                        = '类别名称'; // %C2
     202$lang['cat_description_legend']         = '类别说明'; // %C3
     203$lang['cat_dir_legend']                         = '类别路径 (来自相册的 URL)'; // %C4
     204$lang['cat_dirFull_legend']                     = '类别路径 (完整的路径)'; // %C4
    208205// Fin legende
    209206
    210 $lang['piclens_tags_label']             = 'Tags';
    211 $lang['piclens_rsscfg_exclude_double']  = 'Suppress double picture in the feed (same path)';
    212 
    213 /* END TO DO*/
     207$lang['piclens_tags_label']             = '标签';
     208$lang['piclens_rsscfg_exclude_double']  = '在RSS订阅里禁止重复图片 (相同的路径)';
     209
    214210
    215211?>
  • extensions/piclens/main.inc.php

    r3637 r3645  
    88 * Author URI:
    99 * */
    10 /********* Fichier main.inc.php  ********* /
    11  /* 0.2.0 --> version for PIWIGO 2.0.0    */
    12  /* 0.2.1 --> bug generation flux RSS  */
    13  /*             icone piclens lite ameliore   */
    14  /* 0.2.2 --> Bug sur les pages autres que "categories"  */
    15  /*             bug caractere speciaux dans flux xml genere   */
    16  /* 0.2.3 --> gestion des level (niveaux de confidentialité) sur les images  */
    17  /* 0.2.4 --> Ajout informations dans flux RSS (version...) et icone de la gallerie */
    18  /*             Paramétrage du nom et description à afficher sous l'image piclens   */
    19  /*             Ajout 3DWall de cooliris   */
    20  /* 0.2.5 --> désacrivation de 3DWall (si présence de  PWG Stuff) */
    21  /*             Nettoyage code + correction notice page admin*/
    22  /*             Ajout support video "vimeo" (plugin PY Gvideo)   */
    23  /*             Ajout support video "flv" (plugin Charlies)   */
    24  /* 0.2.6 --> Nettoyage et restructuration du code + modification page admin */
    25  /*               paramétrage choix couleur fond sur mur 3D */
    26  /*               paramétrage prise en compte fichiers video  */
    27  /* 0.2.7 --> Correction ouverture fichier videos GY Video */
    28  /* 0.3.0beta --> ajout parametrage pour mur 3D dont selection categories */
    29  /* 0.3.0beta2 --> correction requete SQL de selection des images */
    30  /*                     correction notice sur le 'root_path' */
    31  /* 0.3.0beta3 --> ajout affichage aleatoire et categorie dans le flux  */
    32  /*                     Modification template piclenswall : mode transparent */
    33  /*                     Affichage des categories (parametrable) dans le titre de l'image sous piclens */
    34  /*                     Modification et correction configuration du tri par defaut Piwigo ( order_by_inside_category) */
    35  /*                     Ajout parametrage icones sur le mur 3D */
    36  /*                     Quelques Corrections integration SecureImage */
    37  /* 0.3.0beta4 --> support multi-langue  (FR et EN)*/
    38  /*                     Optimisation requetes SQL */
    39  /*                     regroupement fichiers de generation flux rss (piclens-rss et piclenswall-rss) dans le fichier generate_rss */
    40  /*                     Ajout parametrage et remplacement de la navigation par le mur 3D et titre mur 3D*/
    41  /* 0.3.0beta5 --> Correction ; manquant dans default_values (oups!)*/
    42  /* 0.3.0beta6 --> Ajout parametre de tri/ordre selon le flux genere : accueil ou categorie*/
    43  /*                     Correction Lien entre tri et ordre si parametre = defaut PIWIGO*/
    44  /*                     Integration extended description (prise en compte hidden [categories et images] et description multilangue)*/
    45  /*                     Quelques corrections dans le flux xml genere (W3C feed validation)*/
    46  /* 0.3.0beta7 --> Correction requete sql sur categorie*/
    47  /*                     Correction page admin (sauvegarde des parametres ordre et tri)*/
    48  /* 0.3.0beta8 --> Activation piclens et mur sur pages speciales*/
    49  /*                     Parametre de recursivite (standard et specifique)*/
    50  /*                     Corrections et optimisation code*/
    51  /* 0.3.0 --> Publication version finale*/
    52  /* 0.3.1 --> Correction "notice" (warning) sur variable piclnkmaster*/
    53  /*              Ajout paramètre pour le mode transparent (a prendre en compte dans PWG Stuff)*/
    54  /* 0.3.2 --> Correction "notice" (warning) sur variable piclens_wall_transparent*/
    55  /* 0.3.3 --> Correction lien URL vers les images depuis piclens (arrivee directe sur la categorie)*/
    56  /*             Modification de l'affichage de la selection des extensions prises en compte*/
    57  /*             Page d'admin : intégration de jquery resizable pour redimensionner la selection des categories */
    58  /*             Sauvegarde des parametres en bases de données */
    59  /*             [MAJEUR] Correction de "l'emballement des hit images" sur l'accueil si modules "plus vues"... sont actives dans PWG_Stuff*/
    60  /*             Ajout patch pour lien en https */
    61  /*             Ajout parametre et utilisation du flash cooliris.swf en local (evite de copier crossdomain.xml). */
    62  /* 0.3.4 --> [MAJEUR] Correction de "l'emballement des hit images" lie a la selection des images depuis les categories speciales*/
    63  /*             Correction patch pour lien en https */
    64  /*             Ajout fonction sauvegarde et restauration des fichier de configuration (utile pour la migration) */
    65  /*             Ajout traduction chinoise (thanks Winson) */
    66  /* 0.3.5 --> Ajout integration balises Extended Description dans le nom des categories */
    67  /*             Correction dans la traduction chinoise simplifiée */
    68  /*             Correction page admin : titre mur 3D non sauvegarde*/
    69  /* 0.3.6 --> Ajout parametres supplementaires du mur embeded  */
    70  /* 0.4.0 --> Changement methode pour parametrer les noms et decriptions des images */
    71  /*              Ajout integration piclens sur les tags */
    72  /*              Ajout paramètre pour supprimer les doublons d'image dans le flux rss */
    73  /*              Ajout traduction ES (merci ddtddt) */
    74  
     10/********* Fichier main.inc.php  *********/
    7511
    76 /********* TODO  *********/
    77 //- possibilite d'afficher les derniers commentaires des images dans piclens
    78 //- intégrer la selection double des categories
    79 
     12/* See CHANGELOG for release informations */
    8013
    8114 
  • extensions/piclens/piclens-rss.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclens-rss.php  *********/
     4 * File :  piclens-rss.php 
     5 */
    116
    127define('PHPWG_ROOT_PATH','../../');
  • extensions/piclens/piclenswall-rss.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclenswall-rss.php  *********/
     4 * File :  piclenswall-rss.php 
     5 */
    116 
    127define('PHPWG_ROOT_PATH','../../');
  • extensions/piclens/piclenswall.php

    r3637 r3645  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.4
    5  * Description: Cooliris/Piclens activation
    6  * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
    7  * Author: Tiico
    8  * Author URI:
    9  * */
    10 /********* Fichier piclenswall.php  *********/
     4 * File :  piclenswall.php 
     5 */
    116
    127
Note: See TracChangeset for help on using the changeset viewer.