summaryrefslogtreecommitdiff
path: root/relationship.php
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29(no commit message)fisharebest1-3/+3
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - consistency changes ↵Nigel Osborne1-80/+82
to lifespan, pedigree, relationships, statistics charts
2013-06-16relationship.php - now needs to process objects instead of XREFsfisharebest1-6/+5
2013-06-15#901278 - Partner incorrectly displayed as wifefisharebest1-2/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-2/+2
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-6/+0
(temporarily) in its place.
2012-12-24Fix: relationship chart overlaps when repeated change of direction ↵fisharebest1-6/+3
(parent/child/parent/child, etc.)
2012-11-02Do not try to calculate a relationship to ourselffisharebest1-15/+4
2012-10-28#1072365 - relations: some cleanup in get_relationship() code. Remove the ↵fisharebest1-2/+2
NODE_CACHE. It is faster and uses less memory without it.
2012-10-15Relationships.php - show relationships when "show private names" and "show ↵fisharebest1-1/+1
private relationships" are selected.
2012-10-14relationship.php - send headers before embarking on lengthy calculations, ↵fisharebest1-7/+10
otherwise we may hit gateway/proxy timeout limits.
2012-08-25#901006 - Show path is not updating in Rela. chartfisharebest1-117/+38
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-17fix typo JavaScript->JavascriptŁukasz Wilenski1-4/+4
2012-04-26add lightbox init function to module classŁukasz Wilenski1-1/+2
2012-04-17Start to disentangle the require_once dependencies. Previously, session.php ↵fisharebest1-1/+0
loaded functions_print, which loaded functions_charts and functions_places.
2012-04-17Updating minimal theme (not complete)Nigel Osborne1-1/+1
2012-04-16relationship.php - filter inputsfisharebest1-36/+18
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-2/+2
2012-03-26Replace $WT_IMAGES array of images with CSS.fisharebest1-39/+33
2012-03-19Revert the "Determine the z-index for this box" part of 13607Nigel Osborne1-1/+4
2012-03-18Relationship chart - remove the z-index attribute for the connecting lines. ↵fisharebest1-10/+7
It does not appear to be necessary, and breaks several custom themes.
2012-02-02Minor refactoring of relationship.php. Move the titles/forms out of the ↵fisharebest1-164/+144
output <div>. Need to move away from relative positioning, so that we can display all paths on the same page (perhaps in tabs).
2012-02-01Slightly larger relationship textNigel Osborne1-1/+1
2012-02-01Small correction to spacing.Nigel Osborne1-1/+2
2012-02-01Tidy up relationship.php - no functional changesfisharebest1-25/+24
2012-02-01Revert z-index change in 13348 patchRob Peters1-6/+2
2012-02-01Relationship chart - fix recent edit conflictfisharebest1-1/+1
2012-02-01Tidy up relationship.php - no functional changesfisharebest1-17/+4
2012-02-01Tidy up relationship.php - no functional changesfisharebest1-163/+166
2012-02-01Tidy up relationship.php - no functional changesfisharebest1-146/+188
2012-02-01Fix z-index for relationship chartsRob Peters1-17/+16
Clean up the compact chart definitions
2012-02-01Correct inconsistent box sizing.Rob Peters1-2/+3
2012-01-23Changes to the non-detail chart displaysNigel Osborne1-3/+2
2012-01-18Remove unnecessary instructionsfisharebest1-3/+3
2011-12-21#902683 - HTML validationfisharebest1-5/+5
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-26/+26
2011-12-04Remove patch from relationship and implement in MenuBar. Patch switches the ↵Rob Peters1-5/+0
rootid from person2 to person1.
2011-12-04Adding missing &ged=XXXX to chart URLsfisharebest1-0/+1
2011-12-04move PID1 to top of formRob Peters1-0/+5
2011-12-03Fix relationship chart so it adjust block sizes for values set in themes.Rob Peters1-2/+4
2011-11-28Allow relationship chart to expand space between blocks when theme defined ↵Rob Peters1-0/+3
block sizes are increased
2011-11-22Correct block spacing on Relationship chart w/o the Show detail box checked.Rob Peters1-0/+1
2011-11-22Charts options: the help text for "Show Details" is out of date, and not ↵fisharebest1-1/+1
really useful.
2011-11-19This patch makes the charts that use person_box consistent in their height ↵Rob Peters1-3/+2
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-05Major MVC refactoring. Every page now has a controller.fisharebest1-5/+5
2011-10-18Don't query database directly - use APIfisharebest1-3/+6
2011-07-28Relationship charts - links the wrong way round.fisharebest1-2/+2