Changeset 5456 in subversion


Ignore:
Timestamp:
Nov 21, 2011 8:34:42 AM (19 months ago)
Author:
alec
Message:
  • Add more package.xml files
Location:
trunk/plugins
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins

  • trunk/plugins/acl/acl.js

    r5408 r5456  
    22 * ACL plugin script 
    33 * 
    4  * @version 0.6.3 
     4 * @version @package_version@ 
    55 * @author Aleksander Machniak <alec@alec.pl> 
    66 */ 
  • trunk/plugins/acl/acl.php

    r5408 r5456  
    44 * Folders Access Control Lists Management (RFC4314, RFC2086) 
    55 * 
    6  * @version 0.6.3 
     6 * @version @package_version@ 
    77 * @author Aleksander Machniak <alec@alec.pl> 
    88 * 
  • trunk/plugins/database_attachments/database_attachments.php

    r4900 r5456  
    22/** 
    33 * Filesystem Attachments 
    4  *  
     4 * 
    55 * This plugin which provides database backed storage for temporary 
    66 * attachment file handling.  The primary advantage of this plugin 
     
    1111 * 
    1212 * @author Ziba Scott <ziba@umich.edu> 
    13  *  
     13 * @author Aleksander Machniak <alec@alec.pl> 
     14 * @version @package_version@ 
    1415 */ 
    1516require_once('plugins/filesystem_attachments/filesystem_attachments.php'); 
  • trunk/plugins/filesystem_attachments/filesystem_attachments.php

    r4894 r5456  
    22/** 
    33 * Filesystem Attachments 
    4  *  
     4 * 
    55 * This is a core plugin which provides basic, filesystem based 
    66 * attachment temporary file handling.  This includes storing 
     
    1616 * @author Ziba Scott <ziba@umich.edu> 
    1717 * @author Thomas Bruederli <roundcube@gmail.com> 
    18  *  
     18 * 
    1919 */ 
    2020class filesystem_attachments extends rcube_plugin 
Note: See TracChangeset for help on using the changeset viewer.