[commits] Horde branch master updated. 0d2c73ef062d9ae22afc6df0987a91a49502bffe
Michael M Slusarz
slusarz at horde.org
Tue Jul 27 21:45:54 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff
c01ba6d Make sure Horde_Core_Ui_JsCalendar::init() is only run once.
486f0e8 Use Horde_Core_Ui_JsCalendar.
dce20ad Git rid of the last of the open_calendar.js references
04cf8e0 No PHP code in open_html_helper.js script
0d2c73e Finally can get rid of the javascript.php helper script
-----------------------------------------------------------------------
commit c01ba6d1a87bd8e5da6c598efb37192a07bc7ea5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jul 27 14:25:25 2010 -0600
Make sure Horde_Core_Ui_JsCalendar::init() is only run once.
framework/Core/lib/Horde/Core/Ui/JsCalendar.php | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=7d56c17c90b7759d8373fe1a8241223686e07445&r2=c01ba6d1a87bd8e5da6c598efb37192a07bc7ea5
-----------------------------------------------------------------------
commit 486f0e8fb05e142f2e88f937772f4193664856ea
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jul 27 14:51:17 2010 -0600
Use Horde_Core_Ui_JsCalendar.
Add some functionality from kronolith also, like displaying the weekday
name and doing javascript actions when clicking on input labels.
nag/js/calendar.js | 109 ++++++++++++++++++++++++++++++++++++++
nag/lib/Ui/VarRenderer/Nag.php | 112 ++++++++++++++++------------------------
nag/themes/screen.css | 5 ++
3 files changed, 158 insertions(+), 68 deletions(-)
create mode 100644 nag/js/calendar.js
http://git.horde.org/co.php/nag/js/calendar.js?rt=horde-git&r=486f0e8fb05e142f2e88f937772f4193664856ea
http://git.horde.org/diff.php/nag/lib/Ui/VarRenderer/Nag.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=486f0e8fb05e142f2e88f937772f4193664856ea
http://git.horde.org/diff.php/nag/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=486f0e8fb05e142f2e88f937772f4193664856ea
-----------------------------------------------------------------------
commit dce20ade120ccc304c128d3537aff50a6b0c4a0b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jul 27 15:06:13 2010 -0600
Git rid of the last of the open_calendar.js references
fima/lib/Fima.php | 14 -
framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php | 9 -
framework/Rampage/scripts/Horde/Rampage/rampage.php | 16 +-
horde/templates/javascript/open_calendar.js | 476 ------------------
jonah/stories/edit.php | 3 -
5 files changed, 3 insertions(+), 515 deletions(-)
delete mode 100644 horde/templates/javascript/open_calendar.js
http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/framework/Rampage/scripts/Horde/Rampage/rampage.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/horde/templates/javascript/open_calendar.js?rt=horde-git&r1=8f7b65e5fc300e6e60ca493a863ca5010ee11f85&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/jonah/stories/edit.php?rt=horde-git&r1=cf9deddd51a113bbde23e9d2027906a73d5237d4&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
-----------------------------------------------------------------------
commit 04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jul 27 15:28:31 2010 -0600
No PHP code in open_html_helper.js script
framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php | 2 +-
framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php | 20 ++++-
framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php | 18 +++-
framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php | 4 +-
horde/js/open_html_helper.js | 66 +++++++++++++
horde/templates/javascript/open_html_helper.js | 65 ------------
6 files changed, 103 insertions(+), 72 deletions(-)
create mode 100644 horde/js/open_html_helper.js
delete mode 100644 horde/templates/javascript/open_html_helper.js
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=dce20ade120ccc304c128d3537aff50a6b0c4a0b&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/co.php/horde/js/open_html_helper.js?rt=horde-git&r=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/horde/templates/javascript/open_html_helper.js?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
-----------------------------------------------------------------------
commit 0d2c73ef062d9ae22afc6df0987a91a49502bffe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jul 27 15:32:23 2010 -0600
Finally can get rid of the javascript.php helper script
framework/Core/lib/Horde.php | 5 +--
framework/Core/lib/Horde/Script/Files.php | 51 ++++++++--------------------
horde/services/javascript.php | 28 ----------------
3 files changed, 16 insertions(+), 68 deletions(-)
delete mode 100644 horde/services/javascript.php
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=1887415875d4f90a145f6c7491395e30a78767aa&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe
http://git.horde.org/diff.php/horde/services/javascript.php?rt=horde-git&r1=a55a240fee0e6fe4908e44211fd25f70e68a7b2a&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe
More information about the commits
mailing list