aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12413] Remove unnecessary castsNicofuma2014-05-021-2/+2
| | | | PHPBB3-12413
* [ticket/12413] Disabled unapproved and solftdeleted testsNicofuma2014-05-021-9/+22
| | | | PHPBB3-12413
* [ticket/12413] Coding style againNicofuma2014-05-021-27/+27
| | | | PHPBB3-12413
* [ticket/12413] Fix coding styleNicofuma2014-05-021-11/+18
| | | | PHPBB3-12413
* [ticket/12413] Fix: coding styleNicofuma2014-05-021-8/+8
| | | | PHPBB3-12413
* [ticket/12413] Fixing the failed testNicofuma2014-05-021-8/+20
| | | | | | | The test was failing because travis is too fast: 2 posts had the same timestamp. PHPBB3-12413
* [ticket/12413] Using static attribute instead of @dependsTristan Darricau2014-05-021-194/+59
| | | | | | | | | Using a static attribute to store the initial state of the feeds instead of transmit it with the @depends annotation. This attribute is also added to backupStaticAttributesBlackList PHPBB3-12413
* [ticket/12413] Useing @depends to transmit the state of the boardTristan Darricau2014-05-021-90/+328
| | | | | | | the state of the board is calculate in the first test and transmit to the others thanks to the @depends annotation. PHPBB3-12413
* [ticket/12413] Tests: Adding functional tests for the feedsTristan Darricau2014-05-021-0/+1373
| | | | | | | Some tests are disabled until PHPBB3-12418 (#2331) and PHPBB3-12421 (#2330) are fixed and merged PHPBB3-12413
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-0210-0/+976
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-252-10/+7
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Fix unit tests for multi line arraysJoas Schilling2014-04-252-11/+61
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Fix unit test for multi line $varsJoas Schilling2014-04-241-2/+2
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-241-3/+3
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-241-0/+37
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-4/+8
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-202-7/+45
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-204-17/+79
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-181-0/+30
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-7/+5
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-181-4/+2
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-181-9/+18
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Use class properties instead of parametersJoas Schilling2014-04-183-20/+83
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Add more tests for the event exporterJoas Schilling2014-04-185-16/+336
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Add a basic set of tests for the exporterJoas Schilling2014-04-184-0/+370
| | | | | | | | PHPBB3-12273
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into ↵Nils Adermann2014-05-024-3/+420
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12371: [ticket/12371] Fix language string [ticket/12371] Fix typos in comment [ticket/12371] Fix redirect link for approve_post and post_in_queue [ticket/12371] Delete the approve_post notification when editing a post [ticket/12371] Fix language in comment [ticket/12371] Reapprove the post and topic again in tests [ticket/12371] Correctly set is_starter when editing first post of the topic [ticket/12371] Add functional tests for reapproving [ticket/12371] Fix query in mcp_sorting() [ticket/12371] Rename disapprove and softdelete tests [ticket/12371] We do not group quote notifications anymore [ticket/12371] Fix SQL query [ticket/11772] Do not send out new topic/post notifications when reapproving [ticket/12052] Use different visibility when post was edited [ticket/12052] Add support for ITEM_UNAPPROVED to set_post_visibility method [ticket/12371] Do not add unlimited users as responders [ticket/12371] Do not update the notification entry unneccessarily [ticket/12371] Do not delete post related notifications when a post is deleted [ticket/12371] Allow notification types to redirect to a different url [ticket/12371] Do not group "quote" notifications
| * | [ticket/12371] Reapprove the post and topic again in testsJoas Schilling2014-04-251-0/+10
| | | | | | | | | | | | PHPBB3-12371
| * | [ticket/12371] Add functional tests for reapprovingJoas Schilling2014-04-251-0/+406
| | | | | | | | | | | | PHPBB3-12371
| * | [ticket/12371] Rename disapprove and softdelete testsJoas Schilling2014-04-252-2/+2
| | | | | | | | | | | | PHPBB3-12371
| * | [ticket/12371] We do not group quote notifications anymoreJoas Schilling2014-04-251-1/+2
| | | | | | | | | | | | PHPBB3-12371
* | | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12432' into ↵Nathaniel Guse2014-05-012-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12432: [ticket/12432] Correcting the assertion [ticket/12432] Adding unit test [ticket/12432] Migrator should not revert custom functions
| * | | [ticket/12432] Correcting the assertionNicofuma2014-04-261-4/+1
| | | | | | | | | | | | | | | | PHPBB3-12432
| * | | [ticket/12432] Adding unit testNicofuma2014-04-262-0/+17
| | | | | | | | | | | | | | | | PHPBB3-12432
* | | | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12444' into ↵Nathaniel Guse2014-05-012-0/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12444: [ticket/12444] Replacing spaces with tabs [ticket/12444] Replace spaces with tabs [ticket/12444] Adding regression test [ticket/12444] The logs message aren't filled correctly
| * | | | [ticket/12444] Replacing spaces with tabsNicofuma2014-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12444
| * | | | [ticket/12444] Replace spaces with tabsNicofuma2014-04-261-22/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-12444
| * | | | [ticket/12444] Adding regression testNicofuma2014-04-262-12/+51
| |/ / / | | | | | | | | | | | | PHPBB3-12444
* | | | [ticket/12097] Bug fix and adding unit testNicofuma2014-04-261-0/+39
|/ / / | | | | | | | | | PHPBB3-12097
* | | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-252-3/+68
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12012] Correctly drop default value constraints * nickvergessen/ticket/12012: [ticket/12012] Move property to the top [ticket/12012] Move MS SQL server comparison into a method [ticket/12012] Fix docs in connection manager [ticket/12012] Remove duplicated code (only the $sql are different) [ticket/12012] Handle begin and commit transactions in tests [ticket/12012] Drop and recreate indexes when removing columns [ticket/12012] Add a unit test for removing a column with indexes [ticket/12012] Add a unit test for changing the column type [ticket/12012] Return SQL statements for index drop/create [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 [ticket/12012] Drop and recreate indexes when changing a column on MSSQL [ticket/12012] Fix query layout [ticket/12012] Correctly drop default value constraints on MSSQL
| * | | [ticket/12012] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Add a unit test for removing a column with indexesJoas Schilling2014-04-171-0/+22
| | | | | | | | | | | | | | | | PHPBB3-12012
| * | | [ticket/12012] Add a unit test for changing the column typeJoas Schilling2014-04-171-2/+30
| | |/ | |/| | | | | | | PHPBB3-12012
* | | Merge remote-tracking branch 'nickvergessen/ticket/12382' into develop-ascraeusCesar G2014-04-256-2/+52
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | * nickvergessen/ticket/12382: [ticket/12382] Mark broken nested loop with include as incomplete [ticket/12382] Add template test for subloops inside includes [ticket/12382] Add template test for subloops inside events
| * | [ticket/12382] Mark broken nested loop with include as incompleteJoas Schilling2014-04-142-2/+15
| | | | | | | | | | | | PHPBB3-12382
| * | [ticket/12382] Add template test for subloops inside includesJoas Schilling2014-04-123-0/+19
| | | | | | | | | | | | PHPBB3-12382
| * | [ticket/12382] Add template test for subloops inside eventsJoas Schilling2014-04-103-0/+18
| | | | | | | | | | | | PHPBB3-12382
* | | [ticket/12436] Data passed to sql_multi_insert is expected to be multi-dim.Andreas Fischer2014-04-241-2/+2
| | | | | | | | | | | | PHPBB3-12436
* | | Merge pull request #2335 from Elsensee/ticket/12422Joas Schilling2014-04-222-1/+46
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12422] Fix debug warning in log search * Elsensee/ticket/12422: [ticket/12422] Add tests [ticket/12422] Fix debug warning in log search
| * | | [ticket/12422] Add testsOliver Schramm2014-04-222-1/+46
| | |/ | |/| | | | | | | PHPBB3-12422