summaryrefslogtreecommitdiff
path: root/autocomplete.php
AgeCommit message (Collapse)AuthorFilesLines
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 ↵fisharebest1-17/+15
quicker to access. Use the user's locale for sorting autocomplete results.
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-2/+2
update wt_media table (to add columns we need to search on).
2012-10-26Fix: thumbnails not shown in autocomplete when they are in the private media ↵fisharebest1-1/+1
folder
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
Move autofocus to the GIVN field - it will be the first one to enter almost every time. Remove the autopaste links from the tab sequence (on standard browsers - accessibility aware browsers should still include it)
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 ↵Nigel Osborne1-2/+2
http://webtrees.net/index.php/en/forum/2-open-discussion/26752-something-wrong-with-prefixes-for-surnames
2012-10-01Replace list of prefixes / suffixes with autocomplete as discussed in ↵Nigel Osborne1-0/+23
http://webtrees.net/index.php/en/forum/2-open-discussion/26752-something-wrong-with-prefixes-for-surnames
2012-07-24Performance - autocomplete on given names. The first part of the "order by" ↵fisharebest1-1/+1
clause was only needed when we allowed matching on the middle of names. Now that we restrict it to the start of names, it is no longer needed. It means we can execute the query from just the index, without needing temporary tables.
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 ↵fisharebest1-5/+5
wrong souce
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 ↵fisharebest1-2/+5
duplicates.
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
#964398 - find individual id
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 ↵fisharebest1-2/+2
object. It takes less CPU/memory to calculate it as needed from the gedcom record.
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ↵fisharebest1-4/+4
is to fetch the i_sex column from the database
2011-09-10#822603 - Death flag set wrongly fisharebest1-31/+27
2011-07-05Revised PLAC autocomplete - allows for more than 5 place levels - thanks to ↵Nigel Osborne1-35/+45
Jon49 (http://webtrees.net/en/forums/9-request-for-new-feature/13563-suggestion-for-place-autocompletion#13571)
2011-04-22ws5. server was never supported. Admins recommend ws.geonames.orgStephen Arnold1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-12/+12
2010-09-25Tidy up whitespace/indentsfisharebest1-1/+1
2010-09-24#646614 WT_AUTOCOMPLETE_LIMIT undefined in Sidebar > FamiliesŁukasz Wilenski1-3/+0
2010-09-21(no commit message)fisharebest1-2/+2
2010-09-10Tidy up some whitespace/formattingfisharebest1-4/+3
2010-07-07Remove unused column: wt_families.f_chilfisharebest1-2/+2
2010-06-20Move autocomplete functions to autocomplete filefisharebest1-1/+228
2010-06-19Use API to access object datafisharebest1-3/+3
2010-05-16#579119 Autocomplete function in edit placesfisharebest1-2/+1
2010-04-05(no commit message)Veit Olschinski1-0/+549