gunnar: server/php-kolab/Kolab_Freebusy .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


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy
In directory doto:/tmp/cvs-serv20730/Kolab_Freebusy

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_Freebusy</name>
 <!-- FIXME: How does this work? 
 <channel>pear.kolab.org</channel>-->
 <uri>http://www.kolab.org</uri>
 <summary>The free/busy library for Kolab</summary>
 <description>
   Classes and methods for free/busy support on the Kolab Groupware server
 </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>Marcus Huewe</name>
  <user>marcus</user>
  <email>suse-tux at gmx.de</email>
  <active>yes</active>
 </developer>
 <developer>
  <name>Thomas Jarosch</name>
  <user/>
  <email>thomas.jarosch at intra2net.com</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>
 <contributor>
  <name>Sascha Wilde</name>
  <user>sascha</user>
  <email>wilde at intevation.de</email>
  <active>yes</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="Freebusy">
     <file name="domxml-php4-to-php5.php" role="php" />
     <file name="freebusycache.class.php" role="php" />
     <file name="freebusy.class.php" role="php" />
     <file name="freebusycollector.class.php" role="php" />
     <file name="freebusyimapcache.class.php" role="php" />
     <file name="freebusyldap.class.php" role="php" />
     <file name="freebusyldap_dummy.class.php" role="php" />
     <file name="misc.php" role="php" />
     <file name="recurrence.class.php" role="php" />
   </dir> <!-- /Freebusy -->
  </dir> <!-- / -->
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.2</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
   <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>
  </required>
  <optional>
  </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-04-29  Marcus Huewe "suse-tux at gmx.de"

	* freebusy/freebusyimapcache.class.php: Fixed indention. Now it
	fits better to the other freebusy classes.

2007-03-20  Thomas Arendsen Hein "thomas at intevation.de"

	* freebusy/freebusy.class.php.in: Don't assume that all day events
	only last exactly one day, fixes issue1659.

2006-11-23  Sascha Wilde  "wilde at intevation.de"

	* freebusy/freebusy.class.php.in: Reset error stack in
	imapOpenMailbox before calling imap_reopen.  Fixes Issue1512.

2006-11-22  Gunnar Wrobel  "wrobel at pardus.de"

	* freebusy/freebusycache.class.php.in: 

	Trailing newline may trigger php warnings depending on php
	verbosity.

	* freebusy/freebusyimapcache.class.php: 

	Trailing newline may trigger php warnings depending on php
	verbosity.

	* freebusy/pfb.php.in (): 

	Completed fixing cache dir path problem.

2006-11-22  Gunnar Wrobel  "wrobel at pardus.de"

	* freebusy/pfb.php.in: 

	Fixed cache dir path problem described in

	https://intevation.de/roundup/kolab/issue1490

	and introduced with


	The use of $params['kolab_prefix'] originated from the original
	caching patch but should not be used as introduced with


	since this breaks compatibility with running kolab on other
	distros.
	
	* freebusy/freebusyldap_dummy.class.php: 

	Trailing newline introduced in
	may trigger php warnings depending on php verbosity

2006-11-13  Gunnar Wrobel  "wrobel at pardus.de"

	* freebusy/freebusy.class.php.in: 

	See below.

	* freebusy/freebusy.php.in: 

	Trailing newline introduced in
	may trigger php warnings depending on php verbosity
	
2006-11-01  Gunnar Wrobel  "wrobel at pardus.de"

	* freebusy/freebusycache.class.php.in: 

	Fixed freebusycache class for PHP5 (array_merge problems).

2006-04-02 Richard Bos "richard at radoeka.nl"
	Patch by Marcus Huewe "suse-tux at gmx.de"
	* freebusy/freebusycache.class.php.in: prevent warning:
	  "Cannot modify header information - headers already sent by....."
	  Just remove the last empty line in the file.

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
   </notes>
  </release>
 </changelog>
</package>

--- package.xml DELETED ---





More information about the commits mailing list