summaryrefslogtreecommitdiff
path: root/library/WT/Family.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-388/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2014-12-16PHPDocGreg Roach1-2/+2
2014-11-18Fix: #305 - missing gedcom_id parameterGreg Roach1-23/+9
2014-11-08PHPDocGreg Roach1-2/+3
2014-10-22#284 - wrong record types/links causes errorGreg Roach1-0/+21
2014-10-21PSR-1Greg Roach1-1/+1
2014-10-20PHPDocGreg Roach1-0/+3
2014-10-18PHPDocGreg Roach1-5/+5
2014-10-17PHPDocGreg Roach1-7/+7
2014-10-17PHPDocGreg Roach1-55/+96
2014-09-20Remove unused codeGreg Roach1-1/+0
2014-09-18Do not need to check privacy twice when fetching family spousesGreg Roach1-4/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-08-28Coding standardsGreg Roach1-1/+1
2014-08-28Add DocBlock comments - to assist with automatic code validation toolsGreg Roach1-13/+38
2014-08-28Use print_r() for debug onlyGreg Roach1-1/+14
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-03-31Unused functionsGreg Roach1-1/+0
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