Directory trunk/wact/plugins/template/core/

Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
22
Lines of Code:
0

[root]/trunk/wact/plugins/template/core

Lines of Code

trunk/wact/plugins/template/core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 161 (100.0%) 859 (100.0%) 5.3
JeffMoore 125 (77.6%) 523 (60.9%) 4.1
norbertmocsnik 36 (22.4%) 336 (39.1%) 9.3

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 22 files:

  • trunk/wact/plugins/template/core: block.tag.php (del), block.test.php (del), block.view.php (del), comment.tag.php (del), datasource.tag.php (del), datasource.test.php (del), default.tag.php (del), default.test.php (del), include.tag.php (del), include.test.php (del), list.tag.php (del), list.test.php (del), listitem.tag.php (del), literal.tag.php (del), literal.test.php (del), optional.tag.php (del), placeholder.tag.php (del), placeholder.test.php (del), set.tag.php (del), set.test.php (del), wrap.tag.php (del), wrap.test.php (del)
JeffMoore 2008-05-10 22:52 Rev.: 696

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

2 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: include.test.php (+1 -3), wrap.test.php (+1 -3)
JeffMoore 2008-05-10 22:16 Rev.: 694

Converted Source organizer class names to use new Wact Loader

2 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: include.test.php (+1 -2), wrap.test.php (+1 -2)
JeffMoore 2008-05-04 19:38 Rev.: 675

Update cache modules to work with Wact_Loader.

2 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: include.test.php (+1 -2), wrap.test.php (+1 -2)
JeffMoore 2008-05-04 05:28 Rev.: 672

Changed base exception to introduce sprintf like capability.

19 lines of code changed in 7 files:

  • trunk/wact/plugins/template/core: default.tag.php (+2 -2), default.test.php (+1 -1), include.tag.php (+3 -4), include.test.php (+3 -3), optional.tag.php (+2 -2), wrap.tag.php (+5 -6), wrap.test.php (+3 -3)
JeffMoore 2007-10-24 19:52 Rev.: 616

Consolodated exceptions for the template compiler into a single file.

7 lines of code changed in 4 files:

  • trunk/wact/plugins/template/core: default.tag.php (+1 -1), include.tag.php (+2 -2), optional.tag.php (+1 -1), wrap.tag.php (+3 -3)
JeffMoore 2007-10-24 17:25 Rev.: 614

Fixed bug where template name would not appear in error messages.
Added an exception if the wact:id attribute is used in a tag that is not
a view tag.

2 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: include.tag.php (+1 -1), wrap.tag.php (+1 -1)
JeffMoore 2007-10-23 15:39 Rev.: 610

renamed:
viewFile to parentViewFile
viewClass to parentViewClass
getRuntimeClassName to getViewClass

18 lines of code changed in 9 files:

  • trunk/wact/plugins/template/core: block.tag.php (+2 -2), block.view.php (+1 -1), datasource.tag.php (+2 -2), default.tag.php (+1 -1), list.tag.php (+3 -3), listitem.tag.php (+3 -3), optional.tag.php (+1 -1), placeholder.tag.php (+3 -3), wrap.tag.php (+2 -2)
JeffMoore 2007-10-23 15:05 Rev.: 609

Renamed runtimeComponentName to viewClass and runtimeIncludeFile to viewFile.

35 lines of code changed in 6 files:

  • trunk/wact/plugins/template/core: block.tag.php (+6 -5), datasource.tag.php (+6 -5), list.tag.php (+6 -5), listitem.tag.php (+6 -5), placeholder.tag.php (+6 -5), wrap.tag.php (+5 -5)
JeffMoore 2007-10-23 03:56 Rev.: 606

Major restructuring of the code generation for paint methods.
Split functionality between View template nodes and Inline template nodes.
Nodes that are signaled to have a view analog, no longer have their paint
methods generated. This fixes a variety of subtle bugs.

This change revealed a preexisting bug in the datasource tag.
The wrap tag and the wact:link tags have not been adjusted to the new
heirarchy yet.

14 lines of code changed in 7 files:

  • trunk/wact/plugins/template/core: block.tag.php (-19), block.view.php (+10), comment.tag.php (+3 -4), datasource.tag.php (+1 -27), default.tag.php (-3), optional.tag.php (-3), placeholder.tag.php (-9)
JeffMoore 2007-10-22 21:10 Rev.: 605

Converted tag to inline parent.
Removed Directive node type.

2 lines of code changed in 1 file:

  • trunk/wact/plugins/template/core: comment.tag.php (+2 -2)
JeffMoore 2007-10-22 04:33 Rev.: 603

Introduced a new parent template node type to hold template nodes that will
never have corresponding view nodes.

8 lines of code changed in 4 files:

  • trunk/wact/plugins/template/core: default.tag.php (+2 -2), include.tag.php (+2 -2), literal.tag.php (+2 -2), optional.tag.php (+2 -2)
JeffMoore 2007-10-22 01:35 Rev.: 601

Simplified the specification of view components by removing the special
behavior of the runat attribute. All view elements are now identified by
the wact:id attribute.
A special value for wact:id (*) allows a component to be specified without
choosing a specific id. This
<p runat="server">
is now represented as
<p wact:id="*">

4 lines of code changed in 1 file:

  • trunk/wact/plugins/template/core: literal.test.php (+4 -4)
JeffMoore 2007-10-21 00:17 Rev.: 583

Removed obsolute documentation links to the wiki.

0 lines of code changed in 9 files:

  • trunk/wact/plugins/template/core: block.tag.php (-1), block.view.php (-1), comment.tag.php (-1), datasource.tag.php (-1), include.tag.php (-1), literal.tag.php (-1), placeholder.tag.php (-1), wrap.tag.php (-1)
norbertmocsnik 2007-05-24 16:17 Rev.: 513

Moved parseSource() out of WactTemplateCompiler into WactTreeBuilder.

2 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: include.tag.php (+1 -1), wrap.tag.php (+1 -1)
norbertmocsnik 2007-05-02 16:46 Rev.: 500

Ported over the wact:default tag.

6 lines of code changed in 2 files:

  • trunk/wact/plugins/template/core: default.tag.php (new 5), default.test.php (new 1)
norbertmocsnik 2007-05-02 16:45 Rev.: 499

Ported over the wact:optional tag.

5 lines of code changed in 1 file:

  • trunk/wact/plugins/template/core: optional.tag.php (new 5)
JeffMoore 2007-04-29 03:55 Rev.: 495

Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.

22 lines of code changed in 3 files:

  • trunk/wact/plugins/template/core: block.test.php (+4 -4), include.test.php (+10 -10), wrap.test.php (+8 -8)
JeffMoore 2007-04-29 03:39 Rev.: 494

Renamed getResource method to load.

18 lines of code changed in 3 files:

  • trunk/wact/plugins/template/core: block.test.php (+4 -4), include.test.php (+8 -8), wrap.test.php (+6 -6)
JeffMoore 2007-04-28 02:23 Rev.: 475

Simplified constructor generation code.

1 lines of code changed in 1 file:

  • trunk/wact/plugins/template/core: block.tag.php (+1 -2)

(27 more)

Generated by StatSVN 0.4.0