| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-07-07 | Use the actual XREF from the record, not the one used to find the record (e.g... | fisharebest | 1 | -7/+5 |
| 2013-07-05 | The right place to check for privacy on facts is when we fetch them for view... | fisharebest | 1 | -3/+3 |
| 2013-07-05 | Rollback some ideas about always returning gedcom records, even for invalid l... | fisharebest | 1 | -1/+0 |
| 2013-07-05 | Rollback some ideas about always returning gedcom records, even for invalid l... | fisharebest | 1 | -3/+5 |
| 2013-07-05 | More refactoring - compareChanDate() | fisharebest | 1 | -19/+0 |
| 2013-07-05 | More refactoring - LastChangeTimestamp | fisharebest | 1 | -1/+3 |
| 2013-07-05 | Remove unused code | fisharebest | 1 | -9/+0 |
| 2013-07-05 | More refactoring - export/download | fisharebest | 1 | -3/+11 |
| 2013-07-04 | Typo | fisharebest | 1 | -1/+1 |
| 2013-07-04 | WT_GedcomRecord - hide broken links using dummy objects. Application code ca... | fisharebest | 1 | -2/+7 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -383/+400 |
| 2013-06-23 | Remove unused variable | fisharebest | 1 | -4/+1 |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 1 | -20/+17 |
| 2013-06-23 | Remove special code for PHP5.2 | fisharebest | 1 | -8/+1 |
| 2013-06-21 | Performance - cache DB queries for pending changes | fisharebest | 1 | -4/+22 |
| 2013-06-17 | #1100139 - Change Family Members screen not populating | fisharebest | 1 | -1/+1 |
| 2013-05-13 | Don't count linked records, when we will be fetching them later. | fisharebest | 1 | -20/+0 |
| 2013-05-11 | #1161877 - Admin sees edit options when editing disabled | fisharebest | 1 | -6/+2 |
| 2012-12-07 | Inline the function getXrefLink as it is only used in one place. | fisharebest | 1 | -13/+0 |
| 2012-11-15 | Tidy up - prepare to refactor handling of pending changes | fisharebest | 1 | -26/+11 |
| 2012-10-06 | Don't need to return references to objects. This is automatic since PHP5.0 | fisharebest | 1 | -1/+1 |
| 2012-09-15 | Remove old/unreachable code | fisharebest | 1 | -3/+3 |
| 2012-05-29 | Refactor handling of facts - do not use global "nonfacts" array | fisharebest | 1 | -8/+4 |
| 2012-05-28 | Refactor handling of pending new/old facts | fisharebest | 1 | -2/+2 |
| 2012-03-17 | Remove old/unused check_NN() function. | fisharebest | 1 | -37/+0 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -12/+1 |
| 2012-02-28 | Fix: relationship calculations do not see updated records (only newly added o... | fisharebest | 1 | -3/+9 |
| 2012-02-15 | Fix: CHAN records with no TIME subrecord give PHP errors | fisharebest | 1 | -1/+1 |
| 2012-02-15 | Bug #932692 - Mc and Mac in the Chart Display on My Page | Ćukasz Wilenski | 1 | -1/+1 |
| 2012-02-06 | #803806 - Recent changes module sort by date, but not time | fisharebest | 1 | -23/+23 |
| 2012-02-05 | Control exceptionally long surnames | Nigel Osborne | 1 | -10/+14 |
| 2012-02-03 | #925225 - svn13335 Last change time not translated | fisharebest | 1 | -1/+1 |
| 2012-01-30 | Fix: charts- menu gives fatal PHP error after deleting family. | fisharebest | 1 | -1/+1 |
| 2012-01-28 | Reverse 13316 and apply the correct multi-byte character fix (Meliza) | Nigel Osborne | 1 | -4/+4 |
| 2012-01-25 | Correction to short names | Nigel Osborne | 1 | -1/+1 |
| 2012-01-24 | Add a short name function for compact displays on charts: | Nigel Osborne | 1 | -1/+34 |
| 2011-12-30 | When we abbreviate place names in charts, show the full name as a tool-tip (t... | fisharebest | 1 | -2/+2 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -1/+1 |
| 2011-11-15 | Fix: 1 NAME / 2 TYPE married not always recognised. | fisharebest | 1 | -1/+1 |
| 2011-11-13 | Use ISO standard names for scripts - prepare to use lookup tables for languag... | fisharebest | 1 | -5/+5 |
| 2011-10-29 | Fix: relationship-privacy calculations not working. | fisharebest | 1 | -0/+4 |
| 2011-10-20 | Use consistent access when filtering data for export/download | fisharebest | 1 | -9/+6 |
| 2011-10-16 | #815312 - Clipping Cart Error (fix typo) | fisharebest | 1 | -1/+1 |
| 2011-10-16 | #815312 - Clipping Cart Error | fisharebest | 1 | -12/+24 |
| 2011-10-16 | FIx: recent changes are not compatible with PHP5.2. | fisharebest | 1 | -2/+3 |
| 2011-10-15 | Performance tweak - for PHP5.3 and above | fisharebest | 1 | -1/+7 |
| 2011-10-15 | Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects | fisharebest | 1 | -29/+40 |
| 2011-09-25 | Better feedback and consistency when deleting records | fisharebest | 1 | -1/+0 |
| 2011-09-22 | Add HTML escapes and directional markup when we CREATE the names of objects, ... | fisharebest | 1 | -2/+15 |
| 2011-09-21 | Convert remaining "List Names" to "Full Names" | fisharebest | 1 | -3/+2 |