aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
Commit message (Collapse)AuthorAgeFilesLines
...
* A few miscelaneous tweaksGraham Eames2006-07-101-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing language stringGraham Eames2006-07-031-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6142 89ea8834-ac86-4346-8a33-228a782c2dd0
* Prevent sqlite databases within the forum directoryGraham Eames2006-07-011-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6136 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nothing interesting, just a couple of slight language alterationsGraham Eames2006-06-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6130 89ea8834-ac86-4346-8a33-228a782c2dd0
* Try and protect against people trying to select an inappropriate DBALGraham Eames2006-06-261-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6128 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split the final step of the install into 2 stepsGraham Eames2006-06-261-0/+2
| | | | | | | This should help to avoid any timeouts on slow servers with the amount being done git-svn-id: file:///svn/phpbb/trunk@6127 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show message to those browsing whilst board is disabledGraham Eames2006-06-241-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6124 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes to the doc links for the beta processGraham Eames2006-06-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6103 89ea8834-ac86-4346-8a33-228a782c2dd0
* hey dev team mates, here are the brand new beta checkins (as promised). ↵Meik Sievertsen2006-06-171-3/+2
| | | | | | Please ensure this stays in our private cvs until the 23rd June, except the bug fixes. git-svn-id: file:///svn/phpbb/trunk@6092 89ea8834-ac86-4346-8a33-228a782c2dd0
* Language updates for consistancyGraham Eames2006-06-171-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@6079 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improved i18n of default date format on new installsGraham Eames2006-06-141-0/+4
| | | | | | | + misc bug fixes git-svn-id: file:///svn/phpbb/trunk@6066 89ea8834-ac86-4346-8a33-228a782c2dd0
* UI change to default date formatGraham Eames2006-06-111-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6049 89ea8834-ac86-4346-8a33-228a782c2dd0
* - check whether config.php existsNils Adermann2006-06-101-4/+4
| | | | | | | | - add <p> to installation dialogue - forgot to commit an mcp info file git-svn-id: file:///svn/phpbb/trunk@6040 89ea8834-ac86-4346-8a33-228a782c2dd0
* language changes by SHS` [en-GB (OED)] - our thanks to him!Meik Sievertsen2006-05-301-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0
* The template for the convertor/upgrade script so that we've got all the ↵Graham Eames2006-05-281-0/+10
| | | | | | | | | template files in You'll have to wait for the code that goes with it :) git-svn-id: file:///svn/phpbb/trunk@5976 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a rather silly bug in the module install code.Graham Eames2006-05-241-0/+15
| | | | | | | Quick access works now :) git-svn-id: file:///svn/phpbb/trunk@5964 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dealing with some duplicate language strings.Graham Eames2006-05-121-11/+4
| | | | | | | I'll leave the rest of the files to you Nils ;-) git-svn-id: file:///svn/phpbb/trunk@5901 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix the module insertionGraham Eames2006-05-121-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5900 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Some slight style changes to the installer to make the explanation more ↵Graham Eames2006-05-061-1/+26
| | | | | | | | | | visibly different from the label - Added a brief explanation of register_globals to the requirements page - A few other odds and ends of language strings that aren't used yet but will be later (it was easier to leave them in than remove before committing :D) git-svn-id: file:///svn/phpbb/trunk@5889 89ea8834-ac86-4346-8a33-228a782c2dd0
* The return of the option to download the config file if it could not be writtenGraham Eames2006-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5821 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check the password set in the install against the default rulesGraham Eames2006-04-081-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5776 89ea8834-ac86-4346-8a33-228a782c2dd0
* This now gives a full path through the new install system.Graham Eames2006-04-051-0/+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
* Adding admin settings to the new system (not used yet)Graham Eames2006-03-271-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5736 89ea8834-ac86-4346-8a33-228a782c2dd0
* UI changes to the database settings section of the installerGraham Eames2006-03-251-1/+3
| | | | | | | Note: To prevent issues with incorrect database settings, it is now no longer possible to pass this point without the settings having been tested to make sure they work git-svn-id: file:///svn/phpbb/trunk@5718 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding in the next page of the installerGraham Eames2006-03-221-0/+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
* Replacing the first part of the installer ready for some testingGraham Eames2006-03-181-13/+28
| | | | | | | 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
* Building the foundations for some later changes to the installerGraham Eames2006-03-121-0/+13
| | | | | | | This code doesn't actually do anything yet ;-) git-svn-id: file:///svn/phpbb/trunk@5620 89ea8834-ac86-4346-8a33-228a782c2dd0
* - The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :DDavid M2006-03-021-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5597 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes to the installer as a result of changes elsewhereGraham Eames2006-01-081-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5439 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial instance of the install language file to allow me to install for testingGraham Eames2005-12-201-0/+147
(yes the installer looks a bit messy atm, but I will be changing that in the future) git-svn-id: file:///svn/phpbb/trunk@5361 89ea8834-ac86-4346-8a33-228a782c2dd0