aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext
Commit message (Collapse)AuthorAgeFilesLines
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-3/+2
| | | | PHPBB3-11840
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-197-8/+21
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-164-2/+89
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-222-0/+48
| | | | | | | | | | | | | | | | | | To ensure that the new lang_set_ext variable available with the core.user_setup event works properly, a functional test was added. It overwrites the value of the 'SKIP' language key, which is assumed to remain in use for some time to come. PHPBB3-11792
| * [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-131-1/+1
| | | | | | | | PHPBB3-11784
| * [ticket/11582] Fix little typoJoas Schilling2013-07-141-1/+1
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-142-2/+2
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Fix extension permission testsJoas Schilling2013-07-142-2/+41
| | | | | | | | PHPBB3-11582
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-3/+3
|/ | | | PHPBB3-11700
* [ticket/11549] Add functional test for ACP Extension Module with TemplateJoas Schilling2013-05-313-0/+63
| | | | PHPBB3-11549
* Merge remote-tracking branch 'remotes/blitze/ticket/11458' into developNathaniel Guse2013-05-181-0/+6
|\
| * [ticket/11458] Add functional testOpenShift guest2013-04-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458
* | [ticket/11450] Add new line at end of fileJoas Schilling2013-05-081-1/+1
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Test the extensions details page in ACP Customise TabJoas Schilling2013-05-081-0/+23
|/ | | | PHPBB3-11450
* [feature/controller] Fix misnamed route for functional testDavid King2012-11-191-1/+1
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-192-0/+9
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-164-6/+6
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-164-0/+25
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-163-1/+10
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-1615-111/+22
| | | | PHPBB3-10864
* [ticket/10586] Removed incorrect method callDavid King2012-03-285-11/+1
| | | | PHPBB3-10586
* [ticket/10586] Moved some loading stuff below extension controller, updated ↵David King2012-03-284-16/+12
| | | | | | tests PHPBB3-10586
* [ticket/10586] Correctly purge board cache and don't rename install directoryNils Adermann2012-03-191-2/+2
| | | | PHPBB3-10586
* [ticket/10586] Tests are coming along, just a little more to goDavid King2012-03-194-2/+2
| | | | PHPBB3-10586
* [ticket/10586] Adding the extensions used by the testsDavid King2012-03-1912-0/+125
PHPBB3-10586