summaryrefslogtreecommitdiff
path: root/library/WT/Person.php
AgeCommit message (Expand)AuthorFilesLines
2013-06-29(no commit message)fisharebest1-1903/+0
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-9/+3
2013-06-23Relationship privacy - calculate relationship from person to self (not self t...fisharebest1-1/+1
2013-06-16relationship.php - now needs to process objects instead of XREFsfisharebest1-1/+4
2013-06-15#901278 - Partner incorrectly displayed as wifefisharebest1-1/+1
2013-05-13#1068999 - Child shown as godson/-daughter of priestfisharebest1-1/+1
2013-05-12Add translate="no" to individual names, to prevent translation tools from cha...fisharebest1-1/+1
2013-05-05#1172058 - Error when two individuals included in two separate families as hu...fisharebest1-0/+3
2013-05-05#1168445 - Early (wrong) birthdate of parent allows living children to be dis...fisharebest1-12/+13
2013-03-24Treat "2 _ASSO" as a synonym for "2 ASSO". See http://wiki-de.genealogy.net/...fisharebest1-35/+39
2013-02-05Remove unused globalsfisharebest1-1/+1
2013-01-30Minor media tidyingfisharebest1-1/+1
2013-01-22Replace silhouette images with CSS markupfisharebest1-2/+19
2012-11-24Wrong translations used for grandchild (son's son versus daughter's son, etc....fisharebest1-6/+6
2012-11-16Do not use the word "GEDCOM" unless you mean an actual GEDCOM file / tag / etc.fisharebest1-4/+4
2012-11-16Do not create messages by concatenating text - use placeholders to embed textfisharebest1-27/+33
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-5/+5
2012-11-15Refactor class WT_Event - use objects instead of XREFS and do not custom tags...fisharebest1-13/+22
2012-11-14Refactor access to the _PRIM tag in media objectsfisharebest1-7/+2
2012-11-14Refactor find_highlighted_object()fisharebest1-7/+51
2012-10-31find_highlighted_object() - pass gedcom objects as parameters, not xrefs.fisharebest1-1/+1
2012-10-11Fix: associates to family events not shown on individual pagefisharebest1-1/+1
2012-09-15Remove old/unreachable codefisharebest1-2/+2
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-2/+2
2012-07-23Contributions from Matt N:fisharebest1-1/+1
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-1/+1
2012-05-29Refactor handling of facts - do not use global "nonfacts" arrayfisharebest1-18/+12
2012-05-28Refactor handling of pending new/old factsfisharebest1-6/+6
2012-05-26#1001875 - WT shows not correct the name of the femalesfisharebest1-10/+17
2012-03-31Fix: double-encoding of HTML entities in lifespansfisharebest1-2/+2
2012-03-26Replace $WT_IMAGES array of images with CSS.fisharebest1-36/+3
2012-03-17Remove old/unused check_NN() function.fisharebest1-0/+43
2012-03-17Remove option to "Underline names in quotes" - refer Bug #931034Nigel Osborne1-8/+2
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-14/+1
2012-02-14Refactor - move PEDI logic to the same filefisharebest1-16/+10
2012-02-03Fix: undated events for parents/grandparents showing for events-of-close-rela...fisharebest1-3/+3
2012-01-28Revert the code that localises quotation marks in nicknames. It seems to cau...fisharebest1-2/+12
2012-01-13Functions in WT_I18N.php should be based on data from the CLDR. Nicknames ma...fisharebest1-7/+17
2012-01-12add code for displaying NICK names in typographic quotation marksŁukasz Wilenski1-3/+3
2011-12-12HTML validation. Block-level elements (such as <p>) may not be placed inside...fisharebest1-2/+2
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-8/+8
2011-12-11#902683 - webtrees 1.2.4 W3C errors Bugfisharebest1-1/+1
2011-12-11webtrees 1.2.4 W3C errors Bug #902683Nigel Osborne1-1/+1
2011-12-06Revised display for branches list Nigel Osborne1-2/+2
2011-11-28unknown surnames not being recorded in the databasefisharebest1-0/+3
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-3/+3
2011-11-14Do not attempt to convert ___ into @N.N. or @P.N. as it doesn't work. Better...fisharebest1-7/+0
2011-10-30#883964 - Faits et événements - Un mariage n'apparaît pasfisharebest1-2/+5
2011-10-29Fix: relationship-privacy calculations not working.fisharebest1-35/+42
2011-10-23#880475 - Infinite loop in privacy checksfisharebest1-6/+29