aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [ticket/12729] Add Facebook custom profile fieldShitiz Garg2014-06-203-0/+3
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-12729
* | | | | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-201-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11711] Inform user of unsupported characters while posting * marc1706/ticket/11711: [ticket/11711] Improve coding and comments of character check [ticket/11711] Reduce size of tests and also test topic titles [ticket/11711] Improve checks for unsupported characters and check subject [ticket/11711] Inform user of unsupported characters while posting
| * | | | [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11711
| * | | | [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11711
* | | | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | | | | [ticket/12613] Typo and L_COLONPayBas2014-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12613
| * | | | | [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
| * | | | | [ticket/12613] Improved paginationPayBas2014-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12613
* | | | | | [ticket/12209] Notify the admin that OAuth still allows DB authentificationJoas Schilling2014-06-131-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | PHPBB3-12209
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-095-3/+50
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Fix button descriptionsJoas Schilling2014-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Fix more "Contact Us" stringsJoas Schilling2014-05-291-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Change name of the ACP moduleJoas Schilling2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Remove language string from rebase conflictJoas Schilling2014-05-291-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-292-0/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Add Admin contact email templateNils Adermann2014-05-291-0/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-292-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* | | | | [ticket/11331] Inform user that double dots will be stripped from avatar pathsMarc Alexander2014-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11331
* | | | | 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 #2447 from n-aleha/ticket/11467Joas Schilling2014-05-302-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11467] Add language variables for extension exception messages * n-aleha/ticket/11467: [ticket/11467] Add user object to extension manager for tests [ticket/11467] Add language variables to tests [ticket/11467] Add language variables for extension exception messages
| * | | | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-292-0/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | | | | Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-302-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose.Andreas Fischer2014-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | [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-302-1/+8
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Reformating an acp messageLEZY Thomas2014-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Modifiying acp messageLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifying an acp message in order to include the use of the command PHPBB3-12597
| * | | | [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/11366] Better language string for "recheck all"Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11366
* | | | [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-1/+4
| | | | | | | | | | | | | | | | PHPBB3-11366
* | | | [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11366
* | | | [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11366
* | | | [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This var is always used with a colon. PHPBB3-11366