1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
To help debug #298, please also log the values you're binding as well as the prepared query... More... about 12 years ago
Merge pull request #302 from fetch/gh-issue-295 More... about 12 years ago
replaced custom test names with the one used in AdapterTest More... about 12 years ago
added date_format and datetime_format to collection for correctly parsing and formatting datetime objects for every specific database adapter, fixes #295 More... about 12 years ago
Merge pull request #296 from onemightyroar/bug-fix-namespaced-relationships More... about 12 years ago
Using strpos, since its faster Also, re-tabbing, since this project uses "hard" tabs More... about 12 years ago
Adding new tests to make sure that namespaced relationships work correctly More... about 12 years ago
New relationships for the namespace'd book model More... about 12 years ago
Adding a new model for deep namespace testing More... about 12 years ago
Now checking for an absolute namespace before appending to the existing namespace. To do this, a new Utils method called has_absolute_namespace was also created (for consistency with current Utils.php usage). More... about 12 years ago
Merge pull request #285 from fetch/travis-db-config More... about 12 years ago
Merge pull request #267 from anther/after_create_fix More... about 12 years ago
Merge pull request #294 from onemightyroar/bug-fix-autoloader-reflection-class More... about 12 years ago
Merge pull request #271 from brianmuse/master More... about 12 years ago
Merge pull request #293 from andyleap/master More... about 12 years ago
Fixed set_class_name in the Relationship class to avoid fatal errors for "redeclared classes" in the autoloader when using namespaced models. More... over 12 years ago
Minor change, getting around issue of multiple includes More... over 12 years ago
Fix the association builders so that they handle protected attributes correctly, while still setting the relationship keys correctly. More... over 12 years ago
Add ability to flag guarded attributes on create() This is a non-API-breaking change. :) More... over 12 years ago
added db config to travis.yml More... over 12 years ago
Merge pull request #284 from fetch/test-require-fix More... over 12 years ago
absolute path require_once More... over 12 years ago
Re #282, pointing phpunit at the tests... More... over 12 years ago
phpunit needs some help finding the config file re #282 More... over 12 years ago
Travis CI build status re #282 More... over 12 years ago
Driving tests with phpunit.xml re #282 More... over 12 years ago
Create .travis.yml to drive Travis CI build More... over 12 years ago
Using tabs instead of spaces More... over 12 years ago
Merge pull request #262 from kausikram/master More... over 12 years ago
Switched require to require_once to avoid "Cannot reload class" errors when multiple autoloaders are registered. More... over 12 years ago