summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/database_attachments/package.xml2
-rw-r--r--plugins/debug_logger/debug_logger.php2
-rw-r--r--plugins/debug_logger/package.xml55
-rw-r--r--plugins/emoticons/emoticons.php2
-rw-r--r--plugins/emoticons/package.xml53
-rw-r--r--plugins/example_addressbook/package.xml51
-rw-r--r--plugins/filesystem_attachments/package.xml2
-rw-r--r--plugins/help/package.xml67
-rw-r--r--plugins/http_authentication/http_authentication.php2
-rw-r--r--plugins/http_authentication/package.xml48
-rw-r--r--plugins/jqueryui/package.xml149
-rw-r--r--plugins/new_user_identity/new_user_identity.php2
-rw-r--r--plugins/new_user_identity/package.xml49
-rw-r--r--plugins/newmail_notifier/newmail_notifier.js2
-rw-r--r--plugins/newmail_notifier/newmail_notifier.php4
-rw-r--r--plugins/newmail_notifier/package.xml69
-rw-r--r--plugins/subscriptions_option/package.xml2
17 files changed, 554 insertions, 7 deletions
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 @@
</lead>
<developer>
<name>Ziba Scott</name>
+ <user>ziba</user>
<email>ziba@umich.edu</email>
+ <active>yes</active>
</developer>
<date>2011-11-21</date>
<version>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>debug_logger</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Additional debugging logs</summary>
+ <description>
+ 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.
+ </description>
+ <lead>
+ <name>Ziba Scott</name>
+ <user>ziba</user>
+ <email>ziba@umich.edu</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.0</release>
+ <api>1.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="debug_logger.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="runlog/runlog.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>emoticons</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Display emoticons in text messages</summary>
+ <description>Sample plugin to replace emoticons in plain text message body with real icons.</description>
+ <lead>
+ <name>Thomas Bruederli</name>
+ <user>thomasb</user>
+ <email>roundcube@gmail.com</email>
+ <active>yes</active>
+ </lead>
+ <developer>
+ <name>Aleksander Machniak</name>
+ <user>alec</user>
+ <email>alec@alec.pl</email>
+ <active>yes</active>
+ </developer>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.3</release>
+ <api>1.3</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="emoticons.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>example_addressbook</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Example addressbook plugin implementation</summary>
+ <description>Sample plugin to add a new address book with just a static list of contacts.</description>
+ <lead>
+ <name>Thomas Bruederli</name>
+ <user>thomasb</user>
+ <email>roundcube@gmail.com</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.0</release>
+ <api>1.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="example_addressbook.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="example_addressbook_backend.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
</lead>
<developer>
<name>Ziba Scott</name>
+ <user>ziba</user>
<email>ziba@umich.edu</email>
+ <active>yes</active>
</developer>
<date>2011-11-21</date>
<version>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>help</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Help for Roundcube</summary>
+ <description>Plugin adds a new item (Help) in taskbar.</description>
+ <lead>
+ <name>Aleksander Machniak</name>
+ <user>alec</user>
+ <email>alec@alec.pl</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.0</release>
+ <api>1.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="help.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="content/about.html" role="data"></file>
+ <file name="content/license.html" role="data"></file>
+ <file name="config.inc.php.dist" role="data"></file>
+ <file name="skins/default/help.css" role="data"></file>
+ <file name="skins/default/help.gif" role="data"></file>
+ <file name="skins/default/templates/help.html" role="data"></file>
+ <file name="localization/cs_CZ.inc" role="data"></file>
+ <file name="localization/da_DK.inc" role="data"></file>
+ <file name="localization/de_DE.inc" role="data"></file>
+ <file name="localization/en_US.inc" role="data"></file>
+ <file name="localization/es_ES.inc" role="data"></file>
+ <file name="localization/et_EE.inc" role="data"></file>
+ <file name="localization/gl_ES.inc" role="data"></file>
+ <file name="localization/hu_HU.inc" role="data"></file>
+ <file name="localization/ja_JP.inc" role="data"></file>
+ <file name="localization/pl_PL.inc" role="data"></file>
+ <file name="localization/pt_BR.inc" role="data"></file>
+ <file name="localization/ru_RU.inc" role="data"></file>
+ <file name="localization/sv_SE.inc" role="data"></file>
+ <file name="localization/zh_TW.inc" role="data"></file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>http_authentication</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>HTTP Basic Authentication</summary>
+ <description>Make use of an existing HTTP authentication and perform login with the existing user credentials.</description>
+ <lead>
+ <name>Thomas Bruederli</name>
+ <user>thomasb</user>
+ <email>roundcube@gmail.com</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.4</release>
+ <api>1.4</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="http_authentication.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="logout.html" role="data"></file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>jqueryui</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>jQuery-UI library</summary>
+ <description>
+ 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.
+ </description>
+ <lead>
+ <name>Thomas Bruederli</name>
+ <user>thomasb</user>
+ <email>roundcube@gmail.com</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.8.14</release>
+ <api>1.8</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="jqueryui.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="README" role="data"></file>
+ <file name="config.inc.php.dist" role="data"></file>
+
+ <file name="js/jquery-ui-1.8.14.custom.min.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-af.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ar.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-az.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-bg.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-bz.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ca.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-cs.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-da.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-de-CH.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-de.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-el.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-en-GB.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-eo.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-es.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-et.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-eu.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-fa.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-fi.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-fo.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-fr-CH.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-fr.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-gl.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-he.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-hr.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-hu.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-hy.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-id.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-is.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-it.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ja.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ko.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-kz.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-lt.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-lv.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ms.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-nl-BE.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-nl.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-no.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-pl.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-pt-BR.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-pt.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ro.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ru.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sk.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sl.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sq.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sr.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sr-SR.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-sv.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-ta.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-th.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-tr.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-uk.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-vi.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-zh-CN.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-zh-HK.js" role="data"></file>
+ <file name="js/i18n/jquery.ui.datepicker-zh-TW.js" role="data"></file>
+
+ <file name="themes/default/jquery-ui-1.8.14.custom.css" role="data"></file>
+ <file name="themes/default/roundcube-custom.diff" role="data"></file>
+ <file name="themes/default/images/buttongradient.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_flat_90_cc3333_40x100.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_highlight-hard_90_f4f4f4_1x100.png" role="data"></file>
+ <file name="themes/default/images/ui-icons_cc3333_256x240.png" role="data"></file>
+ <file name="themes/default/images/listheader.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_glass_95_fef1ec_1x400.png" role="data"></file>
+ <file name="themes/default/images/ui-icons_000000_256x240.png" role="data"></file>
+ <file name="themes/default/images/ui-icons_dddddd_256x240.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_highlight-hard_90_a3a3a3_1x100.png" role="data"></file>
+ <file name="themes/default/images/ui-icons_333333_256x240.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_flat_75_ffffff_40x100.png" role="data"></file>
+ <file name="themes/default/images/ui-bg_highlight-hard_90_e6e6e7_1x100.png" role="data"></file>
+ <file name="themes/default/images/ui-icons_666666_256x240.png" role="data"></file>
+
+ <file name="themes/redmont/jquery-ui-1.8.14.custom.css" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_flat_0_aaaaaa_40x100.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_glass_95_fef1ec_1x400.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_217bc0_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_cd0a0a_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_flat_55_fbec88_40x100.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_2e83ff_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_d8e7f3_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_glass_75_d0e5f5_1x400.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_inset-hard_100_f5f8f9_1x100.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_469bdd_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_f9bd01_256x240.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_glass_85_dfeffc_1x400.png" role="data"></file>
+ <file name="themes/redmont/images/ui-bg_inset-hard_100_fcfdfd_1x100.png" role="data"></file>
+ <file name="themes/redmont/images/ui-icons_6da8d5_256x240.png" role="data"></file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>new_user_identity</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Populates a new user's default identity from LDAP on their first visit.</summary>
+ <description>
+ Populates a new user's default identity from LDAP on their first visit.
+ </description>
+ <lead>
+ <name>Aleksander Machniak</name>
+ <user>alec</user>
+ <email>alec@alec.pl</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>1.0.5</release>
+ <api>1.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="new_user_identity.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 <alec@alec.pl>
*/
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 <alec@alec.pl>
*
*
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+ http://pear.php.net/dtd/tasks-1.0.xsd
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>newmail_notifier</name>
+ <channel>pear.roundcube.net</channel>
+ <summary>Displays notification about a new mail</summary>
+ <description>
+ 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).
+ </description>
+ <lead>
+ <name>Aleksander Machniak</name>
+ <user>alec</user>
+ <email>alec@alec.pl</email>
+ <active>yes</active>
+ </lead>
+ <date>2011-11-21</date>
+ <version>
+ <release>0.3</release>
+ <api>0.3</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>-</notes>
+ <contents>
+ <dir baseinstalldir="/" name="/">
+ <file name="newmail_notifier.php" role="php">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="newmail_notifier.js" role="data">
+ <tasks:replace from="@name@" to="name" type="package-info"/>
+ <tasks:replace from="@package_version@" to="version" type="package-info"/>
+ </file>
+ <file name="config.inc.php.dist" role="data"></file>
+ <file name="favicon.ico" role="data"></file>
+ <file name="mail.png" role="data"></file>
+ <file name="sound.wav" role="data"></file>
+
+ <file name="localization/de_CH.inc" role="data"></file>
+ <file name="localization/de_DE.inc" role="data"></file>
+ <file name="localization/en_US.inc" role="data"></file>
+ <file name="localization/lv_LV.inc" role="data"></file>
+ <file name="localization/pl_PL.inc" role="data"></file>
+ <file name="localization/pt_BR.inc" role="data"></file>
+ <file name="localization/ru_RU.inc" role="data"></file>
+ </dir>
+ <!-- / -->
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.2.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.7.0</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease/>
+</package>
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 @@
</lead>
<developer>
<name>Ziba Scott</name>
+ <user>ziba</user>
<email>ziba@umich.edu</email>
+ <active>yes</active>
</developer>
<date>2011-11-21</date>
<version>