[commits] Horde branch turba_4_2 updated. e5525000da79e51dd5afc3a644eb4fa698b42be9

Michael J. Rubinsky mrubinsk at horde.org
Sat Oct 19 01:31:21 UTC 2013


The branch "turba_4_2" has been updated.
The following is a summary of the commits.

from: 3d8a01ad58f5cc6ee982e041a11a07b607e52b75

abd6a26 This is getting a bit too specific for the INSTALL file
f3067ea Move command line utilities to the horde application
14dedaa Remove unmaintained admintools package
68fa7ed Not needed
72de48b [mms] Fix escaping periods that begin a line of DATA input.
2731a75 [mms] Add horde-remove-user-data command-line script.
eabac33 Released Horde_Smtp-1.2.5
32eef90 Development mode for Horde_Smtp-1.2.6
e6a7d00 Released Horde_Socket_Client-1.0.0
7605249 Development mode for Horde_Socket_Client-1.0.1
e552500 Merge branch 'master' into turba_4_2

Summary: http://github.com/horde/horde/compare/3d8a01ad58f5cc6ee982e041a11a07b607e52b75...e5525000da79e51dd5afc3a644eb4fa698b42be9

-----------------------------------------------------------------------

commit abd6a266b45f6cc9a5d01c341389cc660b5014a4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 21:54:57 2013 -0600

    This is getting a bit too specific for the INSTALL file

 horde/docs/INSTALL |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/abd6a266b45f6cc9a5d01c341389cc660b5014a4
http://git.horde.org/horde-git/-/commit/abd6a266b45f6cc9a5d01c341389cc660b5014a4

-----------------------------------------------------------------------

commit f3067eadf1322ef831ca66053a4cface1f6437ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 9 18:17:17 2013 -0600

    Move command line utilities to the horde application

 framework/admintools/horde-remove-pref.php |   52 ---------------------------
 framework/admintools/horde-sql-shell.php   |   33 -----------------
 horde/bin/horde-pref-remove.php            |   53 ++++++++++++++++++++++++++++
 horde/bin/horde-sql-shell.php              |   42 ++++++++++++++++++++++
 4 files changed, 95 insertions(+), 85 deletions(-)
 delete mode 100755 framework/admintools/horde-remove-pref.php
 delete mode 100755 framework/admintools/horde-sql-shell.php
 create mode 100755 horde/bin/horde-pref-remove.php
 create mode 100755 horde/bin/horde-sql-shell.php

http://github.com/horde/horde/commit/f3067eadf1322ef831ca66053a4cface1f6437ae
http://git.horde.org/horde-git/-/commit/f3067eadf1322ef831ca66053a4cface1f6437ae

-----------------------------------------------------------------------

commit 14dedaa3bcb389d5987649999c2b4d41ba2374ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 9 18:17:35 2013 -0600

    Remove unmaintained admintools package

 framework/admintools/README         |   25 ---------
 framework/admintools/horde-base.php |   13 -----
 framework/admintools/package.xml    |   97 -----------------------------------
 3 files changed, 0 insertions(+), 135 deletions(-)
 delete mode 100644 framework/admintools/README
 delete mode 100644 framework/admintools/horde-base.php
 delete mode 100644 framework/admintools/package.xml

http://github.com/horde/horde/commit/14dedaa3bcb389d5987649999c2b4d41ba2374ad
http://git.horde.org/horde-git/-/commit/14dedaa3bcb389d5987649999c2b4d41ba2374ad

-----------------------------------------------------------------------

commit 68fa7ed2b93c30b99813029658f058ad6872186e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 22:07:01 2013 -0600

    Not needed

 framework/admintools/composer.json |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)
 delete mode 100644 framework/admintools/composer.json

http://github.com/horde/horde/commit/68fa7ed2b93c30b99813029658f058ad6872186e
http://git.horde.org/horde-git/-/commit/68fa7ed2b93c30b99813029658f058ad6872186e

-----------------------------------------------------------------------

commit 72de48b9176a44df5cd06b441b64d22cfe425119
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:18:27 2013 -0600

    [mms] Fix escaping periods that begin a line of DATA input.

 framework/Smtp/lib/Horde/Smtp/Filter/Data.php     |    2 +-
 framework/Smtp/package.xml                        |   10 ++--
 framework/Smtp/test/Horde/Smtp/FilterDataTest.php |   53 +++++++++++++++++++++
 3 files changed, 60 insertions(+), 5 deletions(-)
 create mode 100644 framework/Smtp/test/Horde/Smtp/FilterDataTest.php

http://github.com/horde/horde/commit/72de48b9176a44df5cd06b441b64d22cfe425119
http://git.horde.org/horde-git/-/commit/72de48b9176a44df5cd06b441b64d22cfe425119

-----------------------------------------------------------------------

commit 2731a75986a15ad3e3203c2a30faa9dc227cd462
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:19:20 2013 -0600

    [mms] Add horde-remove-user-data command-line script.

 horde/bin/horde-remove-user-data |   54 ++++++++++++++++++++++++++++++++++++++
 horde/docs/CHANGES               |    1 +
 horde/package.xml                |   12 +++++++-
 3 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100755 horde/bin/horde-remove-user-data

http://github.com/horde/horde/commit/2731a75986a15ad3e3203c2a30faa9dc227cd462
http://git.horde.org/horde-git/-/commit/2731a75986a15ad3e3203c2a30faa9dc227cd462

-----------------------------------------------------------------------

commit eabac3323c946d2cc2feab7fae058e92689440d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:22:12 2013 -0600

    Released Horde_Smtp-1.2.5

 framework/Smtp/composer.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/eabac3323c946d2cc2feab7fae058e92689440d5
http://git.horde.org/horde-git/-/commit/eabac3323c946d2cc2feab7fae058e92689440d5

-----------------------------------------------------------------------

commit 32eef90fd83b27b2ad20e93626de42dd6f0665f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:22:13 2013 -0600

    Development mode for Horde_Smtp-1.2.6

 framework/Smtp/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/32eef90fd83b27b2ad20e93626de42dd6f0665f8
http://git.horde.org/horde-git/-/commit/32eef90fd83b27b2ad20e93626de42dd6f0665f8

-----------------------------------------------------------------------

commit e6a7d0016f467a6afa98aa5538e7fe8e7aba3c5f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:23:54 2013 -0600

    Released Horde_Socket_Client-1.0.0

 framework/Socket_Client/composer.json |   29 +++++++++++++++++++++++++++++
 framework/Socket_Client/package.xml   |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)
 create mode 100644 framework/Socket_Client/composer.json

http://github.com/horde/horde/commit/e6a7d0016f467a6afa98aa5538e7fe8e7aba3c5f
http://git.horde.org/horde-git/-/commit/e6a7d0016f467a6afa98aa5538e7fe8e7aba3c5f

-----------------------------------------------------------------------

commit 760524934f11365acac54b36a4ced40996062ebe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:23:54 2013 -0600

    Development mode for Horde_Socket_Client-1.0.1

 framework/Socket_Client/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/760524934f11365acac54b36a4ced40996062ebe
http://git.horde.org/horde-git/-/commit/760524934f11365acac54b36a4ced40996062ebe

-----------------------------------------------------------------------

commit e5525000da79e51dd5afc3a644eb4fa698b42be9
Merge: 3d8a01a 7605249
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Oct 18 21:31:11 2013 -0400

    Merge branch 'master' into turba_4_2

 framework/Smtp/composer.json                      |    3 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php     |    2 +-
 framework/Smtp/package.xml                        |   21 ++++-
 framework/Smtp/test/Horde/Smtp/FilterDataTest.php |   53 +++++++++++
 framework/Socket_Client/composer.json             |   29 ++++++
 framework/Socket_Client/package.xml               |   21 ++++-
 framework/admintools/README                       |   25 ------
 framework/admintools/composer.json                |   30 -------
 framework/admintools/horde-base.php               |   13 ---
 framework/admintools/horde-remove-pref.php        |   52 -----------
 framework/admintools/horde-sql-shell.php          |   33 -------
 framework/admintools/package.xml                  |   97 ---------------------
 horde/bin/horde-pref-remove.php                   |   53 +++++++++++
 horde/bin/horde-remove-user-data                  |   54 ++++++++++++
 horde/bin/horde-sql-shell.php                     |   42 +++++++++
 horde/docs/CHANGES                                |    1 +
 horde/docs/INSTALL                                |    6 +-
 horde/package.xml                                 |   12 ++-
 18 files changed, 281 insertions(+), 266 deletions(-)

http://github.com/horde/horde/commit/e5525000da79e51dd5afc3a644eb4fa698b42be9
http://git.horde.org/horde-git/-/commit/e5525000da79e51dd5afc3a644eb4fa698b42be9




More information about the commits mailing list