Directory trunk/wact/plugins/template/html/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 20 (100.0%) 70 (100.0%) 3.5

Most Recent Commits

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

convert filename case

0 lines of code changed in 6 files:

  • trunk/wact/plugins/template/html: body.tag.php (del), generics.tag.php (del), generics.test.php (del), head.tag.php (del), html.tag.php (del), title.tag.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.

1 lines of code changed in 1 file:

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

Converted Source organizer class names to use new Wact Loader

1 lines of code changed in 1 file:

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

Update cache modules to work with Wact_Loader.

1 lines of code changed in 1 file:

  • trunk/wact/plugins/template/html: generics.test.php (+1 -2)
JeffMoore 2007-10-25 05:09 Rev.: 617

Added some new tags for strucuting an HTML page.

0 lines of code changed in 4 files:

  • trunk/wact/plugins/template/html: body.tag.php (new), head.tag.php (new), html.tag.php (new), title.tag.php (new)
JeffMoore 2007-10-23 04:10 Rev.: 607

Removed distinction between two kinds of generic tags.

0 lines of code changed in 1 file:

  • trunk/wact/plugins/template/html: generics.test.php (-7)
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="*">

6 lines of code changed in 1 file:

  • trunk/wact/plugins/template/html: generics.test.php (+6 -6)
JeffMoore 2007-10-21 05:49 Rev.: 591

Prevent an exception if an endtag isn't specified for a tag that would not
normally have children. The tags that are defined as never having children
are enumerated from the html specification.

47 lines of code changed in 2 files:

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

Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.

8 lines of code changed in 1 file:

  • trunk/wact/plugins/template/html: generics.test.php (+8 -8)
JeffMoore 2007-04-29 03:39 Rev.: 494

Renamed getResource method to load.

6 lines of code changed in 2 files:

  • trunk/wact/plugins/template/html: generics.test.php (new)
Generated by StatSVN 0.4.0