summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Fanchart.php
AgeCommit message (Expand)AuthorFilesLines
2013-12-19functions_rtl.php is for the reports; functions_utf8.php is for mb_string sty...Greg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-13/+12
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-16One-parent family causes PHP error in fan chartGreg Roach1-3/+5
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+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-07Fanchart - one-parent families cause PHP errorfisharebest1-5/+5
2013-07-04Show missing spouse as an unknown person on charts. Provides more consistent...fisharebest1-3/+1
2013-06-29(no commit message)fisharebest1-4/+4
2013-06-14#1089932 - Fanchart doesn't show baptism/burial yearsfisharebest1-8/+1
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-09-03#1045113 - Fanchart errorfisharebest1-2/+0
2012-08-25Do not save large data items (e.g. images) in $_SESSION. It is unnecessary, ...fisharebest1-45/+17
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-3/+3
2012-04-17Start to disentangle the require_once dependencies. Previously, session.php ...fisharebest1-2/+0
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-5/+1
2012-01-18Update to 13278 - one file did not get submitted.fisharebest1-0/+8
2012-01-16Minor updates to fan chartfisharebest1-1/+1
2012-01-16Split fanchart into separate view and controllerfisharebest1-0/+406