summaryrefslogtreecommitdiff
path: root/library/WT/Query
AgeCommit message (Collapse)AuthorFilesLines
2014-05-10Cleanup - unused codeGreg Roach1-2/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach3-15/+0
2014-04-14#1302465 - MySQL wildcards need to be escaped when searching for media filesGreg Roach1-7/+7
2014-04-02PHP lintGreg Roach1-2/+2
2014-02-25Make counting number of individuals per surname optional as not required in ↵Rico Sonntag1-2/+5
individual view, reducing number of database request
2014-01-04Update copyright date to 2014Greg Roach3-3/+3
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho3-3/+3
2013-11-01Tidy up trailing whitespaceGreg Roach2-6/+6
2013-08-09Remove empty subversion Id tagsGreg Roach3-6/+0
2013-06-29(no commit message)fisharebest2-8/+8
2013-02-01Media list - (1) always include a top level folder, even if it is empty (2) ↵fisharebest1-10/+17
only show external media in the top level folder
2013-01-30#1104494 - svn 14680 - Folder Media List shows all tree mediafisharebest1-9/+10
2013-01-24Fix: media-list errors when no media paths found in the databasefisharebest1-2/+10
2013-01-18Major refactoring of media code.fisharebest1-5/+19
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
2013-01-16Add new library class (to replace functions_mediadb.php)fisharebest1-0/+97
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-3/+3
update wt_media table (to add columns we need to search on).
2012-03-05Use the SQL query cache for the A-Z counts on the individual list.fisharebest1-6/+6
2011-11-14Fix: list of surnames on indi-list ignoring the "include married names" ↵fisharebest1-0/+3
option. We need the where clause on both the inner and outer SQL statements
2011-10-31Fix: not applying collation rules to surname searchesfisharebest1-2/+2
2011-10-31Fix: need to quote initial letters in name queries - they may contain quotes.fisharebest1-1/+1
2011-10-25#881369 - Individual listingfisharebest1-1/+1
2011-10-23#880404 - Hebrew Indi- & Fam-list top lettersfisharebest1-3/+3
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-07-21#796581 - "_" in surname breaks indilist fisharebest1-1/+1
2011-06-15Fix: surname lists not taking account of collation rulesfisharebest1-1/+1
2011-05-25#787958 - Individual list - no surname / surname beginning with space fisharebest1-5/+14
2011-05-23When a person has some visible names and also some private names, the INDI ↵fisharebest1-8/+12
list was listing the person under their private name.
2011-05-12I18N: add support for the translation of numbers. For example, 12345.67. ↵fisharebest1-7/+6
In English, this is "12,345.67". In French, this is "12 345.67" and in German, this is "12,345.67"
2011-04-27Fix: famlist.php, when filtering for unknown surnames, the given-initial ↵fisharebest1-11/+0
filter is ignored.
2011-04-26Fix: highlighting wrong initial letter on indilist page, for languages with ↵fisharebest1-0/+49
multi-letter initials.
2011-04-24Polish "A-Z" list includes letters that do not occur at the starts of words.Łukasz Wilenski1-1/+1
2011-04-06SQL error in admin.php changes summaryfisharebest1-0/+226
2011-03-31Individual/family lists: Do not show @N.N. in the page title. Sort ↵fisharebest1-2/+2
unknown/missing after other letters.
2011-03-28Fix: Hebrew "A-Z" list includes letters that do not occur at the starts of ↵fisharebest1-1/+1
words.
2011-03-16Fix: sort order of surname initials in scripts other than the current/defaultfisharebest1-2/+2
2011-03-08Fix: wrong function name in famlist.phpfisharebest1-1/+1
2011-03-07Performance: rewrite INDILIST and FAMLIST queries to use new indexes on ↵fisharebest1-0/+404
n_surn and n_givn columns.