aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15322] Adjust language variables as suggestedMarc Alexander2017-12-271-2/+2
| | | | PHPBB3-15322
* [ticket/15322] Adjust email language and move force sender settingMarc Alexander2017-12-161-2/+2
| | | | PHPBB3-15322
* [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-2/+2
| | | | PHPBB3-15322
* [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-2/+2
| | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* Merge pull request #5025 from hubaishan/ticket/15433Marc Alexander2017-12-031-0/+1
|\ | | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extension
| * [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+1
| | | | | | | | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* | Merge pull request #4977 from rxu/ticket/15384Marc Alexander2017-11-011-19/+19
|\ \ | | | | | | | | | [ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanations
| * | [ticket/15384] Use html5 version of <br> instead of xhtml oneMarc Alexander2017-11-011-19/+19
| | | | | | | | | | | | PHPBB3-15384
| * | [ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanationsrxu2017-10-021-6/+6
| | | | | | | | | | | | PHPBB3-15384
* | | Merge pull request #4973 from DavidIQ/ticket/15372Marc Alexander2017-11-012-1/+2
|\ \ \ | |_|/ |/| | | | | [ticket/15372] Add permission for listing topics without being able to read them
| * | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-262-1/+2
| |/
* | Merge pull request #4980 from senky/ticket/15381Marc Alexander2017-10-311-1/+1
|\ \ | | | | | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
| * | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAINJakub Senko2017-10-021-1/+1
| |/ | | | | | | PHPBB3-15381
* | Merge pull request #4975 from senky/ticket/15273Marc Alexander2017-10-311-1/+1
|\ \ | |/ |/| | | [ticket/15273] Better explain cookie path
| * [ticket/15273] Better explain cookie pathJakub Senko2017-09-281-1/+1
| | | | | | | | PHPBB3-15273
| * Merge pull request #32 from phpbb/ticket/security-203Marc Alexander2017-07-161-5/+8
| |\ | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper
| * | [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+2
| | | | | | | | | | | | PHPBB3-15238
| * | Merge pull request #4825 from marc1706/ticket/15219Tristan Darricau2017-06-061-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron
* | | | [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14933
* | | | [ticket/15352] Descriptions are not using in categoriesJim Mossing Holsteyn2017-09-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15352
* | | | [ticket/15350] Changes outdated wiki-link to new docs/Crizzo2017-09-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15350
* | | | [ticket/15346] Add log message if extension is not enableableRubén Calvo2017-09-051-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15346
* | | | Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-8/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea
| * \ \ \ Merge branch 'ticket/security-203' into ticket/security-203-rheaMarc Alexander2016-12-281-8/+11
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will also take care of SECURITY-204 as it's the same underlying issue. Admins still need to ensure they don't visit malicious sites for URLs provided by extensions. SECURITY-203
* | | | | Merge pull request #4843 from rxu/ticket/15238Marc Alexander2017-06-251-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs
| * | | | | [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238
* | | | | | Merge pull request #4794 from lr94/ticket/15176Marc Alexander2017-06-241-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/15176] Add setting for user activity display limit.
| * | | | | [ticket/15176] Add setting for user activity display limit.lr942017-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* | | | | | [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15243
* | | | | | Merge pull request #4826 from marc1706/ticket/15219-rheaTristan Darricau2017-06-061-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron -- Rhea * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron
| * \ \ \ \ \ Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-06-031-0/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | [ticket/15219] Add console command for updating hashes to bcryptMarc Alexander2017-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-16/+22
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-051-16/+22
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options
| | * | | | | [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-301-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
* | | | | | | Merge pull request #4828 from hubaishan/ticket/15221Tristan Darricau2017-05-081-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15221] add missing commas * github.com:phpbb/phpbb: [ticket/15221] add missing commas
| * | | | | | [ticket/15221] add missing commashubaishan2017-05-071-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | in language/en/install.php PHPBB3-15221
* | | | | | [ticket/15198] Add PHP version to board stats in the ACPMatt Friedman2017-04-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15198
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [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
| * | | | | 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
* | | | | | Merge pull request #4705 from nomind60s/ticket/15097Tristan Darricau2017-04-181-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15097] Add PHP version to Board statistics * github.com:phpbb/phpbb: [ticket/15097] New 'Installed software' lead section [ticket/15097] Resolve travis-ci error [ticket/15097] Resolve travis-ci error [ticket/15097] Add PHP version to Board statistics [ticket/15097] Add PHP version to Board statistics
| * | | | | [ticket/15097] New 'Installed software' lead sectionnomind60s2017-02-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created a new lead section showing the installed software (phpBB, PHP and Database server) and their versions. Implementation is inspired by MediaWiki's Special:Version page. Removed those items from Board statistics section. PHPBB3-15097
| * | | | | [ticket/15097] Resolve travis-ci errornomind60s2017-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure indentation is using tabs not spaces per code guidelines PHPBB3-15097
| * | | | | [ticket/15097] Add PHP version to Board statisticsnomind60s2017-02-171-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ACP main page shows the phpBB version and the database version, but didn't show the PHP version. With this change the PHP version is displayed as part of the Board statistics. PHPBB3-15097
* | | | | Merge pull request #4752 from nomind60s/ticket/15137Tristan Darricau2017-03-211-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15137] Global Announcements shouldn't always be never ending * github.com:phpbb/phpbb: [ticket/15137] Missed one language string change [ticket/15137] Global announcements can stick for a non-zero number of days fixes #4752
| * | | | | [ticket/15137] Missed one language string changenomind60s2017-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change STICKY_ANNOUNCE_TIME_LIMIT for consistency PHPBB3-15137