<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-03 21:19:17]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://www.gramps-project.org/bugs/</docs><link>http://www.gramps-project.org/bugs/</link><description><![CDATA[Gramps Bugtracker - Issues]]></description><title>Gramps Bugtracker - Issues</title><image><title>Gramps Bugtracker - Issues</title><url>http://www.gramps-project.org/bugs/images/mantis_logo_button.gif</url><link>http://www.gramps-project.org/bugs/</link><description><![CDATA[Gramps Bugtracker - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0005552: Handle sources Indexing</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5552</link><description><![CDATA[Added an experimental &quot;pre-alpha&quot; set of utilities (tools) for trunk (3.4).&lt;br /&gt;
&lt;br /&gt;
This aims to provide some fields for quickly generating indexes by using python and GtkBuilder (glade files), like current Editors.&lt;br /&gt;
&lt;br /&gt;
This is rather a third party program than a real gramps' tool. &lt;br /&gt;
And this is not yet clear how this could be used. &lt;br /&gt;
&lt;br /&gt;
My primary idea was to use a simple flat file as index and to handle multiple indexes:&lt;br /&gt;
&lt;br /&gt;
1. to use one XML file, a Gramps XML 'light/small' oriented sources and citations.&lt;br /&gt;
2. to use ElementTree (python 2.5) or SAX or DOM and to read and write this 'light/small' XML file, like an editor.&lt;br /&gt;
&lt;br /&gt;
A simple index(es) dialog with TreeView and connections to related editors as main window, large dialogs with many fields for seizures. The use of some Gramps' modules like date handler, note and name editors, photo handling. gen.lib, GUI widgets, etc ... avoid extra work and it also makes the maintenance easier.&lt;br /&gt;
&lt;br /&gt;
These types of indexes are often shared by genealogists.&lt;br /&gt;
It is publications and something close to our genealogical searches.&lt;br /&gt;
They are also the 'genealogical' toggle/battle for commercial web sites or collaborative associations.]]></description><category>Interface</category><pubDate>Fri, 03 Feb 2012 09:09:44 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5552</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5552#bugnotes</comments></item><item><title>0005553: GEDCOM import does not import references to repositories</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5553</link><description><![CDATA[If a &lt;&lt;SOURCE_REPOSITORY_CITATION&gt;&gt; appears (in a &lt;&lt;SOURCE_RECORD&gt;&gt;) before the referenced &lt;&lt;REPOSITORY_RECORD&gt;&gt;, then the repository reference in the Gramps database does not have a valid reference to the repository.&lt;br /&gt;
&lt;br /&gt;
Output from Gramps, and other test cases have the &lt;&lt;SOURCE_RECORD&gt;&gt; before the &lt;&lt;REPOSITORY_RECORD&gt;&gt;, so this problem frequently occurs.]]></description><category>Plugins: Reports, Tools, ...</category><pubDate>Fri, 03 Feb 2012 04:31:03 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5553</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5553#bugnotes</comments></item><item><title>0001571: Option on import to preserve Non-standard data from GEDCOM files (currently discarded without notice)</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=1571</link><description><![CDATA[GEDCOM is an imperfact standard and many genealogy apps therefore add custom tags to the files. At present this data is simply discarded when importing to GRAMPS.&lt;br /&gt;
&lt;br /&gt;
Some of the data is likely to be human readable, or at least understandable with a bit of research, so some GRAMPS users would prefer to keep the data, for example in GRAMPS note fields.&lt;br /&gt;
&lt;br /&gt;
Solving this would contribute to a workaround for these bugs:&lt;br /&gt;
&lt;a href=&quot;http://www.gramps-project.org/bugs/view.php?id=1371&quot;&gt;0001371&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gramps-project.org/bugs/view.php?id=827&quot;&gt;0000827&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gramps-project.org/bugs/view.php?id=1360&quot;&gt;0001360&lt;/a&gt;]]></description><category>File Formats</category><pubDate>Thu, 02 Feb 2012 16:07:00 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=1571</guid><comments>http://www.gramps-project.org/bugs/view.php?id=1571#bugnotes</comments></item><item><title>0001371: source record ignores useful DATA block</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=1371</link><description><![CDATA[We presently ignore this element, but a DATA element of a source record seems to contain information that researchers might consider valuable.&lt;br /&gt;
&lt;br /&gt;
 +1 DATA {0:1}&lt;br /&gt;
  +2 EVEN &lt;EVENTS_RECORDED&gt; {0:M}&lt;br /&gt;
   +3 DATE &lt;DATE_PERIOD&gt; {0:1} &lt;br /&gt;
   +3 PLAC &lt;SOURCE_JURISDICTION_PLACE&gt; {0:1}&lt;br /&gt;
  +2 AGNC &lt;RESPONSIBLE_AGENCY&gt; {0:1}&lt;br /&gt;
  +2 &lt;&lt;NOTE_STRUCTURE&gt;&gt; {0:M}&lt;br /&gt;
&lt;br /&gt;
It seems a petty well defined structure, and may &lt;wishful thinking?&gt; be more-or-less straightforward in the required implementation effort in the database, xml, and parsing. &lt;br /&gt;
&lt;br /&gt;
Secondarily, it is a fairly visible annoyance that we ignore this information in the one sample gedcom file of the gedcom spec.&lt;br /&gt;
&lt;br /&gt;
..jim]]></description><category>File Formats</category><pubDate>Thu, 02 Feb 2012 16:03:51 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=1371</guid><comments>http://www.gramps-project.org/bugs/view.php?id=1371#bugnotes</comments></item><item><title>0005547: Back-up crashes</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5547</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Attempting a back-up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
384040: ERROR: gramps.py: line 142: Unhandled exception&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\share\gramps\gui\viewmanager.py&quot;, line 1576, in quick_backup&lt;br /&gt;
    writer.export()&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\share\gramps\plugins\export\ExportPkg.py&quot;, line 188, in export&lt;br /&gt;
    archive.add(filename, archname)&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 1989, in add&lt;br /&gt;
    self.addfile(tarinfo, f)&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 2013, in addfile&lt;br /&gt;
    buf = tarinfo.tobuf(self.format, self.encoding, self.errors)&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 994, in tobuf&lt;br /&gt;
    return self.create_gnu_header(info)&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 1025, in create_gnu_header&lt;br /&gt;
    return buf + self._create_header(info, GNU_FORMAT)&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 1110, in _create_header&lt;br /&gt;
    itn(info.get(&quot;mtime&quot;, 0), 12, format),&lt;br /&gt;
  File &quot;C:\Program Files (x86)\GrampsAIO\lib\tarfile.py&quot;, line 217, in itn&lt;br /&gt;
    n = struct.unpack(&quot;L&quot;, struct.pack(&quot;l&quot;, n))[0]&lt;br /&gt;
error: integer out of range for 'l' format code&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 7, 25) &lt;br /&gt;
Gramps version: 3.3.1 (AIO v.2) &lt;br /&gt;
LANG: en_US.UTF-8&lt;br /&gt;
OS: win32&lt;br /&gt;
Distribution:  &lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 18, 9)&lt;br /&gt;
pygtk version  : (2, 24, 0)&lt;br /&gt;
gobject version: (2, 28, 4)&lt;br /&gt;
cairo version  : (1, 8, 10)]]></description><category>Windows Port</category><pubDate>Thu, 02 Feb 2012 10:21:39 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5547</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5547#bugnotes</comments></item><item><title>0005459: Gramps chrashes when switching to person view</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5459</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Switching to person view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
9735332: ERROR: gramps.py: line 142: Unhandled exception&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\viewmanager.py&quot;, line 1265, in view_changed&lt;br /&gt;
    self.__change_page(page_num)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\viewmanager.py&quot;, line 1278, in __change_page&lt;br /&gt;
    self.active_page.set_active()&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\plugins\lib\libpersonview.py&quot;, line 398, in set_active&lt;br /&gt;
    ListView.set_active(self)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\listview.py&quot;, line 256, in set_active&lt;br /&gt;
    NavigationView.set_active(self)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\navigationview.py&quot;, line 154, in set_active&lt;br /&gt;
    PageView.set_active(self)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\pageview.py&quot;, line 305, in set_active&lt;br /&gt;
    self.build_tree()&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\listview.py&quot;, line 279, in build_tree&lt;br /&gt;
    sort_map=self.column_order())&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\treemodels\peoplemodel.py&quot;, line 476, in __init__&lt;br /&gt;
    scol=scol, order=order, sort_map=sort_map)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\treemodels\flatbasemodel.py&quot;, line 415, in __init__&lt;br /&gt;
    self.rebuild_data()&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\treemodels\flatbasemodel.py&quot;, line 556, in _rebuild_filter&lt;br /&gt;
    allkeys = self.sort_keys()&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\treemodels\flatbasemodel.py&quot;, line 516, in sort_keys&lt;br /&gt;
    self.sort_func(data)), key) for key, data in cursor)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\gui\views\treemodels\flatbasemodel.py&quot;, line 516, in &lt;genexpr&gt;&lt;br /&gt;
    self.sort_func(data)), key) for key, data in cursor)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\share\gramps\Utils.py&quot;, line 287, in &lt;lambda&gt;&lt;br /&gt;
    conv_unicode_tosrtkey_ongtk = lambda x: locale.strxfrm(x.encode(codeset,'replace'))&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO64\lib\encodings\cp1252.py&quot;, line 12, in encode&lt;br /&gt;
    return codecs.charmap_encode(input,errors,encoding_table)&lt;br /&gt;
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 0: unexpected end of data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 7, 25) &lt;br /&gt;
Gramps version: 3.3.1 (AIO64 v.1) &lt;br /&gt;
LANG: nb_NO.UTF-8&lt;br /&gt;
OS: win32&lt;br /&gt;
Distribution:  &lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 24, 7)&lt;br /&gt;
pygtk version  : (2, 24, 0)&lt;br /&gt;
gobject version: (2, 28, 6)&lt;br /&gt;
cairo version  : (1, 10, 0)]]></description><category>Person View</category><pubDate>Thu, 02 Feb 2012 08:23:25 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5459</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5459#bugnotes</comments></item><item><title>0005549: database corruption</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5549</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
9625: ERROR: dbloader.py: line 93: Invalid argument -- C:\Documents and Settings\Joseph White\Application Data\gramps\grampsdb\4e9f19fa\meta_data.db: unexpected file type or format15843: ERROR: tool.py: line 250: Failed to start tool.&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO\share\gramps\gui\plug\tool.py&quot;, line 246, in gui_tool&lt;br /&gt;
    tool_class(dbstate, uistate, options_class, name, callback)&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO\share\gramps\plugins\tool\Check.py&quot;, line 207, in __init__&lt;br /&gt;
    with DbTxn(_(&quot;Check Integrity&quot;), self.db, batch=True) as trans:&lt;br /&gt;
  File &quot;C:\Program Files\GrampsAIO\share\gramps\gen\db\txn.py&quot;, line 115, in __init__&lt;br /&gt;
    self.commitdb = grampsdb.get_undodb()&lt;br /&gt;
AttributeError: 'DbBsddbRead' object has no attribute 'get_undodb'&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 7, 25) &lt;br /&gt;
Gramps version: 3.3.1 (AIO v.2) &lt;br /&gt;
LANG: 1033&lt;br /&gt;
OS: win32&lt;br /&gt;
Distribution:  &lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 18, 9)&lt;br /&gt;
pygtk version  : (2, 24, 0)&lt;br /&gt;
gobject version: (2, 28, 4)&lt;br /&gt;
cairo version  : (1, 8, 10)]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 14:36:32 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5549</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5549#bugnotes</comments></item><item><title>0005515: Have this on portable APPS</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5515</link><description><![CDATA[When I ran the updates, it gave me something about one did not load and to restart..&lt;br /&gt;
&lt;br /&gt;
The view Graph View did not load. See Help Menu, Plugin Manager for more info.&lt;br /&gt;
Use &lt;a href=&quot;http://bugs.gramps-project.org&quot;&gt;http://bugs.gramps-project.org&lt;/a&gt; [&lt;a href=&quot;http://bugs.gramps-project.org&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] to submit bugs of official views, contact the view author (&lt;a href=&quot;mailto:gary.burton@zen.co.uk&quot;&gt;gary.burton@zen.co.uk&lt;/a&gt;) otherwise. &lt;br /&gt;
&lt;br /&gt;
5273: WARNING: spell.py: line 59: pyenchant must be installed&lt;br /&gt;
5289: WARNING: spell.py: line 67: Spelling checker is not installed52424: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected]]></description><category>3rd Party Addons</category><pubDate>Wed, 01 Feb 2012 12:25:04 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5515</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5515#bugnotes</comments></item><item><title>0005551: The view Graph View did not load</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5551</link><description><![CDATA[The view Graph View did not load. See Help Menu, Plugin Manager for more info.&lt;br /&gt;
Use &lt;a href=&quot;http://bugs.gramps-project.org&quot;&gt;http://bugs.gramps-project.org&lt;/a&gt; [&lt;a href=&quot;http://bugs.gramps-project.org&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] to submit bugs of official views, contact the view author (&lt;a href=&quot;mailto:gary.burton@zen.co.uk&quot;&gt;gary.burton@zen.co.uk&lt;/a&gt;) otherwise.]]></description><category>3rd Party Addons</category><pubDate>Wed, 01 Feb 2012 02:04:12 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5551</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5551#bugnotes</comments></item><item><title>0005550: DB crash</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5550</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
opening a family file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
13627: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.2+ (default, Oct  4 2011, 20:06:09) [GCC 4.6.1] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 8, 30) &lt;br /&gt;
Gramps version: 3.3.1-1 &lt;br /&gt;
LANG: en_US.UTF-8&lt;br /&gt;
OS: Linux&lt;br /&gt;
Distribution: 3.0.0-15-generic&lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 24, 6)&lt;br /&gt;
pygtk version  : (2, 24, 0)&lt;br /&gt;
gobject version: (2, 28, 6)&lt;br /&gt;
cairo version  : (1, 8, 8)]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 02:00:36 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5550</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5550#bugnotes</comments></item><item><title>0005143: Starting the application (ccrashed on start-up)</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5143</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Starting gramps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
9736: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] &lt;br /&gt;
BSDDB version: 4.7.3 (4, 8, 24) &lt;br /&gt;
Gramps version: 3.3.0-1 &lt;br /&gt;
LANG: en_US.utf8&lt;br /&gt;
OS: Linux&lt;br /&gt;
Distribution: 2.6.32-21-generic&lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 20, 1)&lt;br /&gt;
pygtk version  : (2, 17, 0)&lt;br /&gt;
gobject version: (2, 21, 1)&lt;br /&gt;
cairo version  : (1, 8, 8)]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 01:54:03 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5143</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5143#bugnotes</comments></item><item><title>0005204: error on trying to load pre-existing DB (saved using same version) after reinstalling software</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5204</link><description><![CDATA[11393: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 01:53:50 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5204</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5204#bugnotes</comments></item><item><title>0005283: I just upgraded my database, and used it this afternoon.  After I rebooted my machine, I cannot access the system again</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5283</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
30645: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected1206447: ERROR: dbloader.py: line 316: dbloader: read_file: DbEnvironmentError detected&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) [GCC 4.5.2] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 8, 30) &lt;br /&gt;
Gramps version: 3.3.0-1 &lt;br /&gt;
LANG: en_US.UTF-8&lt;br /&gt;
OS: Linux&lt;br /&gt;
Distribution: 2.6.38-11-generic&lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 24, 4)&lt;br /&gt;
pygtk version  : (2, 22, 0)&lt;br /&gt;
gobject version: (2, 28, 3)&lt;br /&gt;
cairo version  : (1, 8, 8)]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 01:53:34 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5283</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5283#bugnotes</comments></item><item><title>0005095: can't open database or restore from backup</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5095</link><description><![CDATA[attempt to open database gives this messag&lt;br /&gt;
Gramps has detected a problem in the underlying Berkeley database. This can be repaired by from the Family Tree Manager. Select the database and click on the Repair button&lt;br /&gt;
&lt;br /&gt;
Invalid argument -- /home/jackds/.gramps/grampsdb/4d82aa1b/meta_data.db: unexpected file type or format&lt;br /&gt;
&lt;br /&gt;
attempt to use database repair tool gives &lt;br /&gt;
45937: ERROR: _Tool.py: line 248: Failed to start tool.&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;/usr/share/gramps/PluginUtils/_Tool.py&quot;, line 244, in gui_tool&lt;br /&gt;
    tool_class(dbstate, uistate, options_class, name, callback)&lt;br /&gt;
  File &quot;/usr/share/gramps/plugins/tool/Check.py&quot;, line 169, in __init__&lt;br /&gt;
    trans = self.db.transaction_begin(&quot;&quot;, batch=True)&lt;br /&gt;
AttributeError: 'DbBsddbRead' object has no attribute 'transaction_begin'&lt;br /&gt;
&lt;br /&gt;
attempt to load backup gramps.data gives&lt;br /&gt;
&lt;br /&gt;
79514: ERROR: dbloader.py: line 247: Failed to import database.&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;/usr/share/gramps/gui/dbloader.py&quot;, line 237, in do_import&lt;br /&gt;
    self._pulse_progress)&lt;br /&gt;
  File &quot;/usr/share/gramps/plugins/import/ImportXml.py&quot;, line 111, in importData&lt;br /&gt;
    version_is_valid(xml_file, cl) is False:&lt;br /&gt;
  File &quot;/usr/share/gramps/plugins/import/ImportXml.py&quot;, line 2479, in version_is_valid&lt;br /&gt;
    parser = VersionParser(filename)&lt;br /&gt;
  File &quot;/usr/share/gramps/plugins/import/ImportXml.py&quot;, line 2405, in __init__&lt;br /&gt;
    self.__p.ParseFile(xml_file)&lt;br /&gt;
ExpatError: not well-formed (invalid token): line 41718, column 26]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 01:51:54 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5095</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5095#bugnotes</comments></item><item><title>0005302: can't access database - says minor corruption but won't fix it.</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5302</link><description><![CDATA[User Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
starting gramps.  I started it, it said there ws a bug and I should repair it, I pressed the repai button, it said to restart Gramps, I restarted Gramps, same message came up, I repaired it and then got a longer error report.  I can't see any of my database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error Details: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
22937: ERROR: dbloader.py: line 93: Invalid argument -- C:\Documents and Settings\Katherine\Application Data\gramps\grampsdb\4e90fa36\meta_data.db: unexpected file type or format&lt;br /&gt;
36889: ERROR: tool.py: line 250: Failed to start tool.&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\gui\plug\tool.py&quot;, line 246, in gui_tool&lt;br /&gt;
    tool_class(dbstate, uistate, options_class, name, callback)&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\plugins\tool\Check.py&quot;, line 178, in __init__&lt;br /&gt;
    with DbTxn(_(&quot;Check Integrity&quot;), self.db, batch=True) as trans:&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\gen\db\txn.py&quot;, line 115, in __init__&lt;br /&gt;
    self.commitdb = grampsdb.get_undodb()&lt;br /&gt;
AttributeError: 'DbBsddbRead' object has no attribute 'get_undodb'104858: ERROR: tool.py: line 250: Failed to start tool.&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\gui\plug\tool.py&quot;, line 246, in gui_tool&lt;br /&gt;
    tool_class(dbstate, uistate, options_class, name, callback)&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\plugins\tool\Check.py&quot;, line 178, in __init__&lt;br /&gt;
    with DbTxn(_(&quot;Check Integrity&quot;), self.db, batch=True) as trans:&lt;br /&gt;
  File &quot;D:\Gramps\share\gramps\gen\db\txn.py&quot;, line 115, in __init__&lt;br /&gt;
    self.commitdb = grampsdb.get_undodb()&lt;br /&gt;
AttributeError: 'DbBsddbRead' object has no attribute 'get_undodb'&lt;br /&gt;
&lt;br /&gt;
System Information: &lt;br /&gt;
===================&lt;br /&gt;
&lt;br /&gt;
Python version: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] &lt;br /&gt;
BSDDB version: 4.8.4.1 (4, 7, 25) &lt;br /&gt;
Gramps version: 3.3.0 (AIO v.2) &lt;br /&gt;
LANG: en_NZ.UTF-8&lt;br /&gt;
OS: win32&lt;br /&gt;
Distribution:  &lt;br /&gt;
&lt;br /&gt;
GTK version    : (2, 18, 9)&lt;br /&gt;
pygtk version  : (2, 24, 0)&lt;br /&gt;
gobject version: (2, 28, 4)&lt;br /&gt;
cairo version  : (1, 8, 10)]]></description><category>Database</category><pubDate>Wed, 01 Feb 2012 01:50:31 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5302</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5302#bugnotes</comments></item><item><title>0005501: Gedcom with embedded and linked notes creates duplicate IDs</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5501</link><description><![CDATA[This bug was originally communicated by &quot;Tim Forsythe&quot; via the mailing list.&lt;br /&gt;
&lt;br /&gt;
4. All embedded notes were converted to linked notes, which in itself is &lt;br /&gt;
not a problem, but they reused existing note record ids resulting in &lt;br /&gt;
duplicates, which no application could possibly use.]]></description><category>File Formats</category><pubDate>Tue, 31 Jan 2012 11:28:23 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5501</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5501#bugnotes</comments></item><item><title>0005530: Integration of the Narrative Web Site into a CMS or MVC</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5530</link><description><![CDATA[Tne NarrativeWeb generate flat html files.&lt;br /&gt;
If you use a MVC or a CMS like itseasy, pmwiki, ... you can't return to the home page.&lt;br /&gt;
You loose all the look and feel of your website.&lt;br /&gt;
If I create some php files which include those html files ( mode_rewrite ),&lt;br /&gt;
it doesn't work because we have headers and &lt;/html&gt; in them.&lt;br /&gt;
could we have a MVC or CMS integration with only the body of html files.&lt;br /&gt;
We could have in this case at the same level of these partial html files an include file with specific javascript and specific light css.&lt;br /&gt;
CMS=[Content Management System] and MVC=[ Model View Controller ]]]></description><category>Reports</category><pubDate>Tue, 31 Jan 2012 07:12:19 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5530</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5530#bugnotes</comments></item><item><title>0005548: Triggered crash of Narrative Web Page report</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5548</link><description><![CDATA[In short. I set the report &quot;Header&quot; note to private and broke it.&lt;br /&gt;
&lt;br /&gt;
IMNSHO, the condition is a fringe case but it should be handled a smidgen better.]]></description><category>Reports</category><pubDate>Tue, 31 Jan 2012 05:15:25 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5548</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5548#bugnotes</comments></item><item><title>0005542: Unable to add in alternative family name</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5542</link><description><![CDATA[Assume we have a person with two different recorded spellings of their surname - Lyster &amp; Lister.  She is entered into gramps as Mary Lyster and I want to add in the alternate spelling for reference and searching.&lt;br /&gt;
&lt;br /&gt;
I've edited the person and gone into both Names.Use Multiple Surname and Names.Create and add a new name and no matter what I do, it just won't store any values.&lt;br /&gt;
&lt;br /&gt;
In the image below, as soon as I tab to the next field the new value &quot;Lister&quot; just goes away.  This seems to apply to all fields related to this function, but fields for adding in a new person, adding a nickname, adding in a location, adding a note, etc . . . all work.  It's just on this function (adding a second name to an existing person) that it fails.&lt;br /&gt;
&lt;br /&gt;
Any ideas ?&lt;br /&gt;
&lt;br /&gt;
z]]></description><category>Person View</category><pubDate>Mon, 30 Jan 2012 16:04:15 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5542</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5542#bugnotes</comments></item><item><title>0001727: Option on export to gedcom to preserve Non-standard data from gramps db (currently discarded without notice)</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=1727</link><description><![CDATA[Gramps can store more information then can fit into gedcom. If there is no clear gedcom equivalent to data stored in gramps, the data is currently discarded without notice when exporting to gedcom. &lt;br /&gt;
&lt;br /&gt;
Instead, this data could be put into the note field in Gedcom. Or into other fields if they would be more suitable.]]></description><category>File Formats</category><pubDate>Mon, 30 Jan 2012 11:49:22 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=1727</guid><comments>http://www.gramps-project.org/bugs/view.php?id=1727#bugnotes</comments></item><item><title>0001720: Don't throw away data: on export to gedcom write gramps data to ?notes?, on import try to parse non standard gedcom into ?notes?</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=1720</link><description><![CDATA[From: &lt;a href=&quot;http://www.nabble.com/Rewriting-the-GEDCOM-export-for-3.0-tt11977242.html#a14709232&quot;&gt;http://www.nabble.com/Rewriting-the-GEDCOM-export-for-3.0-tt11977242.html#a14709232&lt;/a&gt; [&lt;a href=&quot;http://www.nabble.com/Rewriting-the-GEDCOM-export-for-3.0-tt11977242.html#a14709232&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
Duncan: &lt;br /&gt;
There is one problem as I see it.&lt;br /&gt;
&lt;br /&gt;
We are throwing away data.&lt;br /&gt;
&lt;br /&gt;
But yes, Jim, we are doing it in two ways:&lt;br /&gt;
1. We are ignoring and discarding anything we don't understand in&lt;br /&gt;
incoming GEDCOM files.&lt;br /&gt;
2. We are flinging out into the ether anything we have painstakingly&lt;br /&gt;
entered into GRAMPS which does not fit into the GEDCOM paradigm and&lt;br /&gt;
format.]]></description><category>File Formats</category><pubDate>Mon, 30 Jan 2012 11:49:00 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=1720</guid><comments>http://www.gramps-project.org/bugs/view.php?id=1720#bugnotes</comments></item><item><title>0001033: Notes ID not imported from EasyTree GEDCOM file</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=1033</link><description><![CDATA[I recently obtained a GEDCOM file that used identifiers for notes and some other items, and these were not imported into GRAMPS when I did an import.  Here are snippets from the file to illustrate what I mean.&lt;br /&gt;
&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR EasyTree&lt;br /&gt;
2 VERS V6.0&lt;br /&gt;
2 CORP Sierra On-Line&lt;br /&gt;
1 DEST EasyTree&lt;br /&gt;
1 DATE 8 MAY 2000&lt;br /&gt;
1 SUBM @U1@&lt;br /&gt;
1 FILE c:\SIERRA\GEN6\My Family File Copy.uds&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.5&lt;br /&gt;
1 CHAR IBM WINDOWS&lt;br /&gt;
0 @U1@ SUBM&lt;br /&gt;
1 NAME Rachel Anne Jones-Brown&lt;br /&gt;
1 ADDR 1122 Elizabeth St.&lt;br /&gt;
2 CONT St. Joseph, Missouri 64504&lt;br /&gt;
1 PHON 816-238-4419&lt;br /&gt;
1 EMAL &lt;a href=&quot;mailto:rachanne80@hotmail.com&quot;&gt;rachanne80@hotmail.com&lt;/a&gt;&lt;br /&gt;
...&lt;br /&gt;
0 @I102@ INDI&lt;br /&gt;
1 NAME Jonathon /Jones/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 OCCU Shoemaker- would travel town to town, house to house, making new shoes and repairing old ones.&lt;br /&gt;
1 NOTE @N27@&lt;br /&gt;
1 FAMC @F12@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 8 MAR 2000&lt;br /&gt;
...&lt;br /&gt;
0 @I165@ INDI&lt;br /&gt;
1 NAME Charles Donald /Jones/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 24 JAN 1920&lt;br /&gt;
2 PLAC Leon, Iowa&lt;br /&gt;
1 DEAT&lt;br /&gt;
2 DATE 20 APR 1943&lt;br /&gt;
2 PLAC Hawaii&lt;br /&gt;
2 NOTE Died during the military&lt;br /&gt;
1 OCCU Military&lt;br /&gt;
1 NOTE @N79@&lt;br /&gt;
1 MILI @N80@&lt;br /&gt;
1 FAMC @F8@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 5 MAY 2000&lt;br /&gt;
...&lt;br /&gt;
0 @I336@ INDI&lt;br /&gt;
1 NAME Andrew J. /Jones/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1688&lt;br /&gt;
2 PLAC Greenwich, Rhode Island&lt;br /&gt;
1 DEAT&lt;br /&gt;
2 DATE 1754&lt;br /&gt;
2 PLAC Pennsylvania&lt;br /&gt;
1 BURI&lt;br /&gt;
2 DATE 1754&lt;br /&gt;
2 PLAC Pennsylvania&lt;br /&gt;
2 NOTE Buried on small plot of land on the back acres of the family&lt;br /&gt;
3 CONC farm. Cemetary is now a private place for family still to this&lt;br /&gt;
3 CONC day.&lt;br /&gt;
1 OCCU Farmer, Accountant&lt;br /&gt;
1 EDUC apprenticeship to the bank of Rhode Island&lt;br /&gt;
1 NOTE @N87@&lt;br /&gt;
1 NOTE @N88@&lt;br /&gt;
1 HIST @N89@&lt;br /&gt;
1 FAMC @F251@&lt;br /&gt;
1 FAMS @F248@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 26 APR 2000&lt;br /&gt;
...&lt;br /&gt;
0 @N27@ NOTE&lt;br /&gt;
1 NOTE Served as a captain in the Army during the Civil War with his&lt;br /&gt;
2 CONC brother-in-law, Powell Bixler. Both were captured and held&lt;br /&gt;
2 CONC prisoner at Andersonville prison, Camp Sumter, Georgia in 1864.&lt;br /&gt;
2 CONC Andersonville was one of the worst prison camps during the civil&lt;br /&gt;
2 CONC War. In 1864, when they were there, the prison held 35,000&lt;br /&gt;
2 CONC prisoners. Jonathon and Powell were a few of the prisoners that&lt;br /&gt;
2 CONC escaped and survived.&lt;br /&gt;
0 @N79@ NOTE&lt;br /&gt;
1 NOTE Never married nor had any children.&lt;br /&gt;
0 @N80@ NOTE&lt;br /&gt;
1 NOTE Died during WW2 in Hawaii while on duty.&lt;br /&gt;
0 @N87@ NOTE&lt;br /&gt;
1 NOTE Was given the family farm but passed it to his brother so that&lt;br /&gt;
2 CONC he could fulfill his own career choices.&lt;br /&gt;
0 @N88@ NOTE&lt;br /&gt;
1 NOTE He helped brother Jesse with the crops at harvest time.&lt;br /&gt;
0 @N89@ NOTE&lt;br /&gt;
1 NOTE Found he was honored as an upstanding citizen for his work fo&lt;br /&gt;
2 CONC rthe town of &quot;Pittsburgh&quot; and his fellow neighbors. He was&lt;br /&gt;
2 CONC always helping those who needed it and would work side by side&lt;br /&gt;
2 CONC with his fellow farmers to make sure everyones crops were&lt;br /&gt;
2 CONC harvested in time.&lt;br /&gt;
&lt;br /&gt;
The complete file can be downloaded from&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://awtc.ancestry.com/cgi-bin/igm.cgi?op=GED&amp;db=:544662&amp;id=I26022018&quot;&gt;http://awtc.ancestry.com/cgi-bin/igm.cgi?op=GED&amp;db=:544662&amp;id=I26022018&lt;/a&gt; [&lt;a href=&quot;http://awtc.ancestry.com/cgi-bin/igm.cgi?op=GED&amp;db=:544662&amp;id=I26022018&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
but it is too large for me to attach here.&lt;br /&gt;
&lt;br /&gt;
I am using GRAMPS 2.2.6-1 included with Kubuntu/Ubuntu 7.04 (Feisty Fawn).]]></description><category>File Formats</category><pubDate>Mon, 30 Jan 2012 10:17:04 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=1033</guid><comments>http://www.gramps-project.org/bugs/view.php?id=1033#bugnotes</comments></item><item><title>0005546: Complete Individual Report</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5546</link><description><![CDATA[Please add an option to include 'relationship to home person' on the complete individual report.]]></description><category>Reports</category><pubDate>Mon, 30 Jan 2012 07:27:45 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5546</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5546#bugnotes</comments></item><item><title>0005544: True Narrative Reports with Interleaved Events and Analysis</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5544</link><description><![CDATA[I listed this in the Category of &quot;Other&quot; in that it has Report and Database characteristics.&lt;br /&gt;
&lt;br /&gt;
For years, I have been looking for a single genealogy software program that has ALL of the following capabilities.  I have tested Gramps, and have found some potential.  However, Gramps is still lacking.  I am hoping that the developers of Gramps can accomplish the following one day soon.  Most of the following functional capabilities are met by Gramps.  However, functions 1, 3, 4, 5, and 9 below are things that either Gramps does not currently enable or only partially enables.  I listed all of them here, so that developers can see how all of these feature requests work together.&lt;br /&gt;
&lt;br /&gt;
1. The ability to automatically generate prose-style-narrative ancestry and descendency reports with concatenated text and notes and user-controlled placement of spaces, tabs, and paragraphs within the concatenation.  (Gramps does ancestry and descendency reports, but Gramps DOES NOT ENABLE a true narrative report.)&lt;br /&gt;
&lt;br /&gt;
2. The ability to link Analysis objects to Person objects. (It would be great is a separate Analysis object were defined.  However, in Gramps, Note objects linked to the Person object can be used as Analysis objects.)&lt;br /&gt;
&lt;br /&gt;
3. User definable Attributes for Person objects, Event objects linked to Person objects, and Analysis objects linked to Person objects.  (Gramps does this for Person objects and Event objects, but DOES NOT ENABLE THIS for Analysis objects, considering that Note objects being used in Gramps for Analysis objects as described above do not have user-definable Attributes.)&lt;br /&gt;
&lt;br /&gt;
4. User-definable text templates in Events objects linked to a Person object and Analysis objects linked to a Person object.  Such text templates would have the ability to use Attribute, Calculation, and Conditional Variables to insert values of Attribute fields, calculated values using values of multiple Attribute fields, and conditional statements using values of Attribute fields into user-defined text language for use in the above narrative reports.  (Gramps DOES NOT DO THIS. See feature request &lt;a href=&quot;http://www.gramps-project.org/bugs/view.php?id=5538&quot;&gt;0005538&lt;/a&gt;: Enable Users to Define Note Structures with Variables for the Automatic Creation of Notes in Event Role Notes.)&lt;br /&gt;
&lt;br /&gt;
5. Birth and death information are defined as standard Attributes of the Person object, so that the user-definable text templates describe above can utilize birth-related and death-related Variables, especially useful for Calculation Variables that use birth and death dates and places to calculate ages and distances. (Gramps DOES NOT DO THIS, though Gramps does seem to have the ability to calculate ages in some of its standard reports, likely using Birth Event Objects.  The problem with this is that users can link more than one Birth Event object to a Person object.)&lt;br /&gt;
&lt;br /&gt;
6. The ability to record Attributes of a Person Object, Event objects linked to a Person object, and Analysis objects linked to a Person object independent of each other. (Gramps does this with Note objects used as Analysis objects.)&lt;br /&gt;
&lt;br /&gt;
7. The ability to control the sequence in narrative reports of text associated with Event objects linked to a Person object and Analysis objects linked to a Person object independent of each other. (Gramps does this with Note objects used as Analysis objects.  Event objects linked to a Person object are in a separate list from Note objects linked to a Person object.)&lt;br /&gt;
&lt;br /&gt;
8. The ability to interleave in narrative reports the text associated with Event objects linked to a Person object and  the text associated with Analysis objects linked to a Person object.  (Gramps does this by enabling the creating of new Note objects linked to a Person object and the linking as Note objects of Notes that are recorded in Event objects linked to a Person object.  The Analysis objects are the newly created Note objects.)&lt;br /&gt;
&lt;br /&gt;
9. The ability to have references to source citations provided in end-notes and footnotes of a narrative report embedded in the interleaved narrative text described above. (Gramps DOES NOT DO THIS.  Regarding Notes recorded in Event objects linked to a Person object that have also been linked as Note objects to the Person object, such Note objects do not carry the linkage of Source objects that are linked to the same Event objects.)]]></description><category>Other</category><pubDate>Mon, 30 Jan 2012 01:42:04 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5544</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5544#bugnotes</comments></item><item><title>0005539: End-note/Footnote Source Citation References for Notes</title><author></author><link>http://www.gramps-project.org/bugs/view.php?id=5539</link><description><![CDATA[When reports are generated with Notes and Sources, but without Events, there needs to be superscripted reference numbers in the notes that refer to source citations that are listed in the End-notes/Footnotes.  These references would be generated using the Sources that are linked to the References that are linked to the Notes.&lt;br /&gt;
&lt;br /&gt;
This could be made optional by adding a checkbox under the Notes selection of the report that would allow selecting Note Source Citations.]]></description><category>Reports</category><pubDate>Mon, 30 Jan 2012 01:38:34 -0700</pubDate><guid>http://www.gramps-project.org/bugs/view.php?id=5539</guid><comments>http://www.gramps-project.org/bugs/view.php?id=5539#bugnotes</comments></item></channel></rss>

