aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15255] Move language strings from acp/common to commonRubén Calvo2019-05-091-10/+0
| | | | PHPBB3-15255
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/security/234] Add URL validation for input fieldsMarc Alexander2019-04-141-0/+1
| | | | SECURITY-234
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-0/+1
| | | | PHPBB3-15531
* 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
* | | [ticket/15198] Add PHP version to board stats in the ACPMatt Friedman2017-04-261-6/+2
| | | | | | | | | | | | PHPBB3-15198
* | | 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 branch '3.1.x' into 3.2.xTristan Darricau2017-01-151-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * 3.1.x: [ticket/11076] State current and minimum required versions in old PHP notice
| * | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-151-1/+1
| |/ | | | | | | PHPBB3-11076
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-0/+4
| | | | | | | | PHPBB3-12610
* | [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Remove not needed language entryMarc Alexander2016-12-031-1/+0
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-031-3/+5
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Add basic layout for enabling viglinkMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14329] Add missing ACP language varsRichard McGirr2016-03-271-0/+10
| | | | | | | | PHPBB3-14329
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-0/+1
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14241] Log fatal captcha error to error log [ticket/14241] Prevent empty q&a as a result of improper settings
| * [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-0/+1
| | | | | | | | PHPBB3-14241
* | [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 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/14280] Add missing language strings for version checkMarc Alexander2015-11-101-0/+8
|/ | | | PHPBB3-14280
* [ticket/13357] Adds missing LOG_MOVED_TOPIC for 3.0.12 left-over entriesCrizzo2014-11-211-0/+1
| | | | PHPBB3-13357
* [ticket/12663] Extract CLI language string into their own fileCarlo2014-07-171-7/+0
| | | | PHPBB3-12663
* [ticket/12685] Add --safe-modeCarlo2014-07-151-0/+1
| | | | PHPBB3-12685
* [ticket/12768] More fixes in language filesn-aleha2014-07-081-2/+2
| | | | | | More spaces converted to tabs for identation in language files. PHPBB3-12768
* [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-261-1/+1
| | | | | | Referer is a typo in the HTTP RFC and should not be used in the UI PHPBB3-12196
* Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-091-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * [ticket/10073] Change name of the ACP moduleJoas Schilling2014-05-291-1/+1
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+2
| | | | | | | | PHPBB3-10073
* | Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-061-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12655] Run phpbbcli as a shell when --shell or -s is used * Nicofuma/ticket/12655: [ticket/12655] Set register_container_commands as public [ticket/12655] Don't try to restore the definition in the help [ticket/12655] Fix coding style [ticket/12655] Make the --shell option available only for phpbbcli.php [ticket/12655] Fix coding style in \phpbb\console\application [ticket/12655] Set the arguments of \phpbb\console\application as required [ticket/12655] Don't require acp/common again in the commands [ticket/12655] Run the shell when --shell is used
| * | [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+2
| | | | | | | | | | | | PHPBB3-12655
* | | [ticket/12602] Fix language key removal.Etienne Baroux2014-06-061-0/+1
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Fix internationalisation of cron_list.phpEtienne Baroux2014-06-051-0/+2
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-1/+1
| | | | | | | | | | | | PHPBB3-12602
* | | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+1
|/ / | | | | | | PHPBB3-12602
* | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * | [ticket/11942] Edits messagesNicofuma2014-05-041-1/+1
| | | | | | | | | | | | PHPBB3-11942
| * | [ticket/11942] Change the formulationNicofuma2014-05-041-4/+4
| | | | | | | | | | | | PHPBB3-11942
| * | [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-4/+4
| | | | | | | | | | | | PHPBB3-11942