aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-151-1/+1
| | | | PHPBB3-11076
* [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-0/+1
| | | | PHPBB3-14241
* [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
| * | [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-041-2/+2
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11942 PHPBB3-11942
* | | Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * bantu/ticket/12597: [ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose. [ticket/12597] Improve language for cron:run command. [ticket/12597] Do not output anything besides the gif image.
| * | | [ticket/12597] Improve language for cron:run command.Andreas Fischer2014-05-301-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12597
* | | | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * ptitlazy/ticket/12597: (27 commits) [ticket/12597] Reformating an acp message [ticket/12597] Modifiying acp message [ticket/12597] Fix wrong global variable name [ticket/12597] Typo correction [ticket/12597] Typo corrections [ticket/12597] Changing place of lock release in execute() method [ticket/12597] Fix test file [ticket/12597] Typing corrections and improvement of code consistency [ticket/12597] Fix various mistakes [ticket/12597] Fix various mistakes [ticket/12597] Fix visibilty of two functions in run.php [ticket/12597] Refactoring and test improving [ticket/12597] Fix language key name [ticket/12597] Fix coding style and typing mistakes [ticket/12597] Changes name of command cron:run-all to cron:run. [ticket/12597] Fix various problems [ticket/12597] Fix constructor bug and servral doc blocs [ticket/12597] Modification of return statuses and of test files [ticket/12597] Fix misplaced release of db lock [ticket/12597] Change EXECUTE to RUN in language ...
| * | [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * | [ticket/12597] Fix language key nameLEZY Thomas2014-05-281-2/+3
| | | | | | | | | | | | PHPBB3-12597
| * | [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-1/+3
| | | | | | | | | | | | | | | | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
| * | [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597
| * | [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+4
| |/ | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
| | | | | | | | PHPBB3-12594
* | [ticket/12074] Don't log errorsTristan Darricau2014-05-091-15/+1
| | | | | | | | PHPBB3-12074
* | [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-0/+18
|/ | | | PHPBB3-12074
* Merge remote-tracking branch 'remotes/Nicofuma/ticket/12445' into ↵Nathaniel Guse2014-05-011-2/+2
|\ | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12445: [ticket/12445] Change the formulation [ticket/12445] Disapproved post: the name of the poster should be in logs
| * [ticket/12445] Change the formulationNicofuma2014-04-281-2/+2
| | | | | | | | PHPBB3-12445
| * [ticket/12445] Disapproved post: the name of the poster should be in logsNicofuma2014-04-261-2/+2
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12445 PHPBB3-12445
* | [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-291-2/+0
|/ | | | PHPBB3-12456
* [ticket/12201] Add link to resync file stats after error.Cesar G2014-04-151-6/+0
| | | | PHPBB3-12201
* [ticket/12201] Fix typos in language pack.Cesar G2014-04-151-4/+4
| | | | PHPBB3-12201
* Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into ↵Nils Adermann2014-04-101-1/+4
|\ | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12113: [ticket/12113] Fix view_log() tests [ticket/12113] Correctly use plurals when deleting user warnings [ticket/12113] Allow log entries to use plurals
| * [ticket/12113] Correctly use plurals when deleting user warningsJoas Schilling2014-04-011-1/+4
| | | | | | | | PHPBB3-12113
* | [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-1/+1
| | | | | | | | | | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
* | [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+1
|/ | | | PHPBB3-12150
* [ticket/12315] Fix invalid HTML in NO_SEARCH_INDEX in language/en/acp/common.phpMatt Friedman2014-03-281-1/+1
| | | | PHPBB3-12315
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-241-1/+1
|\ | | | | | | | | * develop-olympus: [ticket/10174] Rename "Ban usernames" to "Ban users" in ACP
| * [ticket/10174] Rename "Ban usernames" to "Ban users" in ACPDaniel Schosser2014-03-231-1/+1
| | | | | | | | | | | | | | Changing the language string from "Ban usernames" to "Ban users" to clarify its use. It bans users by their name and not the username itself PHPBB3-10174
* | Merge pull request #2113 from nickvergessen/ticket/8041Andreas Fischer2014-03-131-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8041] Merge item name into "Return to" string for better translations * nickvergessen/ticket/8041: [ticket/8041] Add space/tabs after => in array list [ticket/8041] Wrap forum name, topic title and pm folder name with quotes [ticket/8041] Merge item name into "Return to" string for better translations
| * | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-1/+0
| | | | | | | | | | | | PHPBB3-8041