aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | [ticket/11366] Align language stringsTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Coding styleTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Correct a sentenceTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Remove unused langage entryTristan Darricau2014-05-281-1/+0
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
* | | [ticket/11366] Extension's version's checkNicofuma2014-05-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
* | | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-283-8/+8
| | | | | | | | | | | | PHPBB3-12594
* | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-34/+8
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * \ \ Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-271-34/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12527] Remove translation editor from ACP * nickvergessen/ticket/12527: [ticket/12527] Fix "board’s language" vs "boards language" [ticket/12527] Use a proper language string on confirm screen [ticket/12527] Remove unnecessary language strings [ticket/12527] Check whether the language exists [ticket/12527] Restore missing files and variables check [ticket/12527] Remove editor from template [ticket/12527] Remove language file editor form ACP
| | * | | [ticket/12527] Fix "board’s language" vs "boards language"Joas Schilling2014-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Use a proper language string on confirm screenJoas Schilling2014-05-111-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Remove unnecessary language stringsJoas Schilling2014-05-111-31/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Restore missing files and variables checkJoas Schilling2014-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
* | | | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2739-158/+237
|/ / / / | | | | | | | | | | | | PHPBB3-12594
* | | | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-261-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry
| * | | [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 'n-aleha/ticket/12525' into develop-ascraeusCesar G2014-05-161-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * n-aleha/ticket/12525: [ticket/12525] Add string argument to contact and email user language variables
| * | | | [ticket/12525] Add string argument to contact and email user language variablesn-aleha2014-05-171-2/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In language/en/common.php: * Introduce a new language variable 'CONTACT' => 'Contact' * Add a string argument to lang var 'CONTACT_USER' to avoid an appended '{USERNAME}' in template. * Add a string argument to lang var 'SEND_EMAIL_USER' to avoid an appended '{USERNAME}' in template. Also fix typos. PHPBB3-12525
* | | | Merge pull request #2463 from nickvergessen/ticket/12433Andreas Fischer2014-05-151-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12433] Use a different message when nesting of quotes is not allowed * nickvergessen/ticket/12433: [ticket/12433] Use a different message when nesting of quotes is not allowed
| * | | | [ticket/12433] Use a different message when nesting of quotes is not allowedJoas Schilling2014-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12433
* | | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-05-152-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12540] Fix broken placeholders in language files Conflicts: phpBB/language/en/common.php phpBB/language/en/posting.php phpBB/language/en/ucp.php
| * | | | [ticket/12540] Fix broken placeholders in language filesJoas Schilling2014-05-133-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12540
* | | | | Merge pull request #2452 from n-aleha/ticket/12519Joas Schilling2014-05-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12519] Restore m_approve language description * n-aleha/ticket/12519: [ticket/12519] Restore m_approve language description
| * | | | | [ticket/12519] Restore m_approve language descriptionn-aleha2014-05-121-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore acl_m_approve language description to: "Can approve and restore posts" PHPBB3-12519
* | | | | [ticket/12451] Fix whitespace in posting.php lang fileOliver Schramm2014-05-111-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-12451
* | | | Merge pull request #2420 from prototech/ticket/9388Joas Schilling2014-05-111-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9388] Only display the settings for the selected method in the auth and search ACP pages. * prototech/ticket/9388: [ticket/9388] Use "togglable" instead of "toggable" [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings. [ticket/9388] Reopen <fieldset> after auth templates. [ticket/9388] Fix unit tests. [ticket/9388] Use the new toggle function for the avatar type <select>. [ticket/9388] Display only the settings for the selected search backend. [ticket/9388] Display only the settings for the auth method that's selected. [ticket/9388] Add support for making <select> options able to toggle settings.