[commits] Horde branch master updated. a4e1f3a722bec7af9ba50c1b7ded9c769879234a
Michael M Slusarz
slusarz at horde.org
Mon Sep 27 18:08:10 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 7bc85d537366e5fdbbface5b2de60b17466b4a45
c290069 Fix updating mailbox after reporting as spam
c1ab6e5 Sanity checking
a9940f3 Improve ZIP summary output
e576e8d Fix bugs introduced with latest compose/contents changes
2fbf1fa phpdoc; use Horde_Url::redirect()
f7791b2 Add Horde_Core_Ajax_Application::setPrefValue()
a4e1f3a Fix hiding of preview pane on load
-----------------------------------------------------------------------
commit c290069b9aac6172344281ac2efedda2620b95d3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 26 23:51:05 2010 -0600
Fix updating mailbox after reporting as spam
imp/lib/Spam.php | 13 ++++++++++---
imp/message-mimp.php | 7 ++-----
imp/message.php | 2 +-
3 files changed, 13 insertions(+), 9 deletions(-)
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=de5fc2fd52dcdf366f811609b92aac293e1092d4&r2=c290069b9aac6172344281ac2efedda2620b95d3
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=5c887e326c58c4f1f7462d50f4c9fe533c69a182&r2=c290069b9aac6172344281ac2efedda2620b95d3
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=9351a5d5f564df97d6bc2ed4ce1fa00665e5d5be&r2=c290069b9aac6172344281ac2efedda2620b95d3
-----------------------------------------------------------------------
commit c1ab6e56046c7cb7a9a163baab6af8842c96a076
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 26 23:54:31 2010 -0600
Sanity checking
imp/message.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=c290069b9aac6172344281ac2efedda2620b95d3&r2=c1ab6e56046c7cb7a9a163baab6af8842c96a076
-----------------------------------------------------------------------
commit a9940f38267fdcddce2cdc0bdb1a3761145517ae
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 27 00:05:33 2010 -0600
Improve ZIP summary output
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=061b830c421e3abfd060f5bde6eae91d5330fb47&r2=a9940f38267fdcddce2cdc0bdb1a3761145517ae
-----------------------------------------------------------------------
commit e576e8df0a59449aa36f0e0e1f71f4f1d973f3fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 27 11:19:11 2010 -0600
Fix bugs introduced with latest compose/contents changes
imp/compose-dimp.php | 8 +++-----
imp/lib/Ui/Compose.php | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=e0da9f53f2af6c5b6c30ffca75b4b9939655d138&r2=e576e8df0a59449aa36f0e0e1f71f4f1d973f3fb
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=e0da9f53f2af6c5b6c30ffca75b4b9939655d138&r2=e576e8df0a59449aa36f0e0e1f71f4f1d973f3fb
-----------------------------------------------------------------------
commit 2fbf1fad3e59ba1edc733580192d63d4477a199a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 27 11:50:44 2010 -0600
phpdoc; use Horde_Url::redirect()
framework/Core/lib/Horde/Core/Ajax/Application.php | 34 ++++++++++++++-----
1 files changed, 25 insertions(+), 9 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r1=474382a60011932d21b626aae790da872f1e041e&r2=2fbf1fad3e59ba1edc733580192d63d4477a199a
-----------------------------------------------------------------------
commit f7791b2f4e10cdc4202d870edfda7884aa563ae2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 27 11:51:09 2010 -0600
Add Horde_Core_Ajax_Application::setPrefValue()
framework/Core/lib/Horde.php | 7 +------
framework/Core/lib/Horde/Core/Ajax/Application.php | 16 ++++++++++++++++
gollem/js/manager.js | 4 ++--
gollem/lib/Ajax/Application.php | 15 +++++++++++++++
gollem/templates/javascript_defs.php | 4 ++--
imp/js/dimpbase.js | 2 +-
imp/templates/dimp/javascript_defs_dimp.php | 1 -
kronolith/js/calendar-panel.js | 2 +-
kronolith/templates/javascript_defs.php | 2 +-
nag/lib/Ajax/Application.php | 15 +++++++++++++++
nag/templates/panel.inc | 2 +-
skoli/lib/Ajax/Application.php | 15 +++++++++++++++
skoli/templates/panel.inc | 2 +-
skoli/templates/search/headers.inc | 3 +--
14 files changed, 72 insertions(+), 18 deletions(-)
create mode 100644 gollem/lib/Ajax/Application.php
create mode 100644 nag/lib/Ajax/Application.php
create mode 100644 skoli/lib/Ajax/Application.php
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=64178ddd573c8814e8c4564c04e085638885a0c6&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r1=2fbf1fad3e59ba1edc733580192d63d4477a199a&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/gollem/js/manager.js?rt=horde-git&r1=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/co.php/gollem/lib/Ajax/Application.php?rt=horde-git&r=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/gollem/templates/javascript_defs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=e0da9f53f2af6c5b6c30ffca75b4b9939655d138&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=5cf6024e5df05a355d3a53ab46486da04faeb27e&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/kronolith/js/calendar-panel.js?rt=horde-git&r1=435cc81395b87ea57ac5b81dbb55c08b199bc574&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/co.php/nag/lib/Ajax/Application.php?rt=horde-git&r=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/nag/templates/panel.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/co.php/skoli/lib/Ajax/Application.php?rt=horde-git&r=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/skoli/templates/panel.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
http://git.horde.org/diff.php/skoli/templates/search/headers.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=f7791b2f4e10cdc4202d870edfda7884aa563ae2
-----------------------------------------------------------------------
commit a4e1f3a722bec7af9ba50c1b7ded9c769879234a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 27 12:07:47 2010 -0600
Fix hiding of preview pane on load
imp/templates/dimp/javascript_defs_dimp.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=f7791b2f4e10cdc4202d870edfda7884aa563ae2&r2=a4e1f3a722bec7af9ba50c1b7ded9c769879234a
More information about the commits
mailing list