summaryrefslogtreecommitdiff
path: root/setup.php
AgeCommit message (Expand)AuthorFilesLines
2010-05-15#580355 UTF-8 header missing in setupfisharebest1-0/+2
2010-05-12Convert blocks to modulesfisharebest1-12/+23
2010-05-11#578549 Setup - LONGBLOB default valuefisharebest1-2/+2
2010-05-10#578075 Javascript reserve word can break webtrees setup (patch by Steve Hulet)fisharebest1-3/+4
2010-05-03Bug #574138 Strict standards error related to php.ini timezone settingfisharebest1-11/+1
2010-04-30Added comment explaining that webtrees can / will create a DB if one does not...Nigel Osborne1-1/+1
2010-04-29Convert reports to modules. Prepar to convert charts/themes/blocks to modules.fisharebest1-4/+4
2010-04-26#570073 date.time_zone check for PHP5.3+ onlyfisharebest1-1/+11
2010-04-24New gedcom importer/uploader/loaderfisharebest1-4/+5
2010-04-22Fix: STMP_ACTIVE not initialised correctlyfisharebest1-1/+1
2010-04-22Detect missing date.timezone setting in PHP.INIfisharebest1-1/+2
2010-04-21Remove file-based logging.fisharebest1-1/+0
2010-04-20Remove Mutex class/table. Not necessary, now that we are storing changes and...fisharebest1-10/+0
2010-04-20setup.ini - commented out test for "maximum execution time". It doesn't work.fisharebest1-0/+2
2010-04-20Remove unix-specific hints from setup when installing on windows servers - ba...fisharebest1-5/+12
2010-04-19(no commit message)fisharebest1-2/+2
2010-04-16Add new table to store pending changes (will replace pgv_changes.php). Make ...fisharebest1-3/+17
2010-04-16Add key column to new wt_log tablefisharebest1-0/+2
2010-04-16(no commit message)fisharebest1-6/+23
2010-04-16Fix setup (var changes from last night not updated), and set focus on forms t...fisharebest1-23/+25
2010-04-15Use consistent wording in SMTP setup/configfisharebest1-4/+4
2010-04-15Tidy up SMTP config variables. These do not need to be globals.fisharebest1-1/+22
2010-04-15Bug #557867 Add page to edit site configurationfisharebest1-8/+8
2010-04-15Better logic for SMTP config during setup. Still need a "test" buttonfisharebest1-20/+23
2010-04-15Fix issues when running in safe modefisharebest1-14/+18
2010-04-13Tweak a few database indexesfisharebest1-56/+56
2010-04-13Remove "on delete cascade" constraints - we need to delete these manually for...fisharebest1-7/+7
2010-04-12Fix: incorrect error messages in setup.phpfisharebest1-6/+6
2010-04-06Start to refactor module code. Administration and initialisation. NOTE: cha...fisharebest1-13/+13
2010-04-05(no commit message)Veit Olschinski1-0/+985