- 07 Aug, 2012 40 commits
-
-
Dries authored
-
Dries authored
-
Dries authored
-
webchick authored
-
catch authored
-
catch authored
-
webchick authored
-
katbailey authored
-
-
katbailey authored
-
katbailey authored
Clarifying the _current_path() problem as it relates to path alias caching and making the request param non-optional in language_from_url
-
katbailey authored
Passing the request object explicitly to the language negotiation methods instead of a vague args parameter
-
-
katbailey authored
-
katbailey authored
-
katbailey authored
Making the language_manager instance variable protected instead of private in FinishResponseSubscriber
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
Adding a test, and a test module, to show that bundles provided by modules have their services added to the DIC
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
Using the language_manager wrapper function to return a language whether or not we're in the requet scope
-
katbailey authored
-
-
Switching to the test database connection only happens when _drupal_bootstrap_database() runs before executing a first query. To avoid complicating the boostrap with more fine grained level booting, just boot the DrupalKernel after DRUPAL_BOOTSTRAP_CODE. Getting rid of those levels is for a seperate issue. Additionally mirror the changes in the testing files core/modules/system/tests/http.php and https.php.
-
katbailey authored
-
katbailey authored
-
katbailey authored
-
katbailey authored
Using a factory method to get an ExceptionListener as it needs to be passed an instantiated ExceptionController
-
katbailey authored
-
katbailey authored
-
katbailey authored
-