sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:43:44 +0100] rev 1102
some test for meta attributes (XXX should be in yams)
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:39:34 +0100] rev 1101
unification of meta-attributes handling:
* remove has_format, has_text_encoding, format, text_encoding methods on Entity
* remove rich_text_fields method on EntitySchema
* use instead has_metadata / meta_attribute on EntitySchema (from yams)
and attribute_metadata on Entity
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:41:26 +0100] rev 1100
fix format_field detection for fields not using FormatConstraint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:40:56 +0100] rev 1099
backport has_format method from entity
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:40:24 +0100] rev 1098
* turn tidy_html_hook into a regular application hook
* use format_fields instead of formatted_attrs method
* drop formatted_attrs
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:34:13 +0100] rev 1097
pylint fixes, media definitions on form as well
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:33:47 +0100] rev 1096
cleanup
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:33:29 +0100] rev 1095
test and fix guess_field, some pylint fixes
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:19 +0100] rev 1094
moved to xmlrss
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:12 +0100] rev 1093
typo
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:01 +0100] rev 1092
process_rql now done in the controller
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:29:00 +0100] rev 1091
a bit of reorganisation inside web/views:
* move all workflow related stuff into views/workflow.py
* move all schema related stuff into views/schema.py
* move all RSS related stuff into views/xmlrss.py
* start new editforms module, designed to contains new automatic forms code
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:23:31 +0100] rev 1090
move has_format method to the entity schema class
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:23:00 +0100] rev 1089
update dependencies so we don't forget