Changeset 5456 in subversion
- Timestamp:
- Nov 21, 2011 8:34:42 AM (19 months ago)
- Location:
- trunk/plugins
- Files:
-
- 4 added
- 5 edited
-
. (modified) (1 prop)
-
acl/acl.js (modified) (1 diff)
-
acl/acl.php (modified) (1 diff)
-
acl/package.xml (added)
-
database_attachments/database_attachments.php (modified) (2 diffs)
-
database_attachments/package.xml (added)
-
filesystem_attachments/filesystem_attachments.php (modified) (2 diffs)
-
filesystem_attachments/package.xml (added)
-
redundant_attachments/package.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins
- Property svn:mergeinfo changed
/branches/devel-mcache/plugins (added) merged: 5193
- Property svn:mergeinfo changed
-
trunk/plugins/acl/acl.js
r5408 r5456 2 2 * ACL plugin script 3 3 * 4 * @version 0.6.34 * @version @package_version@ 5 5 * @author Aleksander Machniak <alec@alec.pl> 6 6 */ -
trunk/plugins/acl/acl.php
r5408 r5456 4 4 * Folders Access Control Lists Management (RFC4314, RFC2086) 5 5 * 6 * @version 0.6.36 * @version @package_version@ 7 7 * @author Aleksander Machniak <alec@alec.pl> 8 8 * -
trunk/plugins/database_attachments/database_attachments.php
r4900 r5456 2 2 /** 3 3 * Filesystem Attachments 4 * 4 * 5 5 * This plugin which provides database backed storage for temporary 6 6 * attachment file handling. The primary advantage of this plugin … … 11 11 * 12 12 * @author Ziba Scott <ziba@umich.edu> 13 * 13 * @author Aleksander Machniak <alec@alec.pl> 14 * @version @package_version@ 14 15 */ 15 16 require_once('plugins/filesystem_attachments/filesystem_attachments.php'); -
trunk/plugins/filesystem_attachments/filesystem_attachments.php
r4894 r5456 2 2 /** 3 3 * Filesystem Attachments 4 * 4 * 5 5 * This is a core plugin which provides basic, filesystem based 6 6 * attachment temporary file handling. This includes storing … … 16 16 * @author Ziba Scott <ziba@umich.edu> 17 17 * @author Thomas Bruederli <roundcube@gmail.com> 18 * 18 * 19 19 */ 20 20 class filesystem_attachments extends rcube_plugin
Note: See TracChangeset
for help on using the changeset viewer.
