aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_install.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-77/+0
| | | | PHPBB3-14044
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-2/+2
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+77
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* move files around :PMeik Sievertsen2009-01-161-77/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9276 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8599 89ea8834-ac86-4346-8a33-228a782c2dd0
* some beautifications as well as making sure manually deactivated accounts ↵Meik Sievertsen2007-04-011-2/+2
| | | | | | are properly handled git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
| | | | | | | | | | - changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier. - Changed some permission namings based on suggestions by the community - Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it's worth the additional processing time. - Disable submit buttons after clicking for installation and conversions. git-svn-id: file:///svn/phpbb/trunk@6930 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some general bugs and some convertor relatedMeik Sievertsen2007-01-101-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6872 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5474 - ACP XHTML spring clean... fieldsets with missing legends added, and ↵Jonathan Stanley2006-11-241-5/+5
| | | | | | lone fieldsets which should belong to the accending fieldset have been (mostly) merged. Some outstanding issues with the permissions area (Dominik has some stuff for this at some point anyway) and the Custom Profile Fields bit, which should feature "Previous/Next" style buttons. git-svn-id: file:///svn/phpbb/trunk@6645 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor schema change related to avatars so that they can be > 127px in sizeGraham Eames2006-08-201-2/+2
| | | | | | | | Add additional note about the install directory Remove some empty tags from the template git-svn-id: file:///svn/phpbb/trunk@6305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change the test so that sqlite is happy a wellGraham Eames2006-06-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6078 89ea8834-ac86-4346-8a33-228a782c2dd0
* - check whether config.php existsNils Adermann2006-06-101-1/+1
| | | | | | | | - 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
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-12/+14
| | | | | | | | | re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Some slight style changes to the installer to make the explanation more ↵Graham Eames2006-05-061-2/+2
| | | | | | | | | | 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
* graham, sorry for this but i had to... ;)Meik Sievertsen2006-04-281-30/+42
| | | | | | | | - 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
* The return of the option to download the config file if it could not be writtenGraham Eames2006-04-221-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5821 89ea8834-ac86-4346-8a33-228a782c2dd0
* UI changes to the database settings section of the installerGraham Eames2006-03-251-0/+1
| | | | | | | 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/+1
| | | | | | | 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-0/+50
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