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