[commits] Horde branch master updated. a0c1ee118b71c24b4ecb12da20606822490992ec
Jan Schneider
jan at horde.org
Sat Feb 12 17:44:38 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 16d05e3a8c745eaa8551d7783e5619c29a086c63
28093a1 Remove Netcenter and Verisign examples, or is anybody really still using those?
5cda033 Use better defaults.
a16862f Implement <configspecial> as callbacks into applications.
a0c1ee1 Provide default backends.php where it makes sense. Add configuration options to allow administrators to pick the backends to use.
-----------------------------------------------------------------------
commit 28093a10a0afb5e5fad095e1c86e9dd8c130a305
Author: Jan Schneider <jan at horde.org>
Date: Sat Feb 12 15:27:48 2011 +0100
Remove Netcenter and Verisign examples, or is anybody really still using those?
turba/config/backends.php.dist | 68 ----------------------------------------
turba/config/prefs.php | 2 +-
2 files changed, 1 insertions(+), 69 deletions(-)
http://git.horde.org/horde-git/-/commit/28093a10a0afb5e5fad095e1c86e9dd8c130a305
-----------------------------------------------------------------------
commit 5cda0331eb2fe31f5996fcc272637546604fc85a
Author: Jan Schneider <jan at horde.org>
Date: Sat Feb 12 15:31:17 2011 +0100
Use better defaults.
imp/config/backends.php.dist | 50 ++--
ingo/config/backends.php.dist | 45 +----
passwd/config/backends.php.dist | 168 +++++++--------
turba/config/backends.php.dist | 460 +++++++++++++++++++-------------------
4 files changed, 342 insertions(+), 381 deletions(-)
http://git.horde.org/horde-git/-/commit/5cda0331eb2fe31f5996fcc272637546604fc85a
-----------------------------------------------------------------------
commit a16862fc2e762f30ba43bf9ece281e3e1462b945
Author: Jan Schneider <jan at horde.org>
Date: Sat Feb 12 16:10:50 2011 +0100
Implement <configspecial> as callbacks into applications.
agora/config/conf.xml | 2 +-
ansel/config/conf.xml | 2 +-
beatnik/config/conf.xml | 2 +-
chora/config/conf.xml | 2 +-
folks/config/conf.xml | 6 +-
framework/Core/lib/Horde/Config.php | 45 ++-------------------
framework/Core/lib/Horde/Registry/Application.php | 15 +++++++
gollem/config/conf.xml | 2 +-
hermes/config/conf.xml | 10 +++-
horde/config/conf.xml | 6 +-
horde/lib/Application.php | 17 ++++++++
imp/config/conf.xml | 2 +-
ingo/config/conf.xml | 2 +-
jonah/config/conf.xml | 2 +-
kronolith/config/conf.xml | 2 +-
luxor/config/conf.xml | 2 +-
mnemo/config/conf.xml | 2 +-
nag/config/conf.xml | 2 +-
operator/config/conf.xml | 2 +-
passwd/config/conf.xml | 2 +-
pastie/config/conf.xml | 2 +-
skeleton/config/conf.xml | 2 +-
trean/config/conf.xml | 2 +-
turba/config/conf.xml | 6 +-
turba/lib/Application.php | 30 ++++++++++++++
vilma/config/conf.xml | 2 +-
whups/config/conf.xml | 2 +-
wicked/config/conf.xml | 2 +-
28 files changed, 102 insertions(+), 73 deletions(-)
http://git.horde.org/horde-git/-/commit/a16862fc2e762f30ba43bf9ece281e3e1462b945
-----------------------------------------------------------------------
commit a0c1ee118b71c24b4ecb12da20606822490992ec
Author: Jan Schneider <jan at horde.org>
Date: Sat Feb 12 18:43:18 2011 +0100
Provide default backends.php where it makes sense. Add configuration
options to allow administrators to pick the backends to use.
.gitignore | 7 +-
agora/docs/CHANGES | 1 +
agora/docs/INSTALL | 5 +
ansel/docs/CHANGES | 1 +
ansel/docs/INSTALL | 5 +
beatnik/docs/CHANGES | 1 +
beatnik/docs/INSTALL | 6 +-
chora/config/conf.xml | 5 +-
chora/config/longIntro.txt.dist | 6 -
chora/docs/CHANGES | 1 +
chora/docs/INSTALL | 22 +-
folks/docs/INSTALL | 17 +-
framework/Core/lib/Horde/Config.php | 2 +-
gollem/docs/CHANGES | 1 +
gollem/docs/INSTALL | 24 +-
hermes/docs/CHANGES | 2 +-
hermes/docs/INSTALL | 5 +
horde/docs/INSTALL | 25 +-
imp/config/backends.php | 394 +++++++++++++
imp/config/backends.php.dist | 388 -------------
imp/config/conf.xml | 9 +-
imp/docs/CHANGES | 1 +
imp/docs/INSTALL | 35 +-
imp/lib/Application.php | 17 +
imp/lib/Imap.php | 6 +
ingo/config/backends.php | 312 ++++++++++
ingo/config/backends.php.dist | 305 ----------
ingo/config/conf.xml | 14 +-
ingo/docs/CHANGES | 1 +
ingo/docs/INSTALL | 20 +-
ingo/lib/Application.php | 10 +
ingo/lib/Ingo.php | 4 +
jonah/docs/CHANGES | 1 +
jonah/docs/INSTALL | 5 +
kronolith/docs/CHANGES | 1 +
kronolith/docs/INSTALL | 7 +-
luxor/docs/CHANGES | 1 +
luxor/docs/INSTALL | 20 +-
mnemo/docs/CHANGES | 1 +
mnemo/docs/INSTALL | 5 +
nag/docs/CHANGES | 1 +
nag/docs/INSTALL | 5 +
operator/docs/INSTALL | 5 +
passwd/docs/CHANGES | 7 +
passwd/docs/INSTALL | 19 +-
pastie/docs/INSTALL | 5 +
skeleton/docs/INSTALL | 21 +-
trean/docs/CHANGES | 1 +
trean/docs/INSTALL | 5 +
turba/config/backends.php | 1051 ++++++++++++++++++++++++++++++++++
turba/config/backends.php.dist | 1044 ---------------------------------
turba/config/conf.xml | 10 +
turba/config/hooks.php.dist | 2 +-
turba/docs/CHANGES | 1 +
turba/docs/INSTALL | 24 +-
turba/lib/Api.php | 2 +-
turba/lib/Application.php | 13 +-
turba/lib/Form/CreateAddressBook.php | 2 +-
turba/lib/Turba.php | 20 +-
turba/lib/tests/KolabTestBase.php | 2 +-
vilma/docs/CHANGES | 1 +
vilma/docs/INSTALL | 5 +
whups/docs/CHANGES | 2 +-
wicked/docs/CHANGES | 1 +
wicked/docs/INSTALL | 5 +
65 files changed, 2024 insertions(+), 1923 deletions(-)
delete mode 100644 chora/config/longIntro.txt.dist
create mode 100644 imp/config/backends.php
delete mode 100644 imp/config/backends.php.dist
create mode 100644 ingo/config/backends.php
delete mode 100644 ingo/config/backends.php.dist
create mode 100644 turba/config/backends.php
delete mode 100644 turba/config/backends.php.dist
http://git.horde.org/horde-git/-/commit/a0c1ee118b71c24b4ecb12da20606822490992ec
More information about the commits
mailing list