summaryrefslogtreecommitdiff
path: root/familybook.php
AgeCommit message (Collapse)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-2/+4
2015-05-31PSR-4Greg Roach1-0/+2
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-1/+1
2015-03-05Tables need bodiesGreg Roach1-56/+68
2015-03-05Move help text inline (or remove it)Greg Roach1-2/+2
2015-02-20Remove Global usage and other chart workDavid Drury1-11/+4
Removed global variables from charts and chart related functions (either pass variable as a parameter or obtain from controller) Most charts - remove unused or broken parameters from forms Pedigree chart remove chart and canvas css offset and remove most (but not all) embedded 'magic numbers' FamilyBookController reinstate variable deleted in error
2015-02-11Fix scrutinizer warnings in family book controllerGreg Roach1-1/+1
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-1/+7
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-31/+26
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-19HTML5Greg Roach1-3/+5
2015-01-19HTML5 validationGreg Roach1-2/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-3/+3
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-11-08PHPDocGreg Roach1-1/+1
2014-10-29Missing XREF on pedigree/family book chartsGreg Roach1-1/+1
2014-10-15PHPDocGreg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
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-15Improvements to vertical line handing for Family book and Hourglass chartsmakitso1-3/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-0/+1
2013-09-06#1220899 - canShowName() on a non-object - Familybook.phpGreg Roach1-1/+5
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-09Remove empty subversion Id tagsGreg Roach1-4/+2
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - family book chartNigel Osborne1-70/+63
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-16/+0
(temporarily) in its place.
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-07-05Revert 14070Rob Peters1-0/+1
2012-07-05Remove javascript, no longer necessary for vertical line positioningRob Peters1-1/+0
2012-06-30Undo limit on familbook generations,Rob Peters1-1/+1
Resolve vertical line problems with larger number of generations on pedigree side of chart.
2012-06-24Removed descendants javascript used for vertical line controlRob Peters1-1/+1
Reworked vertical line control. Changed generations option to maximum of 4 Cleaned up more html5 validation errors.
2012-06-23Fix validation errors, move style to css filesRob Peters1-1/+1
2012-06-22Add javascript to resolve vertical line issuesRob Peters1-2/+3
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-26add lightbox init function to module classŁukasz Wilenski1-1/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-5/+2
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-01-17Consistent layout for chart header formsfisharebest1-1/+1
2012-01-17Refactor family book chart into separate view and controllerfisharebest1-93/+77
2012-01-17Refactor family book chart into separate view and controllerfisharebest1-203/+19
2012-01-05Help text for "box width" is (a) incorrect and (b) not very helpful.fisharebest1-1/+1
2011-12-28#908630 - Charts > INDI-ID should not be Root-IDfisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-22/+22