gunnar: server/php-kolab/Kolab_Filter .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 package.xml.in, NONE, 1.1 package.xml, 1.1, NONE
cvs at kolab.org
cvs at kolab.org
Mon Aug 13 16:14:15 CEST 2007
- Previous message: gunnar: server/kolab-filter/filter config.php,1.1,1.2
- Next message: gunnar: server/php-kolab DEVELOPMENT, NONE, 1.1 Makefile, 1.3, 1.4 php-kolab.spec, 1.2, 1.3 ChangeLog, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: gunnar
Update of /kolabrepository/server/php-kolab/Kolab_Filter
In directory doto:/tmp/cvs-serv20730/Kolab_Filter
Added Files:
.cvsignore ChangeLog package.xml.in
Removed Files:
package.xml
Log Message:
Two third of this package are complete but not yet well tested. Versioning has been fixed and development guidelines added.
--- NEW FILE: .cvsignore ---
package.xml
--- NEW FILE: ChangeLog ---
--- NEW FILE: package.xml.in ---
<?xml version="1.0"?>
<package version="2.0" 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"
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>Kolab_Filter</name>
<!-- FIXME: How does this work?
<channel>pear.kolab.org</channel>-->
<uri>http://www.kolab.org</uri>
<summary>The mail filter library for Kolab</summary>
<description>
Classes and methods for filtering groupware relevant mail messages.
</description>
<!--
Developer list established based on the following guidlines:
People with CVS access and more than two commits are being listed
as developers. The order of appearences is sorted based on
alphabetical order. The listed contributors comitted less than
three patches or do not have CVS access.
Developers are marked inactive if they did not commit during both
last and this year.
-->
<lead>
<name>Steffen Hansen</name>
<user>steffen</user>
<email>steffen at klaralvdalens-datakonsult.se</email>
<active>yes</active>
</lead>
<developer>
<name>Richard Bos</name>
<user>richard</user>
<email>richard at radoeka.nl</email>
<active>yes</active>
</developer>
<developer>
<name>Thomas Arendsen Hein</name>
<user>thomas</user>
<email>thomas at intevation.de</email>
<active>yes</active>
</developer>
<developer>
<name>Bernhard Herzog</name>
<user>bh</user>
<email>bh at intevation.de</email>
<active>yes</active>
</developer>
<developer>
<name>Marcus Huewe</name>
<user>marcus</user>
<email>suse-tux at gmx.de</email>
<active>yes</active>
</developer>
<developer>
<name>Martin Konold</name>
<user>martin</user>
<email>martin.konold at erfrakon.de</email>
<active>yes</active>
</developer>
<developer>
<name>Gunnar Wrobel</name>
<user>gunnar</user>
<email>wrobel at pardus.de</email>
<active>yes</active>
</developer>
<developer>
<name>Stuart Binge</name>
<user>stuart</user>
<email>s.binge at codefusion.co.za</email>
<active>no</active>
</developer>
<contributor>
<name>Bernhard Reiter</name>
<user>bernhard</user>
<email>bernhard at intevation.de</email>
<active>no</active>
</contributor>
<date>@DATE@</date>
<version>
<release>@FULL_VERSION@</release>
<api>@API_VERSION@</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
Put release notes here.
They can be multi-line
</notes>
<contents>
<dir name="/" baseinstalldir="Kolab">
<dir name="Filter">
<file name="kolabmailtransport.php" role="php" />
<file name="misc.php" role="php" />
<file name="olhacks.php" role="php" />
<file name="resmgr.php" role="php" />
</dir> <!-- /Filter -->
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.2</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<package>
<name>Net_LMTP</name>
<channel>pear.php.net</channel>
<min>1.0.1</min>
</package>
<package>
<name>Net_SMTP</name>
<channel>pear.php.net</channel>
<min>1.2.10</min>
</package>
<package>
<name>Net_IMAP</name>
<channel>pear.php.net</channel>
<min>1.1.0beta1</min>
</package>
<package>
<name>Horde_iCalendar</name>
<channel>pear.horde.org</channel>
<min>0.0.3</min>
</package>
<package>
<name>Horde_MIME</name>
<channel>pear.horde.org</channel>
<min>0.0.2</min>
</package>
<package>
<name>Horde_Text</name>
<channel>pear.horde.org</channel>
<min>0.0.2</min>
</package>
<package>
<name>Kolab_Freebusy</name>
<channel/>
<min>2.1.99</min>
</package>
</required>
<optional>
<package>
<name>Horde_String</name>
<channel>pear.horde.org</channel>
<min>0.0.2</min>
</package>
</optional>
</dependencies>
<phprelease>
</phprelease>
<!--
Copy the changelog here once a new version is being released.
-->
<changelog>
<release>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2007-08-08</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
2007-05-07 Thomas Arendsen Hein "thomas at intevation.de"
* resmgr/olhacks.php.in: Generate a single To: header listing all
recipients when forwarding encapsulated iCal messages.
2006-11-01 Gunnar Wrobel "wrobel at pardus.de"
* resmgr/misc.php:
Fixed misc.php helper for PHP5 (array_merge problems).
* resmgr/kolabfilter.php.in ($addrs):
Fixed kolabfilter script for PHP5 (array_merge problems).
2006-08-25 Bernhard Herzog "bh at intevation.de"
* resmgr/resmgr.php.in: Apply patch to fix Issue1352.
2006-07-31 Bernhard Herzog "bh at intevation.de"
* resmgr/resmgr.php.in: Further fix for Issue957:
Use the correct default value for the TRANSP ical attribute.
Otherwise the opacity (free or busy) status of the event is not
determined correctly if the attribute is not explicitly given in
the ical data (in php, 0 == 'TRANSPARENT' is true).
2006-02-05 Richard Bos "richard at radoeka.nl"
* freebusy/freebusycache.class.php, freebusy/freebusy.class.php,
resmgr/resmgr.php, resmgr/olhacks.php: removed
* freebusy/freebusycache.class.php.in, freebusy/freebusy.class.php.in,
resmgr/resmgr.php.in, resmgr/olhacks.php.in: added. Use the
new kolab_php_module_prefix variable
* Makefile.am: reflect the changes in the above mentioned files
2005-12-22 Richard Bos "richard at radoeka.nl"
* resmgr/kolabfilter.php.in,
resmgr/kolabmailboxfilter.php.in: changed @phplibdir2@/pear to
@phppeardir@
2005-12-17 richard Bos "richard at radoeka.nl"
* resmgr/kolabfilter.php.in,
resmgr/kolabmailboxfilter.php.in: @resmgr_filter@ replaced by
@resmgr_filterdir@
</notes>
</release>
</changelog>
</package>
--- package.xml DELETED ---
- Previous message: gunnar: server/kolab-filter/filter config.php,1.1,1.2
- Next message: gunnar: server/php-kolab DEVELOPMENT, NONE, 1.1 Makefile, 1.3, 1.4 php-kolab.spec, 1.2, 1.3 ChangeLog, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the commits
mailing list