Switch to unified view

a/Allura/allura/model/project.py b/Allura/allura/model/project.py
...
...
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
    homepage_title=FieldProperty(str, if_missing='')
130
    database=FieldProperty(str)
130
    database=FieldProperty(S.Deprecated)
131
    database_uri=FieldProperty(str)
131
    database_uri=FieldProperty(str)
132
    is_root=FieldProperty(bool)
132
    is_root=FieldProperty(bool)
133
    acl = FieldProperty({
133
    acl = FieldProperty({
134
            'create':[S.ObjectId],    # create subproject
134
            'create':[S.ObjectId],    # create subproject
135
            'read':[S.ObjectId],      # read project
135
            'read':[S.ObjectId],      # read project