Dotclear

Changeset 3395


Ignore:
Timestamp:
04/03/16 16:01:07 (7 years ago)
Author:
brol
Message:

0.3 cf changelog

Location:
plugins/versionsManager
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • plugins/versionsManager/_admin.php

    r3378 r3395  
    1818# <http://www.gnu.org/licenses/>. 
    1919# 
    20 # Icon (icon.png) and images are from Silk Icons : 
    21 # <http://www.famfamfam.com/lab/icons/silk/> 
    22 # 
    2320# ***** END LICENSE BLOCK ***** 
    2421 
     
    3027     preg_match('/plugin.php\?p=versionsManager(&.*)?$/', 
    3128     $_SERVER['REQUEST_URI']),$core->auth->check('admin',$core->blog->id)); 
     29 
     30$core->addBehavior('adminDashboardFavorites','versionsManagerDashboardFavorites'); 
     31 
     32function versionsManagerDashboardFavorites($core,$favs) 
     33{ 
     34     $favs->register('versionsManager', array( 
     35          'title' => __('Versions manager'), 
     36          'url' => 'plugin.php?p=versionsManager', 
     37          'small-icon' => 'index.php?pf=versionsManager/icon.png', 
     38          'large-icon' => 'index.php?pf=versionsManager/icon-big.png', 
     39          'permissions' => 'usage,contentadmin' 
     40     )); 
     41} 
  • plugins/versionsManager/_define.php

    r3378 r3395  
    1818# <http://www.gnu.org/licenses/>. 
    1919# 
    20 # Icon (icon.png) and images are from Silk Icons : 
    21 # <http://www.famfamfam.com/lab/icons/silk/> 
    22 # 
    2320# ***** END LICENSE BLOCK ***** 
    2421 
     
    2825     /* Name        */        "Versions Manager", 
    2926     /* Description */        "Delete and update plugins versions", 
    30      /* Author      */        "Moe (http://gniark.net/)", 
    31      /* Version     */        "0.2", 
     27     /* Author      */        "Moe (http://gniark.net/), Pierre Van Glabeke", 
     28     /* Version     */        "0.3", 
    3229     /* Properties */ 
    3330     array( 
  • plugins/versionsManager/changelog

    r3378 r3395  
     1v0.3 - 03-04-2016 - Pierre Van Glabeke 
     2* ajout favori 
     3* dc2.6 requis 
     4 
    15v0.2 - 12-03-2015 - Pierre Van Glabeke 
    26* cosmétique dc2.6 (breadcrumb + affichage message) 
  • plugins/versionsManager/inc/lib.versionsManager.php

    r3378 r3395  
    1717# License along with this program. If not, see 
    1818# <http://www.gnu.org/licenses/>. 
    19 # 
    20 # Icon (icon.png) and images are from Silk Icons : 
    21 # <http://www.famfamfam.com/lab/icons/silk/> 
    2219# 
    2320# ***** END LICENSE BLOCK ***** 
  • plugins/versionsManager/index.php

    r3378 r3395  
    1717# License along with this program. If not, see 
    1818# <http://www.gnu.org/licenses/>. 
    19 # 
    20 # Icon (icon.png) and images are from Silk Icons : 
    21 # <http://www.famfamfam.com/lab/icons/silk/> 
    2219# 
    2320# ***** END LICENSE BLOCK ***** 
  • plugins/versionsManager/locales/fr/main.po

    r3378 r3395  
    22msgstr "" 
    33"Content-Type: text/plain; charset=UTF-8\n" 
    4 "Project-Id-Version: versionsManager 0.1\n" 
     4"Project-Id-Version: versionsManager 0.3\n" 
    55"POT-Creation-Date: \n" 
    66"PO-Revision-Date: 2010-06-26T17:05:34+00:00\n" 
     
    1212msgid "Versions manager" 
    1313msgstr "Gestionnaire de versions" 
     14 
     15msgid "Delete and update plugins versions" 
     16msgstr "Supprimer et mettre à jour les versions des plugins" 
    1417 
    1518msgid "no version" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map