In .:
2006-12-01 Alex Roitman <shura@gramps-project.org> * src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file. * src/plugins/RebuildRefMap.py: Add new plugin. * src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing. * src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a placeholder method for anything other than BSDDB. In po: 2006-12-01 Alex Roitman <shura@gramps-project.org> * POTFILES.in: List new file. svn: r7740
This commit is contained in:
@@ -2044,6 +2044,13 @@ class GrampsDbBase(GrampsDBCallback):
|
||||
need to be changed."""
|
||||
pass
|
||||
|
||||
def reindex_reference_map(self):
|
||||
"""
|
||||
Reindex all primary records in the database.
|
||||
|
||||
"""
|
||||
pass
|
||||
|
||||
def find_backlink_handles(self, handle, include_classes=None):
|
||||
"""
|
||||
Find all objects that hold a reference to the object handle.
|
||||
|
||||
Reference in New Issue
Block a user