[commits] Horde branch develop updated. 56e095aed5271187cf784c829b18bdc7af4f0fb5
Michael M Slusarz
slusarz at horde.org
Fri Mar 2 09:43:03 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: e19d08e54c3efe413651b6e27af09d627cc7c65c
3c44a72 Remove some deprecated stuff
4aafa07 Remove deprecated .item0/.item1 CSS rules
bcfabf0 Move some images to Horde
7011757 Unneeded documentation
f958eab Unneeded for Imap_Client 2.0
0bed470 Rework registry view detection
6c245fe Add Horde_Registry#getFeature()
bb41f57 Add a feature entry for the application notification handler
4bffa3b Add a feature entry for the application alarm handler
274b45d appMethodDefined() no longer needed with the new feature system
1bb87f1 First attempt at rewriting Registry application bootstrapping
2a0719b Fix Rfc822 list access
56e095a Squash a couple of bugs in the new Mail code
-----------------------------------------------------------------------
commit 3c44a72e6c8d7bb33fa37b396a49dc0fdb23e519
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:51:06 2012 -0700
Remove some deprecated stuff
framework/Core/lib/Horde.php | 82 --------------------
framework/Core/lib/Horde/Core/Ajax/Application.php | 11 +--
framework/Core/lib/Horde/Core/Auth/Application.php | 3 -
horde/login.php | 7 +-
4 files changed, 8 insertions(+), 95 deletions(-)
http://git.horde.org/horde-git/-/commit/3c44a72e6c8d7bb33fa37b396a49dc0fdb23e519
-----------------------------------------------------------------------
commit 4aafa0723edb7d2761808e752a7370003719df44
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:58:33 2012 -0700
Remove deprecated .item0/.item1 CSS rules
ansel/templates/captions/captions.inc | 4 ++--
gollem/selectlist.php | 2 +-
hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css | 6 +++---
hermes/scripts/Sandals.wdgt/themes/screen.css | 6 +++---
horde/lib/Block/Weather.php | 2 +-
horde/templates/portal/layout.inc | 4 ++--
horde/themes/bluewhite/screen.css | 6 +++---
horde/themes/default/screen.css | 8 ++++----
horde/themes/hordevetica/screen.css | 4 ++--
horde/themes/silver/screen.css | 6 +++---
horde/themes/tango-blue/screen.css | 6 +++---
imp/templates/imp/thread/thread.html | 2 +-
imp/themes/default/screen.css | 2 +-
ingo/templates/blacklist/blacklist.inc | 4 ++--
ingo/templates/rule/footer.inc | 6 +++---
ingo/templates/rule/header.inc | 4 ++--
ingo/templates/whitelist/whitelist.inc | 2 +-
jonah/templates/delivery/html.html | 4 ++--
koward/www/htdocs/horde/themes/screen.css | 6 +++---
koward/www/htdocs/horde/themes/silver/screen.css | 6 +++---
kronolith/themes/bluewhite/screen.css | 2 +-
whups/templates/renderer/query/edit.inc | 4 ++--
whups/templates/renderer/querysetcurrenttype.inc | 6 +++---
23 files changed, 51 insertions(+), 51 deletions(-)
http://git.horde.org/horde-git/-/commit/4aafa0723edb7d2761808e752a7370003719df44
-----------------------------------------------------------------------
commit bcfabf0630f2921a9d052312a9c440d02060f916
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:01:53 2012 -0700
Move some images to Horde
horde/themes/default/rtl.css | 26 ++++++++++++++++++++++++++
horde/themes/default/screen.css | 26 ++++++++++++++++++++++++++
horde/themes/silver/rtl.css | 25 +++++++++++++++++++++++++
horde/themes/silver/screen.css | 27 +++++++++++++++++++++++++++
imp/themes/default/rtl.css | 26 --------------------------
imp/themes/default/screen.css | 26 --------------------------
imp/themes/silver/rtl.css | 25 -------------------------
imp/themes/silver/screen.css | 26 --------------------------
8 files changed, 104 insertions(+), 103 deletions(-)
create mode 100644 horde/themes/silver/rtl.css
delete mode 100644 imp/themes/silver/rtl.css
http://git.horde.org/horde-git/-/commit/bcfabf0630f2921a9d052312a9c440d02060f916
-----------------------------------------------------------------------
commit 7011757055f203cba6279efe90a2485ce496ae56
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:02:46 2012 -0700
Unneeded documentation
framework/Core/lib/Horde/Registry.php | 40 ++++++++++----------------------
imp/lib/Ajax/Application.php | 2 -
imp/lib/Flag/Imap/Junk.php | 1 -
imp/lib/Flag/Imap/NotJunk.php | 1 -
4 files changed, 13 insertions(+), 31 deletions(-)
http://git.horde.org/horde-git/-/commit/7011757055f203cba6279efe90a2485ce496ae56
-----------------------------------------------------------------------
commit f958eab7bf63b023ddbf7979b9b9fc192ab8c6ab
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:06:14 2012 -0700
Unneeded for Imap_Client 2.0
imp/lib/Imap.php | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
http://git.horde.org/horde-git/-/commit/f958eab7bf63b023ddbf7979b9b9fc192ab8c6ab
-----------------------------------------------------------------------
commit 0bed470dc8dc83372910358cc7b7363054a32187
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:20:36 2012 -0700
Rework registry view detection
Move application view flags to a features array, so new features can be
added in the future while maintaining BC.
Remove hasMobileView() and hasAjaxView() - replace with hasView().
ansel/index.php | 3 +-
framework/Core/lib/Horde/Registry.php | 9 ++++---
framework/Core/lib/Horde/Registry/Application.php | 22 +++++++++-----------
hermes/templates/index/index.inc | 2 +-
horde/index.php | 2 +-
horde/templates/common-header.inc | 4 +--
imp/lib/Application.php | 10 ++++----
imp/lib/Menu/Dimp.php | 2 +-
kronolith/lib/Application.php | 9 +++----
kronolith/templates/index/index.inc | 2 +-
nag/index.php | 5 ++-
nag/lib/Application.php | 6 +++-
12 files changed, 37 insertions(+), 39 deletions(-)
http://git.horde.org/horde-git/-/commit/0bed470dc8dc83372910358cc7b7363054a32187
-----------------------------------------------------------------------
commit 6c245feb207d711564bf3d50f86fa8e4f34f079a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:30:48 2012 -0700
Add Horde_Registry#getFeature()
framework/Core/lib/Horde/Registry.php | 30 ++++++++++++++++++++++--------
1 files changed, 22 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/6c245feb207d711564bf3d50f86fa8e4f34f079a
-----------------------------------------------------------------------
commit bb41f57265231c76479862da1b9d6dc653f70af4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:30:51 2012 -0700
Add a feature entry for the application notification handler
framework/Core/lib/Horde/Core/Factory/Notification.php | 2 +-
framework/Core/lib/Horde/Registry/Application.php | 5 ++++-
imp/lib/Application.php | 16 +++++++++-------
3 files changed, 14 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/bb41f57265231c76479862da1b9d6dc653f70af4
-----------------------------------------------------------------------
commit 4bffa3b3e2999c230a5ac8e1b3d4de2a0adb0a3d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:35:13 2012 -0700
Add a feature entry for the application alarm handler
framework/Core/lib/Horde/Core/Factory/Alarm.php | 2 +-
framework/Core/lib/Horde/Registry/Application.php | 4 +++-
kronolith/lib/Application.php | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/4bffa3b3e2999c230a5ac8e1b3d4de2a0adb0a3d
-----------------------------------------------------------------------
commit 274b45d015ad49871ec0083b015dcf15d8ea2b27
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 00:36:04 2012 -0700
appMethodDefined() no longer needed with the new feature system
framework/Core/lib/Horde/Registry.php | 18 ------------------
framework/Core/package.xml | 1 -
2 files changed, 0 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/274b45d015ad49871ec0083b015dcf15d8ea2b27
-----------------------------------------------------------------------
commit 1bb87f168b94fe6d41deb124eecad90d9b1571ea
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 02:05:37 2012 -0700
First attempt at rewriting Registry application bootstrapping
I think we will want to look at the various hooks and see if we can
clean that up a bit.
ansel/lib/Application.php | 2 +-
beatnik/lib/Application.php | 2 +-
chora/lib/Application.php | 4 +-
folks/lib/Application.php | 2 +-
framework/Core/lib/Horde/Core/Auth/Application.php | 2 +-
framework/Core/lib/Horde/Registry.php | 65 ++++++++++---------
framework/Core/lib/Horde/Registry/Application.php | 65 ++++++++++---------
gollem/lib/Application.php | 36 +++++------
hermes/lib/Application.php | 2 +-
hylax/lib/Application.php | 2 +-
imp/lib/Application.php | 55 ++++++++---------
ingo/lib/Application.php | 13 +++-
jonah/lib/Application.php | 11 +++-
klutz/lib/Application.php | 2 +-
kolab/lib/Application.php | 2 +-
kronolith/lib/Application.php | 4 +-
luxor/lib/Application.php | 2 +-
mnemo/lib/Application.php | 2 +-
nag/lib/Application.php | 2 +-
operator/lib/Application.php | 2 +-
pastie/lib/Application.php | 2 +-
sam/lib/Application.php | 2 +-
shout/lib/Application.php | 2 +-
skeleton/lib/Application.php | 2 +-
trean/lib/Application.php | 2 +-
turba/lib/Application.php | 2 +-
ulaform/lib/Application.php | 2 +-
vilma/lib/Application.php | 2 +-
whups/lib/Application.php | 2 +-
wicked/lib/Application.php | 8 ++-
30 files changed, 158 insertions(+), 145 deletions(-)
http://git.horde.org/horde-git/-/commit/1bb87f168b94fe6d41deb124eecad90d9b1571ea
-----------------------------------------------------------------------
commit 2a0719b89f26419d80e7cae22bf7c5f98186dbfe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 02:11:28 2012 -0700
Fix Rfc822 list access
imp/lib/Flag/System/Personal.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/2a0719b89f26419d80e7cae22bf7c5f98186dbfe
-----------------------------------------------------------------------
commit 56e095aed5271187cf784c829b18bdc7af4f0fb5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 2 02:40:49 2012 -0700
Squash a couple of bugs in the new Mail code
framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 14 +++++++++++++-
framework/Mail/lib/Horde/Mail/Rfc822/List.php | 20 +++++++++-----------
framework/Mail/test/Horde/Mail/GroupTest.php | 9 +++++++++
framework/Mail/test/Horde/Mail/ListTest.php | 18 ++++++++++++++++++
4 files changed, 49 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/56e095aed5271187cf784c829b18bdc7af4f0fb5
More information about the commits
mailing list