summaryrefslogtreecommitdiff
path: root/library/WT/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Refactoring for PSR-0Greg Roach1-7/+7
2013-12-09Only delete/update one copy of a duplicated factGreg Roach1-1/+2
2013-11-28#1255943 - Probable mistakes in US English text file - 1.5.1 devGreg Roach1-1/+1
2013-11-25#1252675 - change 2 facts doubles oneGreg Roach1-5/+7
2013-11-01Tidy up trailing whitespaceGreg Roach1-6/+6
2013-10-15#1235895 - note.php adding source or restriction deletes header lineGreg Roach1-1/+2
2013-10-07#1236088 - GedcomRecord.php function removeLinks errorsfisharebest1-2/+2
2013-10-04#1234683 - GedcomRecord.php syntax error in function removeLinksGreg Roach1-2/+2
2013-09-07Fix typoGreg Roach1-1/+1
2013-09-06MSDOS line endings break raw GEDCOM editingGreg Roach1-8/+7
2013-09-06Use WT_Place objects for manipulating placesfisharebest1-2/+2
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest1-4/+7
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-21Fix error displaying records with pending creation AND deletionGreg Roach1-1/+5
2013-08-19Finally remove the old gedcom-based privacy functionsGreg Roach1-6/+3
2013-08-19Use record/fact objects for anniversariesGreg Roach1-4/+4
2013-08-18Fix: private facts lost when editing recordGreg Roach1-1/+1
2013-08-18Privacy for factsGreg Roach1-4/+6
2013-08-17Counts of linked records fail to reflect privacyGreg Roach1-13/+108
2013-08-11Fix: cannot add spouse to familyGreg Roach1-11/+20
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-08-09Replace linkMedia() / unlinkMedia()Greg Roach1-2/+2
2013-07-29If we are going to check privacy just once, and in one place, then we must re...fisharebest1-9/+5
2013-07-27Fix bug - cannot add new recordsfisharebest1-1/+1
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-4/+22
2013-07-16Refactor - no longer need WT_GedcomRecord::equals() - can use "=="fisharebest1-5/+0
2013-07-15(no commit message)fisharebest1-1/+1
2013-07-15#1201564 - Adding isolated indi - Not in object contextfisharebest1-1/+1
2013-07-13Refactor - improve semantics of CRUD operations on factsfisharebest1-2/+11
2013-07-07Use the actual XREF from the record, not the one used to find the record (e.g...fisharebest1-7/+5
2013-07-05The right place to check for privacy on facts is when we fetch them for view...fisharebest1-3/+3
2013-07-05Rollback some ideas about always returning gedcom records, even for invalid l...fisharebest1-1/+0
2013-07-05Rollback some ideas about always returning gedcom records, even for invalid l...fisharebest1-3/+5
2013-07-05More refactoring - compareChanDate()fisharebest1-19/+0
2013-07-05More refactoring - LastChangeTimestampfisharebest1-1/+3
2013-07-05Remove unused codefisharebest1-9/+0
2013-07-05More refactoring - export/downloadfisharebest1-3/+11
2013-07-04Typofisharebest1-1/+1
2013-07-04WT_GedcomRecord - hide broken links using dummy objects. Application code ca...fisharebest1-2/+7
2013-06-29(no commit message)fisharebest1-383/+400
2013-06-23Remove unused variablefisharebest1-4/+1
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-20/+17
2013-06-23Remove special code for PHP5.2fisharebest1-8/+1
2013-06-21Performance - cache DB queries for pending changesfisharebest1-4/+22
2013-06-17#1100139 - Change Family Members screen not populatingfisharebest1-1/+1
2013-05-13Don't count linked records, when we will be fetching them later.fisharebest1-20/+0
2013-05-11#1161877 - Admin sees edit options when editing disabledfisharebest1-6/+2
2012-12-07Inline the function getXrefLink as it is only used in one place.fisharebest1-13/+0
2012-11-15Tidy up - prepare to refactor handling of pending changesfisharebest1-26/+11