[commits] Horde branch master updated. ee59badf9c55a570a75be9df20b29e24effc8335

Jan Schneider jan at horde.org
Fri Aug 29 09:10:12 UTC 2014


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

from: b70af762e653fdc19fbef08451264078c3fa3a31

dedf049 Fix variable name.
39fc848 Fix indention, wrapping.
a2a2f64 Fix detection if a note was found.
96b0757 Fix changelog.
b51d7bd [jan] Add put() method to API to support WebDAV PUT requests.
adcfe57 Bump API.
80cb9dd [jan] Support for WebDAV DELETE requests.
bccd612 Add path_delete() for WebDAV DELETE requests.
68f928d API changes.
033610a Fix retrieving individual tasks via WebDAV.
6218488 Remove debug line.
e8380e4 [jan] Return ETags with WebDAV requests.
5f22852 Return ETags with browse() API method.
4ed0b58 Simplify and improve overlapping algorithm (Bug #13376).
ee59bad Revert "Yay! Headers are no longer broken by long strings"

Summary: http://github.com/horde/horde/compare/b70af762e653fdc19fbef08451264078c3fa3a31...ee59badf9c55a570a75be9df20b29e24effc8335

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

commit dedf049d1321de8e53d9fcc728dd02688a8b33c5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 26 17:04:50 2014 +0200

    Fix variable name.

 whups/config/hooks.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/dedf049d1321de8e53d9fcc728dd02688a8b33c5

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

commit 39fc8489578028d3cbac967dce3a333d619823b4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 10:25:37 2014 +0200

    Fix indention, wrapping.

 nag/lib/Api.php |   44 +++++++++++++++++++++-----------------------
 1 files changed, 21 insertions(+), 23 deletions(-)

http://github.com/horde/horde/commit/39fc8489578028d3cbac967dce3a333d619823b4

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

commit a2a2f647c18e2eb7475251d891200f9ee9843c1a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 13:56:00 2014 +0200

    Fix detection if a note was found.

 mnemo/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a2a2f647c18e2eb7475251d891200f9ee9843c1a

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

commit 96b07574ad1d908065e0ed4056e48580003e0586
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 13:57:51 2014 +0200

    Fix changelog.

 mnemo/docs/CHANGES |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/96b07574ad1d908065e0ed4056e48580003e0586

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

commit b51d7bdf8c2348ca4e453751bff0f4566bf12929
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 13:58:34 2014 +0200

    [jan] Add put() method to API to support WebDAV PUT requests.

 mnemo/docs/CHANGES |    1 +
 mnemo/lib/Api.php  |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 mnemo/package.xml  |    2 +
 3 files changed, 79 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/b51d7bdf8c2348ca4e453751bff0f4566bf12929

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

commit adcfe57189bdbb00ba36ee89eec58b547aebac8a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 13:58:58 2014 +0200

    Bump API.

 mnemo/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/adcfe57189bdbb00ba36ee89eec58b547aebac8a

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

commit 80cb9dd705ddd6edc1eb88dec6686fdce857d829
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 14:19:20 2014 +0200

    [jan] Support for WebDAV DELETE requests.

 framework/Dav/lib/Horde/Dav/File.php |   19 +++++++++++++++++++
 framework/Dav/package.xml            |   16 ++++++++--------
 2 files changed, 27 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/80cb9dd705ddd6edc1eb88dec6686fdce857d829

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

commit bccd6121ccc34cba27807c835e7a4bc18b72414d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 14:20:47 2014 +0200

    Add path_delete() for WebDAV DELETE requests.

 mnemo/docs/CHANGES |    4 ++--
 mnemo/lib/Api.php  |   35 +++++++++++++++++++++++++++++++++++
 mnemo/package.xml  |    6 ++----
 3 files changed, 39 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/bccd6121ccc34cba27807c835e7a4bc18b72414d

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

commit 68f928d4b77444a062bb8ecb2e7436ca8b211d35
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 14:40:04 2014 +0200

    API changes.

 mnemo/docs/UPGRADING |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/68f928d4b77444a062bb8ecb2e7436ca8b211d35

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

commit 033610a75bd9afa78464ec0904e3ed1c957a1a41
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 15:10:50 2014 +0200

    Fix retrieving individual tasks via WebDAV.

 nag/lib/Api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/033610a75bd9afa78464ec0904e3ed1c957a1a41

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

commit 62184887392511575455199a29f03d6a8742bc83
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 15:28:57 2014 +0200

    Remove debug line.

 whups/lib/Api.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/62184887392511575455199a29f03d6a8742bc83

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

commit e8380e4088204c4cbf58a96b6cee3a6ab16178fd
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 15:30:48 2014 +0200

    [jan] Return ETags with WebDAV requests.

 framework/Dav/lib/Horde/Dav/Collection.php |    2 +-
 framework/Dav/lib/Horde/Dav/File.php       |   10 ++++++++++
 framework/Dav/package.xml                  |    2 ++
 3 files changed, 13 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/e8380e4088204c4cbf58a96b6cee3a6ab16178fd

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

commit 5f228528dda41b6bc5696a5285040a5e546337ca
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 15:32:44 2014 +0200

    Return ETags with browse() API method.

 ansel/docs/CHANGES     |    1 +
 ansel/lib/Api.php      |    5 ++++-
 ansel/package.xml      |    2 ++
 kronolith/docs/CHANGES |    1 +
 kronolith/lib/Api.php  |    9 ++++++++-
 kronolith/package.xml  |    2 ++
 mnemo/docs/CHANGES     |    1 +
 mnemo/lib/Api.php      |    3 +++
 mnemo/package.xml      |    2 ++
 nag/docs/CHANGES       |    1 +
 nag/lib/Api.php        |    9 ++++++++-
 nag/package.xml        |    4 ++--
 turba/docs/CHANGES     |    1 +
 turba/lib/Api.php      |    7 +++++--
 turba/package.xml      |    1 +
 15 files changed, 42 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/5f228528dda41b6bc5696a5285040a5e546337ca

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

commit 4ed0b588baec1eb612abc5bbdd61042ff6d06e9c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 27 21:04:24 2014 +0200

    Simplify and improve overlapping algorithm (Bug #13376).

 kronolith/js/kronolith.js |   58 ++++++++++++++++----------------------------
 1 files changed, 21 insertions(+), 37 deletions(-)

http://github.com/horde/horde/commit/4ed0b588baec1eb612abc5bbdd61042ff6d06e9c

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

commit ee59badf9c55a570a75be9df20b29e24effc8335
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 29 11:08:27 2014 +0200

    Revert "Yay! Headers are no longer broken by long strings"
    
    This is obviously not an option. Individual applications cannot override global
    styles for consistency reasons. And the bottom line in the background image has
    some design/UI function.
    
    This reverts commit 020df072ad74c791ab45b960e3f2e7f4a6f3090d.

 imp/themes/default/screen.css |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/ee59badf9c55a570a75be9df20b29e24effc8335




More information about the commits mailing list