aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/14262] Move convertor to controllerMate Bartus2016-01-291-0/+109
| | | | | | | | PHPBB3-14262
* | [ticket/14362] Missing lang var in install fileRichard McGirr2015-12-161-0/+24
| | | | | | | | PHPBB3-14362
* | [ticket/14349] Add cli error message on missing or invalid dataMarc Alexander2015-12-081-0/+1
| | | | | | | | PHPBB3-14349
* | [ticket/14269] Fix comments and language var namesMate Bartus2015-12-031-2/+2
| | | | | | | | PHPBB3-14269
* | [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-271-0/+3
| | | | | | | | PHPBB3-14269
* | [ticket/14281] Fix installer CLI after recent changesMarc Alexander2015-11-101-0/+2
| | | | | | | | PHPBB3-14281
* | [ticket/14044] Use the correct language file versionMate Bartus2015-10-281-13/+109
| | | | | | | | PHPBB3-14044
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-516/+202
| | | | | | | | PHPBB3-14044
* | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-041-2/+2
| | | | | | | | PHPBB3-14205
* | [ticket/13740] Keep language file's namesMate Bartus2015-07-221-191/+516
| | | | | | | | PHPBB3-13740
* | [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-201-1/+2
| | | | | | | | PHPBB3-13740
* | [ticket/13740] Add navigation bar support for the installerCHItA2015-07-081-0/+37
| | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
* | [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-081-0/+15
| | | | | | | | PHPBB3-13740
* | [ticket/13740] Add backend support for install progress trackingMateBartus2015-07-081-0/+23
| | | | | | | | PHPBB3-13740
* | [ticket/13740] Add new language file for installMateBartus2015-07-081-533/+129
| | | | | | | | | | | | [ci skip] PHPBB3-13740
* | [ticket/13407] Bump minimal version to php 5.3.9Nicofuma2015-02-041-2/+2
|/ | | | PHPBB3-13407
* [ticket/13302] Update documentation and support forum links to 3.1 versions.Cesar G2014-12-091-4/+4
| | | | PHPBB3-13302
* [ticket/13267] Update Automatic Update instructions to include vendor directoryPatrick Webster2014-11-011-1/+1
| | | | PHPBB3-13267
* [ticket/12768] More fixes in language filesn-aleha2014-07-081-2/+2
| | | | | | More spaces converted to tabs for identation in language files. PHPBB3-12768
* Merge remote-tracking branch 'nickvergessen/ticket/12645' into develop-ascraeusCesar G2014-07-021-1/+1
|\ | | | | | | | | * nickvergessen/ticket/12645: [ticket/12645] Replace support links in SUPPORT_BODY with 3.1 links
| * [ticket/12645] Replace support links in SUPPORT_BODY with 3.1 linksJoas Schilling2014-06-271-1/+1
| | | | | | | | PHPBB3-12645
* | Merge pull request #2493 from Nicofuma/ticket/12325Joas Schilling2014-06-271-0/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | [ticket/12325] Automatic update should notify about outdated files * Nicofuma/ticket/12325: [ticket/12325] Fix the language var name [ticket/12325] Update coding style in template [ticket/12325] Fix: add a missing colon [ticket/12325] Don't use L_COLON [ticket/12325] Fix: it's not stuck in an inifinite loop anymore [ticket/12325] Automatic update should notify about outdated files
| * [ticket/12325] Fix the language var nameTristan Darricau2014-05-301-1/+1
| | | | | | | | PHPBB3-12325
| * [ticket/12325] Automatic update should notify about outdated filesTristan Darricau2014-05-231-0/+4
| | | | | | | | PHPBB3-12325
* | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-6/+0
| | | | | | | | PHPBB3-12747
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
|/ | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+4
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-9/+3
| | | | PHPBB3-9871
* [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-1/+1
| | | | | | | Since we switched the order, everything should be in the normal root by then. PHPBB3-11574
* [ticket/11574] Change order of files and database updateJoas Schilling2013-07-291-2/+4
| | | | PHPBB3-11574
* Merge branch 'develop-olympus' into developNils Adermann2013-07-131-6/+6
|\ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com Conflicts: phpBB/language/en/install.php phpBB/language/en/ucp.php
| * Merge remote-tracking branch 'github-marc1706/ticket/11112' into ↵Nils Adermann2013-07-131-6/+6
| |\ | | | | | | | | | | | | | | | | | | | | | prep-release-3.0.12 * github-marc1706/ticket/11112: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com
| | * [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-6/+6
| | | | | | | | | | | | PHPBB3-11112
* | | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)".
| * | [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)".Andreas Fischer2013-07-131-1/+1
| |/ | | | | | | PHPBB3-11670
* | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer (1) and Nathaniel Guse (1) * develop-olympus: [ticket/11662] Typos: occured -> occurred Conflicts: tests/template/template_test.php
| * [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-121-1/+1
| | | | | | | | PHPBB3-11662
* | [feature/migrations] Remove hardcoded language, use lang instead.Nathan Guse2013-02-061-0/+3
| | | | | | | | PHPBB3-9737
* | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-1/+1
| | | | | | | | PHPBB3-11259
* | [ticket/10091] Bump minimum supported postgresql version to 8.3.Oleg Pudeyev2012-12-041-1/+1
| | | | | | | | PHPBB3-10091
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-091-2/+2
| | | | | | | | PHPBB3-11181
* | Merge PR #753 branch 'Senky/ticket/10161' into developOleg Pudeyev2012-04-261-2/+2
|\ \ | | | | | | | | | | | | | | | | | | * Senky/ticket/10161: [ticket/10161] added fullstop to the end of sentence [ticket/10161] coding-guidelines.html updated [ticket/10161] all "e-mail" strings in language files changed to "email"
| * | [ticket/10161] all "e-mail" strings in language files changed to "email"Senky2012-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | according to Oleg's comment: email is preferred by RFCs and probably the way of the future PHPBB3-10161
* | | [ticket/10813] Installer now checks json extensionriadhchtara2012-04-191-0/+2
|/ / | | | | | | | | | | | | | | | | Installer now checks json extension and cannot continue without it. Changes are made in phpBB/install/install_install.php where the checking for json is added and to phpBB/language/en/install.php where 2 new keys for the messages that would be displayed are also added. PHPBB3-10813
* | [task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2David King2012-03-251-2/+2
| | | | | | | | PHPBB3-10693
* | Merge remote-tracking branch 'p/ticket/10618' into developAndreas Fischer2012-03-071-3/+3
|\ \ | | | | | | | | | | | | | | | * p/ticket/10618: [ticket/10618] Change phpBB 3 to phpBB 3.1. [ticket/10618] Replace phpBB 3.0 with phpBB 3 for 3.1.
| * | [ticket/10618] Change phpBB 3 to phpBB 3.1.Oleg Pudeyev2012-03-061-3/+3
| | | | | | | | | | | | PHPBB3-10618
| * | [ticket/10618] Replace phpBB 3.0 with phpBB 3 for 3.1.Oleg Pudeyev2012-02-031-3/+3
| | | | | | | | | | | | PHPBB3-10618
* | | Merge branch 'develop-olympus' into developDavid King2012-02-031-0/+1
|\ \ \ | | |/ | |/| | | | | | | * develop-olympus: [ticket/9914] Add backup warning to updater.
| * | [ticket/9914] Add backup warning to updater.Michael Cullum2012-02-031-0/+1
| | | | | | | | | | | | PHPBB3-9914