|
1.10.4.6 FRAMEWORK_3 (+1 -1 lines) |
04/25/2008 06:42 AM |
Gunnar Wrobel wrobel |
MFH Tags: HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4 |
|
1.19 (+1 -1 lines) |
04/25/2008 06:40 AM |
Gunnar Wrobel wrobel |
Fix tags. Bug: 6651. |
|
1.10.4.5 FRAMEWORK_3 (+1 -0 lines) |
04/24/2008 10:17 PM |
Chuck Hagenbuch chuck |
MFH:
1.136 +2 -2 framework/iCalendar/iCalendar.php
1.18 +1 -0 framework/iCalendar/package.xml
1.3 +28 -0 framework/iCalendar/tests/line-folding.phpt
1.1075 +2 -0 horde/docs/CHANGES |
|
1.18 (+1 -0 lines) |
04/24/2008 10:16 PM |
Chuck Hagenbuch chuck |
[cjh] Correct line-folding of encoded lines in iCalendar data
(Gunnar Wrobel <p@rdus.de>, Bug #6555). |
|
1.10.4.4 FRAMEWORK_3 (+107 -86 lines) |
12/20/2007 08:50 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.17 (+1 -0 lines) |
08/21/2007 09:59 PM |
Chuck Hagenbuch chuck |
Fix unreliably ovewriting a variable with itself
(rsalmon@mbpgroup.com, Bug #5652). Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1 |
|
1.16 (+1 -0 lines) |
12/21/2006 09:16 PM |
Chuck Hagenbuch chuck |
0 is a valid result, false isn't
Submitted by: wrobel (at) gentoo (dot) org
Bug: 4808 Tags: HORDE_3_2_ALPHA |
|
1.15 (+4 -1 lines) |
12/21/2006 09:08 PM |
Chuck Hagenbuch chuck |
Fix a few vfreebusy merging issues.
Submitted by: wrobel (at) gentoo (dot) org
Bug: 4807
Also add all tests to package.xml |
|
1.14 (+0 -6 lines) |
08/23/2006 04:57 AM |
Jan Schneider jan |
Remove inactive developers. |
|
1.10.4.3 FRAMEWORK_3 (+5 -1 lines) |
05/09/2006 07:08 PM |
Chuck Hagenbuch chuck |
MFH: test updates, new ORG test, put all tests in package.xml Tags: HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2 |
|
1.13 (+4 -0 lines) |
05/09/2006 06:57 PM |
Chuck Hagenbuch chuck |
Add all tests to package.xml |
|
1.12 (+104 -82 lines) |
05/09/2006 01:15 AM |
Ben Chavet ben |
Finish package.xml-2.0 conversions for pear.horde.org |
|
1.10.4.2 FRAMEWORK_3 (+0 -0 lines) |
10/18/2005 07:01 AM |
Jan Schneider jan |
Merged from HEAD. Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1 |
|
1.10.4.1 FRAMEWORK_3 (+17 -3 lines) |
01/16/2005 06:10 PM |
Chuck Hagenbuch chuck |
MFH - reorg, @version, docs, etc. Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1, HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1 |
|
1.11 (+17 -3 lines) |
01/16/2005 06:03 PM |
Chuck Hagenbuch chuck |
- reorganize tests/ directory into tests/ and docs/examples
- add parser.php to docs/examples for testing and as example usage.
- add tests and examples to package.xml Tags: BEFORE_MERGE_3_1 |
|
1.10 (+23 -7 lines) |
12/05/2004 12:09 PM |
Chuck Hagenbuch chuck |
[cjh] Event exceptions are now correctly exported in iCalendar files.
- corrects handling of RDATE fields, too, since those are identical in
format possibilities to EXDATE fields. Tags: FRAMEWORK_3, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3 |
|
1.9 (+2 -1 lines) |
08/13/2004 03:11 PM |
Karsten Fourmont karsten |
unification of iCalendar and Data package:
functionality is now in the iCalendar package,
The Data package now uses the iCalendar package for vcalendar parsing
and export. |
|
1.8 (+2 -1 lines) |
07/13/2004 11:33 AM |
Chuck Hagenbuch chuck |
iCalendar patch:
- handle quoted-printable and charset options on import and export
- handle strange quoted-printable line-folding
- new helper function setParameter
- new class Horde_iCalendar_vnote
(in attached file vnote.php, goes to framework\iCalendar\iCalendar)
kronolith/nag/mnemo patches:
new functions toiCalendar and fromiCalendar for import/export
using the iCalendar package.
As kronolith already has a "toiCalendar" function (returns an hash array),
the new function is called "tovEvent" there.
api import/replace/export now all use the iCalendar package and no longer
Horde::Data
_export api functions now also accepts an array with options as
contentType parameter. This allows for mor fine grained control
of the resulting output. (charset, encoding)
SyncML patch:
- support for new quoted-printable handling (allows multiline texts)
- client REPLACE for items not in horde database now results in an ADD
Submitted by: Karsten Fourmont <fourmont@gmx.de> Germany |
|
1.7 (+10 -10 lines) |
12/03/2003 08:18 PM |
Chuck Hagenbuch chuck |
- remove gettext dependancy
- update package.xml for living in framework Tags: HORDE_3_0_ALPHA |
|
1.6 (+2 -2 lines) |
10/01/2003 04:38 AM |
Jan Schneider jan |
Packages that depend on Horde_Util have an optional dependency on gettext
now too.
Should we perhaps remove this dependency completely because of the inherited
dependency on gettext from Horde_Util? |
|
1.5 (+2 -1 lines) |
09/24/2003 06:51 PM |
Jan Schneider jan |
Add gettext dependency |
|
1.4 (+2 -1 lines) |
09/24/2003 01:47 PM |
Jan Schneider jan |
Update package names. Some fixes. |
|
1.3 (+2 -2 lines) |
09/09/2003 05:47 PM |
Jan Schneider jan |
Fix DTD URL |
|
1.2 (+6 -5 lines) |
07/03/2003 08:35 AM |
mikec |
Whitespace and put the deps section at the right level. |
|
1.1 |
07/03/2003 05:17 AM |
mikec |
iCalendar package file. |