Directory trunk/examples/template/tags/core/

Directory Created:
2006-12-16 18:55
Directory Deleted:
2007-07-14 15:16
Total Files:
0
Deleted Files:
22
Lines of Code:
0

[root]/trunk/examples/template/tags/core
                        Folder removed from repo templates (0 files, 0 lines)
                            Folder removed from repo include (0 files, 0 lines)
                            Folder removed from repo wrap (0 files, 0 lines)
                            Folder removed from repo wrap_more (0 files, 0 lines)
                            Folder removed from repo wrap_simplest (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 318 (100.0%) 3.9
norbertmocsnik 36 (45.0%) 213 (67.0%) 5.9
JeffMoore 44 (55.0%) 105 (33.0%) 2.3

Most Recent Commits

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.

0 lines of code changed in 22 files:

  • trunk/examples/template/tags/core: block.php (del), block.test.php (del), comment.php (del), comment.test.php (del), datasource.php (del), datasource.test.php (del), include.php (del), include.test.php (del), literal.php (del), literal.test.php (del), optional.php (del), optional.test.php (del), placeholder.php (del), placeholder.test.php (del), set.php (del), set.test.php (del), wrap.php (del), wrap.test.php (del), wrap_more.php (del), wrap_more.test.php (del), wrap_simplest.php (del), wrap_simplest.test.php (del)
norbertmocsnik 2007-05-16 13:04 Rev.: 512

Fixed some tests.

6 lines of code changed in 3 files:

  • trunk/examples/template/tags/core: optional.php (+2 -2), wrap.php (+2 -3), wrap_more.php (+2 -3)
JeffMoore 2007-05-06 01:34 Rev.: 504

Changed finder to loader.

1 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: optional.php (+1 -1)
norbertmocsnik 2007-05-02 16:45 Rev.: 499

Ported over the wact:optional tag.

2 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: optional.php (new 2), optional.test.php (new)
JeffMoore 2007-04-29 03:55 Rev.: 495

Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.

27 lines of code changed in 9 files:

  • trunk/examples/template/tags/core: block.php (+3 -3), comment.php (+3 -3), datasource.php (+3 -3), include.php (+3 -3), literal.php (+3 -3), placeholder.php (+3 -3), wrap.php (+3 -3), wrap_more.php (+3 -3), wrap_simplest.php (+3 -3)
JeffMoore 2007-04-29 03:39 Rev.: 494

Renamed getResource method to load.

9 lines of code changed in 9 files:

  • trunk/examples/template/tags/core: block.php (+1 -1), comment.php (+1 -1), datasource.php (+1 -1), include.php (+1 -1), literal.php (+1 -1), placeholder.php (+1 -1), wrap.php (+1 -1), wrap_more.php (+1 -1), wrap_simplest.php (+1 -1)
JeffMoore 2007-04-25 00:26 Rev.: 464

renamed core:placeholder to wact:placeholder

2 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: include.test.php (+2 -2)
norbertmocsnik 2007-04-18 21:39 Rev.: 446

Imported the core:set tag.

39 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: set.php (new 19), set.test.php (new 20)
JeffMoore 2007-04-01 03:52 Rev.: 430

Added support for databinding in template expressions along with
core:datasource tag, with an example and test cases.
(The from attribute is not yet implemented.)

66 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: datasource.php (new 29), datasource.test.php (new 37)
norbertmocsnik 2007-03-27 08:48 Rev.: 396

Added core:wrap example tests.

0 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: wrap.test.php (new), wrap_more.test.php (new)
norbertmocsnik 2007-03-27 05:08 Rev.: 394

Fixed the wrap_more example (commented out the form tag temporarily).

20 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: wrap_more.php (+20 -20)
norbertmocsnik 2007-03-27 05:03 Rev.: 393

Imported the wrap_more example from CVS.

20 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: wrap_more.php (new 20)
norbertmocsnik 2007-03-25 17:35 Rev.: 379

Added a core:wrap example + fixed the core:wrap tag.

3 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: wrap.php (new 3)
norbertmocsnik 2006-12-31 11:48 Rev.: 365

Enabled core:include example test.

1 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: include.test.php (+1 -2)
norbertmocsnik 2006-12-22 07:31 Rev.: 349

Started porting the core:wrap tag.

3 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: wrap_simplest.php (new 3), wrap_simplest.test.php (new)
norbertmocsnik 2006-12-22 06:14 Rev.: 348

Implemented the core:placeholder tag.

3 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: placeholder.php (new 3), placeholder.test.php (new)
norbertmocsnik 2006-12-17 09:52 Rev.: 343

Imported CoreBlockComponent from CVS as WactCoreBlockView.
Upgraded core:block tag.
Disabled core:block test temporarily.
Updated core:block example.

18 lines of code changed in 1 file:

  • trunk/examples/template/tags/core: block.php (+18 -6)
norbertmocsnik 2006-12-17 09:27

Added Wact prefix to test class names.

7 lines of code changed in 4 files:

  • trunk/examples/template/tags/core: block.test.php (+4 -2), comment.test.php (+1 -1), include.test.php (+1 -1), literal.test.php (+1 -1)
norbertmocsnik 2006-12-17 07:13 Rev.: 340

Imported the core:block tag from CVS.

8 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: block.php (new 6), block.test.php (new 2)
norbertmocsnik 2006-12-16 22:31 Rev.: 333

Upgraded the core:include tag to work properly within the new API.
Added WactTemplateNode::sourceOrganizer because some template nodes need to access the source organizer (the core:include tag, the future core:template tag etc).

23 lines of code changed in 2 files:

  • trunk/examples/template/tags/core: include.php (+16 -5), include.test.php (+7 -3)

(5 more)

Generated by StatSVN 0.4.0