aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15257] Address validation issuesJakub Senko2019-09-302-2/+2
| | | | PHPBB3-15257
* [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-303-1/+43
| | | | PHPBB3-15257
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-095-5/+5
| | | | PHPBB3-14948
* [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-091-1/+1
| | | | PHPBB3-15508
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-082-2/+2
| | | | PHPBB3-14972
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-2/+1
| | | | PHPBB3-14990
* [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-3/+1
| | | | | | Fix constructor in test cases. PHPBB3-15087
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-032-3/+4
| | | | PHPBB3-12610
* [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-031-2/+1
| | | | PHPBB3-13616
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-2/+0
| | | | PHPBB3-14576
* [ticket/13733] Remove validate_classes method argumentMarc Alexander2016-01-241-12/+2
| | | | PHPBB3-13733
* [ticket/13733] Make sure migration classes always have same order in testsMarc Alexander2016-01-201-4/+4
| | | | PHPBB3-13733
* [ticket/13733] Properly test setting validate_classes to false/trueMarc Alexander2016-01-193-2/+76
| | | | PHPBB3-13733
* Merge pull request #3626 from imkingdavid/ticket/13733Marc Alexander2016-01-151-1/+1
|\ | | | | | | [ticket/13733] Allow non-migration files inside migrations folder
| * [ticket/13733] Allow tests the skip class validationDavid King2015-05-231-1/+1
| | | | | | | | PHPBB3-13733
* | [ticket/13777] Reorder get_module_infos() method's argumentsMateBartus2015-05-311-10/+10
| | | | | | | | PHPBB3-13777
* | [ticket/13777] Fix testsMateBartus2015-05-311-32/+19
|/ | | | PHPBB3-13777
* [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
| | | | PHPBB3-13804
* [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-2/+4
| | | | PHPBB3-13638
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-7/+13
| | | | PHPBB3-13762
* [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-012-11/+14
| | | | PHPBB3-13793
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-163-6/+6
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-072-2/+4
| | | | PHPBB3-10748
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-202-1/+6
|\ | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php
| * [ticket/13489] Fix testsTristan Darricau2015-01-142-2/+6
| | | | | | | | PHPBB3-13489
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-2/+2
| | | | | | | | PHPBB3-13421
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-0/+1
|\ \ | |/
| * [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-0/+1
| | | | | | | | SECURITY-171
* | Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-184-63/+3
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/12963] Always use core_path and core_directory() [ticket/12963] Remove old migration/ folder from tests [ticket/12963] Revert back to "migrations" folder name for extensions
| * [ticket/12963] Remove old migration/ folder from testsJoas Schilling2014-09-184-63/+3
| | | | | | | | PHPBB3-12963
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-175-0/+157
|\ \ | |/
| * [ticket/12963] Add unit testsTristan Darricau2014-09-105-0/+157
| | | | | | | | PHPBB3-12963
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-023-1/+25
|\ \ | |/
| * [ticket/12661] Add new line at the end of filesPico2014-08-251-1/+1
| | | | | | | | PHPBB3-12661
| * [ticket/12661] Add template testPico882014-08-243-1/+25
| | | | | | | | PHPBB3-12661
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-102-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding Conflicts: phpBB/config/services.yml
| * [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-102-2/+2
| | | | | | | | PHPBB3-12932
* | Merge remote-tracking branch 'github-nicofuma/ticket/11649' into developNils Adermann2014-08-091-12/+26
|\ \ | | | | | | | | | | | | | | | * github-nicofuma/ticket/11649: [ticket/11649] Fix coding style [ticket/11649] Expose Twig through the container
| * | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-091-12/+26
| |/ | | | | | | PHPBB3-11649
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-073-1/+57
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/12847] Allow the extensions to say if they can be enabled
| * Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-073-1/+57
| |\ | | | | | | | | | | | | | | | | | | [ticket/12847] Allow the extensions to say if they can be enabled * Nicofuma/ticket/12847: [ticket/12847] Allow the extensions to say if they can be enabled
| | * [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-133-1/+57
| | | | | | | | | | | | PHPBB3-12847
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-07-281-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12870] Add doc block [ticket/12870] Create the migrations table with a method in the migrator [ticket/12870] Add $config['version'] in phpbb_extension_manager_test [ticket/12870] Create the migrations table in db:migrate
| * | [ticket/12870] Add $config['version'] in phpbb_extension_manager_testTristan Darricau2014-07-261-1/+1
| |/ | | | | | | PHPBB3-12870
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-07-081-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| | * [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | | | | | | | | | PHPBB3-12099
| | * [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | | | | | | | | | PHPBB3-12099
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-07-035-227/+129
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra