Various enhancements:

* Modified Event object to include references to Citations
* Implemented database upgrade for Events (upgrade for Media had already been done)
* Enhanced database upgrade to do backlinks
* Modified Media object to remove sourceref
* Implemented citations bottombar gramplet
* Some minor fixes and improvements

svn: r18054
This commit is contained in:
Tim G L Lyons
2011-08-23 16:54:03 +00:00
parent e26c5325e0
commit 165625715d
24 changed files with 1158 additions and 261 deletions

View File

@ -291,7 +291,7 @@ class EventView(ListView):
"""
return (("Event Filter",),
("Event Gallery",
"Event Sources",
"Event Citations",
"Event Notes",
"Event Attributes",
"Event Backlinks"))