aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [ticket/12566] "Private messages" should be "Send pivate message"PayBas2014-06-021-1/+1
| |_|/ / / / |/| | | | | | | | | | | | | | | | | PHPBB3-12566
* | | | | | [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-312-5/+5
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-12641
* | | | | Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-33/+48
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path
| * | | | [ticket/12589] Fix testsTristan Darricau2014-05-241-43/+45
| | | | | | | | | | | | | | | | | | | | PHPBB3-12589
| * | | | [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-12589
* | | | | [develop-ascraeus] Correct capitalisation of NeoThermic.Andreas Fischer2014-05-311-2/+2
| | | | |
* | | | | Merge pull request #2524 from bantu/ticket/12637Joas Schilling2014-05-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12637] Correct file header in coding-guidelines * bantu/ticket/12637: [ticket/12637] Fixup all incorrect uses of file header. [ticket/12637] Correctly escape the file header in coding-guidelines.html.
| * | | | | [ticket/12637] Correctly escape the file header in coding-guidelines.html.Andreas Fischer2014-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12637
* | | | | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-305-26/+153
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10899] Using Delete All in log viewer with keyword search * Nicofuma/ticket/10899: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| * | | | | | [ticket/10899] Update doc blockTristan Darricau2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Use isset($field_value['IN'])Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Add event core.delete_logTristan Darricau2014-05-282-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Remove trailing ;Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Add unit testsTristan Darricau2014-05-281-14/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Get $phpbb_log from the containerTristan Darricau2014-05-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Remove extra ';'Tristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] TypoTristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-105-34/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-103-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | | | | | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-306-62/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Don't show the checkbox if the post is already soft-deletedTristan Darricau2014-05-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Remove useless IF in templatesTristan Darricau2014-05-262-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Apply the modifications to subsilverTristan Darricau2014-05-113-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Always display delete reasonTristan Darricau2014-05-113-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Edits messagesNicofuma2014-05-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Change the formulationNicofuma2014-05-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-043-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | | | | [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11942 PHPBB3-11942
* | | | | | | | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-307-22/+39
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 user object to extension manager for testsn-aleha2014-05-293-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11467
| * | | | | | | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-297-20/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | | | | | | | | Merge pull request #2512 from bantu/ticket/11266Joas Schilling2014-05-301-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11266] Better message for when composer dependencies are missing... * bantu/ticket/11266: [ticket/11266] Better message for when composer dependencies are missing.
| * | | | | | | | | [ticket/11266] Better message for when composer dependencies are missing.Andreas Fischer2014-05-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11266
* | | | | | | | | | Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-304-17/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-302-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Do not output anything besides the gif image.Andreas Fischer2014-05-301-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
* | | | | | | | | | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-305-45/+207
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Typo correctionLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Changing place of lock release in execute() methodLEZY Thomas2014-05-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Typing corrections and improvement of code consistencyLEZY Thomas2014-05-291-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typing mistakes Coding style issue Verbose mode messag PHPBB3-12597
| * | | | | | | | | [ticket/12597] Fix visibilty of two functions in run.phpLEZY Thomas2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-292-32/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * | | | | | | | | [ticket/12597] Fix language key nameLEZY Thomas2014-05-282-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | | | [ticket/12597] Fix coding style and typing mistakesLEZY Thomas2014-05-281-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597