[commits] Horde-Hatchery branch master updated. 6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596

Jan Schneider jan at horde.org
Tue Dec 15 14:53:36 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 8df7904a088edd35a4ed51d245b9117b78d79ea0

031c1ed Don't transfer colors with events, we already have them for calendars.
e2b6f76 Fix tests.
6dbfe1c Remove unncessary getters and setters.

-----------------------------------------------------------------------

commit 031c1edef4d4027bbae776cf4fb3bb122820c2bd
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 11 18:24:16 2009 +0100

    Don't transfer colors with events, we already have them for calendars.

 kronolith/js/kronolith.js |   18 ++++++++++--------
 kronolith/lib/Event.php   |    2 --
 2 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=031c1edef4d4027bbae776cf4fb3bb122820c2bd
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=031c1edef4d4027bbae776cf4fb3bb122820c2bd

-----------------------------------------------------------------------

commit e2b6f769d02daf8642386506651169011fb96b2c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Dec 15 15:49:48 2009 +0100

    Fix tests.

 kronolith/lib/tests/allday.phpt  |    6 ++----
 kronolith/lib/tests/bug7068.phpt |    6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/tests/allday.phpt?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=e2b6f769d02daf8642386506651169011fb96b2c
http://git.horde.org/diff.php/kronolith/lib/tests/bug7068.phpt?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=e2b6f769d02daf8642386506651169011fb96b2c

-----------------------------------------------------------------------

commit 6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
Author: Jan Schneider <jan at horde.org>
Date:   Tue Dec 15 15:53:05 2009 +0100

    Remove unncessary getters and setters.

 kronolith/ajax.php                             |    4 +-
 kronolith/attendees.php                        |   10 +-
 kronolith/data.php                             |    4 +-
 kronolith/delete.php                           |    8 +-
 kronolith/edit.php                             |   10 +-
 kronolith/event.php                            |    4 +-
 kronolith/feed/index.php                       |   14 +-
 kronolith/lib/Api.php                          |   50 ++--
 kronolith/lib/Block/month.php                  |    2 +-
 kronolith/lib/Block/monthlist.php              |    4 +-
 kronolith/lib/Block/prevmonthlist.php          |    4 +-
 kronolith/lib/Block/summary.php                |    4 +-
 kronolith/lib/Block/tree_alarms.php            |    4 +-
 kronolith/lib/Driver.php                       |   24 +-
 kronolith/lib/Driver/Holidays.php              |    8 +-
 kronolith/lib/Driver/Horde.php                 |    4 +-
 kronolith/lib/Driver/Ical.php                  |   14 +-
 kronolith/lib/Driver/Kolab.php                 |   44 +-
 kronolith/lib/Driver/Resource.php              |    4 +-
 kronolith/lib/Driver/Sql.php                   |   88 ++--
 kronolith/lib/Event.php                        |  524 +++++++-----------------
 kronolith/lib/Event/Holidays.php               |    6 +-
 kronolith/lib/Event/Horde.php                  |    4 +-
 kronolith/lib/Event/Ical.php                   |    2 +-
 kronolith/lib/Event/Kolab.php                  |   29 +-
 kronolith/lib/Event/Resource.php               |   22 +-
 kronolith/lib/Event/Sql.php                    |   22 +-
 kronolith/lib/FreeBusy.php                     |    4 +-
 kronolith/lib/Kronolith.php                    |   57 ++--
 kronolith/lib/LoginTasks/Task/PurgeEvents.php  |    8 +-
 kronolith/lib/Resource/Group.php               |    8 +-
 kronolith/lib/Resource/Single.php              |   14 +-
 kronolith/lib/View/Day.php                     |    8 +-
 kronolith/lib/View/EditEvent.php               |   10 +-
 kronolith/lib/View/Event.php                   |   18 +-
 kronolith/lib/View/ExportEvent.php             |    4 +-
 kronolith/lib/View/Month.php                   |    4 +-
 kronolith/lib/View/Week.php                    |    6 +-
 kronolith/lib/View/Year.php                    |    7 +-
 kronolith/lib/tests/bug6031.phpt               |    2 +-
 kronolith/lib/tests/toicalendar.phpt           |   24 +-
 kronolith/new.php                              |    2 +-
 kronolith/search.php                           |    4 +-
 kronolith/templates/delete/delete.inc          |    4 +-
 kronolith/templates/delete/one.inc             |    2 +-
 kronolith/templates/edit/edit.inc              |   27 +-
 kronolith/templates/search/event_summaries.inc |    4 +-
 kronolith/templates/view/view.inc              |    2 +-
 48 files changed, 448 insertions(+), 688 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-hatchery&r1=fe9b2b93bcd3167977c21eb77e02594c8a757dc5&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-hatchery&r1=fe9b2b93bcd3167977c21eb77e02594c8a757dc5&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-hatchery&r1=fe9b2b93bcd3167977c21eb77e02594c8a757dc5&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-hatchery&r1=fe9b2b93bcd3167977c21eb77e02594c8a757dc5&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-hatchery&r1=a0a22dc8230b41eeb738795f1688c7ccbdb9ed16&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-hatchery&r1=ffbf1362f19331869c7211939bbcd66f8c0dc4c5&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-hatchery&r1=2eb345798aabcaab0cd88bf608e8cbb01997db2f&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-hatchery&r1=95d623ef3b92818099d9621d625546aa47257530&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Holidays.php?rt=horde-hatchery&r1=a1245b4f9f0e3c4037cc17c03b9da0561c9f79fe&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-hatchery&r1=6666876cf9493962e426583b68443a9191ac9549&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=031c1edef4d4027bbae776cf4fb3bb122820c2bd&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Holidays.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Horde.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-hatchery&r1=a8e9439900529aab7a9d3d1ede3e80c7de6184e1&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-hatchery&r1=0492dfb98baa33c58936ebcb087439ac58128e5b&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-hatchery&r1=05cdfe4b0bbb6ad7b501bf7743ec58d3855392b6&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=a18cccfe3e291a038e8c57ceedd19df66afa9e77&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Resource/Group.php?rt=horde-hatchery&r1=bfcc276bc46b2917b393ddf2b942c391cba28b8f&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-hatchery&r1=fe8d63443d162309ed86d2d27601e9905d324e2b&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/Day.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-hatchery&r1=a0a22dc8230b41eeb738795f1688c7ccbdb9ed16&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/Event.php?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/ExportEvent.php?rt=horde-hatchery&r1=438f7bac25cfe21418937adeeccff49d40566f4d&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/Month.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/Week.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/View/Year.php?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/tests/bug6031.phpt?rt=horde-hatchery&r1=39c24543862447d6b860413765447111ccd20bf7&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-hatchery&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-hatchery&r1=26e25bf6ee9c445767d59a97737754839550622e&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-hatchery&r1=5730407a709d2681ec63db47e6c5e0aac24c10a3&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/templates/delete/delete.inc?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/templates/delete/one.inc?rt=horde-hatchery&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/templates/search/event_summaries.inc?rt=horde-hatchery&r1=7c068474beb913598aa72764fa1bb89d1fb5db96&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596




More information about the commits mailing list