summaryrefslogtreecommitdiff
path: root/relationship.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-20Remove Global usage and other chart workDavid Drury1-2/+2
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-16Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-3/+3
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-02-16Better English textGreg Roach1-4/+4
2015-02-16Rewrite relationship calculations. Fixes #256 and 899785.Greg Roach1-346/+133
2015-02-07Rename inconsistent method nameGreg Roach1-8/+8
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-14/+13
2015-02-05GlobalsGreg Roach1-1/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-1/+9
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-50/+43
2015-01-24Delete old help text. Move help text into the page.Greg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-19TypoGreg Roach1-1/+1
2015-01-19HTML5Greg Roach1-2/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-111/+111
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+8
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
2015-01-17New theme system and admin interfaceGreg Roach1-12/+14
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-17Fix #246 - replace checks for sex=='U' with a default (not male or female), ↵Greg Roach1-4/+9
for future proofing against new sex codes, and to improve static analysis, which doesn't like switch statements without defaults)
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.