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

| 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 |
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:
Fixed some tests.
6 lines of code changed in 3 files:
Changed finder to loader.
1 lines of code changed in 1 file:
Ported over the wact:optional tag.
2 lines of code changed in 2 files:
Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.
27 lines of code changed in 9 files:
Renamed getResource method to load.
9 lines of code changed in 9 files:
renamed core:placeholder to wact:placeholder
2 lines of code changed in 1 file:
Imported the core:set tag.
39 lines of code changed in 2 files:
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:
Added core:wrap example tests.
0 lines of code changed in 2 files:
Fixed the wrap_more example (commented out the form tag temporarily).
20 lines of code changed in 1 file:
Imported the wrap_more example from CVS.
20 lines of code changed in 1 file:
Added a core:wrap example + fixed the core:wrap tag.
3 lines of code changed in 1 file:
Enabled core:include example test.
1 lines of code changed in 1 file:
Started porting the core:wrap tag.
3 lines of code changed in 2 files:
Implemented the core:placeholder tag.
3 lines of code changed in 2 files:
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:
Added Wact prefix to test class names.
7 lines of code changed in 4 files:
Imported the core:block tag from CVS.
8 lines of code changed in 2 files:
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:
(5 more)