2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to pass TagDictionary to SourceFileParser as constructor argument More... over 20 years ago
TagDictionary now passed as constructor argument. TextNode and VariableReference instantiated via the CompilerFactory More... over 20 years ago
Modifed to CompileTemplateFile() to pass TagDictionary to SourceFileParser on construction. Add CompilerFactory class for creating TextNode and VariableReference instances, allowing them to instantiated indirectly from SourceFileParser, to help Unit testing with Mock Objects More... over 20 years ago
Added DataSetDecorator tests More... over 20 years ago
Fixed after failed test More... over 20 years ago
Adding base class for decorating data/record sets More... over 20 years ago
Moved class requires into the test cases. Some protection against multiple requires on the same file.
leinster
as jon-bangoid
More... over 20 years ago
Adding Singleton Registry More... over 20 years ago
And another missing linefeed More... over 20 years ago
Another missing linefeed More... over 20 years ago
Adding some missing linefeeds More... over 20 years ago
Fixed broken HTML tests.
leinster
as jon-bangoid
More... over 20 years ago
Updated for new examples More... over 20 years ago
AnyTag example More... over 20 years ago
Anytag template More... over 20 years ago
Adding compile time side of any tags More... over 20 years ago
Runtime side of the AnyTags More... over 20 years ago
Doh.
leinster
as jon-bangoid
More... over 20 years ago
Moved things about a fair bit. The files that used to be the individual test running scripts are now set up as GroupTest classes, and don't produce any output by default. The responsibility for generating output is passed on to an updated index.php for HTML, and the CLI script. I've also set up a common.inc.php for defines and requires.
leinster
as jon-bangoid
More... over 20 years ago
Changed tab-width. Added output for number of passes if no failures.
leinster
as jon-bangoid
More... over 20 years ago
Fixed many bugs in the new database drivers
JeffMoore
as jeffmoore
More... over 20 years ago
Moved cli_reporter.php from wact/external to wact/tests.
leinster
as jon-bangoid
More... over 20 years ago
Changed db details.
leinster
as jon-bangoid
More... over 20 years ago
Changed name of database class to avoid conflict with PEAR DB
JeffMoore
as jeffmoore
More... over 20 years ago
removed now invalid test case.
JeffMoore
as jeffmoore
More... over 20 years ago
Cleaned up the concept of server id on the compiler side. Now, only the id attribute of a tag can be used to indicate the server id. Except for <FORM> <INPUT> <BUTTON> <TEXTAREA> and <SELECT> which can specify server id using the name attribute or the id attribute. The name attribute is valid html for these tags. Added a compilation check to make sure that no two components have the same server id. A small refactoring/consolodation was done in the tag code. This is done as a prelude for supporting control arrays.
JeffMoore
as jeffmoore
More... over 20 years ago
Command line interface to unit tests.
leinster
as jon-bangoid
More... over 20 years ago
Tests for request classes.
leinster
as jon-bangoid
More... over 20 years ago
Changed require to relative.
leinster
as jon-bangoid
More... over 20 years ago
mac2unix
leinster
as jon-bangoid
More... over 20 years ago