aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/13113] Updates the base url only when the front-end isn't app.phpTristan Darricau2014-09-282-96/+138
| | | | | | | | PHPBB3-13113
* | Merge branch 'ticket/13073' into ticket/13073-developMarc Alexander2014-09-195-16/+182
|\ \ | |/ | | | | | | Conflicts: tests/controller/common_helper_route.php
| * [ticket/13073] Remove _test suffix from common test classMarc Alexander2014-09-195-9/+9
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Use abstract class for controller helper route testsMarc Alexander2014-09-195-7/+40
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Use correct class names in test filesMarc Alexander2014-09-192-2/+2
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Rework route tests and add tests for more directory typesMarc Alexander2014-09-194-51/+114
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Test that routes from subfolders like /adm workMarc Alexander2014-09-192-101/+13
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Add tests for routes from adm pagesMarc Alexander2014-09-191-0/+148
| | | | | | | | PHPBB3-13073
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-171-0/+244
|\ \ | |/
| * [ticket/13036] Complete testsTristan Darricau2014-09-161-0/+120
| | | | | | | | PHPBB3-13036
| * [ticket/13036] Add unit testsTristan Darricau2014-09-161-0/+124
| | | | | | | | PHPBB3-13036
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-161-38/+46
|\ \ | |/
| * [ticket/13034] Fix testsTristan Darricau2014-09-161-3/+4
| | | | | | | | PHPBB3-13034
| * [ticket/13034] Fix the route generated for the frontend not in the phpbb rootTristan Darricau2014-09-041-37/+44
| | | | | | | | PHPBB3-13034
* | 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
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-091-1/+22
|/ | | | PHPBB3-11649
* [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
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | PHPBB3-12594
* [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-1/+1
| | | | PHPBB3-12529
* [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-1/+1
| | | | PHPBB3-12529
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-052-2/+2
| | | | PHPBB3-11497
* [ticket/11497] Use a mock object to define the root folder for the finderTristan Darricau2014-05-031-2/+2
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-032-14/+17
| | | | PHPBB3-11497
* [ticket/12480] Remove unused use statementsJoas Schilling2014-05-021-2/+0
| | | | PHPBB3-12480
* [ticket/12480] Add subfolder/config/routing.yml which should not be foundJoas Schilling2014-05-022-0/+5
| | | | PHPBB3-12480
* [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-091-5/+7
| | | | PHPBB3-12090
* [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-1/+1
| | | | PHPBB3-12090
* [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-082-6/+4
| | | | PHPBB3-12090
* [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-071-6/+6
| | | | PHPBB3-12090
* [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-078-123/+133
| | | | PHPBB3-12090
* [ticket/11948] Check actual result of routesJoas Schilling2013-10-211-1/+8
| | | | PHPBB3-11948
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-212-1/+5
| | | | PHPBB3-11948
* [ticket/11948] Add second routing file to testsJoas Schilling2013-10-192-1/+4
| | | | PHPBB3-11948
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-4/+6
| | | | PHPBB3-11852
* [ticket/11700] Get unit tests to run again with namespacesNils Adermann2013-09-192-2/+4
| | | | PHPBB3-11700
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-193-6/+8
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-171-2/+2
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-2/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: [ticket/11832] Correct paths in tests [ticket/11832] Correct ROOT_PATH variable [ticket/11832] get_url() from phpbb_template_asset should return web path [ticket/11832] Fix INCLUDE(JS/CSS) [ticket/11832] Fix constructions of phpbb_filesystem [ticket/11832] Fix smiley paths [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request [ticket/11832] Fix build_url and the S_LOGIN_ACTION [ticket/11832] Changing comments to say app.php rather than index.php [ticket/11832] We must instantiate the $phpbb_filesystem in common [ticket/11832] Fix the web path corrections [ticket/11832] More extensive testing [ticket/11832] Use dirname(__FILE__) [ticket/11832] Use $phpbb_filesystem instead of the container in append_sid Revert "[ticket/11832] Make $phpbb_container a global initiated by the framework" [ticket/11832] Make $phpbb_container a global initiated by the framework [ticket/11832] Fix log tests [ticket/11832] update_web_root_path helper and tests [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving) Conflicts: phpBB/common.php phpBB/config/services.yml phpBB/includes/bbcode.php phpBB/includes/functions.php phpBB/includes/functions_messenger.php phpBB/install/index.php phpBB/phpbb/filesystem.php phpBB/phpbb/template/twig/environment.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/dbal/migrator_test.php tests/extension/manager_test.php tests/extension/metadata_manager_test.php tests/filesystem/clean_path_test.php tests/mock/extension_manager.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/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-2/+16
| | | | | | | | PHPBB3-11832
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-22/+64
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/11824] Reorganize test fileDavid King2013-09-121-18/+17
| | | | | | | | PHPBB3-11824
| * [ticket/11824] Add tests for urls with mod_rewrite enabledDavid King2013-09-061-3/+48
| | | | | | | | PHPBB3-11824
| * [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-17/+17
| | | | | | | | PHPBB3-11824
| * [ticket/11215] Fix helper_url_test.php testsDavid King2013-09-021-15/+17
| | | | | | | | PHPBB3-11215
| * [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-1/+0
| | | | | | | | PHPBB3-11628