summaryrefslogtreecommitdiff
path: root/modules_v3/families
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-08Create test harnesses for modulesGreg Roach1-1/+1
2015-03-02Module APIGreg Roach1-250/+1
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-3/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-31/+28
2015-01-28Use PHP function to set HTTP statusGreg Roach1-1/+1
2015-01-24Do not need exit() at the last line of codeGreg Roach1-1/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-33/+33
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-12/+12
2015-01-17New theme system and admin interfaceGreg Roach1-5/+7
2014-12-05PHPDocGreg Roach1-2/+20
2014-11-27PHPDocGreg Roach1-7/+7
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-2/+2
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-04-03Same variable used twice in foreach()Greg Roach1-3/+3
2014-02-25Make counting number of individuals per surname optional as not required in i...Rico Sonntag1-1/+1
2014-01-29Search from families sidebar gives PHP errorGreg Roach1-1/+1
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-1/+1
2013-09-22Don't show (most) sidebar content to search enginesGreg Roach1-2/+4
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-06-29(no commit message)fisharebest1-12/+12
2013-02-15#1126327 - Sidebar (individual or family list) - searchingfisharebest1-1/+1
2013-02-09SIdebar individual/family list - need updating for jQuery 1.9fisharebest1-2/+2
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-2/+2
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-08-26Remove some unused code from individuals/families sidebar. It seems to be tr...fisharebest1-18/+0
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-1/+1
2012-05-26Need to explicitly close sessions for AJAX responses. TODO we should really ...fisharebest1-0/+1
2012-05-06fix: ERROR 8: Use of undefined constant WT_AUTOCOMPLETE_LIMITƁukasz Wilenski1-1/+1
2012-04-03#972588 - autocomplete - family results when marriage year is not knwonfisharebest1-5/+7
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+1
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-4/+4
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-12-12HTML validation: & => &fisharebest1-2/+2
2011-12-11#902683 - webtrees 1.2.4 W3C errors Bugfisharebest1-18/+13
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ...fisharebest1-6/+4
2011-11-10Fix: sidebar modules should use the module interface for their AJAX callback....fisharebest1-4/+18
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-1/+1
2011-09-15Performance - we do not need the f_numchil column to create a WT_Family objec...fisharebest1-1/+1
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ...fisharebest1-1/+1
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/+267