Changeset 967:ef5e507064e4
- Timestamp:
- 11/06/12 11:41:18 (13 years ago)
- Branch:
- default
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/_define.php
r965 r967 16 16 /* Description*/ "Manage every blog configuration directive", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '0. 4'18 /* Version */ '0.5' 19 19 ); 20 20 ?> -
plugins/antispam/_define.php
r965 r967 16 16 /* Description*/ "Generic antispam plugin for Dotclear", 17 17 /* Author */ "Alain Vagner", 18 /* Version */ '1. 3.1',18 /* Version */ '1.4', 19 19 array( 20 20 'permissions' => 'usage,contentadmin', -
plugins/attachments/_define.php
r965 r967 16 16 /* Description*/ "Manage post attachments", 17 17 /* Author */ "Dotclear Team", 18 /* Version */ '1. 0',18 /* Version */ '1.1', 19 19 array( 20 20 'permissions' => 'usage,contentadmin,pages', -
plugins/blowupConfig/_define.php
r965 r967 16 16 /* Description*/ "Configure your Blowup Theme", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1. 1',18 /* Version */ '1.2', 19 19 array( 20 20 'permissions' => 'admin' -
plugins/importExport/_define.php
r965 r967 16 16 /* Description*/ "Import and Export your blog", 17 17 /* Author */ "Olivier Meunier & Contributors", 18 /* Version */ '3. 1',18 /* Version */ '3.2', 19 19 /* Perm */ 'admin' 20 20 ); -
plugins/maintenance/_define.php
r965 r967 16 16 /* Description*/ "Maintain your database", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1. 1'18 /* Version */ '1.2' 19 19 ); 20 20 ?> -
plugins/pings/_define.php
r965 r967 16 16 /* Description*/ "Ping services", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1. 1',18 /* Version */ '1.2', 19 19 array( 20 20 'permissions' => 'usage,contentadmin' -
plugins/simpleMenu/_define.php
r965 r967 16 16 /* Description*/ "Simple menu for Dotclear", 17 17 /* Author */ "Franck Paul", 18 /* Version */ '1. 0',18 /* Version */ '1.1', 19 19 array( 20 20 'permissions' => 'admin' -
plugins/userPref/_define.php
r965 r967 16 16 /* Description*/ "Manage every user preference directive", 17 17 /* Author */ "Franck Paul", 18 /* Version */ '0. 2'18 /* Version */ '0.3' 19 19 ); 20 20 ?> -
themes/customCSS/_define.php
r270 r967 16 16 /* Description*/ "A CSS customizable theme", 17 17 /* Author */ "Olivier", 18 /* Version */ '1. 0'18 /* Version */ '1.1' 19 19 ); 20 20 ?> -
themes/ductile/_define.php
r881 r967 15 15 /* Description*/ "Mediaqueries compliant elegant theme", 16 16 /* Author */ "Dotclear Team", 17 /* Version */ '1. 2.1',17 /* Version */ '1.3', 18 18 /* Properties */ array( 19 19 'standalone_config' => true
Note: See TracChangeset
for help on using the changeset viewer.