summaryrefslogtreecommitdiff
path: root/modules_v3/descendancy
AgeCommit message (Collapse)AuthorFilesLines
2014-12-05PHPDocGreg Roach1-2/+33
2014-11-27PHPDocGreg Roach1-7/+7
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-06-11Descendancy moduel - tidy layout and remove some unreachable codeGreg Roach1-125/+120
2014-05-18Fix jQuery usage bugs ...David Drury1-122/+108
... simplify html and reformat code
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-09-22Don't show (most) sidebar content to search enginesGreg Roach1-1/+3
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-11Fix: cannot add spouse to familyGreg Roach1-1/+4
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-21PHP and javascript errors in descendancy sidebar.fisharebest1-20/+21
2013-07-04Show missing spouse as an unknown person on charts. Provides more ↵fisharebest1-8/+1
consistent layout and simpler code.
2013-06-29(no commit message)fisharebest1-11/+11
2013-02-07Fix: descendancy sidebar not working with jQuery 1.9fisharebest1-5/+3
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-2/+2
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-09-11Sidebar descendants tab - validation errorNigel Osborne1-1/+1
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-05-30Fix: Descendancy sidebar crashes when a pending individual is deletedfisharebest1-1/+1
2012-05-26Need to explicitly close sessions for AJAX responses. TODO we should really ↵fisharebest1-0/+1
do this via the WT_Ajax_Controller (or a new WT_Json_Controller)
2012-04-03#972588 - autocomplete - family results when marriage year is not knwonfisharebest1-1/+1
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+1
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-17/+13
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-3/+1
2012-01-02fix JS Uncaught exception: ReferenceError: Undefined variable: dloadedNamesŁukasz Wilenski1-2/+6
2011-12-12HTML validation: & => &fisharebest1-3/+3
2011-12-11#902683 - webtrees 1.2.4 W3C errors Bugfisharebest1-17/+16
2011-12-11webtrees 1.2.4 W3C errors Bug #902683Nigel Osborne1-4/+2
2011-11-29Remove unused code ($_SESSION)fisharebest1-6/+9
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-6/+6
in CSS
2011-11-10Fix: sidebar modules should use the module interface for their AJAX ↵fisharebest1-4/+18
callback. Note that some of the "mod_action" and "sb_action" can be combined/simplified.
2011-11-04Small tidy up of fix for 854728fisharebest1-3/+2
2011-11-04#854728 - Descendants module does not show one-parent-familiesŁukasz Wilenski1-0/+5
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-20/+4
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-09-21Convert some "List Names" to "Full Names"fisharebest1-4/+4
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ↵fisharebest1-1/+1
is to fetch the i_sex column from the database
2011-09-10#822603 - Death flag set wrongly fisharebest1-1/+1
2011-08-04#821050 - Error calling page after update to 1.2.2fisharebest1-0/+249