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:
Alex Roitman
2006-12-01 08:23:51 +00:00
parent abeb0de15b
commit 685c655b80
7 changed files with 183 additions and 12 deletions

View File

@@ -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.