Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 20 Aug 2010 21:21:27 +0000 (17:21 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 20 Aug 2010 21:21:27 +0000 (17:21 -0400)
commite06925fc9be46b2c07863440212600b2e7ecb597
tree83387af46652def7d567c07bab5bff93d36e451e
parentbb938c5fa1db5fe9133c12385526b99fce343f87
parent60a1df9c4f1df657cee19951a87f781b0e2bf85a
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Re-tweaked page add form to preserve 'continue on normal save' functionality. This is implemented with javascript and will probably break some time in the future, but there doesn't seem to be a better way to do it at the moment. Fixes bug #8.
  Tweaked page add_form template. Fixes bug #8.
  Moved templateform to forms.py in preparation for experimentation with page forms.
  Added collapse classes to attribute and relationship inlines on entities.
  Added template code validation to the admin. This essentially addresses bug #14 by catching errors with validation on templates instead of letting it show up as a server error later. (Note that there should still be better validation on Pages, as deletion of a template say on the filesystem could render a db-driven template invalid.)
  Set TreeModel slug field length to 255 to match Titled