summaryrefslogtreecommitdiff
path: root/library/WT/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Don't need to return references to objects. This is automatic since PHP5.0fisharebest1-1/+1
2012-09-15Remove old/unreachable codefisharebest1-3/+3
2012-05-29Refactor handling of facts - do not use global "nonfacts" arrayfisharebest1-8/+4
2012-05-28Refactor handling of pending new/old factsfisharebest1-2/+2
2012-03-17Remove old/unused check_NN() function.fisharebest1-37/+0
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-12/+1
2012-02-28Fix: relationship calculations do not see updated records (only newly added o...fisharebest1-3/+9
2012-02-15Fix: CHAN records with no TIME subrecord give PHP errorsfisharebest1-1/+1
2012-02-15Bug #932692 - Mc and Mac in the Chart Display on My PageŁukasz Wilenski1-1/+1
2012-02-06#803806 - Recent changes module sort by date, but not timefisharebest1-23/+23
2012-02-05Control exceptionally long surnamesNigel Osborne1-10/+14
2012-02-03#925225 - svn13335 Last change time not translatedfisharebest1-1/+1
2012-01-30Fix: charts- menu gives fatal PHP error after deleting family.fisharebest1-1/+1
2012-01-28Reverse 13316 and apply the correct multi-byte character fix (Meliza)Nigel Osborne1-4/+4
2012-01-25Correction to short namesNigel Osborne1-1/+1
2012-01-24Add a short name function for compact displays on charts:Nigel Osborne1-1/+34
2011-12-30When we abbreviate place names in charts, show the full name as a tool-tip (t...fisharebest1-2/+2
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-11-15Fix: 1 NAME / 2 TYPE married not always recognised.fisharebest1-1/+1
2011-11-13Use ISO standard names for scripts - prepare to use lookup tables for languag...fisharebest1-5/+5
2011-10-29Fix: relationship-privacy calculations not working.fisharebest1-0/+4
2011-10-20Use consistent access when filtering data for export/downloadfisharebest1-9/+6
2011-10-16#815312 - Clipping Cart Error (fix typo)fisharebest1-1/+1
2011-10-16#815312 - Clipping Cart Errorfisharebest1-12/+24
2011-10-16FIx: recent changes are not compatible with PHP5.2. fisharebest1-2/+3
2011-10-15Performance tweak - for PHP5.3 and abovefisharebest1-1/+7
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-29/+40
2011-09-25Better feedback and consistency when deleting recordsfisharebest1-1/+0
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-2/+15
2011-09-21Convert remaining "List Names" to "Full Names"fisharebest1-3/+2
2011-09-21Convert some "List Names" to "Full Names"fisharebest1-10/+1
2011-08-31Reversing the fixes for Bug #817867 - Name Suffix handling error. These chang...Nigel Osborne1-2/+1
2011-08-30Bug #817867 - Name Suffix handling errorNigel Osborne1-1/+2
2011-07-20#801920 - Age missing in Events of close relatives fisharebest1-2/+2
2011-07-10In chart boxes, do not show an empty BIRT/DEAT when there exists a CHR/BURI w...fisharebest1-2/+2
2011-06-14Tidy up constructor for WT_Event objects. We (almost) always need to know th...fisharebest1-2/+1
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove "SHO...fisharebest1-5/+0
2011-05-31Tidy up: generate BIRTH-YEAR - DEATH-YEAR ranges consistently.fisharebest1-2/+0
2011-05-15Fix: privacy errors. Checking for "can display name" instead of "can display...fisharebest1-2/+2
2011-05-14Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest1-2/+2
2011-05-09Re-enable the caching of privacy calculationsfisharebest1-5/+8
2011-04-29Refactor the privacy calculations. This provides a significant performance i...fisharebest1-16/+116
2011-04-26reverse wrongly submitted changesŁukasz Wilenski1-35/+4
2011-04-26(no commit message)Łukasz Wilenski1-4/+35
2011-04-26Performance: use lazy evaluation in WT_Person::canDisplayDetails() and WT_Per...fisharebest1-12/+7
2011-04-26Don't cache the WT_GedcomRecord::$can_edit value. It is not necessary - we r...fisharebest1-9/+5
2011-04-17Replacing <i> by <em>Veit Olschinski1-1/+1
2011-04-07Do not need to look up gedcom_id when we already have it.fisharebest1-1/+1
2011-03-16RTL: formatting errors.fisharebest1-2/+1
2011-03-07#730301 - Recent changes block does not allow ordering in other languages tha...Łukasz Wilenski1-3/+5