Changeset 965:d4c78cf7ae10
- Timestamp:
- 11/06/12 11:10:35 (13 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("about:config"),16 /* Description*/ __("Manage every blog configuration directive"),15 /* Name */ "about:config", 16 /* Description*/ "Manage every blog configuration directive", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '0.4' -
plugins/akismet/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Akismet"),16 /* Description*/ __("Akismet spam filter"),15 /* Name */ "Akismet", 16 /* Description*/ "Akismet interface for Dotclear", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.1', -
plugins/antispam/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Antispam"),16 /* Description*/ __("Generic antispam plugin for Dotclear"),15 /* Name */ "Antispam", 16 /* Description*/ "Generic antispam plugin for Dotclear", 17 17 /* Author */ "Alain Vagner", 18 18 /* Version */ '1.3.1', -
plugins/attachments/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Attachments"),16 /* Description*/ __("Manage post attachments"),15 /* Name */ "attachments", 16 /* Description*/ "Manage post attachments", 17 17 /* Author */ "Dotclear Team", 18 18 /* Version */ '1.0', -
plugins/blogroll/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Blogroll"),16 /* Description*/ __("Manage your blogroll"),15 /* Name */ "Blogroll", 16 /* Description*/ "Manage your blogroll", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.3', -
plugins/blowupConfig/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Blowup Config"),16 /* Description*/ __("Configure your Blowup Theme"),15 /* Name */ "Blowup Config", 16 /* Description*/ "Configure your Blowup Theme", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.1', -
plugins/fairTrackbacks/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Fair Trackbacks"),16 /* Description*/ __("Trackback validity check"),15 /* Name */ "Fair Trackbacks", 16 /* Description*/ "Trackback validity check", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.1', -
plugins/importExport/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Import / Export"),16 /* Description*/ __("Import and Export your blog"),15 /* Name */ "Import / Export", 16 /* Description*/ "Import and Export your blog", 17 17 /* Author */ "Olivier Meunier & Contributors", 18 18 /* Version */ '3.1', 19 /* Perm */ 19 /* Perm */ 'admin' 20 20 ); 21 21 ?> -
plugins/maintenance/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Maintenance"),16 /* Description*/ __("Maintain your installation"),15 /* Name */ "Maintenance", 16 /* Description*/ "Maintain your database", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.1' -
plugins/pages/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Pages"),16 /* Description*/ __("Serve entries as simple web pages"),15 /* Name */ "Pages", 16 /* Description*/ "Serve entries as simple web pages", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.2', 19 19 array( 20 20 'permissions' => 'contentadmin,pages', 21 'priority' => 21 'priority' => 999 22 22 ) 23 23 ); -
plugins/pings/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Pings"),16 /* Description*/ __("Ping services"),15 /* Name */ "Pings", 16 /* Description*/ "Ping services", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.1', -
plugins/simpleMenu/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Simple Menu"),16 /* Description*/ __("Simple menu for Dotclear"),15 /* Name */ "simpleMenu", 16 /* Description*/ "Simple menu for Dotclear", 17 17 /* Author */ "Franck Paul", 18 18 /* Version */ '1.0', -
plugins/tags/_define.php
r964 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Tags"),16 /* Description*/ __("Tags for posts"),15 /* Name */ "Tags", 16 /* Description*/ "Tags for posts", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.2', -
plugins/themeEditor/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Theme Editor"),16 /* Description*/ __("Theme Editor"),15 /* Name */ "themeEditor", 16 /* Description*/ "Theme Editor", 17 17 /* Author */ "Olivier Meunier", 18 18 /* Version */ '1.0' -
plugins/userPref/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("user:preferences"),16 /* Description*/ __("Manage every user preference directive"),15 /* Name */ "user:preferences", 16 /* Description*/ "Manage every user preference directive", 17 17 /* Author */ "Franck Paul", 18 18 /* Version */ '0.2' -
plugins/widgets/_define.php
r963 r965 13 13 14 14 $this->registerModule( 15 /* Name */ __("Widgets"),16 /* Description*/ __("Widgets for your blog sidebars"),15 /* Name */ "Widgets", 16 /* Description*/ "Widgets for your blog sidebars", 17 17 /* Author */ "Olivier Meunier & Dotclear Team", 18 18 /* Version */ '3.1',
Note: See TracChangeset
for help on using the changeset viewer.