summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Fanchart.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-429/+0
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-25/+25
2015-01-17New theme system and admin interfaceGreg Roach1-11/+40
2014-12-16PHPDocGreg Roach1-4/+8
2014-10-25Move chart function to chart controller. Use objects instead of XREFsGreg Roach1-5/+5
2014-10-23Fanchart - cleanupGreg Roach1-44/+53
2014-10-18PHPDocGreg Roach1-2/+2
2014-10-17Fix #246 - replace checks for sex=='U' with a default (not male or female), f...Greg Roach1-5/+5
2014-10-14Incorrect use of plurals - Sibling/SiblingsGreg Roach1-1/+4
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+3
2014-09-14Unescaped output in fan chartGreg Roach1-7/+12
2014-09-14Merge conflictsGreg Roach1-11/+12
2014-09-14Merge branch 'SimplifyJS' of https://github.com/ddrury/webtrees into ddrury-S...Greg Roach1-40/+42
2014-09-04Simplify JS assoc with pedigree & fanchart chartsDavid Drury1-32/+36
2014-08-29Fanchart lifespans incorrect on arabic pages. A11Y of fanchart form.Greg Roach1-29/+39
2014-08-29Remove function from global scope, and add unit testsGreg Roach1-2/+2
2014-08-27Remove more unused code / cleanupGreg Roach1-122/+111
2014-08-27Coding style - prefer &&/|| to and/orGreg Roach1-7/+16
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-05-03Cleanup - remove unused variablesGreg Roach1-7/+9
2014-03-19#1294555 - Fan Chart Not Loading CorrectlyGreg Roach1-0/+1
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-12-28Issue #62 - siblings missing from fan-chart menuGreg Roach1-1/+1
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