summaryrefslogtreecommitdiff
path: root/library/WT/Family.php
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Fix: show private relationships option not showing private relationshipsGreg Roach1-9/+5
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-16Refactoring for PSR-0Greg Roach1-2/+2
2013-08-20Fix: unnecessary privacy check causes recursionGreg Roach1-5/+6
2013-08-18Privacy for factsGreg Roach1-25/+23
2013-08-11Fix: cannot add spouse to familyGreg Roach1-10/+33
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-29#1206117 - Add a new wife: always "EX-wife"fisharebest1-8/+0
2013-07-28Don't allow the isDivorced() and isNotMarried() functions to bypass privacy c...fisharebest1-4/+2
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-1/+1
2013-07-18Comparing GedcomRecords needs === rather than == as the same record will alwa...fisharebest1-1/+1
2013-07-16Refactor - no longer need WT_GedcomRecord::equals() - can use "=="fisharebest1-1/+1
2013-07-05Rollback some ideas about always returning gedcom records, even for invalid l...fisharebest1-4/+6
2013-07-05More refactoring - getNumberOfChildren()fisharebest1-9/+6
2013-07-04Clean up codefisharebest1-4/+2
2013-07-04WT_GedcomRecord - hide broken links using dummy objects. Application code ca...fisharebest1-52/+26
2013-06-29(no commit message)fisharebest1-98/+42
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-10/+4
2012-04-03#972588 - autocomplete - family results when marriage year is not knwonfisharebest1-22/+3
2011-10-29Fix: relationship-privacy calculations not working.fisharebest1-21/+15
2011-10-28Small part of #880475fisharebest1-10/+7
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-4/+17
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-3/+5
2011-09-21Convert remaining "List Names" to "Full Names"fisharebest1-2/+0
2011-09-15Performance - we do not need the f_numchil column to create a WT_Family objec...fisharebest1-6/+1
2011-09-14Performance - lazy evaluation of married/divorced status in family objects. ...fisharebest1-15/+4
2011-06-20Fix: WT_Family::getChildren() was showing children if their names were visibl...fisharebest1-1/+1
2011-06-20Fix: downloading gedcoms while applying privacy filtering was showing privat...fisharebest1-1/+1
2011-06-14Tidy up constructor for WT_Event objects. We (almost) always need to know th...fisharebest1-2/+1
2011-05-15Fix: privacy errors. Checking for "can display name" instead of "can display...fisharebest1-1/+8
2011-05-13Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest1-5/+5
2011-05-08Family names: code to detect script was only looking at surname. This fails ...fisharebest1-2/+2
2011-05-05WT_Family::getChildren() ignoring the SHOW_PRIVATE_RELATIONSHIPS settingfisharebest1-6/+4
2011-04-29Refactor the privacy calculations. This provides a significant performance i...fisharebest1-6/+35
2011-01-07Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-18/+0
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+12
2011-01-04Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-49/+23
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-32/+26
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+430