From 5c94c1a5488ef33bdc6461a646ce04f5ed7e404a Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 22 Nov 2011 12:15:46 +0000 Subject: - Add more package.xml files git-svn-id: https://svn.roundcube.net/trunk@5463 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/database_attachments/package.xml | 2 + plugins/debug_logger/debug_logger.php | 2 +- plugins/debug_logger/package.xml | 55 ++++++++ plugins/emoticons/emoticons.php | 2 +- plugins/emoticons/package.xml | 53 ++++++++ plugins/example_addressbook/package.xml | 51 +++++++ plugins/filesystem_attachments/package.xml | 2 + plugins/help/package.xml | 67 +++++++++ .../http_authentication/http_authentication.php | 2 +- plugins/http_authentication/package.xml | 48 +++++++ plugins/jqueryui/package.xml | 149 +++++++++++++++++++++ plugins/new_user_identity/new_user_identity.php | 2 +- plugins/new_user_identity/package.xml | 49 +++++++ plugins/newmail_notifier/newmail_notifier.js | 2 +- plugins/newmail_notifier/newmail_notifier.php | 4 +- plugins/newmail_notifier/package.xml | 69 ++++++++++ plugins/subscriptions_option/package.xml | 2 + 17 files changed, 554 insertions(+), 7 deletions(-) create mode 100644 plugins/debug_logger/package.xml create mode 100644 plugins/emoticons/package.xml create mode 100644 plugins/example_addressbook/package.xml create mode 100644 plugins/help/package.xml create mode 100644 plugins/http_authentication/package.xml create mode 100644 plugins/jqueryui/package.xml create mode 100644 plugins/new_user_identity/package.xml create mode 100644 plugins/newmail_notifier/package.xml diff --git a/plugins/database_attachments/package.xml b/plugins/database_attachments/package.xml index 63594357a..40db858a4 100644 --- a/plugins/database_attachments/package.xml +++ b/plugins/database_attachments/package.xml @@ -20,7 +20,9 @@ Ziba Scott + ziba ziba@umich.edu + yes 2011-11-21 diff --git a/plugins/debug_logger/debug_logger.php b/plugins/debug_logger/debug_logger.php index f04ba6a61..45c395377 100644 --- a/plugins/debug_logger/debug_logger.php +++ b/plugins/debug_logger/debug_logger.php @@ -15,7 +15,7 @@ * Enable the plugin in config/main.inc.php and add your desired * log types and files. * - * @version 1.0 + * @version @package_version@ * @author Ziba Scott * @website http://roundcube.net * diff --git a/plugins/debug_logger/package.xml b/plugins/debug_logger/package.xml new file mode 100644 index 000000000..f416238ef --- /dev/null +++ b/plugins/debug_logger/package.xml @@ -0,0 +1,55 @@ + + + debug_logger + pear.roundcube.net + Additional debugging logs + + Enhanced logging for debugging purposes. It is not recommened + to be enabled on production systems without testing because of + the somewhat increased memory, cpu and disk i/o overhead. + + + Ziba Scott + ziba + ziba@umich.edu + yes + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/emoticons/emoticons.php b/plugins/emoticons/emoticons.php index 95f5ecf39..78f956382 100644 --- a/plugins/emoticons/emoticons.php +++ b/plugins/emoticons/emoticons.php @@ -5,7 +5,7 @@ * * Sample plugin to replace emoticons in plain text message body with real icons * - * @version 1.3 + * @version @package_version@ * @author Thomas Bruederli * @author Aleksander Machniak * @website http://roundcube.net diff --git a/plugins/emoticons/package.xml b/plugins/emoticons/package.xml new file mode 100644 index 000000000..dfbdf5082 --- /dev/null +++ b/plugins/emoticons/package.xml @@ -0,0 +1,53 @@ + + + emoticons + pear.roundcube.net + Display emoticons in text messages + Sample plugin to replace emoticons in plain text message body with real icons. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 1.3 + 1.3 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/example_addressbook/package.xml b/plugins/example_addressbook/package.xml new file mode 100644 index 000000000..c7c7fd441 --- /dev/null +++ b/plugins/example_addressbook/package.xml @@ -0,0 +1,51 @@ + + + example_addressbook + pear.roundcube.net + Example addressbook plugin implementation + Sample plugin to add a new address book with just a static list of contacts. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/filesystem_attachments/package.xml b/plugins/filesystem_attachments/package.xml index f4c2b6859..031a74297 100644 --- a/plugins/filesystem_attachments/package.xml +++ b/plugins/filesystem_attachments/package.xml @@ -21,7 +21,9 @@ Ziba Scott + ziba ziba@umich.edu + yes 2011-11-21 diff --git a/plugins/help/package.xml b/plugins/help/package.xml new file mode 100644 index 000000000..c014627f5 --- /dev/null +++ b/plugins/help/package.xml @@ -0,0 +1,67 @@ + + + help + pear.roundcube.net + Help for Roundcube + Plugin adds a new item (Help) in taskbar. + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/http_authentication/http_authentication.php b/plugins/http_authentication/http_authentication.php index be49b52be..bda8f9ab6 100644 --- a/plugins/http_authentication/http_authentication.php +++ b/plugins/http_authentication/http_authentication.php @@ -11,7 +11,7 @@ * * See logout.html (in this directory) for an example how HTTP auth can be cleared. * - * @version 1.4 + * @version @package_version@ * @author Thomas Bruederli */ class http_authentication extends rcube_plugin diff --git a/plugins/http_authentication/package.xml b/plugins/http_authentication/package.xml new file mode 100644 index 000000000..18240eee8 --- /dev/null +++ b/plugins/http_authentication/package.xml @@ -0,0 +1,48 @@ + + + http_authentication + pear.roundcube.net + HTTP Basic Authentication + Make use of an existing HTTP authentication and perform login with the existing user credentials. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2011-11-21 + + 1.4 + 1.4 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/jqueryui/package.xml b/plugins/jqueryui/package.xml new file mode 100644 index 000000000..18f241a2e --- /dev/null +++ b/plugins/jqueryui/package.xml @@ -0,0 +1,149 @@ + + + jqueryui + pear.roundcube.net + jQuery-UI library + + Plugin adds the complete jQuery-UI library including the smoothness + theme to Roundcube. This allows other plugins to use jQuery-UI without + having to load their own version. The benefit of using one central jQuery-UI + is that we wont run into problems of conflicting jQuery libraries being + loaded. All plugins that want to use jQuery-UI should use this plugin as + a requirement. + + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2011-11-21 + + 1.8.14 + 1.8 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/new_user_identity/new_user_identity.php b/plugins/new_user_identity/new_user_identity.php index 32c2c9d03..7b67578bf 100644 --- a/plugins/new_user_identity/new_user_identity.php +++ b/plugins/new_user_identity/new_user_identity.php @@ -6,7 +6,7 @@ * * This plugin requires that a working public_ldap directory be configured. * - * @version 1.05 + * @version @package_version@ * @author Kris Steinhoff * * Example configuration: diff --git a/plugins/new_user_identity/package.xml b/plugins/new_user_identity/package.xml new file mode 100644 index 000000000..95f1dc0dc --- /dev/null +++ b/plugins/new_user_identity/package.xml @@ -0,0 +1,49 @@ + + + new_user_identity + pear.roundcube.net + Populates a new user's default identity from LDAP on their first visit. + + Populates a new user's default identity from LDAP on their first visit. + + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 1.0.5 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/newmail_notifier/newmail_notifier.js b/plugins/newmail_notifier/newmail_notifier.js index 16e3edd42..7c9b55ded 100644 --- a/plugins/newmail_notifier/newmail_notifier.js +++ b/plugins/newmail_notifier/newmail_notifier.js @@ -1,7 +1,7 @@ /** * New Mail Notifier plugin script * - * @version 0.3 + * @version @package_version@ * @author Aleksander Machniak */ diff --git a/plugins/newmail_notifier/newmail_notifier.php b/plugins/newmail_notifier/newmail_notifier.php index 01e25984d..742fce83d 100644 --- a/plugins/newmail_notifier/newmail_notifier.php +++ b/plugins/newmail_notifier/newmail_notifier.php @@ -3,13 +3,13 @@ /** * New Mail Notifier plugin * - * Supports two methods of notification: + * Supports three methods of notification: * 1. Basic - focus browser window and change favicon * 2. Sound - play wav file * 3. Desktop - display desktop notification (using webkitNotifications feature, * supported by Chrome and Firefox with 'HTML5 Notifications' plugin) * - * @version 0.3 + * @version @package_version@ * @author Aleksander Machniak * * diff --git a/plugins/newmail_notifier/package.xml b/plugins/newmail_notifier/package.xml new file mode 100644 index 000000000..76b56d40f --- /dev/null +++ b/plugins/newmail_notifier/package.xml @@ -0,0 +1,69 @@ + + + newmail_notifier + pear.roundcube.net + Displays notification about a new mail + + Supports three methods of notification: + 1. Basic - focus browser window and change favicon + 2. Sound - play wav file + 3. Desktop - display desktop notification (using webkitNotifications feature, + supported by Chrome and Firefox with 'HTML5 Notifications' plugin). + + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 0.3 + 0.3 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/subscriptions_option/package.xml b/plugins/subscriptions_option/package.xml index 11282504f..137a43536 100644 --- a/plugins/subscriptions_option/package.xml +++ b/plugins/subscriptions_option/package.xml @@ -19,7 +19,9 @@ Ziba Scott + ziba ziba@umich.edu + yes 2011-11-21 -- cgit v1.2.3