prculley 
							
						 
					 
					
						
						
							
						
						67c8fd18cb 
					 
					
						
						
							
							Merge with Gramps50 branch  
						
						
						
						
					 
					
						2019-04-23 11:01:07 -05:00 
						 
				 
			
				
					
						
							
							
								Paul Culley 
							
						 
					 
					
						
						
							
						
						00c74d139a 
					 
					
						
						
							
							Fix example gramps files so media is found ( #785 )  
						
						... 
						
						
						
						Fixes  #11015 
On Windows the location of the example files is "c:\program files\grampsaio64-5.0.1\share\doc\gramps\example\gramps".
On my Ubuntu install from the .deb file these files are in "/usr/share/doc/gramps/example/gramps"
Since the default GRAMPS_RESOURCES value for each system is the 'share', to find the media files we need to append "/doc/gramps/example/gramps" to have the example files work properly. 
					
						2019-03-17 13:41:35 +11:00 
						 
				 
			
				
					
						
							
							
								prculley 
							
						 
					 
					
						
						
							
						
						257275f169 
					 
					
						
						
							
							Merge from gramps50  
						
						
						
						
					 
					
						2018-07-12 11:10:22 -05:00 
						 
				 
			
				
					
						
							
							
								Sam Manzi 
							
						 
					 
					
						
						
							
						
						23f69f5bc2 
					 
					
						
						
							
							Fix places in example.gramps ( #578 )  
						
						... 
						
						
						
						- Moved Greek places into top level Greece entry & added English names.
- Removed Puerto Rico as a country as part of USA 
						
						
					 
					
						2018-03-14 10:53:38 +11:00 
						 
				 
			
				
					
						
							
							
								Sebastian Schubert 
							
						 
					 
					
						
						
							
						
						bd5f6e4711 
					 
					
						
						
							
							example.gramps: add some non-primary participants to events  
						
						... 
						
						
						
						The following additional participants were added:
Death of Garner, Anderson:
* Page, Elizabeth (Witness)
* Farmer, Miranda Keziah (Witness)
* Page, David (Informant)
Birth of Thornton, James Arthur:
* Jankowski, Margaret Jane "Maggie" (Witness)
* Garner, Raymond E. (Informant)
Marriage of Garner, Lewis Anderson and Martel, Luella Jacques:
* Garner, Robert W. (Witness)
* Martel, Henry (Witness)
* Page, Robert (Clergy)
* Blanco, L. J. (Clergy) 
						
						
					 
					
						2017-08-08 12:41:54 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						57f7f94164 
					 
					
						
						
							
							move files for testing gramps out of example/gramps, per Nick  
						
						
						
						
					 
					
						2016-10-02 11:39:45 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						ca9e13ed7f 
					 
					
						
						
							
							Chinese families for example.gramps (thanks, Sati Bodhi (Yin Hoe TAN))  
						
						... 
						
						
						
						They are from the Chinese novel "Dream of the Red Mansion" 
						
						
					 
					
						2016-08-31 09:07:24 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						a60ae79ca0 
					 
					
						
						
							
							add a Greek family to example.gramps (thanks, Zissis Papadopoulos)  
						
						
						
						
					 
					
						2016-07-02 20:59:17 -07:00 
						 
				 
			
				
					
						
							
							
								Nick Hall 
							
						 
					 
					
						
						
							
						
						e32fc6e761 
					 
					
						
						
							
							Correct place type for parishes in example database  
						
						
						
						
					 
					
						2016-06-17 23:28:13 +01:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						551edbb07a 
					 
					
						
						
							
							Tests: don't make home person the private person  
						
						
						
						
					 
					
						2016-04-19 07:16:58 -04:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						cd5905dfdb 
					 
					
						
						
							
							data.gramps: add mediapath  
						
						
						
						
					 
					
						2016-04-16 23:04:39 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Manzi 
							
						 
					 
					
						
						
							
						
						4342b319e3 
					 
					
						
						
							
							Merge pull request  #102  from SNoiraud/bug5449  
						
						... 
						
						
						
						5449: Pedigree view crashes if you happen to choose a child as ancestor 
						
						
					 
					
						2016-04-16 07:19:01 +10:00 
						 
				 
			
				
					
						
							
							
								SNoiraud 
							
						 
					 
					
						
						
							
						
						a472ec4e08 
					 
					
						
						
							
							5449: Pedigree view crashes : add examples for testing loops.  
						
						
						
						
					 
					
						2016-04-11 10:06:20 +02:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						ad3dcb8d13 
					 
					
						
						
							
							Hide db._select(); Refactor db._tables; QuerySet; tests and bug fixes  
						
						... 
						
						
						
						db.select() has become db._select()
This commit refactors database._tables so that they can work properly
after a proxy or filter has been removed.
It adds abstract API called QuerySet which allows a variety of
selections and ordering of data.
Logging was added to sqlite to better see db access.
Additional fixes:
* clearing GenericDB._directory
* test_util_test off-by-one error 
						
						
					 
					
						2016-02-28 15:40:16 -05:00 
						 
				 
			
				
					
						
							
							
								belissent 
							
						 
					 
					
						
						
							
						
						82eb6e17ac 
					 
					
						
						
							
							Create a GRAMPS environment ENV for variables substitutions in paths  
						
						
						
						
					 
					
						2015-08-20 14:04:21 +02:00 
						 
				 
			
				
					
						
							
							
								belissent 
							
						 
					 
					
						
						
							
						
						5d654d402a 
					 
					
						
						
							
							Environment variables in mediapath  
						
						... 
						
						
						
						The mediapath could now be a relative path from database location,
or use variables ($GRAMPSHOME, $GRAMPS_RESOURCES, etc.) 
						
						
					 
					
						2015-08-19 16:26:59 +02:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						37d2d7b809 
					 
					
						
						
							
							Updated example/gramps/data.gramps with researcher info  
						
						
						
						
					 
					
						2015-08-01 09:45:44 -04:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						0f86d84dca 
					 
					
						
						
							
							8683: Bump to Gramps XML 1.7.1  
						
						
						
						
					 
					
						2015-07-06 15:06:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						444c8f95e1 
					 
					
						
						
							
							8683: fix duplicate <name> element on pre-1.7.0 XML version  
						
						... 
						
						
						
						XML: use <pname> tag into place hierarchy instead of duplicate <name> 
						
						
					 
					
						2015-07-05 11:09:19 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						ef921f22c3 
					 
					
						
						
							
							Update/Migrate 'data.gramps'  
						
						
						
						
					 
					
						2015-06-27 15:01:21 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						62082a4737 
					 
					
						
						
							
							Update/Migrate 'example.gramps' and XML schema files  
						
						
						
						
					 
					
						2015-06-27 14:53:29 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Hall 
							
						 
					 
					
						
						
							
						
						8d6ffbeaec 
					 
					
						
						
							
							Remove executable permission from gedcom file  
						
						
						
						
					 
					
						2015-06-18 14:18:36 +01:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						c2d4e0c7ba 
					 
					
						
						
							
							Merge pull request from belissent/belissent/gramps41  
						
						... 
						
						
						
						Modification for example.gramps database
(custom parent relationship, notes) 
						
						
					 
					
						2015-05-24 18:01:47 -04:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						2bf4718af7 
					 
					
						
						
							
							add a gramps-XML file to test date formats in different locales  
						
						
						
						
					 
					
						2015-05-16 20:25:21 -07:00 
						 
				 
			
				
					
						
							
							
								Nick Hall 
							
						 
					 
					
						
						
							
						
						63fe1a4bd2 
					 
					
						
						
							
							8242: Put places in data.gramps into a hierarchy  
						
						
						
						
					 
					
						2015-01-24 19:34:17 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						c2e2be69fa 
					 
					
						
						
							
							add a few date examples (near the top of the list)  
						
						
						
						
					 
					
						2014-11-13 10:14:31 -08:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						df15991a8e 
					 
					
						
						
							
							add datespan example  
						
						
						
						
					 
					
						2014-10-11 10:57:14 -07:00 
						 
				 
			
				
					
						
							
							
								Björn Samvik 
							
						 
					 
					
						
						
							
						
						592707deea 
					 
					
						
						
							
							8014: Importing gedcom files containing multibyte UTF-8 characters fails  
						
						
						
						
					 
					
						2014-08-25 10:56:02 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						ebc213f0ac 
					 
					
						
						
							
							add a few examples (Thai script, Married Name, "estimated about" date)  
						
						
						
						
					 
					
						2014-08-06 12:53:06 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						8de7d287b7 
					 
					
						
						
							
							add Arabic-script and Islamic-date examples (courtesy of Munzir Taha)  
						
						
						
						
					 
					
						2014-07-15 09:24:41 -07:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						e87ca38574 
					 
					
						
						
							
							add a missing date value sample on a media object, re-order according to handle value for a place added outside XML export (idempotent)  
						
						
						
						
					 
					
						2014-06-04 15:00:37 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						96ceb1534a 
					 
					
						
						
							
							add checksum values on 'example.gramps'  
						
						
						
						
					 
					
						2014-06-04 14:47:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						975c6ef577 
					 
					
						
						
							
							typo on country level (example.gramps)  
						
						
						
						
					 
					
						2014-05-22 09:01:40 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						399e902a48 
					 
					
						
						
							
							7707: re-use same attributes order as XML exporter  
						
						
						
						
					 
					
						2014-05-19 15:21:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						3e4578e5df 
					 
					
						
						
							
							7707: typo during update for place hierarchy  
						
						
						
						
					 
					
						2014-05-19 15:03:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						5388f0bce9 
					 
					
						
						
							
							7707: same place hierarchies as before [27dab7] and [5468dd] into 'example.gramps'  
						
						
						
						
					 
					
						2014-05-19 11:19:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						fb30873888 
					 
					
						
						
							
							start to complete place object names on 'data.gramps' sample  
						
						
						
						
					 
					
						2014-05-15 20:01:59 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						a1e1b32fa9 
					 
					
						
						
							
							update 'data.gramps' according to [27dab7] and [5468dd]  
						
						
						
						
					 
					
						2014-05-15 14:38:49 +02:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						365ac50b83 
					 
					
						
						
							
							update 'example.gramps' according to [27dab7] and [5468dd]  
						
						
						
						
					 
					
						2014-05-15 14:36:16 +02:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						abfc1dd698 
					 
					
						
						
							
							Updated example.gramps  
						
						
						
						
					 
					
						2013-11-09 19:06:11 -05:00 
						 
				 
			
				
					
						
							
							
								Paul Franklin 
							
						 
					 
					
						
						
							
						
						860360af2f 
					 
					
						
						
							
							add some more names to data.gramps (more modern: divorces, etc.)  
						
						... 
						
						
						
						svn: r22476 
						
						
					 
					
						2013-06-03 20:18:12 +00:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						f0d8d4bc8d 
					 
					
						
						
							
							Bring data.gramps up to date with version 1.5.0 of XML; fix missing citations  
						
						... 
						
						
						
						svn: r21097 
						
						
					 
					
						2013-01-13 16:27:08 +00:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						9a1f3abd59 
					 
					
						
						
							
							Moving to xml rather than gz for comparison purposes  
						
						... 
						
						
						
						svn: r21096 
						
						
					 
					
						2013-01-13 16:25:09 +00:00 
						 
				 
			
				
					
						
							
							
								Doug Blank 
							
						 
					 
					
						
						
							
						
						b82496eada 
					 
					
						
						
							
							Beginning of example in CSV format  
						
						... 
						
						
						
						svn: r20915 
						
						
					 
					
						2012-12-31 20:08:43 +00:00 
						 
				 
			
				
					
						
							
							
								Benny Malengier 
							
						 
					 
					
						
						
							
						
						62ac19b895 
					 
					
						
						
							
							GEPS 026: Replace 'make' for Gramps build  
						
						... 
						
						
						
						Removal of make from the top directory
svn: r20498 
						
						
					 
					
						2012-10-03 08:24:37 +00:00 
						 
				 
			
				
					
						
							
							
								Tim G L Lyons 
							
						 
					 
					
						
						
							
						
						03d5c759f4 
					 
					
						
						
							
							Change citation gramps_id to default format  
						
						... 
						
						
						
						svn: r19307 
						
						
					 
					
						2012-04-12 18:09:28 +00:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						7f0c5298f9 
					 
					
						
						
							
							use uncompressed .gramps (diff before rev18801)  
						
						... 
						
						
						
						svn: r18806 
						
						
					 
					
						2012-02-01 08:37:42 +00:00 
						 
				 
			
				
					
						
							
							
								Tim G L Lyons 
							
						 
					 
					
						
						
							
						
						d1d19a2a17 
					 
					
						
						
							
							Added all possible source citations. These are all related to the home person (a few other items of data also added so the citations can be attached to them). See note with Gramps ID N0015.  
						
						... 
						
						
						
						svn: r18801 
						
						
					 
					
						2012-01-31 17:08:06 +00:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						c38e2ab5a0 
					 
					
						
						
							
							4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272  
						
						... 
						
						
						
						svn: r18285 
						
						
					 
					
						2011-10-11 05:51:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jérôme Rapinat 
							
						 
					 
					
						
						
							
						
						408d3aec79 
					 
					
						
						
							
							4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272  
						
						... 
						
						
						
						svn: r18275 
						
						
					 
					
						2011-10-10 11:39:50 +00:00