summaryrefslogtreecommitdiff
path: root/autocomplete.php
AgeCommit message (Expand)AuthorFilesLines
2014-11-03#1388906 - Age of associates at date of event no longer shownGreg Roach1-63/+17
2014-11-01#1381212 - Citation details autocomplete not workingGreg Roach1-173/+200
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-2/+2
2014-09-18Unused codeGreg Roach1-1/+0
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-0/+37
2014-02-22#1280687 Change in Geonames API interfaceGreg Roach1-3/+4
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-25#1254676 - Autocomplete for sources/repositories showing HTML entitiesGreg Roach1-2/+6
2013-11-01Tidy up trailing whitespaceGreg Roach1-15/+15
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-10/+9
2013-08-27Autocomplete failing on manage-media linksfisharebest1-1/+1
2013-08-27Update autocomplete to work with new gedcom record APIfisharebest1-15/+15
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-28Autocomplete for sources and repositories brokenfisharebest1-9/+9
2013-06-29(no commit message)fisharebest1-65/+65
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-2/+2
2013-01-16Autocomplete for media - use thumbnails consistentlyfisharebest1-2/+2
2012-11-03Use s_name for sorting, rather than n_full. It is the same data, and quicker...fisharebest1-17/+15
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-2/+2
2012-10-26Fix: thumbnails not shown in autocomplete when they are in the private media ...fisharebest1-1/+1
2012-10-24Bug #1070565 - CEME tag autocomplete has no unique results code - v1.3.2Łukasz Wilenski1-2/+4
2012-10-04Remove the auto-complete for NPFX/SPFX/NSFX - it isn't helping data entry.fisharebest1-16/+0
2012-10-02Remove old code from (Use more efficient query for SPFX/NPFX/NSFX autocomplete.)fisharebest1-19/+0
2012-10-02Use more efficient query for SPFX/NPFX/NSFX autocomplete.fisharebest1-0/+12
2012-10-02Fix unique array in http://webtrees.net/index.php/en/forum/2-open-discussion/...Nigel Osborne1-2/+2
2012-10-01Replace list of prefixes / suffixes with autocomplete as discussed in http://...Nigel Osborne1-0/+23
2012-07-24Performance - autocomplete on given names. The first part of the "order by" ...fisharebest1-1/+1
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-4/+4
2012-07-07Create an object to represent places.fisharebest1-17/+4
2012-07-07Remove unnecessary clauses from MySQL in the PLAC autocompletefisharebest1-8/+8
2012-06-27#1018272 - 1.3.0: edit_interface.php source citation autofill is taken from w...fisharebest1-5/+5
2012-04-03#972588 - autocomplete - family results when marriage year is not knwonfisharebest1-2/+12
2012-04-03Fix: autocomplete for SOUR:PAGE fails when the original data contains duplica...fisharebest1-2/+5
2012-04-03Minor performance tweak to autocomplete SOUR:PAGEfisharebest1-2/+2
2012-04-01Tune some autocomplete search functionsfisharebest1-91/+73
2012-04-01Tune some autocomplete search functionsfisharebest1-263/+186
2012-04-01Tune some autocomplete search functionsfisharebest1-3/+28
2012-04-01Tune some autocomplete search functionsfisharebest1-95/+52
2012-04-01Tune some autocomplete search functionsfisharebest1-3/+22
2012-04-01Make autocomplete searches a bit smarter. "gre ro" will now match "greg roach"fisharebest1-14/+29
2012-04-01Tune some autocomplete search functionsfisharebest1-149/+93
2012-04-01Tune some autocomplete search functionsfisharebest1-67/+64
2012-04-01Tune some autocomplete search functionsfisharebest1-178/+117
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-48/+21
2012-03-26Bug #964047 - Autocomplete in ID box not working for certain name combinationsŁukasz Wilenski1-3/+3
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-2/+2
2011-09-15Performance - we do not need the f_numchil column to create a WT_Family objec...fisharebest1-2/+2
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ...fisharebest1-4/+4