summaryrefslogtreecommitdiffstatshomepage
path: root/index.php
Commit message (Collapse)AuthorAge
* Issue #2389811 by znerol, mpdonadio, alexpott, hussainweb, neclimdul: Move ↵Alex Pott2015-06-03
| | | | all the logic out of index.php (again)
* Issue #2491155 by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and ↵xjm2015-05-24
| | | | kernel.org URLs in core modules (Follow-up to 2489912)
* Issue #567148: remove stray line added by previous commit to this issue.Nathaniel Catchpole2015-04-27
|
* Issue #567148 by jcnventura, Damien Tournoud, greenrover33: Use ↵Nathaniel Catchpole2015-04-27
| | | | ONLY_FULL_GROUP_BY for MySQL
* Issue #2406681 by tstoeckler, hussainweb, alexpott, ParisLiakos, almaudoh, ↵catch2015-03-11
| | | | tadityar: Add an autoload.php in the repo root to control the autoloader of front controllers
* Issue #2221699 by mpdonadio, mikey_p, alexpott, kim.pepper, arlinsandbulte: ↵Alex Pott2015-01-22
| | | | HTTP_HOST header cannot be trusted
* Revert "Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: ↵Alex Pott2015-01-21
| | | | | | HTTP_HOST header cannot be trusted" This reverts commit 2c9eddf3ac07969341afaa144b7b3f9bd06cc0c4.
* Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST ↵Alex Pott2015-01-21
| | | | header cannot be trusted
* Issue #2304949 by mpdonadio, cilefen, znerol, klausi, gaurav.goyal, ↵Alex Pott2014-11-21
| | | | regilero: Port HTTP Host header DoS fix from SA-CORE-2014-003
* Issue #2303673 by dawehner, damiankloip, effulgentsia, Fabianx: Implement ↵Dries2014-09-03
| | | | stackphp; cleanup handlePageCache() and preHandle()
* Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, ↵Nathaniel Catchpole2014-06-26
| | | | donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel.
* Issue #2284111 by alexpott, Berdir, damiankloip: Fixed Exceptions caught and ↵webchick2014-06-18
| | | | printed from index.php should not return a 200 status code.
* Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ↵Alex Pott2014-06-05
| | | | | | ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel." This reverts commit cda051c425ec10e864d3207cc0e60640bfa16e10.
* Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, ↵Nathaniel Catchpole2014-06-05
| | | | donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel.
* Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into ↵Alex Pott2014-04-25
| | | | Drupal\Core\Site\Settings.
* Issue #2219009 follow-up by pwolanin: Replace missed call to settings().webchick2014-03-24
|
* Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script.Nathaniel Catchpole2013-12-10
|
* Issue #2038135 by RobLoach, donquixote, Crell, ParisLiakos, catch: Use the ↵webchick2013-09-02
| | | | Composer autoloader to make everything simpler.
* Issue #1872522 by chx, effulgentsia, sun, aspilicious, desmondmorris, ↵Alex Pott2013-05-19
| | | | Berdir, jibran, YesCT: Fixed Compiled data in PHP storage is cleared too late in drupal_flush_all_caches().
* Issue #1540136 by Rob Loach, Pete B: Simplify index.php by moving ↵webchick2013-03-16
| | | | DRUPAL_ROOT to bootstrap.inc.
* Issue #1831998 by c4rl, effulgentsia: Reduce index.php for easier upgrading.catch2013-01-02
|
* Revert "Revert the revert of Issue #1849004 by chx, xjm: One Service ↵catch2012-11-29
| | | | | | Container To Rule Them All. It was innocent after all." This reverts commit a1638b87ebc42689ba750d2df127f4094f4c2865.
* Revert "Issue #1849004 by chx, xjm: One Service Container To Rule Them All."catch2012-11-29
| | | | This reverts commit 761ac679064e50650e663d562fb5270714818ca4.
* Issue #1849004 by chx, xjm: One Service Container To Rule Them All.catch2012-11-29
|
* Issue #1784312 by chx, katbailey, msonnabaum, Fabianx: Stop doing so much ↵catch2012-11-22
| | | | pre-kernel bootstrapping.
* Issue #1831350 by chx, sun: Break the circular dependency between bootstrap ↵catch2012-11-13
| | | | container and kernel.
* Issue #1706064 by chx, katbailey, effulgentsia, podarok et al: Compile the ↵catch2012-10-22
| | | | Injection Container to disk.
* Adding/modifying some todosKatherine Bailey2012-08-06
|
* No need to boot the kernel explicitly as it can now get booted just when ↵Katherine Bailey2012-08-06
| | | | it's handling the request
* Cleaning up _current_path() and request() related stuffKatherine Bailey2012-08-06
|
* Database bootstrap level before booting kernel.Niklas Fiekas2012-08-06
| | | | | | | | | | | | 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.
* Adding the config services to the container and removing the ↵Katherine Bailey2012-08-06
| | | | bootstrap_variables call from before the kernel boot, plus other minor adjustments
* Issue #1599108: first pass at adding bundlesKatherine Bailey2012-08-06
| | | | | | Conflicts: core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
* Issue #1595146 by Niklas Fiekas, cosmicdreams, Rob Loach, effulgentsia: ↵webchick2012-07-05
| | | | Added Load the HttpKernel from the DI Container.
* refs #1536844 Clean up bootstrap shivs.effulgentsia2012-05-23
|
* Minor code simplification.Larry Garfield2012-05-13
|
* Detailed cleanup of documentation blocks for spacing, language, placement, etc.Niklas Fiekas2012-05-11
|
* #1536844: Moved language, path, theme, and module initialization from ↵effulgentsia2012-05-09
| | | | bootstrap to request listeners.
* Allow the response object to clean itself up as designed.Larry Garfield2012-04-15
|
* Execute termination listeners, including the subscriber formerly known as ↵Larry Garfield2012-04-15
| | | | drupal_page_footer() and now represented by this class.
* Add the request object to a collector function for the time being. This ↵Larry Garfield2012-03-31
| | | | requires doing a partial bootstrap to get the class loader working, since BOOTSTRAP_FULL requires the request to already be in place.
* Refactor DrupalKernel to extend HttpKernel.Larry Garfield2012-03-23
|
* Rename DrupalApp back to DrupalKernel, since it implements HttpKernelInterface.Larry Garfield2012-03-05
|
* Move DrupalApp back to being a kernel implementation, since, really, that's ↵Larry Garfield2012-02-28
| | | | what it is.
* Remove old code.Larry Garfield2012-02-26
|
* Move namespace imports to the same place.Larry Garfield2012-02-23
|
* Convert DrupalKernel into simply a DrupalApp class, since all of the ↵Larry Garfield2012-02-23
| | | | kernel-y stuff is happening in HttpKernel anyway.
* Move the new routing logic into a DrupalKernel object.Larry Garfield2012-02-22
|
* More clear documentation and routing function nameJames Gilliland2012-02-13
|
* WIPJames Gilliland2012-02-13
|