[commits] Horde branch master updated. 6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf
Michael M Slusarz
slusarz at horde.org
Wed Aug 25 21:42:52 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 3f8468bb2f25769d52a37680d6243c72cef03a7c
4dc2ff1 Remove IMP_Folder#flist()
138236b Make container display be the default
e834d9c Simplify; remove unneeded type conversions
6a9d2f7 Fix expanded folders view
-----------------------------------------------------------------------
commit 4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 25 14:46:16 2010 -0600
Remove IMP_Folder#flist()
imp/lib/Api.php | 2 +-
imp/lib/Folder.php | 61 ---------------------
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 4 +-
imp/lib/Search.php | 8 +---
imp/lib/Views/Compose.php | 16 ++++--
5 files changed, 15 insertions(+), 76 deletions(-)
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=61134c2954711716d52cef97d9f5fea32cfbec93&r2=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=42898815201e243f6b36b2daea0825bac1128eaf&r2=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=a827e523835263bc8b09de7bb7f1ef57a1814a94&r2=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73
-----------------------------------------------------------------------
commit 138236bcd19a73f8b48f73ca333cc9ed1beb2158
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 25 14:54:19 2010 -0600
Make container display be the default
imp/folders-mimp.php | 2 +-
imp/folders.php | 6 +++---
imp/lib/Ajax/Application.php | 2 +-
imp/lib/Block/tree_folders.php | 2 +-
imp/lib/Folder.php | 2 +-
imp/lib/IMP.php | 5 +----
imp/lib/Imap/Tree.php | 6 +++---
imp/lib/Imap/Tree/Element.php | 2 +-
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 4 +++-
imp/lib/Views/Compose.php | 3 +--
imp/search.php | 4 +---
11 files changed, 17 insertions(+), 21 deletions(-)
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=a4a66a65541d696b369f089bccae52f13a27af84&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=61134c2954711716d52cef97d9f5fea32cfbec93&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=61134c2954711716d52cef97d9f5fea32cfbec93&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=7693039fb9cc281caaf7498baa5fd664ddc7771a&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=bed563f1702973aa252bd8269a5fd14479da1212&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=bed563f1702973aa252bd8269a5fd14479da1212&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Imap/Tree/Element.php?rt=horde-git&r1=c54e6b1da1429c7d7136cdc6b6c83573bc6bc134&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-git&r1=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=4dc2ff14aaa36ee22b8fddebfbca09ce29d7ac73&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=7693039fb9cc281caaf7498baa5fd664ddc7771a&r2=138236bcd19a73f8b48f73ca333cc9ed1beb2158
-----------------------------------------------------------------------
commit e834d9c89111440da333f964c396fe64c1c38240
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 25 15:32:38 2010 -0600
Simplify; remove unneeded type conversions
framework/Core/lib/Horde/Core/Tree/Javascript.php | 26 +++++++++++---------
horde/lib/Ajax/Application.php | 18 +-------------
2 files changed, 16 insertions(+), 28 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=8d97c5330825754b0b084b803f4d3930efae2461&r2=e834d9c89111440da333f964c396fe64c1c38240
http://git.horde.org/diff.php/horde/lib/Ajax/Application.php?rt=horde-git&r1=262dae9e8fad3ae0616b11e21a94d9d7aeff10c2&r2=e834d9c89111440da333f964c396fe64c1c38240
-----------------------------------------------------------------------
commit 6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 25 15:39:26 2010 -0600
Fix expanded folders view
imp/folders.php | 3 ---
imp/lib/Imap/Tree.php | 5 ++++-
2 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf
More information about the commits
mailing list