[commits] Horde branch master updated. da1e6a55be90f4653aa964ee1003c44a1701846a

Michael M Slusarz slusarz at horde.org
Tue Jul 27 08:18:14 UTC 2010


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

from: 31782c98506d6879277950ccc023f21e033c6ec7

7d56c17 Add full_weekdays option to Horde_Core_Ui_JsCalendar::.
83cab23 Move all edit screen javascript to a static file.
c0039cb Fix undefined variable warning
d934dfd Consistently use Horde_Url::setAnchor()
da1e6a5 Fix portal access

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

commit 7d56c17c90b7759d8373fe1a8241223686e07445
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 00:05:09 2010 -0600

    Add full_weekdays option to Horde_Core_Ui_JsCalendar::.

 framework/Core/lib/Horde/Core/Ui/JsCalendar.php |   43 ++++++++++++++++++++---
 horde/js/calendar.js                            |    3 +-
 2 files changed, 40 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7d56c17c90b7759d8373fe1a8241223686e07445
http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=8bdd7eab708a4526fdd3ded6762f56358012dc6e&r2=7d56c17c90b7759d8373fe1a8241223686e07445

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

commit 83cab23538795560cc52939c1e0fee65eb96e4fe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:02:51 2010 -0600

    Move all edit screen javascript to a static file.
    
    This started off as converting to Horde_Core_Ui_JsCalendar usage, but
    ended up an entire rewrite of the edit screen.

 kronolith/js/edit.js                           |  528 ++++++++++++++++++++++++
 kronolith/lib/Event.php                        |   48 +--
 kronolith/lib/View/EditEvent.php               |    9 +-
 kronolith/new.php                              |    6 +-
 kronolith/search.php                           |    5 +
 kronolith/templates/edit/edit.inc              |  120 +++---
 kronolith/templates/edit/edit_timespan.inc     |   30 +-
 kronolith/templates/edit/javascript.inc        |  288 -------------
 kronolith/templates/javascript_defs.php        |    8 +-
 kronolith/templates/search/search_advanced.inc |    4 -
 kronolith/themes/screen.css                    |    3 +
 11 files changed, 633 insertions(+), 416 deletions(-)
 create mode 100644 kronolith/js/edit.js
 delete mode 100644 kronolith/templates/edit/javascript.inc

http://git.horde.org/co.php/kronolith/js/edit.js?rt=horde-git&r=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=60c4c543eda20cc9f7ba5883c88d839361b96120&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/edit_timespan.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-git&r1=c21b3e6ca9c80fd87f5360ff5564bc1003e78557&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/search/search_advanced.inc?rt=horde-git&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=83cab23538795560cc52939c1e0fee65eb96e4fe

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

commit c0039cb946de4997d5f8076b357c55df536dba6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:06:38 2010 -0600

    Fix undefined variable warning

 horde/js/hordetree.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=fbd31925287e16e404599fde3ef2c77ae30b8e38&r2=c0039cb946de4997d5f8076b357c55df536dba6c

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

commit d934dfda17564153b68ab78ccbd04828b95f2546
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:11:56 2010 -0600

    Consistently use Horde_Url::setAnchor()

 ansel/lib/Ansel.php                         |    6 ++----
 framework/Url/test/Horde/Url/AddTest.php    |    6 +++---
 framework/Url/test/Horde/Url/RemoveTest.php |    4 ++--
 horde/admin/datatree.php                    |    3 +--
 horde/login.php                             |    2 +-
 5 files changed, 9 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=618404aa4540fdda7568092cc75d9585a0f4c18c&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/RemoveTest.php?rt=horde-git&r1=5aa89b8dd72db54de4ece643ac6ba9e9ab199476&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=4e4cf781c170606b3c1254bbde2a6f6a88ae2f3e&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d934dfda17564153b68ab78ccbd04828b95f2546

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

commit da1e6a55be90f4653aa964ee1003c44a1701846a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:17:38 2010 -0600

    Fix portal access

 horde/index.php |    3 ++-
 horde/login.php |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=da1e6a55be90f4653aa964ee1003c44a1701846a
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=da1e6a55be90f4653aa964ee1003c44a1701846a




More information about the commits mailing list