Directory trunk/acceptance/template/tags/core/

Total Files:
20
Deleted Files:
4
Lines of Code:
345

[root]/trunk/acceptance/template/tags/core
                        directory in repo templates (6 files, 170 lines)
                            directory in repo include (1 files, 14 lines)
                            directory in repo wrap (2 files, 53 lines)
                            directory in repo wrap_more (3 files, 101 lines)
                            directory in repo wrap_simplest (1 files, 1 lines)

Lines of Code

trunk/acceptance/template/tags/core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 124 (100.0%) 417 (100.0%) 3.3

Most Recent Commits

JeffMoore 2009-05-24 03:25 Rev.: 975

fix path names to respect the new capitalization of file names

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+1 -1), comment.php (+1 -1), if.php (+1 -1), include.php (+1 -1), literal.php (+1 -1), placeholder.php (+1 -1), scope.php (+1 -1), wrap.php (+1 -1), wrap_more.php (+1 -1), wrap_simplest.php (+1 -1)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

5 lines of code changed in 2 files:

  • trunk/acceptance/template/tags/core: if.php (+1 -1), wrap_more.test.php (+4 -4)
JeffMoore 2008-11-09 21:41 Rev.: 882

rename addChild to appendChild.

1 lines of code changed in 1 file:

  • trunk/acceptance/template/tags/core: placeholder.php (+1 -1)
JeffMoore 2008-11-09 00:31 Rev.: 865

Renamed datasource tag to scope.

57 lines of code changed in 4 files:

  • trunk/acceptance/template/tags/core: datasource.php (del), datasource.test.php (del), scope.php (new 26), scope.test.php (new 31)
JeffMoore 2008-11-05 03:59 Rev.: 851

Renamed wact:optional tag to wact:if and wact:default to wact:unless

37 lines of code changed in 4 files:

  • trunk/acceptance/template/tags/core: if.php (new 20), if.test.php (new 17), optional.php (del), optional.test.php (del)
JeffMoore 2008-10-19 01:41 Rev.: 782

Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.test.php (+1 -7), comment.test.php (+1 -7), datasource.test.php (+1 -7), include.test.php (+1 -7), literal.test.php (+1 -7), optional.test.php (+1 -7), placeholder.test.php (+1 -7), wrap.test.php (+1 -7), wrap_more.test.php (+1 -7), wrap_simplest.test.php (+1 -7)
JeffMoore 2008-10-05 23:21 Rev.: 748

Changed Controler base class to rely on autoloading template classes.
Introuced pattern requirements for template resource ids. (.tpl.)
Changed Wact_Template_Loader to autoload templates.

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+1 -1), comment.php (+1 -1), datasource.php (+1 -1), include.php (+1 -1), literal.php (+1 -1), optional.php (+1 -1), placeholder.php (+1 -1), wrap.php (+1 -1), wrap_more.php (+1 -1), wrap_simplest.php (+1 -1)
JeffMoore 2008-10-05 00:27 Rev.: 746

The loader is the new organizer and the old organizer is now a reader.

20 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+2 -2), comment.php (+2 -2), datasource.php (+2 -2), include.php (+2 -2), literal.php (+2 -2), optional.php (+2 -2), placeholder.php (+2 -2), wrap.php (+2 -2), wrap_more.php (+2 -2), wrap_simplest.php (+2 -2)
JeffMoore 2008-09-28 23:26 Rev.: 726

Convert Views to autoloading class naming pattern.

1 lines of code changed in 1 file:

  • trunk/acceptance/template/tags/core: placeholder.php (+1 -1)
JeffMoore 2008-05-10 22:52 Rev.: 696

Converted WactTemplateLoader to Wact_Template_Loader and removed explicit includes in favor of auto loading.

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+1 -3), comment.php (+1 -3), datasource.php (+1 -3), include.php (+1 -3), literal.php (+1 -3), optional.php (+1 -3), placeholder.php (+1 -3), wrap.php (+1 -3), wrap_more.php (+1 -3), wrap_simplest.php (+1 -3)
JeffMoore 2008-05-10 22:16 Rev.: 694

Converted Source organizer class names to use new Wact Loader

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+1 -2), comment.php (+1 -2), datasource.php (+1 -2), include.php (+1 -2), literal.php (+1 -2), optional.php (+1 -2), placeholder.php (+1 -2), wrap.php (+1 -2), wrap_more.php (+1 -2), wrap_simplest.php (+1 -2)
JeffMoore 2008-05-04 19:38 Rev.: 675

Update cache modules to work with Wact_Loader.

10 lines of code changed in 10 files:

  • trunk/acceptance/template/tags/core: block.php (+1 -2), comment.php (+1 -2), datasource.php (+1 -2), include.php (+1 -2), literal.php (+1 -2), optional.php (+1 -2), placeholder.php (+1 -2), wrap.php (+1 -2), wrap_more.php (+1 -2), wrap_simplest.php (+1 -2)
JeffMoore 2008-03-30 02:26 Rev.: 669

Converted acceptance tests, examples, and web based utilities to use the new Wact_Loader
to Setup include paths, instead of set_include_path().

20 lines of code changed in 18 files:

  • trunk/acceptance/template/tags/core: block.php (+2 -1), comment.php (new), datasource.php (new), include.php (new), literal.php (new), optional.php (new), placeholder.php (new), wrap.php (+2 -1), wrap_more.php (+2 -1), wrap_simplest.php (+2 -1)
JeffMoore 2007-10-21 23:54

Fixed failing test case for wrap tag.

0 lines of code changed in 4 files:

  • trunk/acceptance/template/tags/core: wrap.php (changed), wrap_more.php (changed)
JeffMoore 2007-07-14 15:16 Rev.: 537

Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.

216 lines of code changed in 20 files:

  • trunk/acceptance/template/tags/core: block.test.php (+20), comment.test.php (+19), datasource.test.php (new), include.test.php (+20), literal.test.php (+18), optional.test.php (+23), placeholder.test.php (+18), wrap.test.php (+19), wrap_more.test.php (new), wrap_simplest.test.php (new)
Generated by StatSVN 0.4.0