summaryrefslogtreecommitdiff
path: root/fanchart.php
AgeCommit message (Expand)AuthorFilesLines
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-81/+78
2017-03-222017Greg Roach1-1/+1
2016-06-22Fix #1027 - upper/lower caseGreg Roach1-1/+1
2016-04-12Typo fan_chart / fanchartGreg Roach1-1/+1
2016-04-11Charts as modules - more workGreg Roach1-0/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+5
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-1/+1
2015-04-26Replace Zend_Session with our own classGreg Roach1-3/+0
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-05Tables need bodiesGreg Roach1-38/+40
2015-03-05Move help text inline (or remove it)Greg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-29/+27
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-3/+3
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-25Move chart function to chart controller. Use objects instead of XREFsGreg Roach1-1/+1
2014-10-23Fanchart - cleanupGreg Roach1-3/+4
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-14Unescaped output in fan chartGreg Roach1-1/+1
2014-09-14Merge conflictsGreg Roach1-2/+2
2014-09-14Merge branch 'SimplifyJS' of https://github.com/ddrury/webtrees into ddrury-S...Greg Roach1-1/+29
2014-09-04Simplify JS assoc with pedigree & fanchart chartsDavid Drury1-1/+29
2014-08-29Fanchart lifespans incorrect on arabic pages. A11Y of fanchart form.Greg Roach1-7/+15
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-2/+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-19functions_rtl.php is for the reports; functions_utf8.php is for mb_string sty...Greg Roach1-1/+0
2013-12-17Fanchart still uses some functions/globals from functions_rtlGreg Roach1-0/+1
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-2/+3
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-2/+2
2013-08-26#1210538 - Fan Chart Error in gitGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-5/+3
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - ancestry chartNigel Osborne1-44/+39
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - fan chartNigel Osborne1-7/+5
2012-09-03#1045113 - Fanchart errorfisharebest1-3/+1
2012-08-25Do not save large data items (e.g. images) in $_SESSION. It is unnecessary, ...fisharebest1-1/+12
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked...fisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-5/+2
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-01-18Fan chart - separate View/Controller functionsfisharebest1-37/+3