summaryrefslogtreecommitdiff
path: root/pedigree.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-77/+63
Remove all references to $personcount... .. and handle knock-on effects
2014-09-04Simplify JS assoc with pedigree & fanchart chartsDavid Drury1-4/+9
2014-07-12colors theme - minor css fix for topmenu to remove horizonal scrollbarsDavid Drury1-0/+1
webtrees & xenia redo css for topmenu to remove horizonal scrollbars webtrees & xenia add css to correctly position icon on 're-order families' menu option fab & webtrees remove horizontal scrollbars on pedigree chart pedigree.php temporary fix to remove duplicate scrollbars on chrome, pending proper fix by Google
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-1/+0
pasteid is left alone for now
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-11-01Tidy up trailing whitespaceGreg Roach1-9/+9
2013-10-06HTML Validation error pedigreemakitso1-1/+1
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-22/+29
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-16Fix: one-parent family causes PHP error in pedigree chartGreg Roach1-9/+7
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-18Comparing GedcomRecords needs === rather than == as the same record will ↵fisharebest1-1/+1
always be the same object
2013-07-16Refactor - no longer need WT_GedcomRecord::equals() - can use "=="fisharebest1-1/+1
2013-07-04Show missing spouse as an unknown person on charts. Provides more ↵fisharebest1-7/+5
consistent layout and simpler code.
2013-06-29(no commit message)fisharebest1-3/+3
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-5/+0
(temporarily) in its place.
2012-08-22 #1039908 - Error in pedigreefisharebest1-3/+3
2012-07-30Correction to pedigree chart arrowsNigel Osborne1-4/+5
2012-07-27Minor layout correctionNigel Osborne1-2/+2
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-02Fix pedigree not showing top link to previous generations (bug introduced in ↵fisharebest1-1/+1
14055)
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ↵fisharebest1-1/+1
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
2012-06-28Remove the "Show empty boxes" option. Always show empty boxes. It makes a ↵fisharebest1-52/+49
cleaner display.
2012-06-27Merged revision(s) 14045 from trunk/pedigree.php:Nigel Osborne1-4/+2
pedigree chart lines - validation (not necessary) ........
2012-06-27pedigree chart lines - validationNigel Osborne1-2/+4
2012-06-27fix typoŁukasz Wilenski1-2/+3
2012-06-27pedigree chart lines - finish RTL changes; move rtl code to css where ↵Nigel Osborne1-103/+40
possible; tidy up code.
2012-06-26pedigree chart lines - adjust lines for rtlNigel Osborne1-25/+45
2012-06-25pedigree chart lines - add lines to last generationNigel Osborne1-31/+33
2012-06-24pedigree chart lines - style fix for clouds and colors themesNigel Osborne1-1/+1
2012-06-24pedigree chart lines - use HTML5 canvas (EXPERIMENTAL)Nigel Osborne1-133/+112
2012-06-20Bug #1014443 - pedigree.php - Multiple Validation ErrorsNigel Osborne1-1/+1
2012-06-19Bug #1014443 - pedigree.php - Multiple Validation ErrorsNigel Osborne1-2/+2
2012-06-18Bug #1014443 - pedigree.php - Multiple Validation ErrorsNigel Osborne1-62/+54
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-3/+3
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-2/+2
2012-04-21Defer javascript, using the controllerfisharebest1-9/+7
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-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-43/+29
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-15/+3
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2012-01-18Remove unnecessary instructionsfisharebest1-5/+0
2012-01-17Pedigree chart - make options box the same as other charts, and add error ↵fisharebest1-179/+177
handling for invalid rootid
2012-01-16Charts controllers - use "root objects" instead of "rootid XREFs"fisharebest1-7/+7
2012-01-05#911344 - undefined vlength and linexoffset in pedigree.phpfisharebest1-3/+4
2012-01-05Bug 911344 - fix pedigree chart where no empty boxes and no parentsRob Peters1-3/+7
2012-01-01Fix lines when child has no father and empty boxes not displayedRob Peters1-5/+18