Age | Commit message (Collapse) | Author |
|
|
|
since we can't have unsafe slugs.
Add basic_validation_test.
|
|
http://dev.kohanaphp.com/issues/2504
|
|
|
|
|
|
|
|
|
|
a required
parameter for the Gallery driver.
|
|
|
|
|
|
item before it gets saved.
|
|
|
|
|
|
Refactor _get_proxy() out of setup() and into its own helper function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
etc).
|
|
While I'm at it, pull _make_comment() out of setup and only call it on
demand; this makes the tests run faster.
|
|
|
|
|
|
|
|
appropriate error output.
|
|
|
|
|
|
|
|
|
|
to be the original. That should be safe because we're already
guarding __set, __unset and save.
|
|
|
|
Change "in_use" error to "conflict" for consistency.
|
|
|
|
sophisticated but keep all our rules in one place.
Add rules for most fields.
|
|
|
|
|
|
model based validation.
|
|
|
|
model based validation.
|
|
the rules and business logic out of the form and user::create(), and
move it into User_Model::save().
|
|
|
|
|
|
|
|
|
|
|
|
logic from movie::create() into Item_Model
|
|
|
|
|
|
Fix a bug where we were not calling valid_data_file correctly.
|