1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update php versions to test on (#575) More... about 8 years ago
Merge branch 'NanneHuiges-bugfix/dropconnection' More... about 8 years ago
update tests for ConnectionManager More... about 8 years ago
cleanup indentation More... about 8 years ago
store cache on first fetch, expire on update (#458) More... about 8 years ago
Invalid index when including empty array as nested includes. (#560) More... about 8 years ago
Make indirect variable explicit for PHP 7 (#553) More... about 8 years ago
Add support for PHP 7.1 DateTime::setTime with microseconds (#568) More... about 8 years ago
Fix drop_connection for the default connection More... over 8 years ago
Run tests on PHP 7.0 and 7.1 (#554) More... over 8 years ago
Merge pull request #550 from brianmuse/feature/more-efficient-eager-loading More... almost 9 years ago
setting value to map to `true` as a small optimization. More... almost 9 years ago
Improve eager loading efficiency from `O(n*m)` to `O(m) + O(n*log(m))` (not including the `in_array` improvement) More... almost 9 years ago
Add info on skipped tests and how to fix them (#547) More... about 9 years ago
Merge pull request #549 from fetch/cache-exception More... about 9 years ago
fixup! add test for CacheException More... about 9 years ago
Duplicate conditional expression in Validations.php (#545) More... about 9 years ago
Merge pull request #541 from Rican7/bugfix/datetime-cloning More... about 9 years ago
The test isn't in a namespace. We don't need this. More... about 9 years ago
Implementing the `__clone()` method with the proper model dereferencing logic More... about 9 years ago
Clarification of test flow More... about 9 years ago
New test for the expected cloning behavior More... about 9 years ago
Merge pull request #540 from jpfuentes2/test_new_phpunit More... about 9 years ago
Merge pull request #539 from Rican7/bugfix/timezone-regression More... about 9 years ago
Upgrading phpunit, wow we're way behind More... about 9 years ago
PHPUnit 3.7 can't correctly compare DateTime objects with different TZs More... about 9 years ago
Now using the shared constant for a less error prone reusability and easier cross-class documentation More... about 9 years ago
Fixing the issue in "Connection" too while making a common constant for later reference. More... about 9 years ago
The `ActiveRecord\DateTime::createFromFormat()` wasn't passing in the timezone. Fixing... More... about 9 years ago
Adding comment to prevent further regression More... about 9 years ago