summaryrefslogtreecommitdiff
path: root/includes/functions/functions_db.php
AgeCommit message (Expand)AuthorFilesLines
2010-09-18Fix: check access levels of user/gedcom blocks http://webtrees.net/forums/10-...fisharebest1-2/+2
2010-09-18Fix: check access levels of user/gedcom blocks http://webtrees.net/forums/10-...fisharebest1-6/+12
2010-09-15Fix: changing username should be done by reference to USER_ID, not USER_NAME....fisharebest1-2/+2
2010-09-10Tidy up some whitespace/formattingfisharebest1-3/+3
2010-08-30Add more collation specifiers, for proper I18N sortingfisharebest1-5/+5
2010-08-30#626625 - indilist.php, collation, utf8_swedish_ci, lang=fifisharebest1-3/+3
2010-07-28Bug #596176 Add account userfisharebest1-0/+7
2010-07-09Fix: error when logging deletion of default gedcomfisharebest1-4/+4
2010-07-07Remove unused column: wt_families.f_chilfisharebest1-7/+7
2010-06-20Move autocomplete functions to autocomplete filefisharebest1-208/+0
2010-06-20Remove RSS functions. They don't work very well (if at all). If we want RSS...fisharebest1-1/+1
2010-06-18Minor performance tweak - sequential selects work faster than a unionfisharebest1-18/+14
2010-06-18Streamline some privacy calculations; replace FactViewRestricted() and showFa...fisharebest1-2/+2
2010-06-15Combine some privacy functions with gedcom objects - removes lots of unnecess...fisharebest1-17/+0
2010-06-15Remove unused functionfisharebest1-6/+0
2010-06-11Only fetch site settings from database when actually neededfisharebest1-10/+10
2010-06-08Tidy log messagesfisharebest1-2/+2
2010-06-08Add logging of config changesfisharebest1-1/+7
2010-06-06#590487 delete userfisharebest1-1/+7
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-18/+19
2010-06-05Combine show_fact and show_fact_details. Part of simplification of privacy r...fisharebest1-2/+2
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ...fisharebest1-4/+4
2010-06-04#589555 - "Invalid parameter number" in sitemap modulefisharebest1-10/+2
2010-06-02Remove old get_next_id() function - we now use auto-increment columnsfisharebest1-22/+0
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-236/+236
2010-05-29Default blocks on index.php should not only include installed/allowed blocksfisharebest1-21/+34
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-453/+245
2010-05-28#586858 Change user sttings - fatal errorfisharebest1-16/+37
2010-05-28Tidy up and remove some unused codefisharebest1-37/+16
2010-05-28Tidy up some codefisharebest1-35/+25
2010-05-28Revert recent changes to news/blog and gedcom/user favorites.fisharebest1-15/+14
2010-05-27Fix: sql error creating default blocksfisharebest1-5/+3
2010-05-26Blocks: favorites replaced with favorite and news/blog replaced with html.fisharebest1-11/+14
2010-05-24Restructure wt_messages -> wt_messagefisharebest1-9/+7
2010-05-24Tables and blocks. Add wt_module_settings, move wt_nextid to wt_next_id, rem...fisharebest1-1/+27
2010-05-22#580980 FAQ List access, SVN 8318fisharebest1-28/+0
2010-05-20#582795 In search, some persons show up in Families but not in Individuals.fisharebest1-64/+35
2010-05-12Convert blocks to modulesfisharebest1-8/+101
2010-05-11#578549 Setup - LONGBLOB default valuefisharebest1-1/+1
2010-05-09#570698 Most Common Surnames Block formattingfisharebest1-2/+2
2010-05-09Apply collation to database searchesfisharebest1-7/+7
2010-05-09Apply collation to database searchesfisharebest1-40/+15
2010-05-06Remove old/unused functionfisharebest1-23/+0
2010-05-04Fix: bug found in PGVfisharebest1-1/+1
2010-05-04Replace _PGVUSER with _WT_USERNigel Osborne1-8/+8
2010-04-30Collect gedcom default settings into a new file.fisharebest1-14/+1
2010-04-27Fix: bug when creating new user accountsfisharebest1-3/+3
2010-04-25Don't overwrite existing XXX_conf.php and XXX_priv.php files when adding new ...fisharebest1-0/+12
2010-04-20Remove Mutex class/table. Not necessary, now that we are storing changes and...fisharebest1-1/+0
2010-04-20Fix: integrity constraint deleting gedcomfisharebest1-0/+3