MANIFEST.in
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Jan 2010 10:06:12 +0100
changeset 4277 35cd057339b2
parent 4268 e9bed3bc1333
child 5083 82bbf2e1a04b
permissions -rw-r--r--
turn all the stuff used to handle 'generic relations' in forms into proper field / widget. -> regroup code from web.request, web.controller, web.views.autoform, web.views.formrenderers, web.views.editcontroller (!) into GenericRelationsField, GenericRelationsWidget in the editviews module (together with the UnrelatedDiv view). So: * almost everything in one place * no more specific behaviour in the form renderer * almost no custom behaviour in autoform (simply add the field when it think it should) Also, the form renderer now display field's value with colspan=2 when field.label is None.

include README
include pylintrc
include bin/cubicweb-*
include man/cubicweb-ctl.1

recursive-include doc *.txt *.zargo *.png *.html makefile *.rst

recursive-include misc *

recursive-include web/data *
recursive-include web/wdoc *.rst *.png *.xml ChangeLog*

include web/views/*.pt

recursive-include etwist *.xml *.html

recursive-include i18n *.pot *.po
recursive-include schemas *.py *.sql.*

recursive-include entities/test/data *
recursive-include sobjects/test/data *
recursive-include server/test/data *
recursive-include server/test sources*
recursive-include web/test/data *.js *.css *.png *.gif *.jpg *.ico external_resources
recursive-include devtools/test/data *

recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl

prune misc/cwfs