aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | Merge remote-tracking branch 'imkingdavid/ticket/10535' into developOleg Pudeyev2012-02-031-1/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/10535: [ticket/10535] Delete no longer needed email confirm language entries. [ticket/10535] Delete email confirm from installer [ticket/10535] Removed email confirm field from acp_users module [ticket/10535] Forgot a subsilver2 change. *doh* [ticket/10535] Removed email confirm from UCP, removed unused language entries [ticket/10535] Remove email confirm check on registration form
| * | [ticket/10535] Delete email confirm from installerp2011-12-281-1/+0
| | | | | | | | | | | | PHPBB3-10535
* | | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
|/ / | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-291-2/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10501] Fix description of table prefixes
| * [ticket/10501] Fix description of table prefixesJoas Schilling2011-11-281-2/+2
| | | | | | | | | | | | They must start with a letter, not an alphanumeric character PHPBB3-10501
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-231-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10479] Remove PostgreSQL version numbers from driver's language string
| * [ticket/10479] Remove PostgreSQL version numbers from driver's language stringJoas Schilling2011-11-211-1/+1
| | | | | | | | | | | | | | The versions should be removed like for all other DBMS so we don't have to add each new version. PHPBB3-10479
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-141-0/+2
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/9066] Move regex into get_preg_expression function and add tests [ticket/9066] Disallow some database prefix to prevent same errors and problems
| * [ticket/9066] Disallow some database prefix to prevent same errors and problemsJoas Schilling2011-11-131-0/+2
| | | | | | | | | | | | | | With this patch database prefixes must not be empty and only contain alphanumeric characters, numbers and underscores. PHPBB3-9066
* | [feature/remove-imagesets] Changing database structureVjacheslav Trushkin2011-09-031-1/+1
| | | | | | | | | | | | Removing imagesets. Changing database structure PHPBB3-10336
* | Merge branch 'develop-olympus' into developJoas Schilling2011-07-141-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
| * [ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.Callum Macrae2011-07-141-1/+1
| | | | | | | | | | | | | | Previously "errors are listing below", should have said "errors are listed below". PHPBB3-10216
* | [ticket/7090] Update documented minimum PHP version to 5.2.0Igor Wiedler2011-07-131-2/+2
| | | | | | | | PHPBB3-7090
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-221-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
| * [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.Andreas Fischer2011-04-221-1/+1
| | | | | | | | PHPBB3-10137
* | [ticket/9684] Move currently existing GAs to a selectable forum while updating.Joas Schilling2011-04-071-0/+1
| | | | | | | | PHPBB3-9684
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-291-1/+1
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'. [ticket/9953] Set focus to password on re-authentication [ticket/9905] Add SQLite to the DSN description [ticket/9859] Remove years from the credit line.
| * [ticket/9905] Add SQLite to the DSN descriptionPatrick Webster2010-12-281-1/+1
| | | | | | | | | | | | | | The installer's DSN field has additional meanings for ODBC, PostgreSQL, and SQLite, but only the first two are mentioned. SQLite uses it for the file path. PHPBB3-9905