summaryrefslogtreecommitdiff
path: root/library/WT/Individual.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-1325/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-9/+9
2014-12-16PHPDocGreg Roach1-9/+3
2014-12-16PHPDocGreg Roach1-3/+5
2014-12-15I18N: comments before multiline functions are not includedGreg Roach1-2/+1
2014-11-08PHPDocGreg Roach1-2/+3
2014-10-23CommentsGreg Roach1-1/+1
2014-10-22#284 - wrong record types/links causes errorGreg Roach1-0/+21
2014-10-21PSR-1Greg Roach1-2/+2
2014-10-21PSR-1Greg Roach1-2/+2
2014-10-18PHPDocGreg Roach1-5/+5
2014-10-17PHPDocGreg Roach1-5/+5
2014-10-17PHPDocGreg Roach1-238/+447
2014-10-16More PSR-1 code styleGreg Roach1-2/+2
2014-09-28Fix #1266160 - Vital Records Report does not sortGreg Roach1-11/+5
2014-09-20Remove unused codeGreg Roach1-1/+0
2014-09-19Unused codeGreg Roach1-5/+5
2014-09-18Do not need to check privacy twice when fetching family spousesGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-4/+4
2014-09-13Refactor dates and calendars. These are two different types of entity.Greg Roach1-2/+6
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-9/+9
2014-08-29Move global I18N functions to I18N classGreg Roach1-4/+4
2014-08-28Add DocBlock comments - to assist with automatic code validation toolsGreg Roach1-13/+41
2014-08-28Use print_r() for debug onlyGreg Roach1-2/+14
2014-05-10Cleanup - unused codeGreg Roach1-1/+0
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-11/+15
2014-04-03Remove pointless self-assignmentGreg Roach1-7/+5
2014-03-19#1288398 - Fatal error after making wrong coupleGreg Roach1-34/+26
2014-01-25Fix: show private relationships option not showing private relationshipsGreg Roach1-12/+4
2014-01-25#1266116 - Private name still shows up in search resultsGreg Roach1-2/+11
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-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-4/+4
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-03#1214183 - "On This Day" is a Day OffGreg Roach1-7/+7
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest1-5/+5
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-19Finally remove the old gedcom-based privacy functionsGreg Roach1-44/+30
2013-08-18Privacy for factsGreg Roach1-59/+35
2013-08-17Performance - remove counter-productive cachingGreg Roach1-40/+24
2013-08-16Performance - remove counter-productive cachingGreg Roach1-130/+33
2013-08-16Remove unnecessary (always true) conditionGreg Roach1-2/+3
2013-08-14Fix error in privacy checks in one-parent familyGreg Roach1-7/+9
2013-08-11Fix: cannot add spouse to familyGreg Roach1-4/+12
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-30Cleanup - remove unused codefisharebest1-57/+0
2013-07-30Sex shown as "unknown" for new/pending recordsfisharebest1-15/+5
2013-07-18Comparing GedcomRecords needs === rather than == as the same record will alwa...fisharebest1-1/+1