2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TreeBuilder refactoring. WactNodeBuilder is a new class that assumes responsibility for creating nodes leaving WactTreeBuilder the responsibility of structuring the tree. More... over 18 years ago
Improvements to TreeBuilder refactoring. * Server ID checking is now in the right place, and doesn't traverse the tree * Improved comments, commented areas scheduled to move More... over 18 years ago
Changed all global variables to have the prefix Wact.
JeffMoore
as jeffmoore
More... over 18 years ago
Improvements to Experimental TreeBuilder refactoring More... over 18 years ago
cast to int
Lorenzo Alberton
as quipo
More... over 18 years ago
since last time I checked, there's an extra encoded non-breaking space (%0a) at the beginning of the string. Anyway, we can just check if the chars in the string are hex encoded.
Lorenzo Alberton
as quipo
More... over 18 years ago
fixed return by reference errors
Lorenzo Alberton
as quipo
More... over 18 years ago
Experimental TreeBuilder refactoring More... over 18 years ago
Experimental TreeBuilder refactoring More... over 18 years ago
compiler artifacts forcescan caching fixes More... over 18 years ago
ParentComponent property removed from TreeBuilder. More... over 18 years ago
* $GLOBALS['HTTP_TESTS_URI'] becomes a constant HTTP_TESTS_URI * TESTS_TMP_DIR tests configuration constant added More... over 18 years ago
Fix for "Nesting level too deep - recursive dependency?" error in php 4.3 (and it's better this way anyhow) More... over 18 years ago
Correcting accidental check-in of my own debug code (oops!) More... over 18 years ago
Added wact:id attribute, relaxed server ID checking, and removed unresolved binding checks from TreeBuilder More... over 18 years ago
Changes and additions to the test suite related to wact:id attribute More... over 18 years ago
* making ADOdb tests pass, skipping meta tests for now * initial tests configuration config.php script added * dirty ListRowNumberProperty hack making tests pass * other tests minor fixes More... over 18 years ago
examples/tags/html_macro tests fixes More... over 18 years ago
examples/tags/data/phpmodules.struct.sql is loaded also as a part of a fixture for example tests More... over 18 years ago
fixed: WactClassAnnotationParser wouldn't process T_DOC_COMMENT tokens(PHP5 only) More... over 18 years ago
-- ClassAnnotationParser => WactClassAnnotationParser -- WactClassAnnotationParser::process() method signature changed to process($listener, $php), constructor doesn't accept these arguments anymore -- Compiler artifacts registration reimplementation using class annotations parser. More... over 18 years ago
Added WactRegisterClassLoader to simulate autoload in PHP 4 and to manage multiple autoload functions in PHP 5 and 4. Changed event.inc.php to use the new WACT class registry, introducing a new dependency for that package. Changed di.inc.php to also use the new WACT class registry, replacing a dependency on event.inc.php. Removed __autoload functions in favor of the new mechanisms declared in wact.inc.php. Copied the class registry stuff from wact.inc.php to common.inc.php to keep everything working.
JeffMoore
as jeffmoore
More... over 18 years ago
Removed trailing slash from WACT_TAG_ROOT to conform to WACT_ROOT convention. More... over 18 years ago
Added Wact prefix to function names
JeffMoore
as jeffmoore
More... over 18 years ago
Changed RaiseError function to WactRaiseError
JeffMoore
as jeffmoore
More... over 18 years ago
More case (in)sensitivity improvements.
JeffMoore
as jeffmoore
More... over 18 years ago
improved ColumnInfo classes
JeffMoore
as jeffmoore
More... over 18 years ago
Added ability to change table columns.
JeffMoore
as jeffmoore
More... over 18 years ago
Improved support for examining and changing schemas in mysql driver.
JeffMoore
as jeffmoore
More... over 18 years ago
Fixed misspelling. More... over 18 years ago