[commits] Horde branch master updated. d61f2e214e58e3160f1798522735d7ac6a52dedc
Jan Schneider
jan at horde.org
Thu Apr 6 20:50:57 UTC 2017
The branch "master" has been updated.
The following is a summary of the commits.
from: 94fbad89e8d0b760408b9a8e356009896ea5825a
49dc25c Add Michael as default maintainer.
5cd2683 Simplify
9ead508 Fix tests.
1d6e8b5 [jan] Add a HordeTheme package type to generate content lists for single themes.
d61f2e2 [jan] Add --theme argument to 'update' command to package themes.
Summary: http://github.com/horde/horde/compare/94fbad89e8d0b760408b9a8e356009896ea5825a...d61f2e214e58e3160f1798522735d7ac6a52dedc
-----------------------------------------------------------------------
commit 49dc25cd5dc89e1e68101a05c9d4bd8ae7238b8c
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 3 11:07:27 2017 +0200
Add Michael as default maintainer.
framework/Pear/lib/Horde/Pear/Package/Type/Horde.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/49dc25cd5dc89e1e68101a05c9d4bd8ae7238b8c
-----------------------------------------------------------------------
commit 5cd2683325c09eed62ee533e9b48940947ea6db2
Author: Jan Schneider <jan at horde.org>
Date: Wed Apr 5 14:19:34 2017 +0200
Simplify
framework/Pear/lib/Horde/Pear/Package/Contents/Ignore/Patterns.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/5cd2683325c09eed62ee533e9b48940947ea6db2
-----------------------------------------------------------------------
commit 9ead50838bc761573220d1d04049e9e499c71230
Author: Jan Schneider <jan at horde.org>
Date: Wed Apr 5 18:57:24 2017 +0200
Fix tests.
.../Pear/test/Horde/Pear/Unit/Rest/AccessTest.php | 97 +++++++++-------------
1 file changed, 40 insertions(+), 57 deletions(-)
http://github.com/horde/horde/commit/9ead50838bc761573220d1d04049e9e499c71230
-----------------------------------------------------------------------
commit 1d6e8b55c9941464d2c7fcddb7829b80f51371f0
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 6 22:48:52 2017 +0200
[jan] Add a HordeTheme package type to generate content lists for single themes.
.../Pear/Package/Contents/Ignore/Patterns.php | 93 ++----------
.../Pear/Package/Contents/Include/Patterns.php | 69 +++++++++
.../Pear/Package/Contents/InstallAs/HordeTheme.php | 43 ++++++
.../Pear/Package/Contents/PatternsMatcher.php | 110 +++++++++++++++
.../Pear/lib/Horde/Pear/Package/Type/Horde.php | 20 +--
.../lib/Horde/Pear/Package/Type/HordeTheme.php | 157 +++++++++++++++++++++
framework/Pear/package.xml | 56 +++++++-
.../Package/Contents/InstallAs/HordeThemeTest.php | 90 ++++++++++++
.../Pear/Unit/Package/Type/HordeThemeTest.php | 116 +++++++++++++++
.../horde/horde/themes/mytheme/dynamic/screen.css | 3 +
.../horde/horde/themes/mytheme/graphics/logo.png | Bin 0 -> 2321 bytes
.../fixture/horde/horde/themes/mytheme/info.php | 2 +
.../fixture/horde/horde/themes/mytheme/package.xml | 100 +++++++++++++
.../fixture/horde/horde/themes/mytheme/screen.css | 3 +
.../horde/imp/themes/mytheme/dynamic/screen.css | 3 +
.../horde/imp/themes/mytheme/graphics/imp.png | Bin 0 -> 432 bytes
.../fixture/horde/imp/themes/mytheme/screen.css | 3 +
17 files changed, 771 insertions(+), 97 deletions(-)
create mode 100644 framework/Pear/lib/Horde/Pear/Package/Contents/Include/Patterns.php
create mode 100644 framework/Pear/lib/Horde/Pear/Package/Contents/InstallAs/HordeTheme.php
create mode 100644 framework/Pear/lib/Horde/Pear/Package/Contents/PatternsMatcher.php
create mode 100644 framework/Pear/lib/Horde/Pear/Package/Type/HordeTheme.php
create mode 100644 framework/Pear/test/Horde/Pear/Unit/Package/Contents/InstallAs/HordeThemeTest.php
create mode 100644 framework/Pear/test/Horde/Pear/Unit/Package/Type/HordeThemeTest.php
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/horde/themes/mytheme/dynamic/screen.css
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/horde/themes/mytheme/graphics/logo.png
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/horde/themes/mytheme/info.php
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/horde/themes/mytheme/package.xml
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/horde/themes/mytheme/screen.css
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/imp/themes/mytheme/dynamic/screen.css
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/imp/themes/mytheme/graphics/imp.png
create mode 100644 framework/Pear/test/Horde/Pear/fixture/horde/imp/themes/mytheme/screen.css
http://github.com/horde/horde/commit/1d6e8b55c9941464d2c7fcddb7829b80f51371f0
-----------------------------------------------------------------------
commit d61f2e214e58e3160f1798522735d7ac6a52dedc
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 6 22:50:03 2017 +0200
[jan] Add --theme argument to 'update' command to package themes.
components/lib/Components/Component/Factory.php | 36 ++++++++++++++++++++++---
components/lib/Components/Component/Source.php | 20 ++++++++------
components/lib/Components/Module/Update.php | 8 ++++++
components/lib/Components/Runner/Update.php | 1 +
components/package.xml | 2 ++
5 files changed, 55 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/d61f2e214e58e3160f1798522735d7ac6a52dedc
More information about the commits
mailing list