summaryrefslogtreecommitdiff
path: root/famlist.php
AgeCommit message (Collapse)AuthorFilesLines
2016-04-09Code styleGreg Roach1-1/+1
2016-04-08Show all surname variants in indi/fam list titlesGreg Roach1-0/+5
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-4/+5
2015-06-04Code style - remove globalsGreg Roach1-8/+6
2015-05-31PSR-4Greg Roach1-0/+3
2015-05-30Code styleGreg Roach1-2/+2
2015-04-26Replace Zend_Tag_CloudGreg Roach1-2/+2
2015-03-09Refactor tree to ID/name conversionsGreg Roach1-4/+4
2015-03-09Use Tree object instead of ID/nameGreg Roach1-4/+4
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-13/+13
2015-03-02PSR-1Greg Roach1-5/+5
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-5/+4
2015-02-06Use tree objectsGreg Roach1-1/+1
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-1/+4
2015-02-04PHPDoc for globalsGreg Roach1-0/+6
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-59/+49
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
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
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-14Remove global - SURNAME_LIST_STYLEGreg Roach1-1/+1
2014-10-14Settings are strings, avoid implicit conversion of booleansGreg Roach1-80/+75
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Allow the User object to work as a null object (e.g. for visitors)Greg Roach1-7/+3
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-3/+3
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-18The 'include married names' option is not being remembered on the family listGreg Roach1-2/+2
2014-08-28Individual/family lists - more untranslated countsGreg Roach1-2/+2
2014-08-28Individual/family lists - count of 'no surname' not translatedGreg Roach1-2/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-5/+7
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-7/+8
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-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-37/+37
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-6/+6
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
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.
2012-09-01Remove old/unhelpful help text. ↵fisharebest1-1/+1
http://webtrees.net/index.php/en/forum/27-help-for-ver-1-3-latest-release/26577-lists-of-namen-3-out-of-4-presentation-options
2012-03-17Remove old/unused check_NN() function.fisharebest1-1/+1
Move getShortName() function from GedcomRecord to Person - it only applies to people.
2012-03-09RTL: surnames that contain weakly-directional characters (such as ↵fisharebest1-0/+1
punctuation) render incorrectly on mixed LTR/RTL pages.
2011-11-24indilist/famlist - fix conflict between parameters $falpha and ↵fisharebest1-1/+5
$show_all_firstnames
2011-11-24Change fam-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-15indilist.php logic - unable to view all individuals when the given-name ↵fisharebest1-1/+8
sublist is active
2011-11-15Fix: indi/fam list does not work when you select the show_marnm option while ↵fisharebest1-2/+6
not logged in.
2011-11-15Fix: stray ";" in URLfisharebest1-1/+1