summaryrefslogtreecommitdiff
path: root/relationship.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-8/+7
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-1/+1
Remove all references to $personcount... .. and handle knock-on effects
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-3/+4
2014-05-25Correct vertical lines when > 2 spouses in familybook. Correct block spacing ↵makitso1-1/+1
in Relationships for FAB theme.
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to ↵Greg Roach1-1/+1
wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf.
2014-05-06Replace global user functions with WT_User classGreg Roach1-1/+1
2014-03-12Tidy up codeRob Peters1-3/+3
2014-03-111288922 Relationship Chart - boxes print on top of each other #2 fix.Rob Peters1-3/+6
2014-03-081288922 Relationship Chart - boxes print on top of each otherRob Peters1-3/+2
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-2/+2
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-7/+7
2013-08-24Update non-typographic quotation marksGreg Roach1-3/+3
Tidy up punctuation
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
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