[commits] Horde-Hatchery branch master updated. 325122e2cd104d57a544b471550258bd29b45591
Michael M Slusarz
slusarz at horde.org
Sat Aug 15 18:14:13 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 08a368ae33fbdb3b6996a9bcfb5f4ec5924df4ba
dbdb24b... Clean up some parameter naming a bit; slowly working on documentation
7ced0a1... Remove fetchmail code.
5f4e0ac... Add interface for accounts configuration.
73301e9... Add Expand/Collapse All menu items to all collapsible folders
c774d18... Fix file location
db19569... Fix save as link generation in dimp
325122e... Handle SMIME data correctly if it is the base MIME part
-----------------------------------------------------------------------
commit dbdb24b739121e5f9f2a67d31993f9410057a4e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 12 12:06:50 2009 -0600
Clean up some parameter naming a bit; slowly working on documentation
imp/ajax.php | 10 ++--
imp/js/ViewPort.js | 81 +++++++++++++++++++++++-----------------
imp/lib/Views/ListMessages.php | 12 +++---
3 files changed, 58 insertions(+), 45 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=dbdb24b739121e5f9f2a67d31993f9410057a4e8
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=f47f6180c5fca0ab37731f51af7119cacef30177&r2=dbdb24b739121e5f9f2a67d31993f9410057a4e8
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=4f4b6c3a98ecaa8098e529060d1bcb64e7d2c321&r2=dbdb24b739121e5f9f2a67d31993f9410057a4e8
-----------------------------------------------------------------------
commit 7ced0a1848e7507770abe4c53acd012ac681150a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jun 18 14:29:49 2009 -0600
Remove fetchmail code.
Although the new accounts code has not yet been completed, there have
been significant changes in IMP for which the fetchmail code has not
been updated. So best just to remove it now since it probably isn't
working properly anyway.
imp/ajax.php | 24 +---
imp/config/conf.xml | 13 +--
imp/config/hooks.php.dist | 2 +-
imp/config/prefs.php.dist | 42 ------
imp/docs/INSTALL | 2 +-
imp/docs/UPGRADING | 1 +
imp/fetchmailprefs.php | 196 -------------------------
imp/js/DimpBase.js | 5 -
imp/js/fetchmailprefs.js | 88 -----------
imp/lib/Fetchmail.php | 278 ------------------------------------
imp/lib/Fetchmail/Account.php | 163 ---------------------
imp/lib/Fetchmail/imap.php | 223 -----------------------------
imp/lib/IMP.php | 12 --
imp/mailbox.php | 15 --
imp/templates/index/index-dimp.inc | 3 -
imp/templates/mailbox/mailbox.html | 2 +-
imp/themes/screen.css | 8 -
17 files changed, 6 insertions(+), 1071 deletions(-)
delete mode 100644 imp/fetchmailprefs.php
delete mode 100644 imp/js/fetchmailprefs.js
delete mode 100644 imp/lib/Fetchmail.php
delete mode 100644 imp/lib/Fetchmail/Account.php
delete mode 100644 imp/lib/Fetchmail/imap.php
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=dbdb24b739121e5f9f2a67d31993f9410057a4e8&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=53eb3a0a269e812f72866fe6a2631805959ba003&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=37f3cc6f7cfc8f4fbb95e26e2c3d70b7a83553ec&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/docs/INSTALL?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-hatchery&r1=37a4eff3c2211cc36210a8753fed6d5a64451f7f&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=c8b56fdd4cec11465467464b27eed1cc2e54fe5e&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/js/fetchmailprefs.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/lib/Fetchmail.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/lib/Fetchmail/Account.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/lib/Fetchmail/imap.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=8cc50344a04667ea8829783385d99ee10b95909f&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox.html?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=7ced0a1848e7507770abe4c53acd012ac681150a
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=8cc50344a04667ea8829783385d99ee10b95909f&r2=7ced0a1848e7507770abe4c53acd012ac681150a
-----------------------------------------------------------------------
commit 5f4e0acbe7879d6823150622c1f2d64f8fc123ca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jun 23 22:48:39 2009 -0600
Add interface for accounts configuration.
imp/config/prefs.php.dist | 23 +++++
imp/js/src/accountsmanagement.js | 58 ++++++++++++
imp/lib/Accounts.php | 133 ++++++++++++++++++++++++++++
imp/templates/prefs/accountsmanagement.inc | 79 ++++++++++++++++
imp/themes/screen.css | 14 ++-
5 files changed, 303 insertions(+), 4 deletions(-)
create mode 100644 imp/js/src/accountsmanagement.js
create mode 100644 imp/lib/Accounts.php
create mode 100644 imp/templates/prefs/accountsmanagement.inc
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=5f4e0acbe7879d6823150622c1f2d64f8fc123ca
http://git.horde.org/co.php/imp/js/src/accountsmanagement.js?rt=horde-hatchery&r=5f4e0acbe7879d6823150622c1f2d64f8fc123ca
http://git.horde.org/co.php/imp/lib/Accounts.php?rt=horde-hatchery&r=5f4e0acbe7879d6823150622c1f2d64f8fc123ca
http://git.horde.org/co.php/imp/templates/prefs/accountsmanagement.inc?rt=horde-hatchery&r=5f4e0acbe7879d6823150622c1f2d64f8fc123ca
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=5f4e0acbe7879d6823150622c1f2d64f8fc123ca
-----------------------------------------------------------------------
commit 73301e93cdbd8b9730fabe6230e5933e67d419f7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 13 11:47:02 2009 -0600
Add Expand/Collapse All menu items to all collapsible folders
imp/js/DimpBase.js | 16 +++++++++++++++-
imp/templates/index/index-dimp.inc | 10 ++++++++--
imp/themes/screen-dimp.css | 4 ++--
imp/themes/silver/screen-dimp.css | 4 ++--
4 files changed, 27 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=73301e93cdbd8b9730fabe6230e5933e67d419f7
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=73301e93cdbd8b9730fabe6230e5933e67d419f7
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=e134a1019335dae27733544445e7cbb05172f1e6&r2=73301e93cdbd8b9730fabe6230e5933e67d419f7
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=8cc50344a04667ea8829783385d99ee10b95909f&r2=73301e93cdbd8b9730fabe6230e5933e67d419f7
-----------------------------------------------------------------------
commit c774d18899c03161580149022f85b01f4c159700
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 13 11:50:29 2009 -0600
Fix file location
imp/js/DimpBase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=73301e93cdbd8b9730fabe6230e5933e67d419f7&r2=c774d18899c03161580149022f85b01f4c159700
-----------------------------------------------------------------------
commit db19569071566a9bfe8520e1c84e5441a2d15c9c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 13 12:18:37 2009 -0600
Fix save as link generation in dimp
imp/lib/IMP.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=db19569071566a9bfe8520e1c84e5441a2d15c9c
-----------------------------------------------------------------------
commit 325122e2cd104d57a544b471550258bd29b45591
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Aug 14 10:35:25 2009 -0600
Handle SMIME data correctly if it is the base MIME part
imp/lib/Mime/Viewer/Smime.php | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=325122e2cd104d57a544b471550258bd29b45591
More information about the commits
mailing list