summaryrefslogtreecommitdiff
path: root/indilist.php
AgeCommit message (Expand)AuthorFilesLines
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-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-13Call \WT\Auth::user()->setSetting with wrong number of parametersDavid Drury1-2/+2
2014-05-10Bogus arguments being passed to indi/fam listsGreg Roach1-4/+2
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-36/+36
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 aroun...fisharebest1-2/+2
2012-03-17Remove old/unused check_NN() function.fisharebest1-1/+1
2012-03-09RTL: surnames that contain weakly-directional characters (such as punctuation...fisharebest1-0/+1
2011-11-24indilist/famlist - fix conflict between parameters $falpha and $show_all_firs...fisharebest1-1/+5
2011-11-24Fix typofisharebest1-1/+1
2011-11-23Change indi-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 subli...fisharebest1-1/+7
2011-11-15Fix: indi/fam list does not work when you select the show_marnm option while ...fisharebest1-2/+6
2011-11-15Fix: stray ";" in URLfisharebest1-1/+1
2011-11-14html validationŁukasz Wilenski1-1/+0
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ...fisharebest1-106/+91
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-3/+5
2011-10-21#796580 - "<" in surname breaks indilistfisharebest1-61/+38
2011-05-25Fix: indilist for names beginning with a space. Note, I have updated the saf...fisharebest1-1/+3
2011-05-01Change the display of unknown names from "(Unknown)" to "…". This avoids m...fisharebest1-5/+5
2011-04-26Fix: highlighting wrong initial letter on indilist page, for languages with m...fisharebest1-11/+5
2011-03-31Individual/family lists: Do not show @N.N. in the page title. Sort unknown/m...fisharebest1-2/+6
2011-03-07Performance: rewrite INDILIST and FAMLIST queries to use new indexes on n_sur...fisharebest1-4/+4
2011-02-19Fix incorrect link from Families list.Nigel Osborne1-1/+1
2011-01-26XHTMLLarry Meaney1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-23/+23
2010-11-25rawurlencode ged parameter on url stringsLarry Meaney1-9/+9
2010-10-30(no commit message)fisharebest1-1/+1
2010-09-25Tidy up whitespace/indentsfisharebest1-3/+1
2010-07-05Add a simple tabulated list format for the INDI list pageNigel Osborne1-0/+3
2010-06-09Only fetch gedcom settings from database when actually neededfisharebest1-0/+2
2010-05-31Fix errors in help_text linksfisharebest1-2/+2
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-2/+2
2010-05-12Use translate_fact() to translate factsfisharebest1-1/+1
2010-05-12I18N: ALL -> All (both upper and lower case words are already present and tra...fisharebest1-5/+5
2010-04-15Remove some old PHP-based collation (we now use DB collation exclusively)fisharebest1-3/+3
2010-04-15Apply collation rules on indi/fam lists (given names)fisharebest1-8/+10
2010-04-07Remove pointless help messagefisharebest1-2/+0
2010-04-05(no commit message)Veit Olschinski1-0/+287