[commits] Horde branch master updated. 0d39f923e3b4dad93087c6f1adb2f405ef3cb28a
Michael M Slusarz
slusarz at horde.org
Sat May 17 07:33:37 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: c0e6ef32b91f0a3c389266a7616db668432637d8
1bf8c80 Don't give users ability to explicitly disable encryption
7c3808f Move DNS/HTTP to public so that they can be loaded on-demand
0d39f92 [mms] Add automatic configuration of remote account connection details.
Summary: http://github.com/horde/horde/compare/c0e6ef32b91f0a3c389266a7616db668432637d8...0d39f923e3b4dad93087c6f1adb2f405ef3cb28a
-----------------------------------------------------------------------
commit 1bf8c80aa2453ac5a0d695a4c31c6b625b87bff6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat May 17 00:11:34 2014 -0600
Don't give users ability to explicitly disable encryption
imp/lib/Prefs/Special/Remote.php | 15 +--------------
imp/templates/prefs/remote.html.php | 1 -
2 files changed, 1 insertions(+), 15 deletions(-)
http://github.com/horde/horde/commit/1bf8c80aa2453ac5a0d695a4c31c6b625b87bff6
-----------------------------------------------------------------------
commit 7c3808fb76e44bb14dffdb5dc9feef0fae158174
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat May 17 01:14:51 2014 -0600
Move DNS/HTTP to public so that they can be loaded on-demand
Also, allows easier alteration of base drivers.
.../Mail_Autoconfig/lib/Horde/Mail/Autoconfig/Driver/Guess.php | 27 ++---
.../Mail_Autoconfig/lib/Horde/Mail/Autoconfig/Driver/Srv.php | 27 ++---
.../lib/Horde/Mail/Autoconfig/Driver/Thunderbird.php | 33 ++---
3 files changed, 30 insertions(+), 57 deletions(-)
http://github.com/horde/horde/commit/7c3808fb76e44bb14dffdb5dc9feef0fae158174
-----------------------------------------------------------------------
commit 0d39f923e3b4dad93087c6f1adb2f405ef3cb28a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat May 17 01:22:44 2014 -0600
[mms] Add automatic configuration of remote account connection details.
Won't lie... this is pretty darn cool.
imp/docs/CHANGES | 1 +
imp/docs/RFCS | 6 ++
imp/js/remoteprefs.js | 57 ++++++++++++++-
imp/lib/Ajax/Application.php | 4 +
imp/lib/Ajax/Application/Handler/RemotePrefs.php | 84 ++++++++++++++++++++++
imp/lib/Application.php | 1 +
imp/lib/Factory/MailAutoconfig.php | 54 ++++++++++++++
imp/lib/Prefs/Special/Remote.php | 7 ++-
imp/package.xml | 17 ++++-
imp/templates/prefs/remote.html.php | 58 ++++++++++-----
10 files changed, 266 insertions(+), 23 deletions(-)
create mode 100644 imp/lib/Ajax/Application/Handler/RemotePrefs.php
create mode 100644 imp/lib/Factory/MailAutoconfig.php
http://github.com/horde/horde/commit/0d39f923e3b4dad93087c6f1adb2f405ef3cb28a
More information about the commits
mailing list