Switch to side-by-side view

--- a/Allura/allura/model/project.py
+++ b/Allura/allura/model/project.py
@@ -78,6 +78,13 @@
     short_description=FieldProperty(str, if_missing='')
     description=FieldProperty(str, if_missing='')
     homepage_title=FieldProperty(str, if_missing='')
+    external_homepage=FieldProperty(str, if_missing='')
+    support_page=FieldProperty(str, if_missing='')
+    support_page_url=FieldProperty(str, if_missing='')
+    removal=FieldProperty(str, if_missing='')
+    moved_to_url=FieldProperty(str, if_missing='')
+    removal_changed_date = FieldProperty(datetime, if_missing=datetime.utcnow)
+    export_controlled=FieldProperty(bool, if_missing=False)
     database=FieldProperty(S.Deprecated)
     database_uri=FieldProperty(str)
     is_root=FieldProperty(bool)