summaryrefslogtreecommitdiff
path: root/setup.php
AgeCommit message (Collapse)AuthorFilesLines
2010-04-20Remove unix-specific hints from setup when installing on windows servers - ↵fisharebest1-5/+12
based on user feedback
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
the default to store logs in the database
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 ↵fisharebest1-23/+25
to make install even easier.
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 ↵fisharebest1-7/+7
for MyISAM users
2010-04-12Fix: incorrect error messages in setup.phpfisharebest1-6/+6
2010-04-06Start to refactor module code. Administration and initialisation. NOTE: ↵fisharebest1-13/+13
changes to DB structure.
2010-04-05(no commit message)Veit Olschinski1-0/+985