Dries
5ef912e965
Issue #2303673 by dawehner, damiankloip, effulgentsia, Fabianx: Implement stackphp; cleanup handlePageCache() and preHandle()
2014-09-03 22:58:45 -04:00
Nathaniel Catchpole
5e58da00e6
Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel.
2014-06-26 11:47:01 +01:00
webchick
1251cc35a7
Issue #2284111 by alexpott, Berdir, damiankloip: Fixed Exceptions caught and printed from index.php should not return a 200 status code.
2014-06-18 00:07:06 -07:00
Alex Pott
6d2ce628bc
Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel."
...
This reverts commit cda051c425
.
2014-06-05 12:53:24 -05:00
Nathaniel Catchpole
cda051c425
Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel.
2014-06-05 11:30:04 +01:00
Alex Pott
8a56782390
Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings.
2014-04-25 20:13:44 +01:00
webchick
b9ef6be3c1
Issue #2219009 follow-up by pwolanin: Replace missed call to settings().
2014-03-24 10:55:51 -07:00
Nathaniel Catchpole
52d3b49336
Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script.
2013-12-10 13:50:21 +00:00
webchick
8121d1203a
Issue #2038135 by RobLoach, donquixote, Crell, ParisLiakos, catch: Use the Composer autoloader to make everything simpler.
2013-09-02 12:53:23 -07:00
Alex Pott
750b527318
Issue #1872522 by chx, effulgentsia, sun, aspilicious, desmondmorris, Berdir, jibran, YesCT: Fixed Compiled data in PHP storage is cleared too late in drupal_flush_all_caches().
2013-05-19 12:32:09 -07:00
webchick
4cc0db2d26
Issue #1540136 by Rob Loach, Pete B: Simplify index.php by moving DRUPAL_ROOT to bootstrap.inc.
2013-03-16 23:36:36 -07:00
catch
d2527ed4a7
Issue #1831998 by c4rl, effulgentsia: Reduce index.php for easier upgrading.
2013-01-02 12:14:56 +00:00
catch
e96e573ce4
Revert "Revert the revert of Issue #1849004 by chx, xjm: One Service Container To Rule Them All. It was innocent after all."
...
This reverts commit a1638b87eb
.
2012-11-29 20:55:21 +00:00
catch
a1638b87eb
Revert "Issue #1849004 by chx, xjm: One Service Container To Rule Them All."
...
This reverts commit 761ac67906
.
2012-11-29 20:41:30 +00:00
catch
761ac67906
Issue #1849004 by chx, xjm: One Service Container To Rule Them All.
2012-11-29 20:26:37 +00:00
catch
553ed06a17
Issue #1784312 by chx, katbailey, msonnabaum, Fabianx: Stop doing so much pre-kernel bootstrapping.
2012-11-22 10:53:19 +00:00
catch
6f32687e54
Issue #1831350 by chx, sun: Break the circular dependency between bootstrap container and kernel.
2012-11-13 23:23:23 +00:00
catch
afc4b89945
Issue #1706064 by chx, katbailey, effulgentsia, podarok et al: Compile the Injection Container to disk.
2012-10-22 10:14:49 +01:00
Katherine Bailey
768925132d
Adding/modifying some todos
2012-08-06 21:52:13 -07:00
Katherine Bailey
73fee52af4
No need to boot the kernel explicitly as it can now get booted just when it's handling the request
2012-08-06 21:52:13 -07:00
Katherine Bailey
faba05fccc
Cleaning up _current_path() and request() related stuff
2012-08-06 21:52:11 -07:00
Niklas Fiekas
6b231d8f86
Database bootstrap level before booting kernel.
...
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.
2012-08-06 21:52:09 -07:00
Katherine Bailey
d7dd619021
Adding the config services to the container and removing the bootstrap_variables call from before the kernel boot, plus other minor adjustments
2012-08-06 21:52:08 -07:00
Katherine Bailey
47c9feb9e7
Issue #1599108 : first pass at adding bundles
...
Conflicts:
core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
2012-08-06 21:52:08 -07:00
webchick
c1817f9691
Issue #1595146 by Niklas Fiekas, cosmicdreams, Rob Loach, effulgentsia: Added Load the HttpKernel from the DI Container.
2012-07-05 09:08:42 -07:00
effulgentsia
35ef2c97ea
refs #1536844 Clean up bootstrap shivs.
2012-05-23 23:52:03 -05:00
Larry Garfield
a64f61b7e5
Minor code simplification.
2012-05-13 12:40:25 -05:00
Niklas Fiekas
171fdb4410
Detailed cleanup of documentation blocks for spacing, language, placement, etc.
2012-05-11 20:54:55 -05:00
effulgentsia
6275cc5949
#1536844 : Moved language, path, theme, and module initialization from bootstrap to request listeners.
2012-05-09 01:21:37 -05:00
Larry Garfield
200cad7263
Allow the response object to clean itself up as designed.
2012-04-15 18:35:34 -05:00
Larry Garfield
fd18c1697a
Execute termination listeners, including the subscriber formerly known as drupal_page_footer() and now represented by this class.
2012-04-15 18:23:15 -05:00
Larry Garfield
151c391baa
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.
2012-03-31 19:05:35 -05:00
Larry Garfield
0876971e2c
Refactor DrupalKernel to extend HttpKernel.
2012-03-23 12:49:37 -05:00
Larry Garfield
a4e0f0ec17
Rename DrupalApp back to DrupalKernel, since it implements HttpKernelInterface.
2012-03-05 21:27:20 -06:00
Larry Garfield
2d52eeeee2
Move DrupalApp back to being a kernel implementation, since, really, that's what it is.
2012-02-28 20:43:33 -06:00
Larry Garfield
2924b656d1
Remove old code.
2012-02-26 15:23:56 -06:00
Larry Garfield
2bc27d0fb0
Move namespace imports to the same place.
2012-02-23 23:01:18 -06:00
Larry Garfield
fdbc8a2404
Convert DrupalKernel into simply a DrupalApp class, since all of the kernel-y stuff is happening in HttpKernel anyway.
2012-02-23 00:33:14 -06:00
Larry Garfield
f9fe640f78
Move the new routing logic into a DrupalKernel object.
2012-02-22 22:53:15 -06:00
James Gilliland
86554c8ec6
More clear documentation and routing function name
2012-02-13 10:08:24 -05:00
James Gilliland
e7e6eb55f2
WIP
2012-02-13 09:57:30 -05:00
Nathan Haug
f434037c0e
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
2011-11-01 12:48:40 +09:00
The Great Git Migration
79bcdb8b7d
Stripping CVS keywords
2011-02-25 02:06:03 +00:00
Dries Buytaert
f42bca3bd4
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
2009-10-15 14:07:30 +00:00
Angie Byron
d802c69a43
#363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
2009-02-08 20:27:51 +00:00
Dries Buytaert
2e8ca690ff
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
2009-01-27 00:22:27 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
362cade1f2
- Patch #174226 by keith.smith, pwolanin et al al -- and greatly simplified by me: added a copyright notice.
2007-12-26 08:46:48 +00:00
Dries Buytaert
5bbbf10ba8
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
2007-04-06 13:27:23 +00:00