[commits] Horde-Hatchery branch master updated. 76df7175390bcb497009edf2ebf6e106c91618a4

Jan Schneider jan at horde.org
Wed Jul 29 16:53:46 UTC 2009


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

from: db644ab53fe599f1fd4f6ea93abbf302e4feff68

8e4aa5b... Fix WebDAV usage, remove BC code.
415de50... Fix undefined index.
95aa771... Fix toggling wysiwyg editor.
87077bc... Allow autoloading of Kronolith_View classes.
71a5d6d... Move remaining code from horde.js to tooltips.js.
0fa706b... Re-add horde.js as a container of commonly used prototype extensions.
76df717... One tooltips library to rule them all.

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

commit 8e4aa5b1919c1f52ebf4164562db947850d2e9c7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:17:13 2009 +0200

    Fix WebDAV usage, remove BC code.

 kronolith/calendars/index.php |    4 ----
 kronolith/calendars/info.php  |   11 ++---------
 nag/tasklists/index.php       |    3 ---
 nag/tasklists/info.php        |   11 ++---------
 4 files changed, 4 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/kronolith/calendars/info.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/nag/tasklists/info.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7

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

commit 415de500a2c2868619230671e381ab64ce165301
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:22:05 2009 +0200

    Fix undefined index.

 kronolith/lib/Block/summary.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=415de500a2c2868619230671e381ab64ce165301

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

commit 95aa771a474f3dd6d8fd959e374cb779ef1c349b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:36:30 2009 +0200

    Fix toggling wysiwyg editor.

 imp/compose.php       |   12 ++++++------
 imp/js/src/compose.js |    8 +++++++-
 imp/lib/api.php       |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b
http://git.horde.org/diff.php/imp/js/src/compose.js?rt=horde-hatchery&r1=d290298c49b3448e3de6ada3c64f5ded9ba55d60&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b
http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b

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

commit 87077bc57ebac466431554555675917990bc4289
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:40:41 2009 +0200

    Allow autoloading of Kronolith_View classes.

 kronolith/lib/Kronolith.php         |    9 -
 kronolith/lib/View/Day.php          |  485 +++++++++++++++++++++++++++++++++++
 kronolith/lib/View/DeleteEvent.php  |   79 ++++++
 kronolith/lib/View/EditEvent.php    |  129 +++++++++
 kronolith/lib/View/Event.php        |  120 +++++++++
 kronolith/lib/View/ExportEvent.php  |   40 +++
 kronolith/lib/View/Month.php        |  241 +++++++++++++++++
 kronolith/lib/View/Week.php         |  352 +++++++++++++++++++++++++
 kronolith/lib/View/WorkWeek.php     |   20 ++
 kronolith/lib/View/Year.php         |  172 +++++++++++++
 kronolith/lib/Views/Day.php         |  485 -----------------------------------
 kronolith/lib/Views/DeleteEvent.php |   81 ------
 kronolith/lib/Views/EditEvent.php   |  131 ----------
 kronolith/lib/Views/Event.php       |  122 ---------
 kronolith/lib/Views/ExportEvent.php |   40 ---
 kronolith/lib/Views/Month.php       |  241 -----------------
 kronolith/lib/Views/Week.php        |  352 -------------------------
 kronolith/lib/Views/WorkWeek.php    |   20 --
 kronolith/lib/Views/Year.php        |  172 -------------
 19 files changed, 1638 insertions(+), 1653 deletions(-)
 create mode 100644 kronolith/lib/View/Day.php
 create mode 100644 kronolith/lib/View/DeleteEvent.php
 create mode 100644 kronolith/lib/View/EditEvent.php
 create mode 100644 kronolith/lib/View/Event.php
 create mode 100644 kronolith/lib/View/ExportEvent.php
 create mode 100644 kronolith/lib/View/Month.php
 create mode 100644 kronolith/lib/View/Week.php
 create mode 100644 kronolith/lib/View/WorkWeek.php
 create mode 100644 kronolith/lib/View/Year.php
 delete mode 100644 kronolith/lib/Views/Day.php
 delete mode 100644 kronolith/lib/Views/DeleteEvent.php
 delete mode 100644 kronolith/lib/Views/EditEvent.php
 delete mode 100644 kronolith/lib/Views/Event.php
 delete mode 100644 kronolith/lib/Views/ExportEvent.php
 delete mode 100644 kronolith/lib/Views/Month.php
 delete mode 100644 kronolith/lib/Views/Week.php
 delete mode 100644 kronolith/lib/Views/WorkWeek.php
 delete mode 100644 kronolith/lib/Views/Year.php

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=6b13a43c67be3fde40af956154f44ba42f153870&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Day.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/DeleteEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/EditEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Event.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/ExportEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Month.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Week.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/WorkWeek.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Year.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Day.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/DeleteEvent.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/ExportEvent.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Month.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Week.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/WorkWeek.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Year.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289

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

commit 71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 16:42:35 2009 +0200

    Move remaining code from horde.js to tooltips.js.

 framework/Model/www/test.php |    1 -
 imp/lib/DIMP.php             |    3 ---
 kronolith/lib/Kronolith.php  |    3 ---
 3 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Model/www/test.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=87077bc57ebac466431554555675917990bc4289&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12

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

commit 0fa706bef844336f48d1c6dc9418c88dafb85b34
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 16:50:00 2009 +0200

    Re-add horde.js as a container of commonly used prototype extensions.

 imp/js/src/DimpCore.js        |   71 -----------------------
 imp/lib/DIMP.php              |    1 +
 kronolith/js/src/kronolith.js |  126 +---------------------------------------
 kronolith/lib/Kronolith.php   |    1 +
 4 files changed, 6 insertions(+), 193 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=c889810b20a1db1e52c5803a694673d18a0b5045&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=4399e7b0621dc6c035a43930891332fd23fdf966&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34

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

commit 76df7175390bcb497009edf2ebf6e106c91618a4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 17:16:44 2009 +0200

    One tooltips library to rule them all.

 kronolith/js/src/kronolith.js      |    4 ++--
 kronolith/js/src/views.js          |    6 +++---
 kronolith/lib/Ajax/Imple/Embed.php |    9 +++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=0fa706bef844336f48d1c6dc9418c88dafb85b34&r2=76df7175390bcb497009edf2ebf6e106c91618a4
http://git.horde.org/diff.php/kronolith/js/src/views.js?rt=horde-hatchery&r1=f5233f2f24a2551c847670def15d15b8655ad15b&r2=76df7175390bcb497009edf2ebf6e106c91618a4
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/Embed.php?rt=horde-hatchery&r1=6b13a43c67be3fde40af956154f44ba42f153870&r2=76df7175390bcb497009edf2ebf6e106c91618a4




More information about the commits mailing list