2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a couple of error message error introduced in RaiseError Change.
JeffMoore
as jeffmoore
More... over 20 years ago
Changed error handling scheme; removed calls to trigger_error in favor of new custom error triggering function RaiseError. This allows for error message internationalization and easier unit testing of error messages.
JeffMoore
as jeffmoore
More... over 20 years ago
Adding first attempts at new SourceFileParser using XMLPull More... over 20 years ago
Changed to only test concrete FormController methods.
leinster
as jon-bangoid
More... over 20 years ago
Introduced a style sheet for examples html pages.
JeffMoore
as jeffmoore
More... over 20 years ago
Added getChild method to template class which issues a template designer friendly error message when an expected component can't be found in a template; changed examples to use new method.
JeffMoore
as jeffmoore
More... over 20 years ago
Changed to standard development test user 'wact'
JeffMoore
as jeffmoore
More... over 20 years ago
Fixed bug in find record. removed error supression in connect and fixed connection error message errors.
JeffMoore
as jeffmoore
More... over 20 years ago
Trivial change
JeffMoore
as jeffmoore
More... over 20 years ago
Fixed many bugs in the pager components
JeffMoore
as jeffmoore
More... over 20 years ago
fixed bug in include tag that prevented a file from being included from within a file which was itself included.
JeffMoore
as jeffmoore
More... over 20 years ago
Added conversion from PEAR::XML_HTMLSax to have empty attributes assigned the value NULL More... over 20 years ago
Factored out error messages to seperate method, as step towards XMLPull More... over 20 years ago
Adding example of badly formed tag More... over 20 years ago
Adding XMLPull tests and first attempts at Sourcefileparser tests More... over 20 years ago
Fixed GroupTest name.
leinster
as jon-bangoid
More... over 20 years ago
Added some test cases for PostFormController (needs more tho).
leinster
as jon-bangoid
More... over 20 years ago
First stab at test cases for formcontroller.
leinster
as jon-bangoid
More... over 20 years ago
Uncommented abstract setDataSpace() and IsFirstTime() functions (for unit testing run() function). Added is_null($View) check to displayFormView() function - should maybe raise an error?
leinster
as jon-bangoid
More... over 20 years ago
Added inheritance from DataSpaceTestCase.
leinster
as jon-bangoid
More... over 20 years ago
Fixed bug [ 814207 ] I18N example compileall error. Error was due to check at line 156, if (is_dir..., didn't account for CVS directory.
leinster
as jon-bangoid
More... over 20 years ago
Fixed display of errorsummarys with for attribute set by setting for attribute to same value as input's displayname.
leinster
as jon-bangoid
More... over 20 years ago
Fixed next function check on whether the error is in $this->fieldlist. The errorsummary example still doesn't work, but I have an equivalent example that does. I'll try and fix the current example.
leinster
as jon-bangoid
More... over 20 years ago
Changed regexps slightly to allow component tags to close in xml compliant, '/>'style. This allows easier editing in an xml aware editor.
leinster
as jon-bangoid
More... over 20 years ago
Added missing require for anytag.tag.php.
leinster
as jon-bangoid
More... over 20 years ago
Changed FRAMEWORK_ROOT, CONFIG_DIRECTORY to WACT_FRAMEWORK_ROOT, WACT_CONFIG_DIRECTORY. Changed DB_ prepended constants to DBC_. Changed adodb include location to external/adodb. Fixed adodb example connection details.
leinster
as jon-bangoid
More... over 20 years ago
Adding the one that got away More... over 20 years ago
Ready to write tests at last... with 6! mock objects. Until later... ;) More... over 20 years ago
Moved out readTemplateFile call to seperate method for Partial Mock More... over 20 years ago
Rethinking strategy - place factory methods inside SourceFileParser More... over 20 years ago