summaryrefslogtreecommitdiff
path: root/app/Controller/LifespanController.php
AgeCommit message (Collapse)AuthorFilesLines
2017-08-05Fix #1301 - Lifepsan chart errors when a family has ane event with a place ↵Greg Roach1-11/+14
but no marriage
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-15/+0
2017-03-25Merge changes from develop branchGreg Roach1-8/+6
2017-03-082017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-3/+3
2016-12-24Remove PHP 5.3 workaroundGreg Roach1-21/+11
2016-12-23Code style - short array syntaxGreg Roach1-16/+16
2016-04-12CodeStyleGreg Roach1-6/+7
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-21/+21
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-07-13PHP5.3 closure workaround needs public accessGreg Roach1-6/+14
2015-06-19Fix #622 - GET/POSTGreg Roach1-8/+8
2015-06-19Update .PO filesGreg Roach1-8/+8
2015-06-09Lifespan - leave family checkbox emptyGreg Roach1-4/+0
2015-06-08PHPDocGreg Roach1-18/+17
2015-06-07PHP5.3 cannot use $this in closures. Code style. PHPDocGreg Roach1-74/+121
2015-06-07Rework lifespan chartDavid Drury1-452/+333
Made look and feel more like other charts Works for RTL languages Added support for different calendars Simplified chart by removing the pan/scroll arrows and replaced with scrollbars Removed birth and death markers and replaced with a popup showing key events when the sex-image/name/lifespan on the bar is hovered over - this also replaces the existing (non functional) code which should have placed key event markers (and a popup) along the length of the bar. popups use code structure found elsewhere in webtrees Generate bar colors on the fly using the hsla model (doesn't work for ie8 which gets pink for a girl, blue for a boy) For short lifespans sensibly trucate the info on the bar The popup always includes vital events and then only other events that meets the search criteria Hide form on print If searching a place, now include marriage events
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+2
2015-05-31PSR-4Greg Roach1-1/+9
2015-05-30Code styleGreg Roach1-20/+20
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-32/+29
2015-04-26Replace Zend_Session with our own classGreg Roach1-5/+5
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-09Use Tree object instead of ID/nameGreg Roach1-5/+7
2015-03-04Renamed functionsGreg Roach1-1/+1
2015-03-02PSR-1Greg Roach1-11/+11
2015-03-02PSR-1Greg Roach1-1/+1
2015-02-28Fix #457 - adding individuals via place in lifespan chartGreg Roach1-2/+2
2015-02-16Add visibility to constructorsGreg Roach1-1/+1
2015-02-13Upper/lower case function namesGreg Roach1-2/+2
2015-02-06GlobalsGreg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+606