[commits] Horde branch master updated. 8bb9f9011448547c9264a759e4d02938a53aec18
Gunnar Wrobel
p at rdus.de
Tue Jan 11 10:32:24 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 456d8a491173ef5211938933f351bfff8dc17698
b05da27 Start the templates helper.
e252bcd Complete printf templating.
7ed5ebf Replace template rewriting with the template helper.
eee8665 Allow to differentiate between a template directory and a single template file.
8bb9f90 Complete the template machinery for the existing code.
-----------------------------------------------------------------------
commit b05da2739f6f0db559f84a4d02a57deebef0a1f0
Author: Gunnar Wrobel <p at rdus.de>
Date: Tue Jan 11 05:45:35 2011 +0100
Start the templates helper.
components/lib/Components/Helper/Templates.php | 59 +++++
components/package.xml | 18 +-
components/test/Components/Autoload.php | 3 +-
components/test/Components/TestCase.php | 37 +++
.../test/Components/Unit/Components/Helper/TemplatesTest.php | 45 ++++
5 files changed, 158 insertions(+), 4 deletions(-)
create mode 100644 components/lib/Components/Helper/Templates.php
create mode 100644 components/test/Components/TestCase.php
create mode 100644 components/test/Components/Unit/Components/Helper/TemplatesTest.php
http://git.horde.org/horde-git/-/commit/b05da2739f6f0db559f84a4d02a57deebef0a1f0
-----------------------------------------------------------------------
commit e252bcd18187ff024380a3fb12a904331e160ac4
Author: Gunnar Wrobel <p at rdus.de>
Date: Tue Jan 11 06:27:41 2011 +0100
Complete printf templating.
components/lib/Components/Helper/Templates.php | 15 ++-
.../test/Components/Unit/Components/Helper/TemplatesTest.php | 30 ++++-
2 files changed, 43 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e252bcd18187ff024380a3fb12a904331e160ac4
-----------------------------------------------------------------------
commit 7ed5ebf4146c5c267b8c0548f08f6c7bee3a8c57
Author: Gunnar Wrobel <p at rdus.de>
Date: Tue Jan 11 06:28:17 2011 +0100
Replace template rewriting with the template helper.
components/lib/Components/Runner/CiPrebuild.php | 34 +++++++++-------------
components/lib/Components/Runner/CiSetup.php | 23 +++++++--------
2 files changed, 25 insertions(+), 32 deletions(-)
http://git.horde.org/horde-git/-/commit/7ed5ebf4146c5c267b8c0548f08f6c7bee3a8c57
-----------------------------------------------------------------------
commit eee866544f433fcd5fc46fac8366b11408dc1fca
Author: Gunnar Wrobel <p at rdus.de>
Date: Tue Jan 11 06:59:01 2011 +0100
Allow to differentiate between a template directory and a single template file.
components/lib/Components/Helper/Templates.php | 15 +-
components/lib/Components/Runner/CiPrebuild.php | 14 +-
components/lib/Components/Runner/CiSetup.php | 7 +-
.../test/Components/Unit/Components/Helper/TemplatesTest.php | 42 +++--
4 files changed, 51 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/eee866544f433fcd5fc46fac8366b11408dc1fca
-----------------------------------------------------------------------
commit 8bb9f9011448547c9264a759e4d02938a53aec18
Author: Gunnar Wrobel <p at rdus.de>
Date: Tue Jan 11 11:31:16 2011 +0100
Complete the template machinery for the existing code.
components/lib/Components/Helper/Template.php | 82 ++++
components/lib/Components/Helper/Template/Php.php | 47 ++
components/lib/Components/Helper/Template/Printf.php | 45 ++
components/lib/Components/Helper/Templates.php | 45 +--
components/lib/Components/Helper/Templates/Prefix.php | 94 +++++
components/lib/Components/Helper/Templates/Single.php | 77 ++++
components/lib/Components/Runner/CiPrebuild.php | 4 +-
components/lib/Components/Runner/CiSetup.php | 2 +-
components/lib/Components/Runner/Distribute.php | 40 +--
components/package.xml | 24 +-
.../test/Components/Unit/Components/Helper/TemplatesTest.php | 70 +++-
components/test/Components/fixture/templates/input.template | 3 +
components/test/Components/fixture/templates/php.template | 3 +
components/test/Components/fixture/templates/simple.template | 1 +
components/test/Components/fixture/templates/variables.template | 1 +
15 files changed, 461 insertions(+), 77 deletions(-)
create mode 100644 components/lib/Components/Helper/Template.php
create mode 100644 components/lib/Components/Helper/Template/Php.php
create mode 100644 components/lib/Components/Helper/Template/Printf.php
create mode 100644 components/lib/Components/Helper/Templates/Prefix.php
create mode 100644 components/lib/Components/Helper/Templates/Single.php
create mode 100644 components/test/Components/fixture/templates/input.template
create mode 100644 components/test/Components/fixture/templates/php.template
create mode 100644 components/test/Components/fixture/templates/simple.template
create mode 100644 components/test/Components/fixture/templates/variables.template
http://git.horde.org/horde-git/-/commit/8bb9f9011448547c9264a759e4d02938a53aec18
More information about the commits
mailing list