[commits] Horde branch master updated. 09c2479da76035d3828e51bc92c6f44eed56dd7b
Michael M Slusarz
slusarz at horde.org
Thu Jul 29 17:28:12 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 48b2c52b13ceb23ee965611d72360abda9d6de26
ca5ba13 Some H4 updates
41e0501 More places to add ajaxui to URL
84ff509 Remove Horde_Browser::escapeJSCode()
6d1acd3 addslashes() not needed - handled by JSON encoding
a827e52 Another place to use JSON encoding instead of addslashes()
e381237 Fix dom:loaded actions
77d4f50 prototypejs existence check.
5b68df4 Remove javascript notification listener
428c80c More places to move javascript into static js files
ab64374 window.confirm() is more correct/thorough
09c2479 Cleaner implementation of onclick handler
-----------------------------------------------------------------------
commit ca5ba13640752a349e51a3bf9f9e9e93d9659329
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jul 28 16:56:41 2010 -0600
Some H4 updates
horde/scripts/import_squirrelmail_file_prefs.php | 7 ++-----
horde/scripts/import_squirrelmail_sql_prefs.php | 8 +++++---
horde/scripts/upgrades/migrate_user_categories.php | 2 +-
3 files changed, 8 insertions(+), 9 deletions(-)
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329
http://git.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329
-----------------------------------------------------------------------
commit 41e0501f8d7fbf067a1f1358116892e42227482a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:22:46 2010 -0600
More places to add ajaxui to URL
imp/templates/dimp/javascript_defs_dimp.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=41e0501f8d7fbf067a1f1358116892e42227482a
-----------------------------------------------------------------------
commit 84ff50960b31e40ffedb0719088f86760e5d352c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:24:25 2010 -0600
Remove Horde_Browser::escapeJSCode()
This is handled by json encoding now.
framework/Browser/lib/Horde/Browser.php | 26 --------------------------
framework/Browser/package.xml | 3 ++-
2 files changed, 2 insertions(+), 27 deletions(-)
http://git.horde.org/diff.php/framework/Browser/lib/Horde/Browser.php?rt=horde-git&r1=0ad10d38fd7e182c2d49fafb5b633c48c94aa6fb&r2=84ff50960b31e40ffedb0719088f86760e5d352c
http://git.horde.org/diff.php/framework/Browser/package.xml?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=84ff50960b31e40ffedb0719088f86760e5d352c
-----------------------------------------------------------------------
commit 6d1acd383b9a13f5ac979050ab53cd076c2715a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:25:30 2010 -0600
addslashes() not needed - handled by JSON encoding
kronolith/templates/javascript_defs.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=6d1acd383b9a13f5ac979050ab53cd076c2715a5
-----------------------------------------------------------------------
commit a827e523835263bc8b09de7bb7f1ef57a1814a94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:32:27 2010 -0600
Another place to use JSON encoding instead of addslashes()
imp/js/compose-dimp.js | 29 ++++++++++++++++++++++-------
imp/lib/Views/Compose.php | 8 +++++++-
2 files changed, 29 insertions(+), 8 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=ff6f63bd81b26adfe9573e67aef4a2d03a798140&r2=a827e523835263bc8b09de7bb7f1ef57a1814a94
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=a827e523835263bc8b09de7bb7f1ef57a1814a94
-----------------------------------------------------------------------
commit e38123701fd206af83311e515d251c84724ef8af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:36:51 2010 -0600
Fix dom:loaded actions
kronolith/search.php | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=e38123701fd206af83311e515d251c84724ef8af
-----------------------------------------------------------------------
commit 77d4f505f962f918e5bb510808c338d04f135331
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 10:48:01 2010 -0600
prototypejs existence check.
Automatically add prototpye.js if using a mode of Horde::addInlineScript()
that requires it ('dom', 'load').
framework/Core/lib/Horde.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=77d4f505f962f918e5bb510808c338d04f135331
-----------------------------------------------------------------------
commit 5b68df4f310a217b1cebc18d3b4a5075b077225d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 11:04:49 2010 -0600
Remove javascript notification listener
ansel/gallery.php | 9 +-
ansel/gallery/sort.php | 6 +-
fima/postings.php | 10 +-
fima/report.php | 5 +-
fima/search.php | 5 +-
framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php | 26 +-
framework/Core/lib/Horde/Core/Binder/Alarm.php | 2 +-
.../Notification/lib/Horde/Notification/Listener/Javascript.php | 71 ----
framework/Notification/package.xml | 7 +-
.../Notification/Class/Notification/Listener/JavascriptTest.php | 85 -----
horde/admin/groups.php | 4 +-
horde/templates/common-footer.inc | 2 +-
kastalia/templates/common-footer.inc | 2 +-
mnemo/search.php | 6 +-
nag/search.php | 6 +-
passwd/main.php | 5 +-
skoli/search.php | 5 +-
trean/add.php | 5 +-
turba/search.php | 10 +-
wicked/lib/Page/EditPage.php | 6 +-
wicked/lib/Page/NewPage.php | 7 +-
21 files changed, 86 insertions(+), 198 deletions(-)
delete mode 100644 framework/Notification/lib/Horde/Notification/Listener/Javascript.php
delete mode 100644 framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/report.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/search.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php?rt=horde-git&r1=3e4a9d6208d5cdec779b80517db1a52d9829a933&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Alarm.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Listener/Javascript.php?rt=horde-git&r1=5cb275f850668dcca18a2d671afa0d588218611b&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/package.xml?rt=horde-git&r1=231e494b97fefdf39ceddae93332ac990e547a43&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/horde/templates/common-footer.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/kastalia/templates/common-footer.inc?rt=horde-git&r1=70cc149678b00f8fe32463d1dfcb169967c9de44&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/mnemo/search.php?rt=horde-git&r1=a6be9f9e0be27ba612bc61d0e74e83c54ce8bbf4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/nag/search.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/passwd/main.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/skoli/search.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=488a0bc46c04be4279eed2f7fca68e341ea7952f&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
-----------------------------------------------------------------------
commit 428c80cce1acba5b78156e0fe904cbe2ca2600b3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 11:17:32 2010 -0600
More places to move javascript into static js files
imp/js/message.js | 19 +++++++++++++++++++
imp/message.php | 12 ++++++++++--
2 files changed, 29 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/js/message.js?rt=horde-git&r1=25e4e9f441d22b3df2b6f6396ff8b4be3063695c&r2=428c80cce1acba5b78156e0fe904cbe2ca2600b3
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=3257a00ff5d907b989c9ad8e41fd0b2492edd299&r2=428c80cce1acba5b78156e0fe904cbe2ca2600b3
-----------------------------------------------------------------------
commit ab643741549f37427b213302d5152be6f68106b7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 11:20:05 2010 -0600
window.confirm() is more correct/thorough
imp/lib/Prefs/Ui.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=ab643741549f37427b213302d5152be6f68106b7
-----------------------------------------------------------------------
commit 09c2479da76035d3828e51bc92c6f44eed56dd7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 29 11:27:26 2010 -0600
Cleaner implementation of onclick handler
imp/thread.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=09c2479da76035d3828e51bc92c6f44eed56dd7b
More information about the commits
mailing list