benzado / NaSkeWriMo

The National Sketch Writing Month website
http://www.naskewrimo.org/
1 stars 1 forks source link

bugfixes #35

Open leom opened 13 years ago

leom commented 13 years ago

Took care of the verb tense issues, the trim on save, and displaying years that only have sketches.

My trim implementation is fairly naive and was applied in the app_model.php beforeSave method, so if we decide to add other models in the future we'll likely need to refactor that out.

leom commented 13 years ago

Okay, I reverted the app_model.php changes and moved the other validation changes to beforeValidate in their respective models.

However, this is my first time reverting a previous commit and resubmitting a new one in github so hopefully I didn't screw anything up. Reverting was almost too easy - which is why I think I screwed up.

Thanks,