summaryrefslogtreecommitdiff
path: root/modules_v3/individuals
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-23/+23
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+3
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-12/+12
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2014-12-05PHPDocGreg Roach1-2/+3
2014-12-04PHPDocGreg Roach1-0/+21
2014-11-27PHPDocGreg Roach1-7/+7
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-5/+5
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 ↵Rico Sonntag1-1/+1
individual view, reducing number of database request
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-8/+8
2013-02-15#1126327 - Sidebar (individual or family list) - searchingfisharebest1-1/+1
2013-02-09SIdebar individual/family list - need updating for jQuery 1.9fisharebest1-3/+3
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 ↵fisharebest1-18/+0
trying to remember the state of the sidebar between calls - but this has never worked, and I am not sure we'd really want it...
2012-08-12Remove some redundant white-space from the HTML. This improves our Google ↵fisharebest1-4/+1
PageSpeed score a little.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-1/+1
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
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-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-03-25"Persons" should be "Individuals"fisharebest1-3/+3
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-4/+4
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
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-16/+13
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ↵fisharebest1-6/+4
a user-setting instead of a family-tree-setting.
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-09-21Convert some "List Names" to "Full Names"fisharebest1-2/+2
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/+246