summaryrefslogtreecommitdiff
path: root/familybook.php
AgeCommit message (Collapse)AuthorFilesLines
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
2011-12-05#900273 - Default person in chartsfisharebest1-2/+4
2011-12-05#900102 - Some charts missing title help iconfisharebest1-1/+1
2011-11-25Syntax error, missing <imgRob Peters1-1/+1
2011-11-22Charts options: the help text for "Show Details" is out of date, and not ↵fisharebest1-1/+1
really useful.
2011-11-22The help text for "Generations" on the charts does not say anything useful. ↵fisharebest1-1/+1
Remove it.
2011-11-22Chart options. Use friendly "Individual", instead of "Root Person ID"fisharebest1-1/+1
2011-11-22Translate numbersfisharebest1-1/+1
2011-11-22Fix: familybook.php using inconsistent URL variable names. fisharebest1-2/+2
2011-11-20Correct horizontal and vertical lines in family book and Ancestor booklets ↵Rob Peters1-3/+3
charts.
2011-11-19This patch makes the charts that use person_box consistent in their height ↵Rob Peters1-7/+9
and width. 1.) These values are defined in the theme.php file. For those charts that have the % width option, the patch expands both height and width. For charts with the detailed checkbox unselected, the box size is a consistent percentage of the larger box. 2.) The name block is now set to 1/2 the box height.
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-18Correct name overflow on chart person_blocks when in non-detailed mode. Rob Peters1-1/+1
Correct familybook block size for non-detailed mode.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-2/+4
2011-09-26Add I18N hintfisharebest1-1/+1
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-04-30Fix: bad I18N in report titles (concatenating text fragments). Also choose ↵fisharebest1-3/+2
better names for some of the reports
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-28/+24
2011-01-06Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-6/+6
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-5/+5
2011-01-02Minor tidy up. Use Objects instead of XREFsfisharebest1-6/+4
2011-01-01Refactoring class names and use autoloading.fisharebest1-10/+10