2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 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
Initial (untested) checkin of event package
JeffMoore
as jeffmoore
More... over 18 years ago
Bug fixes & added support for a repeating component
JeffMoore
as jeffmoore
More... over 18 years ago
Initial check in of a composable view heirarchy. These components will replace what are currently known as "Runtime Components" in the template package. At a later date, the template compiler will compile templates that inherit from these components. These components can be used for the "PHP is the template" style of template usage as illustracted by phpsavant. For more information on the transition, see http://www.phpwact.org/roadmap.
JeffMoore
as jeffmoore
More... over 18 years ago
detab
JeffMoore
as jeffmoore
More... over 18 years ago
Fixed a variety of bugs associated with the removal of the DataSpace class.
JeffMoore
as jeffmoore
More... over 18 years ago
Removed DataSource class in favor of DataSource classes
JeffMoore
as jeffmoore
More... over 18 years ago
Added a few comments
JeffMoore
as jeffmoore
More... over 18 years ago
Fixed timestamp handling problem
JeffMoore
as jeffmoore
More... over 18 years ago
fixed failing test case.
JeffMoore
as jeffmoore
More... over 18 years ago
request function name fix
norbert
as norbertmocsnik
More... over 18 years ago
Reverting back multibyte exeperimental stuff More... over 18 years ago
-- multibyte aware version of preg_replace_callback added (_preg_replace_callback) More... over 18 years ago
Initial experimental support(+tests) for multibyte charsets(specifically UTF-8) based on Harry Fuecks' investigations in this area(http://sourceforge.net/projects/phputf8). All basic string processing functions calls replaced with their multibyte aware equivalents, e.g substr($string, $start, $length) => _substr($string, $start, $length) (note the "_" prefix). More... over 18 years ago
-- Template ::_dereferenceDS(...) returns PagedArrayDataSet which wraps array value instead of ArrayDataSet, this way we can safely apply pager to it More... over 18 years ago
-- WACT_ROOT constant declaration check added in order to suppress notice error -- convenient EmptyPagedArrayDataSet class added More... over 18 years ago
IteratorDecorator uses a reference of a decorated $iterator in constructor instead of a copy More... almost 19 years ago
testIterateBeforePaginate class tests refactoring + testIterateBeforePaginate method added More... almost 19 years ago
PagedArrayDataset now assigns a copy of $dataSet to $iteratedDataSet instead of assigning a reference(it could lead to a bug described with PagedArrayDataSetPaginationTestCase::testIterateBeforePaginate() test ) More... almost 19 years ago
- added support for UNIONs in newStatement(): a query may begin with a parenthesis. - phpdoc fixes
Lorenzo Alberton
as quipo
More... about 19 years ago
fixed some php 5 only test cases that were incorrect
JeffMoore
as jeffmoore
More... about 19 years ago
Renamted delegate.test.php to callback.test.php
JeffMoore
as jeffmoore
More... about 19 years ago
Fixed misnaming
JeffMoore
as jeffmoore
More... about 19 years ago
detab
JeffMoore
as jeffmoore
More... about 19 years ago
fixed problem with dev tags not being found in the standard search path
JeffMoore
as jeffmoore
More... about 19 years ago
Added more test cases. Fixed the bugs they found.
JeffMoore
as jeffmoore
More... about 19 years ago
Handle::resolve() added for validating rules More... about 19 years ago
Fixed bug with implicit parameters
JeffMoore
as jeffmoore
More... about 19 years ago
initial implementation of class annotation parser + tests added More... about 19 years ago
Wish it weren't necessary. Maybe someone will come along and make something nice out of this ... like an IDE. :)
JeffMoore
as jeffmoore
More... about 19 years ago
refactored new controller and hangman example to use callback code.
JeffMoore
as jeffmoore
More... about 19 years ago