aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/14508] Adjust account inactive languageRichard McGirr2016-03-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14508
| | * | [ticket/14508] Change language notice on account activationRichard McGirr2016-03-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14508
* | | | Merge branch '3.2.x'Marc Alexander2016-02-291-2/+2
|\ \ \ \ | |/ / /
| * | | [ticket/14499] Fix wording and commentsTristan Darricau2016-02-291-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14499
| * | | [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-251-2/+1
| | |/ | |/| | | | | | | PHPBB3-14499
* | | [ticket/14495] Updates the version to 3.3.0-a1-devTristan Darricau2016-02-241-1/+1
|/ / | | | | | | PHPBB3-14495
* | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-161-4/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements
| * | [ticket/14462] Make timeout error translateableOliver Schramm2016-02-141-1/+5
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Further speed improvementsMate Bartus2016-02-121-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* | | Merge pull request #4159 from marc1706/ticket/14448Tristan Darricau2016-02-111-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14448] Use guzzle for remote files uploading * marc1706/ticket/14448: [ticket/14448] Correctly pass verify setting if available [ticket/14448] Let user decide if remote upload certs should be checked [ticket/14448] Add new vendor files and dirs to clean task [ticket/14448] Do not try to test remote upload timeout [ticket/14448] Remove no longer needed guzzle 3.9.3 [ticket/14448] Use GuzzleHttp and try to verify certs [ticket/14448] Update composer.json and lock file for guzzlehttp [ticket/14431] Remote avatar uploading [ticket/14431] Remote avatar uploading
| * | | [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* | | | [ticket/14307] Fixes wording in install.php file/dir exist/writeableCrizzo2016-02-061-4/+4
| |/ / |/| | | | | | | | PHPBB3-14307
* | | [prep-release-3.2.0-b1] Update language help filesTristan Darricau2016-02-031-2/+2
|/ /
* | Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-021-0/+109
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14262] Move convertor to controller * CHItA/ticket/14262: [ticket/14262] Add error handling and small CS fixes [ticket/14262] Remove converter template duplicate [ticket/14262] Fix stage navigation [ticket/14262] Move convertor to controller
| * | [ticket/14262] Move convertor to controllerMate Bartus2016-01-291-0/+109
| | | | | | | | | | | | PHPBB3-14262
* | | [ticket/14253] Show group requests pending aproval at the ACP groups summarycunha172016-01-251-0/+2
|/ / | | | | | | | | | | | | | | | | | | Currenty, you need to open each existing group in ACP to know if there are pending group requests or not. Doing so is really boring and annoying... :/ This patch displays the number of pending group requests at the ACP groups summary page. PHPBB3-14253
* | [ticket/14306] Improves Error displayTristan Darricau2016-01-091-1/+1
| | | | | | | | PHPBB3-14306
* | [ticket/14306] Update the error messageTristan Darricau2016-01-091-0/+3
| | | | | | | | PHPBB3-14306
* | Merge branch '3.1.x'Marc Alexander2015-12-261-1/+1
|\ \ | |/
| * [ticket/14303] Use UTF8 quotes in app.php lang filephpBB España2015-12-261-1/+1
| | | | | | | | PHPBB3-14303
* | [ticket/14362] Missing lang var in install fileRichard McGirr2015-12-161-0/+24
| | | | | | | | PHPBB3-14362
* | Merge branch '3.1.x'Marc Alexander2015-12-131-2/+2
|\ \ | |/
| * [ticket/14353] Complete [list] bbcode documentation/examplesMatt Friedman2015-12-111-2/+2
| | | | | | | | PHPBB3-14353
* | [ticket/14349] Add cli error message on missing or invalid dataMarc Alexander2015-12-081-0/+1
| | | | | | | | PHPBB3-14349
* | Merge pull request #4046 from CHItA/ticket/14269Tristan Darricau2015-12-071-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14269] Use http_exceptions in the installer instead of die() * CHItA/ticket/14269: [ticket/14269] Change HTTP status codes to 403 [ticket/14269] Fix comments and language var names [ticket/14269] Use http_exceptions in the installer instead of die()
| * | [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
* | | Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-051-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * | | [ticket/14257] Fix CLI error messageOliver Schramm2015-11-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14257
| * | | [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-241-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14257
* | | | [ticket/14317] Run the script againJoas Schilling2015-11-281-2/+2
| |/ / |/| | | | | | | | PHPBB3-14317
* | | Merge branch '3.1.x'Marc Alexander2015-11-261-0/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_group.html
| * | [ticket/14283] Add a Manage Group link on a group pageRichard McGirr2015-11-141-0/+1
| | | | | | | | | | | | PHPBB3-14283
* | | Merge pull request #4015 from RMcGirr83/ticket_12649Marc Alexander2015-11-251-0/+2
|\ \ \ | | | | | | | | | | | | [ticket/12649] Change sort & display options in footers to dropdown menu
| * | | [ticket/12649] Change sort & display options in footers to dropdown menuRMcGirr832015-11-031-0/+2
| | | | | | | | | | | | | | | | PHPBB3-12649
* | | | Merge pull request #4026 from marc1706/ticket/14281Tristan Darricau2015-11-231-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14281] Fix installer CLI after recent changes * marc1706/ticket/14281: [ticket/14281] Add install/phpbbcli.php to executable files list [ticket/14281] Correctly pass parameters to add_error_message [ticket/14281] Fix installer CLI after recent changes
| * | | | [ticket/14281] Fix installer CLI after recent changesMarc Alexander2015-11-101-0/+2
| |/ / / | | | | | | | | | | | | PHPBB3-14281
* | | | [ticket/14280] Add missing language strings for version checkMarc Alexander2015-11-101-0/+8
|/ / / | | | | | | | | | PHPBB3-14280
* | | [ticket/14044] Use the correct language file versionMate Bartus2015-10-281-13/+109
| | | | | | | | | | | | PHPBB3-14044
* | | [ticket/14044] Deduplicate the installersMate Bartus2015-10-222-927/+202
| |/ |/| | | | | PHPBB3-14044
* | Merge pull request #3794 from CHItA/ticket/14039Tristan Darricau2015-10-191-1/+97
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14039] Refactoring the updater * CHItA/ticket/14039: [ticket/14039] Use update helper to include files in container factory [ticket/14039] Fix inclusion logic in update helper [ticket/14039] Fix folder creation and deleted binary file issue [ticket/14039] Fix file check for deleted files [ticket/14039] Fix acp link [ticket/14039] Fix ACP link generation [ticket/14039] Fix constants for the updater [ticket/14039] Include phpBB constants on startup [ticket/14039] Fix migrator's language calls [ticket/14039] Fix misunderstandable comment in the archive file updater [ticket/14039] Use shared language service in the container factory [ticket/14039] Fix filesystem file updater's mkdir usage [ticket/14039] Only show log container when it has content [ticket/14039] Use compatibility globals from the update package [ticket/14039] Use http_exception instead of die() [ticket/14039] Fix T_TEMPLATE_PATH constant [ticket/14039] Fix language constants and comments [ticket/14039] Revamp updater
| * | [ticket/14039] Fix language constants and commentsMate Bartus2015-10-181-1/+1
| | | | | | | | | | | | PHPBB3-14039
| * | [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+97
| | | | | | | | | | | | PHPBB3-14039
* | | Merge branch '3.1.x'Marc Alexander2015-10-181-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_body.html phpBB/styles/subsilver2/template/memberlist_team.html
| * | [ticket/10343] Show clearer indication an account is inactive in memberlistDavidIQ2015-10-171-0/+1
| | | | | | | | | | | | PHPBB3-10343
* | | [ticket/14174] Refine wording of error descriptions in new installer.Cesar G2015-10-171-2/+2
| |/ |/| | | | | PHPBB3-14174
* | Merge branch '3.1.x'Marc Alexander2015-10-172-2/+2
|\ \ | |/
| * [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-152-2/+2
| | | | | | | | PHPBB3-13945
* | [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-3/+3
| | | | | | | | PHPBB3-13789
* | Merge branch '3.1.x'Marc Alexander2015-10-111-3/+4
|\ \ | |/