aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-063-3/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Set register_container_commands as publicTristan Darricau2014-06-051-4/+1
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Don't try to restore the definition in the helpTristan Darricau2014-06-051-9/+4
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Fix coding styleTristan Darricau2014-06-051-7/+8
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Make the --shell option available only for phpbbcli.phpTristan Darricau2014-06-041-3/+44
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Fix coding style in \phpbb\console\applicationTristan Darricau2014-06-041-2/+8
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Set the arguments of \phpbb\console\application as requiredTristan Darricau2014-06-041-1/+1
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| | | | | | | | PHPBB3-12655
| * [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
| | | | | | | | PHPBB3-12655
* | Merge pull request #2509 from Stephannos/ticket/12602Andreas Fischer2014-06-062-0/+100
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12602] Add command to print the cron list * Stephannos/ticket/12602: [ticket/12602] Fix language key removal. [ticket/12602] Rectify language keys. [ticket/12602] Fix test mistake. [ticket/12602] Fix language var mistakes. [ticket/12602] Add types, change description of cron:list. [ticket/12602] Fix internationalisation of cron_list.php [ticket/12602] Fix spaces issues. [ticket/12602] Coding style correction. [ticket/12602] Fix coding style mistakes. [ticket/12602] Headers updated. [ticket/12602] Changes to respect coding style and to factorize code. [ticket/12602] Cleanup tests [ticket/12602] Add function get_tasks. [ticket/12602] Correction of the output message for the cron list [ticket/12602] Add files to print the cron list and test files.
| * | [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 spaces issues.Etienne Baroux2014-06-041-1/+1
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-032-14/+15
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Add function get_tasks.Etienne Baroux2014-06-021-0/+15
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Correction of the output message for the cron listEtienne Baroux2014-06-021-1/+1
| | | | | | | | | | | | PHPBB3-12602
| * | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+80
| |/ | | | | | | PHPBB3-12602
* | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-3/+3
| | | | | | | | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* | Merge pull request #2539 from marc1706/ticket/12457Andreas Fischer2014-06-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12457] Default to first category if none is selected in gallery avatar * marc1706/ticket/12457: [ticket/12457] Default to first category if none is selected in gallery avatar
| * | [ticket/12457] Default to first category if none is selected in gallery avatarMarc Alexander2014-06-031-1/+1
| |/ | | | | | | | | | | | | If any category exists, the key() function should always return the first key of the $avatar_list array. PHPBB3-12457
* | Merge pull request #2526 from Nicofuma/ticket/12639Andreas Fischer2014-06-041-15/+16
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12639] Delete entry in admin-log leads to mysql-error * Nicofuma/ticket/12639: [ticket/12639] Add a space in the code generated by generate_sql_keyword() [ticket/12639] Handle $conditions['keywords'] outside of the loop [ticket/12639] Don't make a copy of $marked when deleting logs in acp_logs [ticket/12639] Send a correct IN entry when deleting marked logs [ticket/12639] Use assertSame [ticket/12639] Remove old commented tests [ticket/12639] Order the results correctly in the test [ticket/12639] Fix tests on postgres [ticket/12639] Update tests to use a dataProvider [ticket/12639] Add a test case with an empty keywords list [ticket/12639] Delete entry in admin-log leads to mysql-error
| * [ticket/12639] Add a space in the code generated by generate_sql_keyword()Tristan Darricau2014-06-041-2/+2
| | | | | | | | PHPBB3-12639
| * [ticket/12639] Handle $conditions['keywords'] outside of the loopTristan Darricau2014-06-021-16/+17
| | | | | | | | PHPBB3-12639
| * [ticket/12639] Add a test case with an empty keywords listTristan Darricau2014-05-311-1/+1
| | | | | | | | PHPBB3-12639
| * [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+2
| | | | | | | | PHPBB3-12639
* | 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
* | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-303-5/+118
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] 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-103-4/+72
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-4/+5
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-302-20/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-292-8/+8
| | | | | | | | | | | | | | | | PHPBB3-11467
| * | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-292-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | | | 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/+176
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Typo correctionLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597