From 6663d0267378db72159c8bc194e9894ef497694a Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 21 Nov 2011 13:34:42 +0000 Subject: - Add more package.xml files git-svn-id: https://svn.roundcube.net/trunk@5456 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.js | 2 +- plugins/acl/acl.php | 2 +- plugins/acl/package.xml | 59 ++++++++++++++++++++ .../database_attachments/database_attachments.php | 5 +- plugins/database_attachments/package.xml | 60 +++++++++++++++++++++ .../filesystem_attachments.php | 4 +- plugins/filesystem_attachments/package.xml | 57 ++++++++++++++++++++ plugins/redundant_attachments/package.xml | 63 ++++++++++++++++++++++ 8 files changed, 246 insertions(+), 6 deletions(-) create mode 100644 plugins/acl/package.xml create mode 100644 plugins/database_attachments/package.xml create mode 100644 plugins/filesystem_attachments/package.xml create mode 100644 plugins/redundant_attachments/package.xml diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index c4011a81c..f3f920d28 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -1,7 +1,7 @@ /** * ACL plugin script * - * @version 0.6.3 + * @version @package_version@ * @author Aleksander Machniak */ diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 1448fb088..2c8265029 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -3,7 +3,7 @@ /** * Folders Access Control Lists Management (RFC4314, RFC2086) * - * @version 0.6.3 + * @version @package_version@ * @author Aleksander Machniak * * diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml new file mode 100644 index 000000000..f5916fd9d --- /dev/null +++ b/plugins/acl/package.xml @@ -0,0 +1,59 @@ + + + acl + pear.roundcube.net + Folders Access Control Lists + IMAP Folders Access Control Lists Management (RFC4314, RFC2086). + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 0.6.4 + 0.6 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/database_attachments/database_attachments.php b/plugins/database_attachments/database_attachments.php index 32461cff6..9a279f57e 100644 --- a/plugins/database_attachments/database_attachments.php +++ b/plugins/database_attachments/database_attachments.php @@ -1,7 +1,7 @@ - * + * @author Aleksander Machniak + * @version @package_version@ */ require_once('plugins/filesystem_attachments/filesystem_attachments.php'); class database_attachments extends filesystem_attachments diff --git a/plugins/database_attachments/package.xml b/plugins/database_attachments/package.xml new file mode 100644 index 000000000..63594357a --- /dev/null +++ b/plugins/database_attachments/package.xml @@ -0,0 +1,60 @@ + + + database_attachments + pear.roundcube.net + SQL database storage for uploaded attachments + + This plugin which provides database backed storage for temporary + attachment file handling. The primary advantage of this plugin + is its compatibility with round-robin dns multi-server Roundcube + installations. + + + Aleksander Machniak + alec + alec@alec.pl + yes + + + Ziba Scott + ziba@umich.edu + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + filesystem_attachments + pear.roundcube.net + + + + + diff --git a/plugins/filesystem_attachments/filesystem_attachments.php b/plugins/filesystem_attachments/filesystem_attachments.php index 12c78d973..fa147795f 100644 --- a/plugins/filesystem_attachments/filesystem_attachments.php +++ b/plugins/filesystem_attachments/filesystem_attachments.php @@ -1,7 +1,7 @@ * @author Thomas Bruederli - * + * */ class filesystem_attachments extends rcube_plugin { diff --git a/plugins/filesystem_attachments/package.xml b/plugins/filesystem_attachments/package.xml new file mode 100644 index 000000000..f4c2b6859 --- /dev/null +++ b/plugins/filesystem_attachments/package.xml @@ -0,0 +1,57 @@ + + + filesystem_attachments + pear.roundcube.net + Default database storage for uploaded attachments + + This is a core plugin which provides basic, filesystem based + attachment temporary file handling. This includes storing + attachments of messages currently being composed, writing attachments + to disk when drafts with attachments are re-opened and writing + attachments to disk for inline display in current html compositions. + + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + + Ziba Scott + ziba@umich.edu + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/redundant_attachments/package.xml b/plugins/redundant_attachments/package.xml new file mode 100644 index 000000000..939cf12bd --- /dev/null +++ b/plugins/redundant_attachments/package.xml @@ -0,0 +1,63 @@ + + + redundant_attachments + pear.roundcube.net + Redundant storage for uploaded attachments + + This plugin provides a redundant storage for temporary uploaded + attachment files. They are stored in both the database backend + as well as on the local file system. + It provides also memcache store as a fallback. + + + Aleksander Machniak + alec + alec@alec.pl + yes + + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2011-11-21 + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + filesystem_attachments + pear.roundcube.net + + + + + -- cgit v1.2.3