2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added caching package
JeffMoore
as jeffmoore
More... over 18 years ago
more working code
JeffMoore
as jeffmoore
More... over 18 years ago
Updated message handling
JeffMoore
as jeffmoore
More... over 18 years ago
Added base test case class
JeffMoore
as jeffmoore
More... over 18 years ago
Started on a i18n/message package
JeffMoore
as jeffmoore
More... over 18 years ago
Allow coverage reports to work in runtests.php
JeffMoore
as jeffmoore
More... over 18 years ago
Renamed and improved base exception class.
JeffMoore
as jeffmoore
More... over 18 years ago
Created new directory organization for PHP 5 version of WACT. Added base exception class.
JeffMoore
as jeffmoore
More... over 18 years ago
Sax API improvements
JeffMoore
as jeffmoore
More... over 18 years ago
Updated core:wrap examples to show use of replaceat vs. insertat attribute. More... over 18 years ago
Added replaceat attribute to core:wrap tag More... over 18 years ago
Removed code in compilercomponent::raiseError that could lead to further bugs. Removed call to above method from sourceFileParser::parse which required previous code. More... over 18 years ago
Removed getLastChildd, TreeBuilder has responsibility for this functionality. More... over 18 years ago
Removed elements of sport fanaticism and nationalism. More... over 18 years ago
_save() should save whenever it is called, independently of whether forcescan is set to true. This fixes a bug whereby .cache files are not generated if they are not already present and forcescan is false. More... over 18 years ago
Test suite changes to accomadate recent TreeBuilder refactoring changes - much html in tests is now xhtml compliant - some malformed html tests now give errors as the parser is more strict - tests for new parser/treebuilder capabilities More... over 18 years ago
Added test for new core:wrap example. More... over 18 years ago
Added example to describe core:wrap's new capabilities. More... over 18 years ago
Changed preParse in tags to accept TreeBuilder as a paramater. Changed implementation of core:wrap to take advantage of TreeBuilder refactoring More... over 18 years ago
TreeBuilder, CompilerComponent and ParsingState refactoring. - SourceFileParser constructed with a TreeBuilder - CompilerComponent::preParse takes TreeBuilder as paramenter - TreeBuilder now takes responsibility for plain tag balancing (from PraserState and CompilerComponent) - TreeBuilder and ParserState now collaborate to make sure xml is balanced. - CompilerComponent no longer handles wrapping components (TreeBuilder refactoring allows for more elegant handling of core:wrap) More... over 18 years ago
Changed examples to be xhtml compliant, and to abide by new template parsing rule that all xml templates should be balanced. More... over 18 years ago
This is to remove getting 75 or so E_NOTICE exceptions in the test suite for missing 'charset' config value (for which null is a valid value) in php 4.4.1 More... over 18 years ago
updated error example
norbert
as norbertmocsnik
More... over 18 years ago
error factory/handler/compiler improvements
norbert
as norbertmocsnik
More... over 18 years ago
Added ISO-8859-1 character encoding. Changed class names to establish relationship between file name and class.
JeffMoore
as jeffmoore
More... over 18 years ago
Added classes to represent common character encodings.
JeffMoore
as jeffmoore
More... over 18 years ago
refactored error examples
norbert
as norbertmocsnik
More... over 18 years ago
initial error refactoring
norbert
as norbertmocsnik
More... over 18 years ago
Moved and renamed HtmlParser to reflect SAX roots.
JeffMoore
as jeffmoore
More... over 18 years ago
Added UTF-8 comment support. (Temporarily) removed support for other types of declarations. This version should be fully UTF-8 aware.
JeffMoore
as jeffmoore
More... over 18 years ago