summaryrefslogtreecommitdiff
path: root/lifespan.php
AgeCommit message (Collapse)AuthorFilesLines
2016-06-10Fix #966 - English textGreg Roach1-2/+2
2016-05-02I18NGreg Roach1-2/+2
2016-04-16Labels are not questionsGreg Roach1-1/+1
2016-04-11Charts as modules - more workGreg Roach1-0/+3
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-16Missing echo and cCode-StyleGreg Roach1-17/+17
2015-06-19Update .PO filesGreg Roach1-2/+2
2015-06-18Lifespan options - consistent styling with other chartsGreg Roach1-76/+77
2015-06-18Consistent textGreg Roach1-2/+2
2015-06-09As per discussion, removed facility to select the checkbox based on the ↵David Drury1-1/+1
PEDIGREE_FULL_DETAILS preference. The chart now starts with the box unchecked
2015-06-08Merge pull request #602 from ddrury/LifespanBugFixGreg Roach1-1/+1
This little piece of code seems to have gone missing somewhere in the…
2015-06-08This little piece of code seems to have gone missing somewhere in the transitionDavid Drury1-1/+1
2015-06-08PHPDocGreg Roach1-2/+2
2015-06-07PHP5.3 cannot use $this in closures. Code style. PHPDocGreg Roach1-31/+30
2015-06-07Rework lifespan chartDavid Drury1-205/+103
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-0/+2
2015-04-11Remove old help linksGreg Roach1-1/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-2/+9
2015-03-02PSR-1Greg 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-37/+30
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-23Move style from lifespan.php to themesmakitso1-5/+5
2015-01-19HTML5Greg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-4/+4
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-12-26  hasn't been needed in empty table cells for a long timeGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-22Remove old/commented codeGreg Roach1-1/+0
2014-10-15PHPDocGreg Roach1-2/+2
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-88/+87
2014-09-18Unused codeGreg Roach1-1/+1
2014-06-21Capitalisation and punctuationGreg Roach1-1/+1
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-3/+4
2014-04-22#1311256Greg Roach1-3/+3
2014-04-04Add terminating semicolon to CSS declarationsGreg Roach1-4/+4
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-1/+0
pasteid is left alone for now
2014-02-23Switch from browser detection using document.all to feature detectionMatthew Noorenberghe1-3/+3
2014-02-22Fixes #5 - Remove deprecated captureEvents (used for Gecko prior to version 3)Matthew Noorenberghe1-1/+0
This method has been a no-op for years.
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-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-3/+3
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-1/+3
2013-09-14Tidy up codeGreg Roach1-238/+133
2013-08-24Update non-typographic quotation marksGreg Roach1-2/+2
Tidy up punctuation
2013-08-09Remove empty subversion Id tagsGreg Roach1-4/+2
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - consistency changes ↵Nigel Osborne1-4/+6
to lifespan, pedigree, relationships, statistics charts
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-11/+7
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.