summaryrefslogtreecommitdiff
path: root/includes/authentication.php
AgeCommit message (Expand)AuthorFilesLines
2010-10-30(no commit message)fisharebest1-2/+2
2010-10-17Use sessions to determine logged-in users, rather than trying to maintain a l...fisharebest1-2/+0
2010-10-10(no commit message)fisharebest1-1/+1
2010-09-25Tidy up whitespace/indentsfisharebest1-5/+3
2010-09-21(no commit message)fisharebest1-1/+1
2010-09-13fix some message errorsŁukasz Wilenski1-13/+8
2010-09-07fix some more problems with emailsŁukasz Wilenski1-3/+3
2010-09-06#627727 Registration email problem - new userŁukasz Wilenski1-1/+1
2010-09-06add translations files for phpmailer classesŁukasz Wilenski1-3/+10
2010-08-24Fix: when transferring data from PGV to WT, there is an interval where we hav...fisharebest1-4/+4
2010-06-26Remove unused globalsfisharebest1-2/+0
2010-06-10Move function to more appropriate filefisharebest1-0/+17
2010-06-09Fix: missing IP address in logsfisharebest1-2/+2
2010-06-09Log all edits under "edit" (currently a mixture of "edit" and "change"fisharebest1-13/+0
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ...fisharebest1-7/+5
2010-06-04Remove global WT_STORE_MESSAGES. Fetch this setting whenever it is used.fisharebest1-2/+1
2010-06-03Fix: editing news item creates duplicatesfisharebest1-1/+5
2010-06-02wt_news has an auto-increment key - use itfisharebest1-24/+3
2010-06-02Remove old/unused functionfisharebest1-36/+0
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-20/+20
2010-06-01Remove old/unused functionsfisharebest1-11/+1
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-48/+22
2010-05-28Move user/gedcom favorite code to the modules themselvesfisharebest1-81/+1
2010-05-28Revert recent changes to news/blog and gedcom/user favorites.fisharebest1-5/+13
2010-05-26Quick temporary fix to prevent errors with favorite handlingfisharebest1-13/+5
2010-05-24Use constant instead of global variablefisharebest1-3/+3
2010-05-24Restructure wt_messages -> wt_messagefisharebest1-12/+11
2010-05-24#580541 No admin emails during user registrationfisharebest1-2/+2
2010-05-12Convert blocks to modulesfisharebest1-51/+0
2010-05-05Replace function pgvMail with function webtreesMailNigel Osborne1-2/+2
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-2/+2
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-1/+1
2010-05-03Bug #573281 Installation errorfisharebest1-1/+1
2010-05-03Bug #573281 Installation errorfisharebest1-1/+1
2010-04-26(no commit message)fisharebest1-4/+4
2010-04-21Remove file-based logging.fisharebest1-121/+27
2010-04-20Fix: formatting of search log filesfisharebest1-1/+1
2010-04-20Fix: variable name typofisharebest1-3/+3
2010-04-20Add page to search/view logsfisharebest1-1/+1
2010-04-20Bug #567049 - error when searchingfisharebest1-0/+2
2010-04-19(no commit message)fisharebest1-4/+6
2010-04-16(no commit message)fisharebest1-108/+108
2010-04-15Tidy up SMTP config variables. These do not need to be globals.fisharebest1-3/+3
2010-04-05(no commit message)Veit Olschinski1-0/+867