aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4781 from nomind60s/ticket/15151Tristan Darricau2017-04-191-1/+4
|\ | | | | | | | | | | | | | | | | [ticket/15151] ACP Cookie settings add explanatory text * github.com:phpbb/phpbb: [ticket/15151] Use redirected link for consistency [ticket/15151] ACP Cookie settings explanatory text [ticket/15151] ACP Cookie settings add explanatory text where it was missing
| * [ticket/15151] Use redirected link for consistencynomind60s2017-04-191-1/+1
| | | | | | | | | | | | | | Other phpbb.com links used in the core use a redirect rather than a direct link so change to make the Cookie settings link a redirect also. PHPBB3-15151
| * [ticket/15151] ACP Cookie settings explanatory textnomind60s2017-03-291-1/+1
| | | | | | | | | | | | Fixed extraneous whitespace at end of line. PHPBB3-15151
| * [ticket/15151] ACP Cookie settings add explanatory text where it was missingnomind60s2017-03-291-1/+4
| | | | | | | | | | | | | | Improve the lead section to include a link to the phpBB.com Knowledge Base and add explanation text for the Cookie domain, Cookie name and Cookie path fields. PHPBB3-15151
* | [ticket/14758] Improve the ACP Parameter wordingMukesh Kumar Kharita2017-03-191-1/+1
| | | | | | | | PHPBB3-14758
* | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-191-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13558] Add smtp SSL context configuration options * rxu/ticket/13558: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-7/+6
| | | | | | | | | | | | PHPBB3-13558
| * | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+8
| |/ | | | | | | PHPBB3-13558
* | [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+1
|/ | | | PHPBB3-14820
* [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-221-0/+1
| | | | PHPBB3-14968
* [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-151-1/+1
| | | | PHPBB3-11076
* [ticket/14838] Do not query full attachments table in feedsMarc Alexander2017-01-031-0/+1
| | | | | | | The fetch_attachments() will also now throw a runtime exception if a feed tries to do this nonetheless. PHPBB3-14838
* [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-151-0/+1
| | | | PHPBB3-14842
* Merge pull request #4426 from bantu/ticket/14109Marc Alexander2016-09-061-1/+1
|\ | | | | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
| * [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-281-1/+1
| | | | | | | | | | | | | | | | This is required for proper overall database operation. In previous versions, InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are defined. PHPBB3-14109
* | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-0/+3
|\ \ | |/ |/| | | [ticket/14703] Fix parent module selection for custom extension modules
| * [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-0/+1
| | | | | | | | PHPBB3-14703
| * [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-0/+2
| | | | | | | | PHPBB3-14703
* | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-211-2/+8
|\ \ | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| * | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-2/+8
| | | | | | | | | | | | PHPBB3-12925
* | | [ticket/14742] Pause after each schema changeOliver Schramm2016-08-111-0/+1
|/ / | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742
* | Merge pull request #4301 from 3D-I/PHPBB3-14596Marc Alexander2016-07-311-2/+2
|\ \ | | | | | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 7
| * | [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-07-181-2/+2
| | | | | | | | | | | | PHPBB3-14596
| * | [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-04-231-3/+3
| | | | | | | | | | | | PHPBB3-14596
* | | Merge pull request #4378 from Crizz0/ticket/14704Marc Alexander2016-07-172-462/+0
|\ \ \ | | | | | | | | | | | | [ticket/14704] Removes unused function and language files in base.php
| * | | [ticket/14704] Removes unused function and language files in base.phpCrizzo2016-07-032-462/+0
| |/ / | | | | | | | | | PHPBB3-14704
* | | Merge pull request #4342 from Senky/ticket/14654Marc Alexander2016-07-072-4/+4
|\ \ \ | | | | | | | | | | | | [ticket/14654] Change Imagemagick to ImageMagick
| * | | [ticket/14654] Change Imagemagick to ImageMagickJakub Senko2016-06-112-4/+4
| |/ / | | | | | | | | | PHPBB3-14654
* | | Merge pull request #4354 from Stanzilla/smtp_explainMarc Alexander2016-07-061-0/+1
|\ \ \ | |_|/ |/| | | | | [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
| * | [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server optionBenjamin Staneck2016-06-171-0/+1
| |/ | | | | | | | | | | | | This should help users trying to figure out why their mail config is not working when they forgot to use a protocol prefix. PHPBB3-14184
* | [ticket/14683] Fix typos in email templates.rxu2016-06-205-5/+5
| | | | | | | | PHPBB3-14683
* | [ticket/13716] Remove extra br tag and correct missing closing a html tagRichard McGirr2016-05-161-1/+1
| | | | | | | | PHPBB3-13716
* | [ticket/13716] Fix verbosenessRichard McGirr2016-04-121-17/+1
| | | | | | | | PHPBB3-13716
* | [ticket/13716] Fix grammar and href title tagsRichard McGirr2016-04-061-7/+7
| | | | | | | | PHPBB3-13716
* | [ticket/13716] Check phpBB version against config versionRichard McGirr2016-04-051-0/+25
|/ | | | | | | | Display a warning in the ACP if the version constant (files) does not match the phpbb_config version (often indicating that the database updates hasn't been run) PHPBB3-13716
* Merge pull request #4230 from Senky/ticket/13028Marc Alexander2016-03-271-1/+1
|\ | | | | | | [ticket/13028] Rename unanswered search label
| * [ticket/13028] Rename unanswered search labelJakub Senko2016-03-181-1/+1
| | | | | | | | PHPBB3-13028
* | [ticket/13013] Explain to user explicitl what "participate more" meansJakub Senko2016-03-261-1/+1
| | | | | | | | PHPBB3-13013
* | [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-0/+1
| | | | | | | | PHPBB3-14241
* | [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-111-1/+1
|/ | | | | | | | | | | | Improper setup of the q&a captcha in combination with the admin choosing a default language that does not have any questions and answers set might result in the user being presented empty questions and answers. This change will try to fall back to any question in case the admin incorrectly set the default language and has no questions & answers set. If that does not work, the captcha will not allow passing it and suggest to contact the board admin to resolve this issue. PHPBB3-14241
* [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
* [ticket/14303] Use UTF8 quotes in app.php lang filephpBB España2015-12-261-1/+1
| | | | PHPBB3-14303
* [ticket/14353] Complete [list] bbcode documentation/examplesMatt Friedman2015-12-111-2/+2
| | | | PHPBB3-14353
* [ticket/14283] Add a Manage Group link on a group pageRichard McGirr2015-11-141-0/+1
| | | | PHPBB3-14283
* [ticket/10343] Show clearer indication an account is inactive in memberlistDavidIQ2015-10-171-0/+1
| | | | PHPBB3-10343
* [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-152-2/+2
| | | | PHPBB3-13945
* Merge pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-111-3/+4
|\ | | | | | | [ticket/8920] Add a MCP PM reports view permission
| * [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-301-3/+4
| | | | | | | | | | | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* | Merge pull request #3855 from VSEphpbb/ticket/14123Tristan Darricau2015-09-021-2/+7
|\ \ | |/ |/| | | | | | | | | | | | | [ticket/14123] Add descriptive help to the CLI help output * VSEphpbb/ticket/14123: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output