- Apr 27, 2015
- Mar 11, 2015
-
- Jan 22, 2015
-
- Jan 21, 2015
-
- Nov 21, 2014
-
- Sep 04, 2014
-
-
Dries Buytaert authored
Issue #2303673 by dawehner, damiankloip, effulgentsia, Fabianx: Implement stackphp; cleanup handlePageCache() and preHandle()
-
- Jun 26, 2014
-
- Jun 18, 2014
-
-
Angie Byron authored
Issue #2284111 by alexpott, Berdir, damiankloip: Fixed Exceptions caught and printed from index.php should not return a 200 status code.
-
- Jun 05, 2014
-
- Apr 25, 2014
-
-
Alex Pott authored
-
- Mar 24, 2014
-
-
Angie Byron authored
-
- Dec 10, 2013
-
-
catch authored
-
- Sep 02, 2013
-
-
Angie Byron authored
Issue #2038135 by RobLoach, donquixote, Crell, ParisLiakos, catch: Use the Composer autoloader to make everything simpler.
-
- May 19, 2013
-
- Mar 17, 2013
-
-
Angie Byron authored
-
- Jan 02, 2013
-
-
catch authored
-
- Nov 29, 2012
-
-
catch authored
- Nov 22, 2012
-
-
catch authored
-
- Nov 13, 2012
-
-
catch authored
-
- Oct 22, 2012
-
- Aug 07, 2012
-
-
Katherine Bailey authored
-
Katherine Bailey authored
-
Katherine Bailey 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.
-
Katherine Bailey authored
Adding the config services to the container and removing the bootstrap_variables call from before the kernel boot, plus other minor adjustments
-
Katherine Bailey authored
Conflicts: core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
-
- Jul 05, 2012
-
-
Angie Byron authored
Issue #1595146 by Niklas Fiekas, cosmicdreams, Rob Loach, effulgentsia: Added Load the HttpKernel from the DI Container.
-
- May 24, 2012
-
-
- May 13, 2012
-
-
Larry Garfield authored
-
- May 12, 2012
-
-
- May 09, 2012
-
-
#1536844: Moved language, path, theme, and module initialization from bootstrap to request listeners.
-
- Apr 15, 2012
-
-
Larry Garfield authored
-
Larry Garfield authored
Execute termination listeners, including the subscriber formerly known as drupal_page_footer() and now represented by this class.
-
- Apr 01, 2012
-
-
Larry Garfield authored
Add the request object to a collector function for the time being. This requires doing a partial bootstrap to get the class loader working, since BOOTSTRAP_FULL requires the request to already be in place.
-
- Mar 23, 2012
-
-
Larry Garfield authored
-