Switch to unified view

a/Allura/allura/model/project.py b/Allura/allura/model/project.py
...
...
124
    shortname = FieldProperty(str)
124
    shortname = FieldProperty(str)
125
    name=FieldProperty(str)
125
    name=FieldProperty(str)
126
    show_download_button=FieldProperty(bool, if_missing=True)
126
    show_download_button=FieldProperty(bool, if_missing=True)
127
    short_description=FieldProperty(str, if_missing='')
127
    short_description=FieldProperty(str, if_missing='')
128
    description=FieldProperty(str, if_missing='')
128
    description=FieldProperty(str, if_missing='')
129
    homepage_title=FieldProperty(str, if_missing='')
129
    database=FieldProperty(str)
130
    database=FieldProperty(str)
130
    database_uri=FieldProperty(str)
131
    database_uri=FieldProperty(str)
131
    is_root=FieldProperty(bool)
132
    is_root=FieldProperty(bool)
132
    acl = FieldProperty({
133
    acl = FieldProperty({
133
            'create':[S.ObjectId],    # create subproject
134
            'create':[S.ObjectId],    # create subproject