0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switching initialization of DB's and applications so that in application construct DB's will be available for any sort of application logic that wants to be initiated. More... over 13 years ago
Fixing regression in new select method when cascading deletes on relationships. More... almost 14 years ago
Fix for SqliteDataSource provider on selectAs columns that dont return column information. More... almost 14 years ago
Refactored ModelSet magic __call method to depend on methods attached to a class rather than just relationships. This opens up extensibility scenarios where Models can have attached methods available further down in chaining. One such scenario is a paginate helper. More... almost 14 years ago
Speed optimizations Inflector class at least doubled the speed of all changed methods More... over 14 years ago
Chaning the git repo permissions on the data dirs. More... over 14 years ago
Fixing tools code view for attached and wrapped methods. More... over 14 years ago
Removing duplicate assignment of RecessToolsApplication::modelsPrefix More... over 14 years ago
Inline doc comments in Recess Tools Code. More... over 14 years ago
Changing the way Recess Tools Application Generator creates public directories for new Applications. More... over 14 years ago
removing references to url.content More... over 14 years ago
Merge branch 'master' of git://github.com/tstrokes/recess into tstrokes-minor More... over 14 years ago
A couple of fixes to zdk's 'in' code. All tests now passing. More... over 14 years ago
Merging zdk's in More... over 14 years ago
Small changes to the README and master.layout.php for tools More... over 14 years ago
Fixing asset url base for apps w/o mod_rewrite More... over 14 years ago
Adding models directory to welcome application More... over 14 years ago
Creating layouts directory, moving master layout to /apps/welcome/views/layouts More... over 14 years ago
fixing typo in AssertiveTemplate More... over 14 years ago
Remove spaces at IN statement in testWhereIn()
zdk
More... over 14 years ago
Added missing constant phpunit Criterion::IN
zdk
More... over 14 years ago
Add SQL IN statement and its test. (But not test yet wait for Sandbox setting up on slow internet)
zdk
More... over 14 years ago
Adding groupBy() to PdoDataSet and SqlBuilder. More... over 14 years ago
Merge branch 'master' of [email protected]:recess/recess More... over 14 years ago
Updating tests to play nicer with PHPUnit3.4. 3.4 also needs to run with flag --no-static-backup More... over 14 years ago
More PHP 5.3 friendliness enhancements and strict mode compliance. More... over 14 years ago
Removing split for PHP5.3 compliance. More... over 14 years ago
All unit tests a go for 0.2 launch More... over 14 years ago
Adding each and each-toggle parts for Recess tools that were removed from another part of the codebase. More... over 14 years ago
If a MimeType cannot be found for a suspected format override in route, do not force format. More... over 14 years ago