summaryrefslogtreecommitdiff
path: root/setup.php
AgeCommit message (Expand)AuthorFilesLines
2010-06-09setup.php used hard-coded table prefix wt_fisharebest1-1/+1
2010-06-09setup.php used hard-coded table prefix wt_fisharebest1-57/+57
2010-06-08Add logging of config changesfisharebest1-1/+1
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-0/+12
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ...fisharebest1-6/+6
2010-06-04Remove "AUTHENTICATION_MODULE" setting. This is currently unused, and needs ...fisharebest1-1/+0
2010-06-03#589017 site-unavailable UTF-8 - Use explicit header() instead of http-equiv....fisharebest1-2/+2
2010-06-02wt_media has an auto-increment key - use itfisharebest1-6/+6
2010-05-31Revert changes to DB engine - submitted in error?fisharebest1-29/+29
2010-05-30Delete FCKEditor moduleVeit Olschinski1-29/+29
2010-05-30Increase column length to handle external URLs > 255 charsfisharebest1-1/+1
2010-05-29Fix: setup.php reverts to english after page onefisharebest1-1/+1
2010-05-26Blocks: favorites replaced with favorite and news/blog replaced with html.fisharebest1-25/+0
2010-05-26When changing language using the page header, update the user's default setting.fisharebest1-0/+1
2010-05-24Restructure wt_messages -> wt_messagefisharebest1-12/+13
2010-05-24Tables and blocks. Add wt_module_settings, move wt_nextid to wt_next_id, rem...fisharebest1-5/+15
2010-05-24Remove page-rate limiterfisharebest1-2/+0
2010-05-23#584389 List number in 118n stringfisharebest1-2/+2
2010-05-22Add family story module/tabfisharebest1-0/+1
2010-05-22#580980 FAQ List access, SVN 8318fisharebest1-6/+6
2010-05-16Add missing foreign key constraint between wt_hit_counter and wt_gedcomfisharebest1-1/+2
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