Plugins required to be correct version

svn: r14300
This commit is contained in:
Doug Blank
2010-02-10 12:13:47 +00:00
parent 01757effa1
commit 843fb89ba0
23 changed files with 198 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ id = 'calculateestimateddates',
name = _("Calculate Estimated Dates"),
description = _("Calculates estimated dates for birth and death."),
version = '0.90',
gramps_target_version = '3.2',
status = UNSTABLE,
fname = 'CalculateEstimatedDates.py',
authors = ["Douglas S. Blank"],
@@ -57,6 +58,7 @@ name = _("Fix Capitalization of Family Names"),
description = _("Searches the entire database and attempts to "
"fix capitalization of the names."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'ChangeNames.py',
authors = ["Donald N. Allingham"],
@@ -79,6 +81,7 @@ name = _("Rename Event Types"),
description = _("Allows all the events of a certain name "
"to be renamed to a new name."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'ChangeTypes.py',
authors = ["Donald N. Allingham"],
@@ -101,6 +104,7 @@ name = _("Check and Repair Database"),
description = _("Checks the database for integrity problems, fixing the "
"problems that it can"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Check.py',
authors = ["Donald N. Allingham"],
@@ -126,6 +130,7 @@ description = ("This test tool will create many people showing all"
" the birth date. This way you can ensure that dates"
" printed can be parsed back in correctly."),
version = '1.0',
gramps_target_version = '3.2',
status = UNSTABLE,
fname = 'DateParserDisplayTest.py',
authors = ["Martin Hawlisch"],
@@ -147,6 +152,7 @@ id = 'dbrowse',
name = _("Interactive Descendant Browser"),
description = _("Provides a browsable hierarchy based on the active person"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Desbrowser.py',
authors = ["Donald N. Allingham"],
@@ -169,6 +175,7 @@ name = "Dump Gender Statistics",
description = ("Will dump the statistics for the gender guessing "
"from the first name."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'DumpGenderStats.py',
authors = ["Donald N. Allingham", "Martin Hawlisch"],
@@ -190,6 +197,7 @@ id = 'eval',
name = "Python Evaluation Window",
description = "Provides a window that can evaluate python code",
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Eval.py',
authors = ["Donald N. Allingham"],
@@ -213,6 +221,7 @@ description = _("Aids in the analysis of data by allowing the "
"development of custom filters that can be applied "
"to the database to find similar events"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'EventCmp.py',
authors = ["Donald N. Allingham"],
@@ -234,6 +243,7 @@ id = 'evname',
name = _("Extract Event Description"),
description = _("Extracts event descriptions from the event data"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'EventNames.py',
authors = ["Donald N. Allingham"],
@@ -256,6 +266,7 @@ name = _("Extract Place Data from a Place Title"),
description = _("Attempts to extract city and state/province "
"from a place title"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'ExtractCity.py',
authors = ["Donald N. Allingham"],
@@ -278,6 +289,7 @@ name = _("Find Possible Duplicate People"),
description = _("Searches the entire database, looking for "
"individual entries that may represent the same person."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'FindDupes.py',
authors = ["Donald N. Allingham"],
@@ -299,6 +311,7 @@ id = 'leak',
name = "Show Uncollected Objects",
description = "Provide a window listing all uncollected objects",
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Leak.py',
authors = ["Donald N. Allingham"],
@@ -320,6 +333,7 @@ id = 'mediaman',
name = _("Media Manager"),
description = _("Manages batch operations on media files"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'MediaManager.py',
authors = ["Alex Roitman"],
@@ -342,6 +356,7 @@ name = _("Not Related"),
description = _("Find people who are not in any way related to the "
"selected person"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'NotRelated.py',
authors = ["Stephane Charette"],
@@ -363,6 +378,7 @@ id = 'editowner',
name = _("Edit Database Owner Information"),
description = _("Allow editing database owner information."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'OwnerEditor.py',
authors = ["Zsolt Foldvari"],
@@ -384,6 +400,7 @@ id = 'patchnames',
name = _("Extract Information from Names"),
description = _("Allow editing database owner information."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'PatchNames.py',
authors = ["Donald N. Allingham"],
@@ -405,6 +422,7 @@ id = 'rebuild',
name = _("Rebuild Secondary Indices"),
description = _("Rebuilds secondary indices"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Rebuild.py',
authors = ["Donald N. Allingham"],
@@ -426,6 +444,7 @@ id = 'rebuild_refmap',
name = _("Rebuild Reference Maps"),
description = _("Rebuilds reference maps"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'RebuildRefMap.py',
authors = ["Alex Roitman"],
@@ -447,6 +466,7 @@ id = 'relcalc',
name = _("Relationship Calculator"),
description = _("Calculates the relationship between two people"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'RelCalc.py',
authors = ["Donald N. Allingham"],
@@ -468,6 +488,7 @@ id = 'remove_unused',
name = _("Remove Unused Objects"),
description = _("Removes unused objects from the database"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'RemoveUnused.py',
authors = ["Donald N. Allingham"],
@@ -490,6 +511,7 @@ name = _("Reorder Gramps IDs"),
description = _("Reorders the Gramps IDs "
"according to Gramps' default rules."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'ReorderIds.py',
authors = ["Donald N. Allingham"],
@@ -511,6 +533,7 @@ id = 'sortevents',
name = _("Sorts events"),
description = _("Sorts events"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'SortEvents.py',
authors = ["Gary Burton"],
@@ -532,6 +555,7 @@ id = 'soundgen',
name = _("Generate SoundEx Codes"),
description = _("Generates SoundEx codes for names"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'SoundGen.py',
authors = ["Donald N. Allingham"],
@@ -555,6 +579,7 @@ description = ("The testcase generator will generate some persons "
"and families that have broken links in the database "
"or data that is in conflict to a relation."),
version = '1.0',
gramps_target_version = '3.2',
status = UNSTABLE,
fname = 'TestcaseGenerator.py',
authors = ["Martin Hawlisch"],
@@ -576,6 +601,7 @@ id = 'verify',
name = _("Verify the Data"),
description = _("Verifies the data against user-defined tests"),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'Verify.py',
authors = ["Alex Roitman"],