From bbe2cc6d4e0d93fa5e245469be3484ddad1a99a7 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 22 Jan 2008 09:17:46 +0000 Subject: [PATCH] 2008-01-22 Raphael Ackermann * src/* Everything but src/images/* and src/data/* add correct svn properties with the commands: svn propset -R svn:mime-type text/plain src/ svn propset -R svn:eol-style native src/ svn propset -R svn:keywords Id src/ See below why the Id keyword is enough. From svn help propset svn:keywords - Keywords to be expanded. Valid keywords are: URL, HeadURL - The URL for the head version of the object. Author, LastChangedBy - The last person to modify the file. Date, LastChangedDate - The date/time the object was last modified. Rev, Revision, - The last revision the object changed. LastChangedRevision Id - A compressed summary of the previous 4 keywords. svn: r9912 --- ChangeLog | 20 +++++++++++++++++-- src/BaseDoc.py | 2 +- src/BasicUtils/_UpdateCallback.py | 2 +- src/Bookmarks.py | 2 +- src/Config/__init__.py | 2 +- src/DataViews/EventView.py | 2 +- src/DataViews/FamilyList.py | 2 +- src/DataViews/GrampletView.py | 2 +- src/DataViews/MediaView.py | 2 +- src/DataViews/NoteView.py | 2 +- src/DataViews/PersonView.py | 2 +- src/DataViews/PlaceView.py | 2 +- src/DataViews/RelationView.py | 2 +- src/DataViews/RepositoryView.py | 2 +- src/DataViews/SourceView.py | 2 +- src/DataViews/__init__.py | 2 +- src/DateEdit.py | 2 +- src/DateHandler/_DateDisplay.py | 2 +- src/DateHandler/_DateParser.py | 2 +- src/DateHandler/_DateUtils.py | 2 +- src/DateHandler/_Date_nb.py | 2 +- src/DateHandler/_Date_pt.py | 2 +- src/DateHandler/_Date_sk.py | 2 +- src/DateHandler/__init__.py | 2 +- src/DisplayModels/_PeopleModel.py | 2 +- src/DisplayTabs/_NoteBackRefList.py | 2 +- src/DisplayTabs/_PersonBackRefList.py | 2 +- src/Editors/_EditAttribute.py | 2 +- src/Editors/_EditChildRef.py | 2 +- src/Editors/_EditLdsOrd.py | 2 +- src/Editors/_EditLocation.py | 2 +- src/Editors/_EditPerson.py | 2 +- src/Editors/_EditPersonRef.py | 2 +- src/Editors/_EditReference.py | 2 +- src/Editors/_EditRepoRef.py | 2 +- src/FilterEditor/_EditRule.py | 2 +- src/FilterEditor/_ShowResults.py | 2 +- src/FilterEditor/__init__.py | 2 +- .../Rules/Event/_MatchesPersonFilter.py | 2 +- .../Rules/Event/_MatchesSourceFilter.py | 2 +- src/Filters/Rules/Event/__init__.py | 2 +- src/Filters/Rules/Family/_AllFamilies.py | 2 +- src/Filters/Rules/Family/_ChildHasIdOf.py | 2 +- src/Filters/Rules/Family/_ChildHasNameOf.py | 2 +- src/Filters/Rules/Family/_FamilyPrivate.py | 2 +- src/Filters/Rules/Family/_FatherHasIdOf.py | 2 +- src/Filters/Rules/Family/_FatherHasNameOf.py | 2 +- src/Filters/Rules/Family/_HasAttribute.py | 2 +- src/Filters/Rules/Family/_HasEvent.py | 2 +- src/Filters/Rules/Family/_HasIdOf.py | 2 +- src/Filters/Rules/Family/_HasMarkerOf.py | 2 +- .../Family/_HasNoteMatchingSubstringOf.py | 2 +- src/Filters/Rules/Family/_HasNoteRegexp.py | 2 +- src/Filters/Rules/Family/_HasRelType.py | 2 +- src/Filters/Rules/Family/_MatchesFilter.py | 2 +- src/Filters/Rules/Family/_MotherHasIdOf.py | 2 +- src/Filters/Rules/Family/_MotherHasNameOf.py | 2 +- src/Filters/Rules/Family/_RegExpIdOf.py | 2 +- src/Filters/Rules/Family/__init__.py | 2 +- src/Filters/Rules/MediaObject/__init__.py | 2 +- src/Filters/Rules/Note/_AllNotes.py | 2 +- src/Filters/Rules/Note/_HasIdOf.py | 2 +- src/Filters/Rules/Note/_HasNote.py | 2 +- .../Rules/Note/_HasNoteMatchingSubstringOf.py | 2 +- src/Filters/Rules/Note/_HasNoteRegexp.py | 2 +- src/Filters/Rules/Note/_MatchesFilter.py | 2 +- src/Filters/Rules/Note/_NotePrivate.py | 2 +- src/Filters/Rules/Note/_RegExpIdOf.py | 2 +- src/Filters/Rules/Note/__init__.py | 2 +- src/Filters/Rules/Person/_HasMarkerOf.py | 2 +- src/Filters/Rules/Person/_HasNoteRegexp.py | 2 +- src/Filters/Rules/Person/_MatchIdOf.py | 2 +- src/Filters/Rules/Person/_RegExpIdOf.py | 2 +- src/Filters/Rules/Person/_RegExpName.py | 2 +- .../_RelationshipPathBetweenBookmarks.py | 2 +- .../Rules/Place/_MatchesEventFilter.py | 2 +- src/Filters/Rules/Place/__init__.py | 2 +- src/Filters/Rules/Repository/__init__.py | 2 +- src/Filters/Rules/Source/__init__.py | 2 +- src/Filters/Rules/_HasAttributeBase.py | 2 +- src/Filters/Rules/_HasEventBase.py | 2 +- src/Filters/Rules/_HasGrampsId.py | 2 +- src/Filters/Rules/_HasMarkerBase.py | 2 +- src/Filters/Rules/_HasNoteRegexBase.py | 2 +- src/Filters/Rules/_HasNoteSubstrBase.py | 2 +- src/Filters/Rules/_MatchesFilterBase.py | 2 +- src/Filters/Rules/_RegExpIdBase.py | 2 +- src/Filters/SideBar/_NoteSidebarFilter.py | 2 +- src/GrampsDbUtils/_GedcomParse.py | 2 +- src/GrampsDbUtils/_GedcomStageOne.py | 2 +- src/GrampsDbUtils/_GrampsDbWriteXML.py | 2 +- src/GrampsDbUtils/__init__.py | 2 +- src/MarkupText.py | 2 +- src/Merge/_MergeSource.py | 2 +- src/Merge/__init__.py | 2 +- src/Navigation.py | 2 +- src/PluginUtils/_MenuOptions.py | 2 +- src/PluginUtils/_Tool.py | 2 +- src/PluginUtils/__init__.py | 2 +- src/QuickReports.py | 2 +- src/ReportBase/_StyleEditor.py | 2 +- src/ReportBase/__init__.py | 2 +- src/Selectors/_SelectEvent.py | 2 +- src/Selectors/_SelectNote.py | 2 +- src/Simple/__init__.py | 2 +- src/SubstKeywords.py | 2 +- src/TreeTips.py | 2 +- src/UndoHistory.py | 2 +- src/date_test.py | 2 +- src/docgen/CairoDoc.py | 2 +- src/docgen/GtkPrint.py | 2 +- src/docgen/PdfDoc.py | 2 +- src/docgen/TextBufDoc.py | 2 +- src/gen/db/base.py | 2 +- src/gen/db/dbdir.py | 2 +- src/gen/lib/__init__.py | 4 ++-- src/gen/lib/address.py | 2 +- src/gen/lib/addressbase.py | 2 +- src/gen/lib/attrbase.py | 2 +- src/gen/lib/attribute.py | 2 +- src/gen/lib/attrtype.py | 2 +- src/gen/lib/baseobj.py | 2 +- src/gen/lib/calendar.py | 2 +- src/gen/lib/childref.py | 2 +- src/gen/lib/childreftype.py | 2 +- src/gen/lib/date.py | 2 +- src/gen/lib/datebase.py | 2 +- src/gen/lib/event.py | 2 +- src/gen/lib/eventref.py | 2 +- src/gen/lib/eventroletype.py | 2 +- src/gen/lib/eventtype.py | 2 +- src/gen/lib/family.py | 2 +- src/gen/lib/familyreltype.py | 2 +- src/gen/lib/genderstats.py | 2 +- src/gen/lib/grampstype.py | 2 +- src/gen/lib/ldsord.py | 2 +- src/gen/lib/ldsordbase.py | 2 +- src/gen/lib/location.py | 2 +- src/gen/lib/locationbase.py | 2 +- src/gen/lib/markertype.py | 2 +- src/gen/lib/mediabase.py | 2 +- src/gen/lib/mediaobj.py | 2 +- src/gen/lib/mediaref.py | 2 +- src/gen/lib/name.py | 2 +- src/gen/lib/nametype.py | 2 +- src/gen/lib/note.py | 2 +- src/gen/lib/notebase.py | 2 +- src/gen/lib/notetype.py | 2 +- src/gen/lib/person.py | 2 +- src/gen/lib/personref.py | 2 +- src/gen/lib/place.py | 2 +- src/gen/lib/placebase.py | 2 +- src/gen/lib/primaryobj.py | 2 +- src/gen/lib/privacybase.py | 2 +- src/gen/lib/privsrcnote.py | 2 +- src/gen/lib/refbase.py | 2 +- src/gen/lib/repo.py | 2 +- src/gen/lib/reporef.py | 2 +- src/gen/lib/repotype.py | 2 +- src/gen/lib/researcher.py | 2 +- src/gen/lib/secondaryobj.py | 2 +- src/gen/lib/src.py | 2 +- src/gen/lib/srcbase.py | 2 +- src/gen/lib/srcmediatype.py | 2 +- src/gen/lib/srcnote.py | 2 +- src/gen/lib/srcref.py | 2 +- src/gen/lib/url.py | 2 +- src/gen/lib/urlbase.py | 2 +- src/gen/lib/urltype.py | 2 +- src/gen/lib/witness.py | 2 +- src/gen/proxy/dbbase.py | 2 +- src/gen/proxy/filter.py | 2 +- src/gen/proxy/living.py | 2 +- src/gen/proxy/private.py | 2 +- src/gen/proxy/proxybase.py | 2 +- src/gen/utils/dbutils.py | 2 +- src/glade/Makefile.am | 2 +- src/plugins/Calendar.py | 2 +- src/plugins/DateParserDisplayTest.py | 2 +- src/plugins/EventNames.py | 2 +- src/plugins/ExtractCity.py | 2 +- src/plugins/lineage.py | 2 +- src/plugins/rel_nl.py | 2 +- 183 files changed, 201 insertions(+), 185 deletions(-) diff --git a/ChangeLog b/ChangeLog index f37e02c5f..84836729d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,29 @@ +2008-01-22 Raphael Ackermann + * src/* Everything but src/images/* and src/data/* add correct svn + properties with the commands: + svn propset -R svn:mime-type text/plain src/ + svn propset -R svn:eol-style native src/ + svn propset -R svn:keywords Id src/ + See below why the Id keyword is enough. From svn help propset + svn:keywords - Keywords to be expanded. Valid keywords are: + URL, HeadURL - The URL for the head version of the object. + Author, LastChangedBy - The last person to modify the file. + Date, LastChangedDate - The date/time the object was last modified. + Rev, Revision, - The last revision the object changed. + LastChangedRevision + Id - A compressed summary of the previous + 4 keywords. + 2008-01-22 Benny Malengier * src/ExportAssistant.py: part 3 of bug #1584 2008-01-22 Benny Malengier * src/Editors/_EditPerson.py: callback for gallerytab no longer needed -2008-01-18 Raphael Ackermann +2008-01-21 Raphael Ackermann * src/DbLoader.py: added import gobject -2008-01-18 Raphael Ackermann +2008-01-21 Raphael Ackermann * src/FilterEditor/_ShowResults.py * src/GrampsCfg.py * src/ReportBase/_StyleComboBox.py diff --git a/src/BaseDoc.py b/src/BaseDoc.py index f402b0012..2db68ecee 100644 --- a/src/BaseDoc.py +++ b/src/BaseDoc.py @@ -28,7 +28,7 @@ interfaces should be derived from the core classes. """ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9679 $" #------------------------------------------------------------------------- # diff --git a/src/BasicUtils/_UpdateCallback.py b/src/BasicUtils/_UpdateCallback.py index 4cd2b7c8e..c7780caa4 100644 --- a/src/BasicUtils/_UpdateCallback.py +++ b/src/BasicUtils/_UpdateCallback.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6086 2006-03-06 03:54:58Z dallingham $ +# $Id$ """ A set of basic utilities that everything in GRAMPS can depend upon. diff --git a/src/Bookmarks.py b/src/Bookmarks.py index 5dd769afc..8ac0409f5 100644 --- a/src/Bookmarks.py +++ b/src/Bookmarks.py @@ -23,7 +23,7 @@ "Handle bookmarks for the gramps interface" __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9748 $" #------------------------------------------------------------------------- # diff --git a/src/Config/__init__.py b/src/Config/__init__.py index 580d5af0b..c177a20b7 100644 --- a/src/Config/__init__.py +++ b/src/Config/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 5872 2006-02-03 15:49:59Z hippy $ +# $Id$ """ This package implements access to GRAMPS configuration. diff --git a/src/DataViews/EventView.py b/src/DataViews/EventView.py index 3c32772a8..4d6d4834c 100644 --- a/src/DataViews/EventView.py +++ b/src/DataViews/EventView.py @@ -24,7 +24,7 @@ Provides the event view """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9722 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/FamilyList.py b/src/DataViews/FamilyList.py index d667d4c13..5473c4574 100644 --- a/src/DataViews/FamilyList.py +++ b/src/DataViews/FamilyList.py @@ -24,7 +24,7 @@ FamilyList View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9598 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/GrampletView.py b/src/DataViews/GrampletView.py index cffa2c08a..5d536eee1 100644 --- a/src/DataViews/GrampletView.py +++ b/src/DataViews/GrampletView.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _GrampletView.py $ +# $Id$ """ GrampletView interface diff --git a/src/DataViews/MediaView.py b/src/DataViews/MediaView.py index 954120dde..591caaeeb 100644 --- a/src/DataViews/MediaView.py +++ b/src/DataViews/MediaView.py @@ -24,7 +24,7 @@ Media View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9722 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/NoteView.py b/src/DataViews/NoteView.py index 1eb2b1a66..6285b5bcf 100644 --- a/src/DataViews/NoteView.py +++ b/src/DataViews/NoteView.py @@ -24,7 +24,7 @@ Place View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9770 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/PersonView.py b/src/DataViews/PersonView.py index a66f658c7..c4ed789b2 100644 --- a/src/DataViews/PersonView.py +++ b/src/DataViews/PersonView.py @@ -25,7 +25,7 @@ PersonView interface """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9861 $" #------------------------------------------------------------------------ # diff --git a/src/DataViews/PlaceView.py b/src/DataViews/PlaceView.py index a71a674ca..f9af1c55b 100644 --- a/src/DataViews/PlaceView.py +++ b/src/DataViews/PlaceView.py @@ -24,7 +24,7 @@ Place View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9722 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/RelationView.py b/src/DataViews/RelationView.py index cca9abe9f..4ad8ffe82 100644 --- a/src/DataViews/RelationView.py +++ b/src/DataViews/RelationView.py @@ -24,7 +24,7 @@ Relationship View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9870 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/RepositoryView.py b/src/DataViews/RepositoryView.py index c98ae3334..dc53a171a 100644 --- a/src/DataViews/RepositoryView.py +++ b/src/DataViews/RepositoryView.py @@ -24,7 +24,7 @@ Repository View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9722 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/SourceView.py b/src/DataViews/SourceView.py index a48177b25..aa5857d5c 100644 --- a/src/DataViews/SourceView.py +++ b/src/DataViews/SourceView.py @@ -24,7 +24,7 @@ Source View """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9722 $" #------------------------------------------------------------------------- # diff --git a/src/DataViews/__init__.py b/src/DataViews/__init__.py index 3ba0946e6..c642c4cd3 100644 --- a/src/DataViews/__init__.py +++ b/src/DataViews/__init__.py @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6067 2006-03-04 05:24:16Z dallingham $ +# $Id$ """ Package init for the DataView package diff --git a/src/DateEdit.py b/src/DateEdit.py index 946c80255..e26bffad5 100644 --- a/src/DateEdit.py +++ b/src/DateEdit.py @@ -34,7 +34,7 @@ unambiguously built using UI controls such as menus and spin buttons. """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/DateHandler/_DateDisplay.py b/src/DateHandler/_DateDisplay.py index 1d709a4cf..8f96faa57 100644 --- a/src/DateHandler/_DateDisplay.py +++ b/src/DateHandler/_DateDisplay.py @@ -26,7 +26,7 @@ localized tasks. """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9806 $" #------------------------------------------------------------------------- # diff --git a/src/DateHandler/_DateParser.py b/src/DateHandler/_DateParser.py index e17a5df57..bdd0c77fb 100644 --- a/src/DateHandler/_DateParser.py +++ b/src/DateHandler/_DateParser.py @@ -28,7 +28,7 @@ English. """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9713 $" #------------------------------------------------------------------------- # diff --git a/src/DateHandler/_DateUtils.py b/src/DateHandler/_DateUtils.py index f08a7d056..f4df04799 100644 --- a/src/DateHandler/_DateUtils.py +++ b/src/DateHandler/_DateUtils.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _DateHandler.py 6136 2006-03-11 04:58:58Z rshura $ +# $Id$ """ Class handling language-specific selection for date parser and displayer. diff --git a/src/DateHandler/_Date_nb.py b/src/DateHandler/_Date_nb.py index bfdb6fbb8..2a0d4a6d5 100644 --- a/src/DateHandler/_Date_nb.py +++ b/src/DateHandler/_Date_nb.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Date_nb.py 9101 2007-10-08 16:41:39Z dallingham $ +# $Id$ """ Norwegian-specific classes for parsing and displaying dates. diff --git a/src/DateHandler/_Date_pt.py b/src/DateHandler/_Date_pt.py index ac94adcca..b296afab7 100644 --- a/src/DateHandler/_Date_pt.py +++ b/src/DateHandler/_Date_pt.py @@ -21,7 +21,7 @@ # Portuguese version translated by Duarte Loreto , 2007. # Based on the Spanish file. -# $Id: _Date_es.py 6504 2006-05-01 21:11:26Z rshura $ +# $Id$ """ Portuguese-specific classes for parsing and displaying dates. diff --git a/src/DateHandler/_Date_sk.py b/src/DateHandler/_Date_sk.py index b9758e0b7..ed8104587 100644 --- a/src/DateHandler/_Date_sk.py +++ b/src/DateHandler/_Date_sk.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: Date_sk.py, v 1.1.2.4 2006/04/16 03:20:06 rshura Exp $ +# $Id$ """ Slovak-specific classes for parsing and displaying dates. diff --git a/src/DateHandler/__init__.py b/src/DateHandler/__init__.py index b9cdceec7..9d7416f03 100644 --- a/src/DateHandler/__init__.py +++ b/src/DateHandler/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6133 2006-03-11 01:12:06Z rshura $ +# $Id$ """ Class handling language-specific selection for date parser and displayer. diff --git a/src/DisplayModels/_PeopleModel.py b/src/DisplayModels/_PeopleModel.py index 40597c6c0..b115be55a 100644 --- a/src/DisplayModels/_PeopleModel.py +++ b/src/DisplayModels/_PeopleModel.py @@ -25,7 +25,7 @@ TreeModel for the GRAMPS Person tree. """ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9689 $" #------------------------------------------------------------------------- # diff --git a/src/DisplayTabs/_NoteBackRefList.py b/src/DisplayTabs/_NoteBackRefList.py index 6655c7695..c936b0988 100644 --- a/src/DisplayTabs/_NoteBackRefList.py +++ b/src/DisplayTabs/_NoteBackRefList.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _NoteBackRefList.py 7068 2006-07-24 23:06:49Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/DisplayTabs/_PersonBackRefList.py b/src/DisplayTabs/_PersonBackRefList.py index f4b69d0f3..a3737df3c 100644 --- a/src/DisplayTabs/_PersonBackRefList.py +++ b/src/DisplayTabs/_PersonBackRefList.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _PlaceBackRefList.py 7068 2006-07-24 23:06:49Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Editors/_EditAttribute.py b/src/Editors/_EditAttribute.py index 2e4884c40..28ad4550f 100644 --- a/src/Editors/_EditAttribute.py +++ b/src/Editors/_EditAttribute.py @@ -26,7 +26,7 @@ mechanism for the user to edit attribute information. """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/Editors/_EditChildRef.py b/src/Editors/_EditChildRef.py index 922564968..2badc23df 100644 --- a/src/Editors/_EditChildRef.py +++ b/src/Editors/_EditChildRef.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditChildRef.py 6282 2006-04-06 22:02:46Z rshura $ +# $Id$ """ The EditChildRef module provides the EditChildRef class. This provides a diff --git a/src/Editors/_EditLdsOrd.py b/src/Editors/_EditLdsOrd.py index 700451089..230aa03c3 100644 --- a/src/Editors/_EditLdsOrd.py +++ b/src/Editors/_EditLdsOrd.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditAttribute.py 6248 2006-03-31 23:46:34Z dallingham $ +# $Id$ """ The EditLdsOrd module provides the EditLdsOrd class. This provides a diff --git a/src/Editors/_EditLocation.py b/src/Editors/_EditLocation.py index 8d1aada19..6fd6c1352 100644 --- a/src/Editors/_EditLocation.py +++ b/src/Editors/_EditLocation.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: LocEdit.py 6051 2006-03-03 00:38:41Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 927461e8a..7650e3774 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -26,7 +26,7 @@ to edit information about a particular Person. """ __author__ = "Don Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9908 $" #------------------------------------------------------------------------- # diff --git a/src/Editors/_EditPersonRef.py b/src/Editors/_EditPersonRef.py index 500266ef9..5daf70d15 100644 --- a/src/Editors/_EditPersonRef.py +++ b/src/Editors/_EditPersonRef.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditPersonRef.py 6282 2006-04-06 22:02:46Z rshura $ +# $Id$ """ The EditPersonRef module provides the EditPersonRef class. This provides a diff --git a/src/Editors/_EditReference.py b/src/Editors/_EditReference.py index 876d4be54..08521e667 100644 --- a/src/Editors/_EditReference.py +++ b/src/Editors/_EditReference.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditSourceRef.py 6068 2006-03-04 06:34:48Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Editors/_EditRepoRef.py b/src/Editors/_EditRepoRef.py index 734ae9fe1..f960bfa35 100644 --- a/src/Editors/_EditRepoRef.py +++ b/src/Editors/_EditRepoRef.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditSourceRef.py 6155 2006-03-16 20:24:27Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/FilterEditor/_EditRule.py b/src/FilterEditor/_EditRule.py index f39cad9c2..762aa9e6f 100644 --- a/src/FilterEditor/_EditRule.py +++ b/src/FilterEditor/_EditRule.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _EditRule.py 6840 2006-06-01 22:37:13Z dallingham $ +# $Id$ """ Custom Filter Editor tool. diff --git a/src/FilterEditor/_ShowResults.py b/src/FilterEditor/_ShowResults.py index 9cd80b552..c2220a813 100644 --- a/src/FilterEditor/_ShowResults.py +++ b/src/FilterEditor/_ShowResults.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _ShowResults.py 6840 2006-06-01 22:37:13Z dallingham $ +# $Id$ """ Custom Filter Editor tool. diff --git a/src/FilterEditor/__init__.py b/src/FilterEditor/__init__.py index 6887e1491..3d25bf480 100644 --- a/src/FilterEditor/__init__.py +++ b/src/FilterEditor/__init__.py @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: FilterEditor.py 6835 2006-06-01 03:24:44Z dallingham $ +# $Id$ from _FilterEditor import FilterEditor diff --git a/src/Filters/Rules/Event/_MatchesPersonFilter.py b/src/Filters/Rules/Event/_MatchesPersonFilter.py index 3066b5de3..39d64c348 100644 --- a/src/Filters/Rules/Event/_MatchesPersonFilter.py +++ b/src/Filters/Rules/Event/_MatchesPersonFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Event/_MatchesSourceFilter.py b/src/Filters/Rules/Event/_MatchesSourceFilter.py index 60274ab52..80be12874 100644 --- a/src/Filters/Rules/Event/_MatchesSourceFilter.py +++ b/src/Filters/Rules/Event/_MatchesSourceFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Event/__init__.py b/src/Filters/Rules/Event/__init__.py index 5260d6ee9..ea0cd853f 100644 --- a/src/Filters/Rules/Event/__init__.py +++ b/src/Filters/Rules/Event/__init__.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/Family/_AllFamilies.py b/src/Filters/Rules/Family/_AllFamilies.py index cefabfa33..282f1d370 100644 --- a/src/Filters/Rules/Family/_AllFamilies.py +++ b/src/Filters/Rules/Family/_AllFamilies.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Everything.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_ChildHasIdOf.py b/src/Filters/Rules/Family/_ChildHasIdOf.py index 653f00d2f..5faccce8a 100644 --- a/src/Filters/Rules/Family/_ChildHasIdOf.py +++ b/src/Filters/Rules/Family/_ChildHasIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_ChildHasNameOf.py b/src/Filters/Rules/Family/_ChildHasNameOf.py index 857a97855..ca301e779 100644 --- a/src/Filters/Rules/Family/_ChildHasNameOf.py +++ b/src/Filters/Rules/Family/_ChildHasNameOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_FamilyPrivate.py b/src/Filters/Rules/Family/_FamilyPrivate.py index feb30d449..2ae068c0a 100644 --- a/src/Filters/Rules/Family/_FamilyPrivate.py +++ b/src/Filters/Rules/Family/_FamilyPrivate.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _FamilyPrivate.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_FatherHasIdOf.py b/src/Filters/Rules/Family/_FatherHasIdOf.py index 3a307b24f..1d7d414bd 100644 --- a/src/Filters/Rules/Family/_FatherHasIdOf.py +++ b/src/Filters/Rules/Family/_FatherHasIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_FatherHasNameOf.py b/src/Filters/Rules/Family/_FatherHasNameOf.py index 352e7d10e..c208795e8 100644 --- a/src/Filters/Rules/Family/_FatherHasNameOf.py +++ b/src/Filters/Rules/Family/_FatherHasNameOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasAttribute.py b/src/Filters/Rules/Family/_HasAttribute.py index 95e6180a6..034d5b59a 100644 --- a/src/Filters/Rules/Family/_HasAttribute.py +++ b/src/Filters/Rules/Family/_HasAttribute.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasAttribute.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasEvent.py b/src/Filters/Rules/Family/_HasEvent.py index db1d7d59b..4e078e20d 100644 --- a/src/Filters/Rules/Family/_HasEvent.py +++ b/src/Filters/Rules/Family/_HasEvent.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasIdOf.py b/src/Filters/Rules/Family/_HasIdOf.py index 2764f633e..d9ddd0c52 100644 --- a/src/Filters/Rules/Family/_HasIdOf.py +++ b/src/Filters/Rules/Family/_HasIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasMarkerOf.py b/src/Filters/Rules/Family/_HasMarkerOf.py index edb6536db..b4c803118 100644 --- a/src/Filters/Rules/Family/_HasMarkerOf.py +++ b/src/Filters/Rules/Family/_HasMarkerOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasEvent.py 7607 2006-11-10 21:27:08Z loshawlos $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py b/src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py index 0c562e73c..2c255561c 100644 --- a/src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py +++ b/src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 6634 2006-05-12 22:38:48Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasNoteRegexp.py b/src/Filters/Rules/Family/_HasNoteRegexp.py index 5e8fdfdcf..4ab6ae9e7 100644 --- a/src/Filters/Rules/Family/_HasNoteRegexp.py +++ b/src/Filters/Rules/Family/_HasNoteRegexp.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasRelType.py b/src/Filters/Rules/Family/_HasRelType.py index 643a8429d..869f35aef 100644 --- a/src/Filters/Rules/Family/_HasRelType.py +++ b/src/Filters/Rules/Family/_HasRelType.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasAttribute.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_MatchesFilter.py b/src/Filters/Rules/Family/_MatchesFilter.py index f96c65af7..c212574e6 100644 --- a/src/Filters/Rules/Family/_MatchesFilter.py +++ b/src/Filters/Rules/Family/_MatchesFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_MotherHasIdOf.py b/src/Filters/Rules/Family/_MotherHasIdOf.py index 0c3d71533..f02f9215c 100644 --- a/src/Filters/Rules/Family/_MotherHasIdOf.py +++ b/src/Filters/Rules/Family/_MotherHasIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_MotherHasNameOf.py b/src/Filters/Rules/Family/_MotherHasNameOf.py index b68ed8d47..90ef4db53 100644 --- a/src/Filters/Rules/Family/_MotherHasNameOf.py +++ b/src/Filters/Rules/Family/_MotherHasNameOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_RegExpIdOf.py b/src/Filters/Rules/Family/_RegExpIdOf.py index 2f1f64b28..764324c2f 100644 --- a/src/Filters/Rules/Family/_RegExpIdOf.py +++ b/src/Filters/Rules/Family/_RegExpIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/__init__.py b/src/Filters/Rules/Family/__init__.py index 031f8372b..09ece5fa8 100644 --- a/src/Filters/Rules/Family/__init__.py +++ b/src/Filters/Rules/Family/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/MediaObject/__init__.py b/src/Filters/Rules/MediaObject/__init__.py index 5558c57ba..839ff30ff 100644 --- a/src/Filters/Rules/MediaObject/__init__.py +++ b/src/Filters/Rules/MediaObject/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/Note/_AllNotes.py b/src/Filters/Rules/Note/_AllNotes.py index 263442d55..75448acf2 100644 --- a/src/Filters/Rules/Note/_AllNotes.py +++ b/src/Filters/Rules/Note/_AllNotes.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _AllRepos.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_HasIdOf.py b/src/Filters/Rules/Note/_HasIdOf.py index dc57d3f1a..47e262b68 100644 --- a/src/Filters/Rules/Note/_HasIdOf.py +++ b/src/Filters/Rules/Note/_HasIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_HasNote.py b/src/Filters/Rules/Note/_HasNote.py index d4366998b..2d43403a7 100644 --- a/src/Filters/Rules/Note/_HasNote.py +++ b/src/Filters/Rules/Note/_HasNote.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasRepo.py 7737 2006-11-30 20:30:28Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py b/src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py index f9436b098..136e7a1d5 100644 --- a/src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py +++ b/src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_HasNoteRegexp.py b/src/Filters/Rules/Note/_HasNoteRegexp.py index c01e8044c..0220e1915 100644 --- a/src/Filters/Rules/Note/_HasNoteRegexp.py +++ b/src/Filters/Rules/Note/_HasNoteRegexp.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteRegexp.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_MatchesFilter.py b/src/Filters/Rules/Note/_MatchesFilter.py index e2ad82e5d..3d3e2d67b 100644 --- a/src/Filters/Rules/Note/_MatchesFilter.py +++ b/src/Filters/Rules/Note/_MatchesFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 7686 2006-11-24 23:14:25Z romjerome $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_NotePrivate.py b/src/Filters/Rules/Note/_NotePrivate.py index d1eff9aac..26a7b7cb3 100644 --- a/src/Filters/Rules/Note/_NotePrivate.py +++ b/src/Filters/Rules/Note/_NotePrivate.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _RepoPrivate.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_RegExpIdOf.py b/src/Filters/Rules/Note/_RegExpIdOf.py index 7c4df63be..333252cae 100644 --- a/src/Filters/Rules/Note/_RegExpIdOf.py +++ b/src/Filters/Rules/Note/_RegExpIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _RegExpIdOf.py 7144 2006-08-07 20:16:00Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/__init__.py b/src/Filters/Rules/Note/__init__.py index ba0627e90..8431705ef 100644 --- a/src/Filters/Rules/Note/__init__.py +++ b/src/Filters/Rules/Note/__init__.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/Person/_HasMarkerOf.py b/src/Filters/Rules/Person/_HasMarkerOf.py index 409f46aef..4f811ecde 100644 --- a/src/Filters/Rules/Person/_HasMarkerOf.py +++ b/src/Filters/Rules/Person/_HasMarkerOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasEvent.py 7607 2006-11-10 21:27:08Z loshawlos $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_HasNoteRegexp.py b/src/Filters/Rules/Person/_HasNoteRegexp.py index 56b28f779..60e10db1f 100644 --- a/src/Filters/Rules/Person/_HasNoteRegexp.py +++ b/src/Filters/Rules/Person/_HasNoteRegexp.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_MatchIdOf.py b/src/Filters/Rules/Person/_MatchIdOf.py index 7fe2d5d74..d4355989b 100644 --- a/src/Filters/Rules/Person/_MatchIdOf.py +++ b/src/Filters/Rules/Person/_MatchIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_RegExpIdOf.py b/src/Filters/Rules/Person/_RegExpIdOf.py index e1121c6ba..e835f3e13 100644 --- a/src/Filters/Rules/Person/_RegExpIdOf.py +++ b/src/Filters/Rules/Person/_RegExpIdOf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_RegExpName.py b/src/Filters/Rules/Person/_RegExpName.py index 72595320f..84e06662d 100644 --- a/src/Filters/Rules/Person/_RegExpName.py +++ b/src/Filters/Rules/Person/_RegExpName.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _SearchName.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py b/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py index c9a44ac41..5be17c181 100644 --- a/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py +++ b/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _RelationshipPathBetween.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Place/_MatchesEventFilter.py b/src/Filters/Rules/Place/_MatchesEventFilter.py index b93e81558..24391e4be 100644 --- a/src/Filters/Rules/Place/_MatchesEventFilter.py +++ b/src/Filters/Rules/Place/_MatchesEventFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Place/__init__.py b/src/Filters/Rules/Place/__init__.py index 63b7f31f9..4cd05f9ec 100644 --- a/src/Filters/Rules/Place/__init__.py +++ b/src/Filters/Rules/Place/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/Repository/__init__.py b/src/Filters/Rules/Repository/__init__.py index 16922cbee..35fa6e23e 100644 --- a/src/Filters/Rules/Repository/__init__.py +++ b/src/Filters/Rules/Repository/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/Source/__init__.py b/src/Filters/Rules/Source/__init__.py index c0f3c9694..d03b87424 100644 --- a/src/Filters/Rules/Source/__init__.py +++ b/src/Filters/Rules/Source/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $ +# $Id$ """ Package providing filter rules for GRAMPS. diff --git a/src/Filters/Rules/_HasAttributeBase.py b/src/Filters/Rules/_HasAttributeBase.py index c2a1feafe..89cac2000 100644 --- a/src/Filters/Rules/_HasAttributeBase.py +++ b/src/Filters/Rules/_HasAttributeBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasAttributeBase.py,v 1.1 2006/08/04 23:08:14 shura Exp $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_HasEventBase.py b/src/Filters/Rules/_HasEventBase.py index 5833c9318..bfd66412b 100644 --- a/src/Filters/Rules/_HasEventBase.py +++ b/src/Filters/Rules/_HasEventBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_HasGrampsId.py b/src/Filters/Rules/_HasGrampsId.py index b9f1ee3ce..3a038c464 100644 --- a/src/Filters/Rules/_HasGrampsId.py +++ b/src/Filters/Rules/_HasGrampsId.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_HasMarkerBase.py b/src/Filters/Rules/_HasMarkerBase.py index 09c79905d..305ffecd7 100644 --- a/src/Filters/Rules/_HasMarkerBase.py +++ b/src/Filters/Rules/_HasMarkerBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_HasNoteRegexBase.py b/src/Filters/Rules/_HasNoteRegexBase.py index dd6fdff8f..d3d052a93 100644 --- a/src/Filters/Rules/_HasNoteRegexBase.py +++ b/src/Filters/Rules/_HasNoteRegexBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_HasNoteSubstrBase.py b/src/Filters/Rules/_HasNoteSubstrBase.py index 85d192475..49609e303 100644 --- a/src/Filters/Rules/_HasNoteSubstrBase.py +++ b/src/Filters/Rules/_HasNoteSubstrBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteMatchingSubstringOf.py 6634 2006-05-12 22:38:48Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_MatchesFilterBase.py b/src/Filters/Rules/_MatchesFilterBase.py index e5b44d2a8..72280e9cb 100644 --- a/src/Filters/Rules/_MatchesFilterBase.py +++ b/src/Filters/Rules/_MatchesFilterBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_RegExpIdBase.py b/src/Filters/Rules/_RegExpIdBase.py index 9c280209c..bbaea0087 100644 --- a/src/Filters/Rules/_RegExpIdBase.py +++ b/src/Filters/Rules/_RegExpIdBase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/SideBar/_NoteSidebarFilter.py b/src/Filters/SideBar/_NoteSidebarFilter.py index 5247a8687..db01d6713 100644 --- a/src/Filters/SideBar/_NoteSidebarFilter.py +++ b/src/Filters/SideBar/_NoteSidebarFilter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _RepoSidebarFilter.py 7866 2007-01-04 05:09:41Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/GrampsDbUtils/_GedcomParse.py b/src/GrampsDbUtils/_GedcomParse.py index a9205bcb3..2d7b39eb6 100644 --- a/src/GrampsDbUtils/_GedcomParse.py +++ b/src/GrampsDbUtils/_GedcomParse.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _ReadGedcom.py 8032 2007-02-03 17:11:05Z hippy $ +# $Id$ """ Import from GEDCOM diff --git a/src/GrampsDbUtils/_GedcomStageOne.py b/src/GrampsDbUtils/_GedcomStageOne.py index 9dd699e4a..ae88c116d 100644 --- a/src/GrampsDbUtils/_GedcomStageOne.py +++ b/src/GrampsDbUtils/_GedcomStageOne.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _ReadGedcom.py 8032 2007-02-03 17:11:05Z hippy $ +# $Id$ """ Import from GEDCOM diff --git a/src/GrampsDbUtils/_GrampsDbWriteXML.py b/src/GrampsDbUtils/_GrampsDbWriteXML.py index 74a1bced4..f83525406 100644 --- a/src/GrampsDbUtils/_GrampsDbWriteXML.py +++ b/src/GrampsDbUtils/_GrampsDbWriteXML.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _WriteXML.py 8081 2007-02-10 23:40:48Z zfoldvar $ +# $Id$ """ Contains the interface to allow a database to get written using diff --git a/src/GrampsDbUtils/__init__.py b/src/GrampsDbUtils/__init__.py index 7073c615e..bfd2b5188 100644 --- a/src/GrampsDbUtils/__init__.py +++ b/src/GrampsDbUtils/__init__.py @@ -35,7 +35,7 @@ on using these factories see the _GrampsDbUtilsFactories.py file comments. """ -__version__ = "$Revision$" +__version__ = "$Revision: 9818 $" from _GrampsDbWRFactories import \ gramps_db_reader_factory diff --git a/src/MarkupText.py b/src/MarkupText.py index 461253e50..ed3cdc570 100644 --- a/src/MarkupText.py +++ b/src/MarkupText.py @@ -22,7 +22,7 @@ "Handling formatted ('rich text') strings" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9778 $" __author__ = "Zsolt Foldvari" #------------------------------------------------------------------------- diff --git a/src/Merge/_MergeSource.py b/src/Merge/_MergeSource.py index 7a4ff3dba..84a26724c 100644 --- a/src/Merge/_MergeSource.py +++ b/src/Merge/_MergeSource.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: MergeData.py 6777 2006-05-25 20:35:04Z dallingham $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Merge/__init__.py b/src/Merge/__init__.py index 8c850bd46..a07fcbf91 100644 --- a/src/Merge/__init__.py +++ b/src/Merge/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6169 2006-03-18 01:30:23Z dallingham $ +# $Id$ """ """ diff --git a/src/Navigation.py b/src/Navigation.py index 754e403f2..b7ead09f6 100644 --- a/src/Navigation.py +++ b/src/Navigation.py @@ -26,7 +26,7 @@ the history changes, the UI XML string and the action groups are updated. """ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 8680 $" #------------------------------------------------------------------- diff --git a/src/PluginUtils/_MenuOptions.py b/src/PluginUtils/_MenuOptions.py index c23223018..1db378f4f 100644 --- a/src/PluginUtils/_MenuOptions.py +++ b/src/PluginUtils/_MenuOptions.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _MenuOptions.py 9422 2007-11-28 22:21:18Z dsblank $ +# $Id$ """ Abstracted option handling. diff --git a/src/PluginUtils/_Tool.py b/src/PluginUtils/_Tool.py index a9664dfb6..66428f23f 100644 --- a/src/PluginUtils/_Tool.py +++ b/src/PluginUtils/_Tool.py @@ -23,7 +23,7 @@ "ToolGeneration Framework" __author__ = "Alex Roitman" -__version__ = "$Revision$" +__version__ = "$Revision: 9830 $" #------------------------------------------------------------------------- # diff --git a/src/PluginUtils/__init__.py b/src/PluginUtils/__init__.py index dea8a8534..a3e5b91d1 100644 --- a/src/PluginUtils/__init__.py +++ b/src/PluginUtils/__init__.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: Report.py 6044 2006-03-03 00:10:52Z rshura $ +# $Id$ #The following is bad, we import lists here, and obtain pointers to them #If in _PluginMgr the list changes, that is ok, if however the list is diff --git a/src/QuickReports.py b/src/QuickReports.py index 628eaff55..e0111499d 100644 --- a/src/QuickReports.py +++ b/src/QuickReports.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: QuickReports.py 8857 2007-08-23 11:58:36Z bmcage $ +# $Id$ """ This module provides the functions to build the quick report context menu's diff --git a/src/ReportBase/_StyleEditor.py b/src/ReportBase/_StyleEditor.py index 217e868ce..382ff90d6 100644 --- a/src/ReportBase/_StyleEditor.py +++ b/src/ReportBase/_StyleEditor.py @@ -26,7 +26,7 @@ Paragraph/Font style editor """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 8948 $" #------------------------------------------------------------------------ # diff --git a/src/ReportBase/__init__.py b/src/ReportBase/__init__.py index aa0224485..41c53b12a 100644 --- a/src/ReportBase/__init__.py +++ b/src/ReportBase/__init__.py @@ -25,7 +25,7 @@ "Report Generation Framework" __author__ = "David R. Hampton, Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9433 $" from _Constants import * diff --git a/src/Selectors/_SelectEvent.py b/src/Selectors/_SelectEvent.py index 539c148b3..dd7ea673f 100644 --- a/src/Selectors/_SelectEvent.py +++ b/src/Selectors/_SelectEvent.py @@ -22,7 +22,7 @@ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9008 $" #------------------------------------------------------------------------- diff --git a/src/Selectors/_SelectNote.py b/src/Selectors/_SelectNote.py index e83c39263..4a4a71a4f 100644 --- a/src/Selectors/_SelectNote.py +++ b/src/Selectors/_SelectNote.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _SelectNote.py $ +# $Id$ """Handling of selection dialog for selecting notes """ diff --git a/src/Simple/__init__.py b/src/Simple/__init__.py index cbaff1450..4e0961f95 100644 --- a/src/Simple/__init__.py +++ b/src/Simple/__init__.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 7972 2007-01-24 19:45:57Z pez4brian $ +# $Id$ "Simple access routines" diff --git a/src/SubstKeywords.py b/src/SubstKeywords.py index 6ed4075c4..804ccf7ca 100644 --- a/src/SubstKeywords.py +++ b/src/SubstKeywords.py @@ -33,7 +33,7 @@ Mary Smith was born on 3/28/1923. """ __author__ = "Donald N. Allingham" -__version__ = "$Revision$" +__version__ = "$Revision: 9101 $" #------------------------------------------------------------------------ # diff --git a/src/TreeTips.py b/src/TreeTips.py index 34c90ac0c..f55c3f12e 100644 --- a/src/TreeTips.py +++ b/src/TreeTips.py @@ -6,7 +6,7 @@ # Id: $Id$ """A tooltip class for TreeViews """ -__revision__ = "$Rev$" +__revision__ = "$Rev: 5482 $" # diff --git a/src/UndoHistory.py b/src/UndoHistory.py index c4b6a2b65..1b230561d 100644 --- a/src/UndoHistory.py +++ b/src/UndoHistory.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: ScratchPad.py 6485 2006-04-28 16:56:19Z rshura $ +# $Id$ # Written by Alex Roitman diff --git a/src/date_test.py b/src/date_test.py index 321b9d97d..380683c61 100644 --- a/src/date_test.py +++ b/src/date_test.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: date_test.py,v 1.1.2.5 2006/04/20 04:04:31 rshura Exp $ +# $Id$ """Testscript for date displayer/parser""" diff --git a/src/docgen/CairoDoc.py b/src/docgen/CairoDoc.py index c9d420d53..1d3e9a022 100644 --- a/src/docgen/CairoDoc.py +++ b/src/docgen/CairoDoc.py @@ -23,7 +23,7 @@ """Report output generator based on Cairo. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9773 $" __author__ = "Zsolt Foldvari" #------------------------------------------------------------------------ diff --git a/src/docgen/GtkPrint.py b/src/docgen/GtkPrint.py index cfad73e69..02e3bcae8 100644 --- a/src/docgen/GtkPrint.py +++ b/src/docgen/GtkPrint.py @@ -23,7 +23,7 @@ """Printing interface based on gtk.Print* classes. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9044 $" __author__ = "Zsolt Foldvari" #------------------------------------------------------------------------ diff --git a/src/docgen/PdfDoc.py b/src/docgen/PdfDoc.py index 836d62d9c..578064f10 100644 --- a/src/docgen/PdfDoc.py +++ b/src/docgen/PdfDoc.py @@ -23,7 +23,7 @@ """PDF output generator based on Cairo. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9516 $" __author__ = "Zsolt Foldvari" #------------------------------------------------------------------------ diff --git a/src/docgen/TextBufDoc.py b/src/docgen/TextBufDoc.py index c4de86869..e3dcf6b1c 100644 --- a/src/docgen/TextBufDoc.py +++ b/src/docgen/TextBufDoc.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: TextBufDoc.py 8431 2007-04-30 01:56:34Z pez4brian $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/gen/db/base.py b/src/gen/db/base.py index f955d40c3..50a4fd3f5 100644 --- a/src/gen/db/base.py +++ b/src/gen/db/base.py @@ -26,7 +26,7 @@ from this class. """ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9770 $" #------------------------------------------------------------------------- # diff --git a/src/gen/db/dbdir.py b/src/gen/db/dbdir.py index 5ef0196a4..2b482754b 100644 --- a/src/gen/db/dbdir.py +++ b/src/gen/db/dbdir.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _GrampsDBDir.py 8221 2007-02-24 00:24:57Z rshura $ +# $Id$ """ Provides the Berkeley DB (DBDir) database backend for GRAMPS diff --git a/src/gen/lib/__init__.py b/src/gen/lib/__init__.py index 2034c0b7c..96bfe3b7e 100644 --- a/src/gen/lib/__init__.py +++ b/src/gen/lib/__init__.py @@ -23,8 +23,8 @@ """The core library of GRAMPS objects""" __author__ = "Donald N. Allingham" -__version__ = "$Revision$" -__revision__ = "$Revision$" +__version__ = "$Revision: 9101 $" +__revision__ = "$Revision: 9101 $" # Dates from date import Date, DateError diff --git a/src/gen/lib/address.py b/src/gen/lib/address.py index ddb1759d3..5cfed8d15 100644 --- a/src/gen/lib/address.py +++ b/src/gen/lib/address.py @@ -24,7 +24,7 @@ Address class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/addressbase.py b/src/gen/lib/addressbase.py index 0d2ac6591..48cfa3706 100644 --- a/src/gen/lib/addressbase.py +++ b/src/gen/lib/addressbase.py @@ -24,7 +24,7 @@ AddressBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/attrbase.py b/src/gen/lib/attrbase.py index 15363f057..c25d7fa14 100644 --- a/src/gen/lib/attrbase.py +++ b/src/gen/lib/attrbase.py @@ -24,7 +24,7 @@ AttributeBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9102 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/attribute.py b/src/gen/lib/attribute.py index e2cf1ade7..d9169881a 100644 --- a/src/gen/lib/attribute.py +++ b/src/gen/lib/attribute.py @@ -24,7 +24,7 @@ Attribute class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/attrtype.py b/src/gen/lib/attrtype.py index 12ea3974c..1b5d421fe 100644 --- a/src/gen/lib/attrtype.py +++ b/src/gen/lib/attrtype.py @@ -27,7 +27,7 @@ Provides the different Attribute Types for GRAMPS from grampstype import GrampsType, init_map from gettext import gettext as _ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" class AttributeType(GrampsType): diff --git a/src/gen/lib/baseobj.py b/src/gen/lib/baseobj.py index 1cabf6cb5..676224af8 100644 --- a/src/gen/lib/baseobj.py +++ b/src/gen/lib/baseobj.py @@ -24,7 +24,7 @@ Base Object class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/calendar.py b/src/gen/lib/calendar.py index c4ce64499..65e04c4ec 100644 --- a/src/gen/lib/calendar.py +++ b/src/gen/lib/calendar.py @@ -24,7 +24,7 @@ Provides calendar to sdn (serial date number) conversion. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/childref.py b/src/gen/lib/childref.py index 6220dbb3c..bf052b8dd 100644 --- a/src/gen/lib/childref.py +++ b/src/gen/lib/childref.py @@ -24,7 +24,7 @@ Child Reference class for GRAMPS. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" from types import InstanceType diff --git a/src/gen/lib/childreftype.py b/src/gen/lib/childreftype.py index b8a4be696..e8ef54e86 100644 --- a/src/gen/lib/childreftype.py +++ b/src/gen/lib/childreftype.py @@ -27,7 +27,7 @@ Provides the different child reference types from grampstype import GrampsType, init_map from gettext import gettext as _ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" class ChildRefType(GrampsType): """ diff --git a/src/gen/lib/date.py b/src/gen/lib/date.py index bc57fb77d..97793e62c 100644 --- a/src/gen/lib/date.py +++ b/src/gen/lib/date.py @@ -24,7 +24,7 @@ """ __author__ = "Donald N. Allingham" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9709 $" #------------------------------------------------------------------------ # diff --git a/src/gen/lib/datebase.py b/src/gen/lib/datebase.py index 29736719f..76055250e 100644 --- a/src/gen/lib/datebase.py +++ b/src/gen/lib/datebase.py @@ -24,7 +24,7 @@ DateBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from types import InstanceType diff --git a/src/gen/lib/event.py b/src/gen/lib/event.py index c43c306dd..b072caf50 100644 --- a/src/gen/lib/event.py +++ b/src/gen/lib/event.py @@ -24,7 +24,7 @@ Event object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/eventref.py b/src/gen/lib/eventref.py index 5d0e70b0a..bffaeeb0a 100644 --- a/src/gen/lib/eventref.py +++ b/src/gen/lib/eventref.py @@ -24,7 +24,7 @@ Event Reference class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9532 $" from types import InstanceType diff --git a/src/gen/lib/eventroletype.py b/src/gen/lib/eventroletype.py index 484d9c57b..2340d0c0a 100644 --- a/src/gen/lib/eventroletype.py +++ b/src/gen/lib/eventroletype.py @@ -23,7 +23,7 @@ Provides the different event roles """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/eventtype.py b/src/gen/lib/eventtype.py index 18a57f7c1..b42c94352 100644 --- a/src/gen/lib/eventtype.py +++ b/src/gen/lib/eventtype.py @@ -24,7 +24,7 @@ Provides the different event types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index e51444fad..fe1ff9da2 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -24,7 +24,7 @@ Family object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/familyreltype.py b/src/gen/lib/familyreltype.py index 56fc01e16..837fb9ce8 100644 --- a/src/gen/lib/familyreltype.py +++ b/src/gen/lib/familyreltype.py @@ -23,7 +23,7 @@ Provides the different family reference types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/genderstats.py b/src/gen/lib/genderstats.py index 8594abd2f..7fd0d7a87 100644 --- a/src/gen/lib/genderstats.py +++ b/src/gen/lib/genderstats.py @@ -24,7 +24,7 @@ Gender statistics kept in GRAMPS database. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/grampstype.py b/src/gen/lib/grampstype.py index 71df63ff4..862c70cb5 100644 --- a/src/gen/lib/grampstype.py +++ b/src/gen/lib/grampstype.py @@ -24,7 +24,7 @@ Base type for all gramps types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from gettext import gettext as _ diff --git a/src/gen/lib/ldsord.py b/src/gen/lib/ldsord.py index 69215fecf..813f8bdc3 100644 --- a/src/gen/lib/ldsord.py +++ b/src/gen/lib/ldsord.py @@ -23,7 +23,7 @@ """ LDS Ordinance class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/ldsordbase.py b/src/gen/lib/ldsordbase.py index 56e04a82b..838e20e87 100644 --- a/src/gen/lib/ldsordbase.py +++ b/src/gen/lib/ldsordbase.py @@ -24,7 +24,7 @@ LdsOrdBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/location.py b/src/gen/lib/location.py index b506f679c..ce0c063bc 100644 --- a/src/gen/lib/location.py +++ b/src/gen/lib/location.py @@ -24,7 +24,7 @@ Location class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/locationbase.py b/src/gen/lib/locationbase.py index dd8a42187..023c1ab44 100644 --- a/src/gen/lib/locationbase.py +++ b/src/gen/lib/locationbase.py @@ -24,7 +24,7 @@ LocationBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/markertype.py b/src/gen/lib/markertype.py index c9abdef16..dd76d715e 100644 --- a/src/gen/lib/markertype.py +++ b/src/gen/lib/markertype.py @@ -23,7 +23,7 @@ Marker types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/mediabase.py b/src/gen/lib/mediabase.py index 022a76afc..c2bae7e73 100644 --- a/src/gen/lib/mediabase.py +++ b/src/gen/lib/mediabase.py @@ -24,7 +24,7 @@ MediaBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/mediaobj.py b/src/gen/lib/mediaobj.py index 500b37ea2..274386908 100644 --- a/src/gen/lib/mediaobj.py +++ b/src/gen/lib/mediaobj.py @@ -24,7 +24,7 @@ Media object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/mediaref.py b/src/gen/lib/mediaref.py index be475192c..7d156a062 100644 --- a/src/gen/lib/mediaref.py +++ b/src/gen/lib/mediaref.py @@ -24,7 +24,7 @@ Media Reference class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/name.py b/src/gen/lib/name.py index 3b38fc9f3..80acf7d38 100644 --- a/src/gen/lib/name.py +++ b/src/gen/lib/name.py @@ -24,7 +24,7 @@ Name class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/nametype.py b/src/gen/lib/nametype.py index 294f73bf7..d773c7345 100644 --- a/src/gen/lib/nametype.py +++ b/src/gen/lib/nametype.py @@ -24,7 +24,7 @@ Name types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/note.py b/src/gen/lib/note.py index 2964a08bc..e51570ed3 100644 --- a/src/gen/lib/note.py +++ b/src/gen/lib/note.py @@ -24,7 +24,7 @@ Note class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9161 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/notebase.py b/src/gen/lib/notebase.py index 795e1db15..ab9fad206 100644 --- a/src/gen/lib/notebase.py +++ b/src/gen/lib/notebase.py @@ -24,7 +24,7 @@ NoteBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9532 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/notetype.py b/src/gen/lib/notetype.py index 11ae58097..02ccb1c06 100644 --- a/src/gen/lib/notetype.py +++ b/src/gen/lib/notetype.py @@ -24,7 +24,7 @@ Note types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9403 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index f20cd4616..773ecfbf9 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -24,7 +24,7 @@ Person object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9532 $" from types import InstanceType diff --git a/src/gen/lib/personref.py b/src/gen/lib/personref.py index a837814ca..207f9bb10 100644 --- a/src/gen/lib/personref.py +++ b/src/gen/lib/personref.py @@ -24,7 +24,7 @@ Person Reference class for GRAMPS. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/place.py b/src/gen/lib/place.py index b6c16780d..b67f7d312 100644 --- a/src/gen/lib/place.py +++ b/src/gen/lib/place.py @@ -24,7 +24,7 @@ Place object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" from types import InstanceType diff --git a/src/gen/lib/placebase.py b/src/gen/lib/placebase.py index 58140e5c4..222de2395 100644 --- a/src/gen/lib/placebase.py +++ b/src/gen/lib/placebase.py @@ -24,7 +24,7 @@ PlaceBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/primaryobj.py b/src/gen/lib/primaryobj.py index 8c97eb883..4f7a07270 100644 --- a/src/gen/lib/primaryobj.py +++ b/src/gen/lib/primaryobj.py @@ -24,7 +24,7 @@ Basic Primary Object class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9121 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/privacybase.py b/src/gen/lib/privacybase.py index 6113a1b98..33c75f35a 100644 --- a/src/gen/lib/privacybase.py +++ b/src/gen/lib/privacybase.py @@ -24,7 +24,7 @@ PrivacyBase Object class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/privsrcnote.py b/src/gen/lib/privsrcnote.py index e6bd8dba8..a66ce2129 100644 --- a/src/gen/lib/privsrcnote.py +++ b/src/gen/lib/privsrcnote.py @@ -24,7 +24,7 @@ PrivateSourceNote class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from srcnote import SourceNote from privacybase import PrivacyBase diff --git a/src/gen/lib/refbase.py b/src/gen/lib/refbase.py index 0b9c84559..24bfcf72f 100644 --- a/src/gen/lib/refbase.py +++ b/src/gen/lib/refbase.py @@ -24,7 +24,7 @@ Base Reference class for GRAMPS. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/repo.py b/src/gen/lib/repo.py index 7cb9eb72c..f1d7b7a03 100644 --- a/src/gen/lib/repo.py +++ b/src/gen/lib/repo.py @@ -24,7 +24,7 @@ Repository object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" from types import InstanceType diff --git a/src/gen/lib/reporef.py b/src/gen/lib/reporef.py index 4f46ebbbe..6125778f0 100644 --- a/src/gen/lib/reporef.py +++ b/src/gen/lib/reporef.py @@ -24,7 +24,7 @@ Repository Reference class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from types import InstanceType diff --git a/src/gen/lib/repotype.py b/src/gen/lib/repotype.py index 1672e982e..fcebd7422 100644 --- a/src/gen/lib/repotype.py +++ b/src/gen/lib/repotype.py @@ -24,7 +24,7 @@ Respository types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/researcher.py b/src/gen/lib/researcher.py index 09b144057..79c84531a 100644 --- a/src/gen/lib/researcher.py +++ b/src/gen/lib/researcher.py @@ -24,7 +24,7 @@ Researcher informaiton for GRAMPS. """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9104 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/secondaryobj.py b/src/gen/lib/secondaryobj.py index ce3c11314..b7bc75e9a 100644 --- a/src/gen/lib/secondaryobj.py +++ b/src/gen/lib/secondaryobj.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _SecondaryObject.py 6386 2006-04-21 00:03:27Z rshura $ +# $Id$ """ Secondary Object class for GRAMPS diff --git a/src/gen/lib/src.py b/src/gen/lib/src.py index 4470aaeea..16a5cac75 100644 --- a/src/gen/lib/src.py +++ b/src/gen/lib/src.py @@ -24,7 +24,7 @@ Source object for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9507 $" from types import InstanceType diff --git a/src/gen/lib/srcbase.py b/src/gen/lib/srcbase.py index 26817d943..71990c427 100644 --- a/src/gen/lib/srcbase.py +++ b/src/gen/lib/srcbase.py @@ -24,7 +24,7 @@ SourceBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from types import InstanceType diff --git a/src/gen/lib/srcmediatype.py b/src/gen/lib/srcmediatype.py index e33faa782..5233d222c 100644 --- a/src/gen/lib/srcmediatype.py +++ b/src/gen/lib/srcmediatype.py @@ -23,7 +23,7 @@ SourceMedia types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/srcnote.py b/src/gen/lib/srcnote.py index 3bc924bb1..855064bcc 100644 --- a/src/gen/lib/srcnote.py +++ b/src/gen/lib/srcnote.py @@ -24,7 +24,7 @@ SourceNote class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/srcref.py b/src/gen/lib/srcref.py index 40c1176f3..e866a262f 100644 --- a/src/gen/lib/srcref.py +++ b/src/gen/lib/srcref.py @@ -24,7 +24,7 @@ Source Reference class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from warnings import warn diff --git a/src/gen/lib/url.py b/src/gen/lib/url.py index 2d4ccbd27..1f82cbef5 100644 --- a/src/gen/lib/url.py +++ b/src/gen/lib/url.py @@ -24,7 +24,7 @@ Url class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/urlbase.py b/src/gen/lib/urlbase.py index 28d749c62..848ac2290 100644 --- a/src/gen/lib/urlbase.py +++ b/src/gen/lib/urlbase.py @@ -24,7 +24,7 @@ UrlBase class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/lib/urltype.py b/src/gen/lib/urltype.py index c28fdf8fa..f1082b388 100644 --- a/src/gen/lib/urltype.py +++ b/src/gen/lib/urltype.py @@ -24,7 +24,7 @@ URL types """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" from grampstype import GrampsType, init_map from gettext import gettext as _ diff --git a/src/gen/lib/witness.py b/src/gen/lib/witness.py index cb2060451..5da1665e2 100644 --- a/src/gen/lib/witness.py +++ b/src/gen/lib/witness.py @@ -24,7 +24,7 @@ Witness class for GRAMPS """ -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/proxy/dbbase.py b/src/gen/proxy/dbbase.py index 8ca7ca1a1..1487afade 100644 --- a/src/gen/proxy/dbbase.py +++ b/src/gen/proxy/dbbase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _PrivateProxyDb.py 8864 2007-08-25 05:03:23Z dallingham $ +# $Id$ """ Proxy class for the GRAMPS databases. Filter out all data marked private. diff --git a/src/gen/proxy/filter.py b/src/gen/proxy/filter.py index c364c1ba6..e473493f5 100644 --- a/src/gen/proxy/filter.py +++ b/src/gen/proxy/filter.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _PrivateProxyDb.py 8864 2007-08-25 05:03:23Z dallingham $ +# $Id$ """ Proxy class for the GRAMPS databases. Apply filter diff --git a/src/gen/proxy/living.py b/src/gen/proxy/living.py index 41eaad3b1..53c35979d 100644 --- a/src/gen/proxy/living.py +++ b/src/gen/proxy/living.py @@ -25,7 +25,7 @@ Proxy class for the GRAMPS databases. Filter out all living people. """ __author__ = "Brian Matherly" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9381 $" #------------------------------------------------------------------------- # diff --git a/src/gen/proxy/private.py b/src/gen/proxy/private.py index 292fb2b76..4c6a015c8 100644 --- a/src/gen/proxy/private.py +++ b/src/gen/proxy/private.py @@ -25,7 +25,7 @@ Proxy class for the GRAMPS databases. Filter out all data marked private. """ __author__ = "Brian Matherly" -__revision__ = "$Revision$" +__revision__ = "$Revision: 9101 $" #------------------------------------------------------------------------- # diff --git a/src/gen/proxy/proxybase.py b/src/gen/proxy/proxybase.py index b47a164c2..8be721c54 100644 --- a/src/gen/proxy/proxybase.py +++ b/src/gen/proxy/proxybase.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _PrivateProxyDb.py 8864 2007-08-25 05:03:23Z dallingham $ +# $Id$ """ Proxy class for the GRAMPS databases. Filter out all data marked private. diff --git a/src/gen/utils/dbutils.py b/src/gen/utils/dbutils.py index e5c5d2659..6b56811d0 100644 --- a/src/gen/utils/dbutils.py +++ b/src/gen/utils/dbutils.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 6086 2006-03-06 03:54:58Z dallingham $ +# $Id$ from gettext import gettext as _ import copy diff --git a/src/glade/Makefile.am b/src/glade/Makefile.am index 0056b3035..707c99e5d 100644 --- a/src/glade/Makefile.am +++ b/src/glade/Makefile.am @@ -1,5 +1,5 @@ # This is the src/data level Makefile -# $Id: Makefile.am 6075 2006-03-04 22:53:46Z dallingham $ +# $Id$ # pkgdatadir = $(datadir)/@PACKAGE@/glade diff --git a/src/plugins/Calendar.py b/src/plugins/Calendar.py index 7487612a2..83805b2d3 100644 --- a/src/plugins/Calendar.py +++ b/src/plugins/Calendar.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA __author__ = "Douglas Blank " -__version__ = "$Revision$" +__version__ = "$Revision: 9875 $" #------------------------------------------------------------------------ # diff --git a/src/plugins/DateParserDisplayTest.py b/src/plugins/DateParserDisplayTest.py index b585f9665..8fb882616 100644 --- a/src/plugins/DateParserDisplayTest.py +++ b/src/plugins/DateParserDisplayTest.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: DateParserDisplayTest.py 9289 2007-11-01 21:41:18Z LosHawlos $ +# $Id$ "Validate localized date parser and displayer" diff --git a/src/plugins/EventNames.py b/src/plugins/EventNames.py index 724f15992..84dae1e41 100644 --- a/src/plugins/EventNames.py +++ b/src/plugins/EventNames.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: EventNames.py 8023 2007-02-01 17:26:51Z rshura $ +# $Id$ "Database Processing/Fix capitalization of family names" diff --git a/src/plugins/ExtractCity.py b/src/plugins/ExtractCity.py index ebf1a0a92..4facf9be3 100644 --- a/src/plugins/ExtractCity.py +++ b/src/plugins/ExtractCity.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: ExtractCity.py 8023 2007-02-01 17:26:51Z rshura $ +# $Id$ "Database Processing/Fix capitalization of family names" diff --git a/src/plugins/lineage.py b/src/plugins/lineage.py index 2f1282b58..f6cfd9240 100644 --- a/src/plugins/lineage.py +++ b/src/plugins/lineage.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _FamilyList.py 8897 2007-08-30 19:49:04Z bmcage $ +# $Id$ """ Display a person's father or mother lineage diff --git a/src/plugins/rel_nl.py b/src/plugins/rel_nl.py index 5a5d2943c..c1247f45e 100644 --- a/src/plugins/rel_nl.py +++ b/src/plugins/rel_nl.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: rel_nl.py 6775 2006-12-16 05:52:17Z erikderichter $ +# $Id$ #------------------------------------------------------------------------- #