[commits] Horde-Hatchery branch master updated. f767ab3442b0d7c3fd3d800d82e2be7b4a9b5967

Jan Schneider jan at horde.org
Wed Oct 28 14:54:26 UTC 2009


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

from: 7e7c28dd6bf2f2078b9e2efa66041a0c22babc8a

2918839... Open prefs ui in iframe.
de0b584... Handle options smarter by making the iframe a regular view.
4468452... Fix date no longer being an attribute.
114ea87... Provide ajax link to tasks.
af9ac22... Only add resize handlers to the first and last day of multi-day events. Implement dragging (not resizing yet) of multi-day events.
f767ab3... Implement resizing of multi-day events.

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

commit 2918839ab4d9beda8bbed923f1f419a5f335ea96
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 27 18:47:15 2009 +0100

    Open prefs ui in iframe.

 kronolith/index.php                 |    1 +
 kronolith/js/kronolith.js           |   62 +++++++++++++++++++----------------
 kronolith/lib/Kronolith.php         |    1 +
 kronolith/templates/index/index.inc |    9 +++--
 kronolith/themes/screen.css         |   12 +++++++
 5 files changed, 53 insertions(+), 32 deletions(-)

http://git.horde.org/diff.php/kronolith/index.php?rt=horde-hatchery&r1=123940153409b85bbff4f8a50f12b12f73b2cdfc&r2=2918839ab4d9beda8bbed923f1f419a5f335ea96
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=5bd40a32d840d9e799ae4dbd67c6f97d197a36a1&r2=2918839ab4d9beda8bbed923f1f419a5f335ea96
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=10938b864b3f41ef83f3f18e6ec6079a6c974a2b&r2=2918839ab4d9beda8bbed923f1f419a5f335ea96
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-hatchery&r1=b38589ebfccd19aad7af486ce11fde9043f014ca&r2=2918839ab4d9beda8bbed923f1f419a5f335ea96
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-hatchery&r1=2d81dceb720340bb396bf22f27a8e2ccbf7a3d39&r2=2918839ab4d9beda8bbed923f1f419a5f335ea96

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

commit de0b584bc79891be5346c10627fa8f79942e2293
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 27 23:40:45 2009 +0100

    Handle options smarter by making the iframe a regular view.

 kronolith/js/kronolith.js           |   16 +++++++---------
 kronolith/templates/index/index.inc |    2 +-
 kronolith/themes/screen.css         |   22 ++++++++++------------
 3 files changed, 18 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=2918839ab4d9beda8bbed923f1f419a5f335ea96&r2=de0b584bc79891be5346c10627fa8f79942e2293
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-hatchery&r1=2918839ab4d9beda8bbed923f1f419a5f335ea96&r2=de0b584bc79891be5346c10627fa8f79942e2293
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-hatchery&r1=2918839ab4d9beda8bbed923f1f419a5f335ea96&r2=de0b584bc79891be5346c10627fa8f79942e2293

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

commit 4468452aa7b91ce3a6ce80cd4aa1fc5c75724918
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 27 23:44:51 2009 +0100

    Fix date no longer being an attribute.

 kronolith/js/kronolith.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=de0b584bc79891be5346c10627fa8f79942e2293&r2=4468452aa7b91ce3a6ce80cd4aa1fc5c75724918

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

commit 114ea87cb12c72da1a823d31aec329438b6e5844
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 28 14:09:13 2009 +0100

    Provide ajax link to tasks.

 nag/lib/Api.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=c55b741028b416a1e10ebbc54c7b34087bfdebc0&r2=114ea87cb12c72da1a823d31aec329438b6e5844

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

commit af9ac22e40d87bffa3008939c6fe0d7443a6e4fc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 28 14:17:54 2009 +0100

    Only add resize handlers to the first and last day of multi-day events.
    Implement dragging (not resizing yet) of multi-day events.

 kronolith/ajax.php          |   10 ++++
 kronolith/js/kronolith.js   |  102 ++++++++++++++++++++++++++++++-------------
 kronolith/lib/Event.php     |   20 ++++++++-
 kronolith/lib/Kronolith.php |   17 +++++--
 4 files changed, 113 insertions(+), 36 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=ea3951881c2ed0102e9882419335d347b153b88a&r2=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=4468452aa7b91ce3a6ce80cd4aa1fc5c75724918&r2=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=0cf29f9591b1e49fcd65234201a34de9ce119475&r2=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=2918839ab4d9beda8bbed923f1f419a5f335ea96&r2=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc

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

commit f767ab3442b0d7c3fd3d800d82e2be7b4a9b5967
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 28 15:54:01 2009 +0100

    Implement resizing of multi-day events.

 kronolith/js/kronolith.js |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc&r2=f767ab3442b0d7c3fd3d800d82e2be7b4a9b5967




More information about the commits mailing list