0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated used classes and traits.
n
as Jack Polgar
More... about 9 years ago
Fix validation call.
n
as Jack Polgar
More... about 9 years ago
Update model class to work with updated query builder.
n
as Jack Polgar
More... about 9 years ago
Completely change how model errors work.
n
as Jack Polgar
More... about 9 years ago
Make the query builder a simple extension to the Doctrine query builder.
n
as Jack Polgar
More... about 9 years ago
New validation system.
n
as Jack Polgar
More... about 9 years ago
No more relations. This is not an ORM.
n
as Jack Polgar
More... about 9 years ago
Allow accessing of models as an array.
n
as Jack Polgar
More... about 9 years ago
Set table prefix to null if one is not provided.
n
as Jack Polgar
More... about 9 years ago
Change how select works.
n
as Jack Polgar
More... about 9 years ago
Add table alias.
n
as Jack Polgar
More... about 9 years ago
Just use Doctrines inflector.
n
as Jack Polgar
More... about 9 years ago
Set table prefix on the connection if one is provided.
n
as Jack Polgar
More... about 9 years ago
Update composer.json
n
as Jack Polgar
More... about 9 years ago
Ignore stupid shit from OS X.
n
as Jack Polgar
More... about 9 years ago
Add trait to ease model validations.
n
as Jack Polgar
More... about 9 years ago
Add alphanumeric validation `alnum`.
n
as Jack Polgar
More... about 9 years ago
Change `noWhitespace` error string to `no_whitespace`.
n
as Jack Polgar
More... about 9 years ago
Rename `length` validation to `minlength`.
n
as Jack Polgar
More... about 9 years ago
Initial commit.
n
as Jack Polgar
More... about 9 years ago
Add doctrine dependency.
n
as Jack Polgar
More... about 9 years ago
This is no longer a metapackage.
n
as Jack Polgar
More... about 9 years ago
Add readme.
n
as Jack Polgar
More... about 9 years ago
Remove reference to the database package.
n
as Jack Polgar
More... about 9 years ago
Forgot to add the database autoload.
n
as Jack Polgar
More... about 9 years ago
No need to have so many packages.
n
as Jack Polgar
More... about 9 years ago
Somewhat less shitty shittyness.
n
as Jack Polgar
More... about 9 years ago
Add `generateUrl` method to `Test` class.
n
as Jack Polgar
More... about 9 years ago
Change how route tokens are set.
n
as Jack Polgar
More... about 9 years ago
Move redirect response test to `Test` class.
n
as Jack Polgar
More... about 9 years ago