[commits] Horde branch master updated. 15debc4cd977a5165baaefad1a6bc87fab060a2b

Jan Schneider jan at horde.org
Sat Jun 12 18:41:21 UTC 2010


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

from: 2993cf22558fcc744831664bcb555ffac4e42bc8

7e3440b Add links to edit and delete tasks from the traditional calendar interface. Allow to change task due dates from the ajax interface.
2eaf4ee Catch exceptions from getEvent().
5935f86 Fix and cleanup disabling/enabling of buttons.
1994c08 Remove debug line.
8790239 Fix moving events to another calendar.
15debc4 Fix updating tasks if editing from a calendar view.

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

commit 7e3440b207db90c35549d3fc9a76a0ef82887fa3
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 17:13:10 2010 +0200

    Add links to edit and delete tasks from the traditional calendar interface.
    Allow to change task due dates from the ajax interface.

 kronolith/js/kronolith.js          |   16 ++++-
 kronolith/lib/Ajax/Application.php |    2 +-
 kronolith/lib/Driver/Horde.php     |   16 ++++
 kronolith/lib/Event.php            |   52 +++++++++----
 kronolith/lib/Event/Horde.php      |  146 ++++++++++++++++++++++++++++++++++--
 kronolith/lib/Event/Ical.php       |    9 ++
 kronolith/lib/Event/Kolab.php      |    9 ++
 kronolith/lib/Event/Resource.php   |    9 ++
 kronolith/lib/Event/Sql.php        |    9 ++
 kronolith/themes/screen.css        |    7 +-
 nag/lib/Api.php                    |   54 +++++++++++++-
 nag/lib/Driver/Sql.php             |    4 +-
 nag/lib/Forms/task.php             |    1 +
 nag/lib/Task.php                   |    2 +-
 nag/task.php                       |   19 ++++-
 nag/view.php                       |    2 +-
 16 files changed, 320 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=2993cf22558fcc744831664bcb555ffac4e42bc8&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=cb1d6f221086dfc385c352269232847ff5876c9b&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=1aba90eb504ddc64608c5f21891991c46cad4a3f&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event/Horde.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-git&r1=3b030fc7ccb37115875de24d366fa12579d76760&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=2993cf22558fcc744831664bcb555ffac4e42bc8&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=61ef86e8a55c2417aba0941d755ab5c4ab01c3f1&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/task.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7e3440b207db90c35549d3fc9a76a0ef82887fa3

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

commit 2eaf4ee2c1300ac2c409d5a2847310936f28be7d
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 17:40:45 2010 +0200

    Catch exceptions from getEvent().

 kronolith/lib/Ajax/Application.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=2eaf4ee2c1300ac2c409d5a2847310936f28be7d

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

commit 5935f860a352f84030b7f736503dca2f75ac3170
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 17:41:28 2010 +0200

    Fix and cleanup disabling/enabling of buttons.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=5935f860a352f84030b7f736503dca2f75ac3170

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

commit 1994c08d15cbceac23821813407c1506006e36a1
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 18:14:18 2010 +0200

    Remove debug line.

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

http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=1994c08d15cbceac23821813407c1506006e36a1

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

commit 879023978f748c01bb2d889c45d1d7f6dd542569
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 19:00:31 2010 +0200

    Fix moving events to another calendar.

 kronolith/edit.php                 |    2 +-
 kronolith/js/kronolith.js          |    5 ++-
 kronolith/lib/Ajax/Application.php |   39 ++++++++++++++++++++++++++++++++++-
 3 files changed, 41 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=879023978f748c01bb2d889c45d1d7f6dd542569
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=5935f860a352f84030b7f736503dca2f75ac3170&r2=879023978f748c01bb2d889c45d1d7f6dd542569
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=2eaf4ee2c1300ac2c409d5a2847310936f28be7d&r2=879023978f748c01bb2d889c45d1d7f6dd542569

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

commit 15debc4cd977a5165baaefad1a6bc87fab060a2b
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 12 20:41:01 2010 +0200

    Fix updating tasks if editing from a calendar view.

 kronolith/js/kronolith.js          |   16 ++++++++++++++--
 kronolith/lib/Ajax/Application.php |   22 +++++++++++++++++++++-
 2 files changed, 35 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=879023978f748c01bb2d889c45d1d7f6dd542569&r2=15debc4cd977a5165baaefad1a6bc87fab060a2b
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=879023978f748c01bb2d889c45d1d7f6dd542569&r2=15debc4cd977a5165baaefad1a6bc87fab060a2b




More information about the commits mailing list