Dotclear

Changeset 2716


Ignore:
Timestamp:
10/18/10 20:31:02 (12 years ago)
Author:
Moe
Message:

Informations 1.8.1:

  • ignore unpublished entries for URL test (closes #585)
  • french l10n
Location:
plugins/info
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/info/_define.php

    r2671 r2716  
    2929     /* Description*/                "Informations about Dotclear and your system", 
    3030     /* Author */                    "Moe (http://gniark.net/)", 
    31      /* Version */                   '1.8', 
     31     /* Version */                   '1.8.1', 
    3232     /* Permissions */               null 
    3333); 
  • plugins/info/index.php

    r2670 r2716  
    3434# get URL of a post 
    3535$post_url = null; 
    36 $rs = $core->blog->getPosts(array('limit' => 1)); 
     36$rs = $core->blog->getPosts(array('limit' => 1, 'post_status' => 1)); 
    3737 
    3838while ($rs->fetch()) 
  • plugins/info/locales/fr/admin.lang.php

    r2670 r2716  
    9797 
    9898#index.php:89 
    99 $GLOBALS['__l10n']['The entry\'s URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured.'] = 'L\'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l\'URL du blog est correctement configurée.'; 
     99$GLOBALS['__l10n']['The entry\'s URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured.'] = 'L\'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l\'URL du blog soit correctement configurée.'; 
    100100 
    101101#index.php:95 
  • plugins/info/locales/fr/admin.po

    r2670 r2716  
    138138#: index.php:89 
    139139msgid "The entry's URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured." 
    140 msgstr "L'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l'URL du blog est correctement configurée." 
     140msgstr "L'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l'URL du blog soit correctement configurée." 
    141141 
    142142#: index.php:95 
Note: See TracChangeset for help on using the changeset viewer.

Sites map