0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #25 from Rican7/bugfix/stabilized-sorting-and-custom-order-column-fixes More... about 8 years ago
Whoops... I forgot to qualify and quote the stable order column More... about 8 years ago
Fixing custom ordering in the paging options parser by making sure that we add a secondary order clause with a column that has a stabilized, natural order. More... about 8 years ago
Merge pull request #24 from jstruzik/bugfix/order-sanitizing More... over 8 years ago
Using `trim()` for convenience More... over 8 years ago
Ensuring that the passed order params are an actual column otherwise defaulting to a default More... over 8 years ago
Merge pull request #23 from Rican7/bugfix/invalid-paging-parameters More... over 8 years ago
Making sure to normalize our paging values to force a valid range and prevent abuse More... over 8 years ago
Merge pull request #22 from Rican7/feature/wildcard-escaping More... over 8 years ago
Adding a new method to escape a query parameter value containing wildcards More... over 8 years ago
Merge pull request #21 from Rican7/feature/cache-interface More... almost 9 years ago
Damn. Converting to use the old style of docs to match the rest of the project More... almost 9 years ago
New getter so users can "unwrap" the underlying adapter More... almost 9 years ago
Remove setter and make protected. More... almost 9 years ago
Whoops! More... almost 9 years ago
Now suggesting `doctrine/cache` More... almost 9 years ago
`gitignore` pls More... almost 9 years ago
Return void, man More... almost 9 years ago
New `DoctrineCacheAdapter` class that adapts a Doctrine `CacheProvider` to a PHP-ActiveRecord compatible cache adapter More... almost 9 years ago
Now requiring `doctrine/cache` for dev More... almost 9 years ago
Wat More... almost 9 years ago
Creating a basic static cache initializer to ease the configuration/setup of the AR cache More... almost 9 years ago
`Cache` -> `CacheAdapter` More... almost 9 years ago
Adding a new interface for a cache adapter More... almost 9 years ago
Merge pull request #18 from brianmuse/feature/dont-include-when-getting-next-page More... almost 9 years ago
This optimizes things a bit. No need to do extra eager loading when just seeing if there's a next page. More... almost 9 years ago
Merge pull request #17 from Rican7/bugfix/assert-valid-null-reference More... about 9 years ago
Fixing the null reference error More... about 9 years ago
Merge pull request #16 from Rican7/feature/assert-valid More... about 9 years ago
Adding `@throws` tag to the doc-block More... about 9 years ago