Dotclear

Changeset 1496


Ignore:
Timestamp:
09/24/09 20:18:58 (14 years ago)
Author:
Moe
Message:

Souvenir 1.1.2 :

  • removed posts with password
Location:
plugins/widgetSouvenir
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgetSouvenir/_define.php

    r892 r1496  
    2424     /* Description*/    "A widget which show a link to a post in the past", 
    2525     /* Author */             "Moe (http://gniark.net/)", 
    26      /* Version */            '1.1.1', 
     26     /* Version */            '1.1.2', 
    2727     /* Permissions */   'admin' 
    2828); 
  • plugins/widgetSouvenir/_widget.php

    r892 r1496  
    112112                    AND (post_id != \''.$core->con->escape($post_id).'\') 
    113113                    AND (post_type = \'post\') 
     114                    AND (post_password = \'\') 
    114115               ) 
    115116               LIMIT 1;'; 
     
    130131                    AND (post_id != \''.$core->con->escape($post_id).'\') 
    131132                    AND (post_type = \'post\') 
     133                    AND (post_password = \'\') 
    132134               ) '. 
    133135               # select the closest difference : the closest post to T 
  • plugins/widgetSouvenir/locales/fr/main.po

    r892 r1496  
    44"Report-Msgid-Bugs-To: \n" 
    55"POT-Creation-Date: 2009-03-16 11:52+0100\n" 
    6 "PO-Revision-Date: 2009-03-16 11:52+0100\n" 
     6"PO-Revision-Date: 2009-03-31 23:12+0100\n" 
    77"Last-Translator: Moe <poedit@gniark.net>\n" 
    88"Language-Team: Moe <poedit@gniark.net>\n" 
     
    2323#: _widget.php:34 
    2424msgid "Title:" 
    25 msgstr "Titre:" 
     25msgstr "" 
    2626 
    2727#: _widget.php:34 
     
    4848#: _widget.php:45 
    4949msgid "Show a link to a post published:" 
    50 msgstr "Afficher un lien vers un billet publié:" 
     50msgstr "Afficher un lien vers un billet publié&nbsp;:" 
    5151 
    5252#: _widget.php:54 
    5353msgid "Maximum number of days before of after the date in the past:" 
    54 msgstr "Nombre maximum de jours avant ou après la date dans le passé:" 
     54msgstr "Nombre maximum de jours avant ou après la date dans le passé&nbsp;:" 
    5555 
    5656#: _widget.php:58 
    5757msgid "Number of characters of the post title to display (empty means no limit):" 
    58 msgstr "Nombre de caractères du titre du billet à afficher (laisser vide pour aucune limite):" 
     58msgstr "Nombre de caractères du titre du billet à afficher (laisser vide pour aucune limite)&nbsp;:" 
    5959 
    6060#: _widget.php:62 
    6161msgid "Display date after post title (see PHP strftime function):" 
    62 msgstr "Afficher la date après le titre du billet (voir la fonction PHP strftime):" 
     62msgstr "Afficher la date après le titre du billet (voir la fonction PHP strftime)&nbsp;:" 
    6363 
    6464#: _widget.php:65 
Note: See TracChangeset for help on using the changeset viewer.

Sites map