aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/8610] Add functional test when two topics are mergedTristan Darricau2014-05-291-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-8610
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-092-45/+141
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add tests for new validate_email()Joas Schilling2014-05-291-0/+102
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-41/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
* | | | | Merge pull request #2509 from Stephannos/ticket/12602Andreas Fischer2014-06-063-0/+124
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 test mistake.Etienne Baroux2014-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-6/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-031-32/+30
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Cleanup testsTristan Darricau2014-06-024-50/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12602
| * | | | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-025-0/+162
| | |_|/ | |/| | | | | | | | | | PHPBB3-12602
* | | | Merge pull request #2526 from Nicofuma/ticket/12639Andreas Fischer2014-06-041-32/+129
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Use assertSameTristan Darricau2014-06-011-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Remove old commented testsTristan Darricau2014-06-011-5/+0
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Order the results correctly in the testTristan Darricau2014-05-311-6/+6
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Fix tests on postgresTristan Darricau2014-05-311-6/+6
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Update tests to use a dataProviderTristan Darricau2014-05-311-31/+128
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Add a test case with an empty keywords listTristan Darricau2014-05-311-0/+5
| | | | | | | | | | | | | | | | PHPBB3-12639
* | | | Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-0/+16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Add test searching in a non absolute directoryTristan Darricau2014-05-261-0/+16
| | | | | | | | | | | | | | | | PHPBB3-12589
* | | | Merge pull request #2524 from bantu/ticket/12637Joas Schilling2014-05-302-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Fixup all incorrect uses of file header.Andreas Fischer2014-05-302-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12637
* | | | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-302-0/+292
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Add event core.delete_logTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | [ticket/10899] Fix typo in the class nameTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | | [ticket/10899] Add unit testsTristan Darricau2014-05-282-0/+292
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-10899
* | | | | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-306-13/+21
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-294-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11467
| * | | | [ticket/11467] Add language variables to testsn-aleha2014-05-293-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert the hardcoded strings to language variables. PHPBB3-11467
* | | | | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-303-0/+192
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Fix wrong global variable nameLEZY Thomas2014-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $pathEx changed to $phpEx PHPBB3-12597
| * | | | | [ticket/12597] Fix test fileLEZY Thomas2014-05-291-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug of test_no_task that expected a message where none was supposed to exist. PHPBB3-12597
| * | | | | [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * | | | | [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
| * | | | | [ticket/12597] Fix various problemsLEZY Thomas2014-05-282-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597
| * | | | | [ticket/12597] Fix constructor bug and servral doc blocsLEZY Thomas2014-05-282-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-282-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
| * | | | | [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-282-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | [ticket/12597] Improvement of test filesLEZY Thomas2014-05-283-19/+33
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-273-0/+107
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | | | | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-307-21/+49
| |_|_|/ |/| | | | | | | | | | | PHPBB3-12594
* | | | Merge pull request #2432 from Nicofuma/ticket/11226Joas Schilling2014-05-291-0/+25
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11226] filespec::move_file() should error correctly * Nicofuma/ticket/11226: [ticket/11226] Explicity set file_moved to false [ticket/11226] Add tests [ticket/11226] Use $user->lang() [ticket/11226] filespec::move_file() should error correctly
| * | | [ticket/11226] Explicity set file_moved to falseTristan Darricau2014-05-281-1/+2
| | | | | | | | | | | | | | | | PHPBB3-11226
| * | | [ticket/11226] Add testsTristan Darricau2014-05-281-0/+24
| | |/ | |/| | | | | | | PHPBB3-11226
* | | Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-288-1/+245
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12561] Add "after" check to schema_generator for columns_add * PayBas/ticket/12561: [ticket/12561] Reworked tests by nickvergessen [ticket/12561] Added tests for "after last", "after missing" and "empty" [ticket/12561] Add check to see if "after" column actually exists [ticket/12561] Added test for "after" [ticket/12561] Add "after" check to schema_generator for columns_add
| * | | [ticket/12561] Reworked tests by nickvergessenPayBas2014-05-278-112/+206
| | | | | | | | | | | | | | | | PHPBB3-12561
| * | | [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-262-7/+109
| | | | | | | | | | | | | | | | | | | | | | | | Also removed tabs PHPBB3-12561