Switch to unified view

a/Allura/allura/model/project.py b/Allura/allura/model/project.py
...
...
105
    shortname = FieldProperty(str)
105
    shortname = FieldProperty(str)
106
    name=FieldProperty(str)
106
    name=FieldProperty(str)
107
    notifications_disabled = FieldProperty(bool)
107
    notifications_disabled = FieldProperty(bool)
108
    show_download_button=FieldProperty(bool, if_missing=True)
108
    show_download_button=FieldProperty(bool, if_missing=True)
109
    short_description=FieldProperty(str, if_missing='')
109
    short_description=FieldProperty(str, if_missing='')
110
    summary=FieldProperty(str, if_missing='')
110
    description=FieldProperty(str, if_missing='')
111
    description=FieldProperty(str, if_missing='')
111
    homepage_title=FieldProperty(str, if_missing='')
112
    homepage_title=FieldProperty(str, if_missing='')
112
    external_homepage=FieldProperty(str, if_missing='')
113
    external_homepage=FieldProperty(str, if_missing='')
113
    support_page=FieldProperty(str, if_missing='')
114
    support_page=FieldProperty(str, if_missing='')
114
    support_page_url=FieldProperty(str, if_missing='')
115
    support_page_url=FieldProperty(str, if_missing='')