aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Assigning to the wrong variable - the whole message should now be visibleGraham Eames2006-05-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5912 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some altered error handling - there was still hard-coded output hanging over ↵Graham Eames2006-05-121-33/+52
| | | | | | from before git-svn-id: file:///svn/phpbb/trunk@5899 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5883 89ea8834-ac86-4346-8a33-228a782c2dd0
* We want to use this code in the install system as wellGraham Eames2006-04-301-36/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@5871 89ea8834-ac86-4346-8a33-228a782c2dd0
* reverting changes to the installerMeik Sievertsen2006-04-291-31/+105
| | | | | | | do not introduce a function we never call outside of common.php git-svn-id: file:///svn/phpbb/trunk@5859 89ea8834-ac86-4346-8a33-228a782c2dd0
* graham, sorry for this but i had to... ;)Meik Sievertsen2006-04-281-105/+31
| | | | | | | | - utilize common.php in installer (we only need to change one location then) - use $user->lang instead of $lang to be able to use language template vars and having consistant namings git-svn-id: file:///svn/phpbb/trunk@5855 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed group settings from rolesMeik Sievertsen2006-04-221-40/+50
| | | | | | | | | | - added forum icon in front of forums in permissions acp - added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :)) - some bugfixes - PHP6 fix git-svn-id: file:///svn/phpbb/trunk@5824 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added a constant to indicate where we are for use in other functionsGraham Eames2006-04-221-0/+1
| | | | | | | - Slight changes to writing of the config file, more to come git-svn-id: file:///svn/phpbb/trunk@5818 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing a bug within the installer (displaying notices) and making sure the ↵Meik Sievertsen2006-04-141-2/+7
| | | | | | installer is using the error handler. git-svn-id: file:///svn/phpbb/trunk@5783 89ea8834-ac86-4346-8a33-228a782c2dd0
* This now gives a full path through the new install system.Graham Eames2006-04-051-1/+6
| | | | | | | | | | | New features: - Rearranged config items - Added advanced config page for optional settings - Email admin on install NOTE: This only works if config.php is writable, if it is unwritable, you must fallback to the old method, edit install_install.php where the redirect is commented out in the database settings to do this git-svn-id: file:///svn/phpbb/trunk@5764 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1301David M2006-03-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5743 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding in the next page of the installerGraham Eames2006-03-221-2/+2
| | | | | | | Note that this still falls back to the old code part-way through the install git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change the handling of language detection to avoid errors if the language ↵Graham Eames2006-03-201-5/+6
| | | | | | | | | header is either not sent by the browser or there is no matching language available. Also added support for forcing a language via the URL for now, this may or may not remain git-svn-id: file:///svn/phpbb/trunk@5676 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replacing the first part of the installer ready for some testingGraham Eames2006-03-181-3/+3
| | | | | | | This will bounce you back to the previous installer part way through git-svn-id: file:///svn/phpbb/trunk@5654 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some slight alterations for another forthcoming feature.Graham Eames2006-03-151-0/+22
| | | | | | | Tom: If you want to clean up my CSS changes for this or change the colour for completed stages, feel free ;-) git-svn-id: file:///svn/phpbb/trunk@5635 89ea8834-ac86-4346-8a33-228a782c2dd0
* Building the foundations for some later changes to the installerGraham Eames2006-03-121-0/+515
This code doesn't actually do anything yet ;-) git-svn-id: file:///svn/phpbb/trunk@5620 89ea8834-ac86-4346-8a33-228a782c2dd0