The branch "master" has been updated. The following is a summary of the commits.
from: 462c4432a6b16a3057c6d7edfdd802570590f7fd 9f5df2c This is handled by horde-components now. f0783a1 Remove .php suffix 8db2c34 Create initial horde installer script Summary: http://github.com/horde/horde-support/compare/462c4432a6b16a3057c6d7edfdd802570590f7fd...8db2c3440cb19764899d6e6412342264e478eb52 ----------------------------------------------------------------------- commit 9f5df2c136b547fea2633516f39a58c4c8c31931 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 17 22:02:07 2013 -0600 This is handled by horde-components now. maintainer-tools/README | 6 - maintainer-tools/horde-make-release-conf.php.dist | 38 ------ maintainer-tools/horde-make-release.php | 130 --------------------- maintainer-tools/package.xml | 3 - 4 files changed, 0 insertions(+), 177 deletions(-) delete mode 100644 maintainer-tools/horde-make-release-conf.php.dist delete mode 100755 maintainer-tools/horde-make-release.php http://github.com/horde/horde-support/commit/9f5df2c136b547fea2633516f39a58c4c8c31931 http://git.horde.org/horde-support/-/commit/9f5df2c136b547fea2633516f39a58c4c8c31931 ----------------------------------------------------------------------- commit f0783a1680308427b82bd9c5070716d7b40fb320 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 17 22:03:40 2013 -0600 Remove .php suffix maintainer-tools/README | 14 +- maintainer-tools/horde-build-snaps | 157 ++++++ maintainer-tools/horde-build-snaps.php | 157 ------ maintainer-tools/horde-ckeditor | 530 +++++++++++++++++++ maintainer-tools/horde-ckeditor.php | 530 ------------------- maintainer-tools/horde-compress-jpgs | 76 +++ maintainer-tools/horde-compress-jpgs.php | 76 --- maintainer-tools/horde-compress-pngs | 104 ++++ maintainer-tools/horde-compress-pngs.php | 104 ---- maintainer-tools/horde-js-compress | 169 ++++++ maintainer-tools/horde-js-compress.php | 169 ------ maintainer-tools/horde-update-ISO3166-countries | 190 +++++++ maintainer-tools/horde-update-ISO3166-countries.php | 190 ------- maintainer-tools/package.xml | 10 +- 14 files changed, 1238 insertions(+), 1238 deletions(-) create mode 100755 maintainer-tools/horde-build-snaps delete mode 100755 maintainer-tools/horde-build-snaps.php create mode 100755 maintainer-tools/horde-ckeditor delete mode 100755 maintainer-tools/horde-ckeditor.php create mode 100755 maintainer-tools/horde-compress-jpgs delete mode 100755 maintainer-tools/horde-compress-jpgs.php create mode 100755 maintainer-tools/horde-compress-pngs delete mode 100755 maintainer-tools/horde-compress-pngs.php create mode 100755 maintainer-tools/horde-js-compress delete mode 100755 maintainer-tools/horde-js-compress.php create mode 100755 maintainer-tools/horde-update-ISO3166-countries delete mode 100755 maintainer-tools/horde-update-ISO3166-countries.php http://github.com/horde/horde-support/commit/f0783a1680308427b82bd9c5070716d7b40fb320 http://git.horde.org/horde-support/-/commit/f0783a1680308427b82bd9c5070716d7b40fb320 ----------------------------------------------------------------------- commit 8db2c3440cb19764899d6e6412342264e478eb52 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 17 22:35:47 2013 -0600 Create initial horde installer script .gitignore | 4 +- maintainer-tools/README | 3 + maintainer-tools/horde-installer-phar-create | 102 ++++++++++++++++++++++++++ maintainer-tools/installer/composer.json | 11 +++ maintainer-tools/installer/installer.php | 39 ++++++++++ maintainer-tools/package.xml | 3 + 6 files changed, 161 insertions(+), 1 deletions(-) create mode 100755 maintainer-tools/horde-installer-phar-create create mode 100644 maintainer-tools/installer/composer.json create mode 100644 maintainer-tools/installer/installer.php http://github.com/horde/horde-support/commit/8db2c3440cb19764899d6e6412342264e478eb52 http://git.horde.org/horde-support/-/commit/8db2c3440cb19764899d6e6412342264e478eb52 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
