Changes

Jump to: navigation, search

Category:GEPS

3,045 bytes added, 13:56, 30 September 2017
no edit summary
! Released
! Note
! SVNRevision Control
|-
| <!-- GEPS - Title -->[[GEPS 001: Relationship type event link]]
| <!-- GEPS - Title -->[[GEPS 006: Better Place handling]]
| <!-- Proposed -->2007
| <!-- Status -->''In progress'Finished'''| <!-- Released -->Gramps 3.2 (hierarchical place view)<br/> Gramps 3.3 (Locality field added to location)<br />Gramps 4.1| <!-- Note -->-Place tree view.<br />Locality field added to location.<br />Hierarchical place structure.
| <!-- SVN -->
|-
| <!-- SVN -->
|-
| <!-- GEPS - Title -->[[GEPS 010: SQL Relational Backend]]
| <!-- Proposed -->2009
| <!-- Status -->'''Withdrawn'''
| <!-- Released -->-
| <!-- Note -->Superseded by Related to [[GEPS 013: Gramps Webapp]], [[GEPS 032: Database Backend API]]
| <!-- SVN -->
|-
| <!-- GEPS - Title -->[[GEPS 011: Tagging]]
| <!-- Proposed -->2008<br />2012
| <!-- Status -->'''Finished'''<br />'''Finished'''
| <!-- Released -->Gramps 3.3<br />Gramps 4.1
| <!-- Note -->Tagging of people, families, media and notes only.<br />Tagging extended to all primary objects.
| <!-- Released -->?
| <!-- Note -->See prototype [http://gramps-connect.org/ gramps-connect.org]<br>You can log into the site, as a:<br>superuser (id=admin, password=gramps)<br>or a regular user (id=admin1, password=gramps)<br>or just view as an anonymous user.
| <!-- SVN -->Current code is now in trunk[https://github.com/gramps-project/gramps/tree/master/gramps/webapp master]
|-
| <!-- GEPS - Title -->[[GEPS 014: Plugin registration and management]]
| <!-- Released -->
| <!-- Note -->
| <!-- SVN -->[httphttps://svngithub.code.sf.netcom/pgramps-project/gramps/code/branchestree/geps/gep-018-evidence-style/ SVNGIT]
|-
| <!-- GEPS - Title -->[[GEPS 019: Improved Sidebar and Split Views]]
| <!-- Released -->Gramps 3.3
| <!-- Note -->-
| <!-- SVN -->[httphttps://svngithub.code.sf.netcom/pgramps-project/gramps/code/branchestree/geps/gep-021-name/ SVNGIT]
|-
| <!-- GEPS - Title -->[[GEPS 022: Narrative Website Refactor]]
| <!-- Released -->Gramps 3.4
| <!-- Note -->-
| <!-- SVN -->Current code is now in Code merged into trunk [http://gramps.1791082.n4.nabble.com/GEPS023-merged-into-trunk-td4157519.html] <!--[httphttps://svngithub.code.sf.netcom/pgramps-project/gramps/code/branchestree/geps/gep-023-large-sources/ SVNGIT] -->
|-
| <!-- GEPS - Title -->[[GEPS 024: Natural transcription of Records]]
|-
| <!-- GEPS - Title -->[[GEPS 031: Python 3 support]]
| <!-- Proposed -->2012<br>2015| <!-- Status -->'''Finished'''<br>'''Finished'''| <!-- Released -->4.0.0<br>4.2.0| <!-- Note -->Added support for Python 3.<br>Moved to Python 3 only (Python 2 support dropped)| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 032: Database Backend API]]| <!-- Proposed -->2013| <!-- Status -->'''Finished'''| <!-- Released -->Gramps 5.0| <!-- Note -->Plug-in replacements for BSDDB. This allows the use of other databases as a backend.| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 033: Abstract Database API]]| <!-- Proposed -->2014| <!-- Status -->''In Progress''| <!-- Released -->| <!-- Note -->Working on for Gramps 4.1| <!-- SVN -->http://sourceforge.net/u/nick-h/gramps/ci/master/tree/|-| <!-- GEPS - Title -->[[GEPS 034: Improve usability]]| <!-- Proposed -->2014| <!-- Status -->| <!-- Released -->| <!-- Note -->This GEPS is about changes that would significantly improve the user friendliness of Gramps.| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 035: Attach family events to individuals]]| <!-- Proposed -->2014| <!-- Status -->| <!-- Released -->| <!-- Note -->| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 036: Extended Alternative Place Name Handling]]| <!-- Proposed -->2015
| <!-- Status -->'''Finished'''
| <!-- Released -->Gramps 4.0.02| <!-- Note -->At some time, we need to move Citations not added to python 3 ..place names.
| <!-- SVN -->
|-
| <!-- GEPS - Title -->[[GEPS 037: Support GEDCOM X]]
| <!-- Proposed -->2015
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->GEDCOM X is a set of open specifications for exchanging the genealogical data essential to the genealogical research process.
| <!-- GIT -->
|-
| <!-- GEPS - Title -->[[GEPS 038: Enhanced Transaction Log]]
| <!-- Proposed -->2015
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->Exploration of enhancing a persistent transaction log.
| <!-- GIT -->
|-
| <!-- GEPS - Title -->[[GEPS 039: Genealogical symbols in gramps]]
| <!-- Proposed -->2015
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->Exploration of the possibility to use genealogical symbols in gramps (gui, reports, ...)
| <!-- GIT -->[https://github.com/gramps-project/gramps/tree/geps/gep-039-genealogical-symbols GIT]
|-
| <!-- GEPS - Title -->[[GEPS 040: Persona Support]]
| <!-- Proposed -->2016
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->Exploration of supporting the persona concept in Gramps
| <!-- GIT -->
|-
| <!-- GEPS - Title -->[[GEPS 041: New Selector]]
| <!-- Proposed -->2016
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->Exploring and reviewing current base selector
| <!-- GIT -->
|-
| <!-- GEPS - Title -->[[GEPS 042: Multi-user record locking and editing]]
| <!-- Proposed -->2016
| <!-- Status -->
| <!-- Released -->
| <!-- Note -->Explore ability to lock rows, and separate views from editors
| <!-- GIT -->
|-
| <!-- GEPS - Title -->[[GEPS 043: Improving GEDCOM support for Places]]
| <!-- Proposed -->2017
| <!-- Status -->''In Progress''
| <!-- Released -->Working on for Gramps 5.0.0 (gramps50 branch)
| <!-- Note -->
| <!-- GIT -->
|-
| <!-- GEPS - Title -->
| <!-- Released -->
| <!-- Note -->
| <!-- SVN GIT -->|-|}
==Disruptive GEP's==
If a GEP is disruptive, a specific branch is used to develop it. First check out trunk
 
svn checkout https://svn.code.sf.net/p/gramps/code/trunk geps-021
cd geps-021
 
Create a new branch
 
svn copy https://svn.code.sf.net/p/gramps/code/trunk https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
 
and switch the repository to that branch
 
svn switch https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
When finishedIf a GEP is disruptive, merge a specific branch is used to develop it. See the changes back in trunk with ''Brief introduction to Git'' for detailed instructions on [http://svnbook.red-bean.com/en/1.0/ch04s04.html this guide[Brief_introduction_to_Git#Creating_a_branch|creating a branch]].
==Reference==
*[http://sourceforge.net/p/gramps.1791082.n4.nabble.com/GEPs-GRAMPS-Enhancement-Proposals-td1803625.html mailman/message/12554507/ GEPs: Gramps Enhancement Proposals], Jan 19, 2007, By Douglas S. Blank (Original discussion to form GEP's based on an "idea stolen and adapted from Python")
[[Category:Developers/General]]
[[Category:Developers/Roadmap]]
266
edits

Navigation menu