Commit Graph

311 Commits (f8f869f223be307ea616649ed896fcf139993f48)

Author SHA1 Message Date
Alex Pott 0f4319e418 Issue #2528292 by Fabianx, dawehner: Decouple Error testing from relying on a cached on disk-container that is created by a different Kernel 2015-07-08 11:55:40 +01:00
Alex Pott 2dbda2635a Issue #2509898 by dawehner, znerol, larowlan, lauriii, Aki Tendo, Wim Leers: Additional uncaught exception thrown while handling exception after service changes 2015-07-05 17:59:25 +01:00
Alex Pott 2e6633871a Issue #2507509 by catch, dawehner: Service changes should not result in fatal errors between patch or minor releases 2015-06-24 10:05:10 -05:00
Nathaniel Catchpole d579f51362 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, kbasarab, Tor Arne Thune, basic, pfrenssen, yannickoo, simolokid, fietserwin, bzrudi71: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-18 15:36:24 +01:00
Alex Pott fd8c8cd919 Issue #2384675 by sidharrell, cilefen, Mile23, damiankloip, dawehner, Wim Leers, alexpott, neclimdul: Deprecate conf_path() 2015-06-09 13:15:19 +01:00
Jennifer Hodgdon 700158c93b Issue #2494319 by Pere Orga: Follow up to Spellchecking Drupal - Comments 2015-06-05 13:20:37 -07:00
Nathaniel Catchpole 537da55a56 Revert "Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)"
This reverts commit b105158ab7.
2015-06-02 17:06:45 +01:00
Nathaniel Catchpole b105158ab7 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-02 10:13:37 +01:00
xjm 088f8b357a Issue #2491155 by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and kernel.org URLs in core modules (Follow-up to 2489912) 2015-05-24 15:08:46 -05:00
Nathaniel Catchpole e3573a2a24 Issue #2296009 by fgm, Fabianx, AjitS: Use APC Classloader by default (when available) 2015-04-16 14:46:51 +01:00
Alex Pott 25c41d0a6d Issue #606840 by Wim Leers, cilefen, Fabianx, markpavlitski: Enable internal page cache by default 2015-04-08 12:11:56 +01:00
webchick a57bc046ff Issue #2451363 by alexpott, Berdir, pjcdawkins: Ensure install_profile is exists in settings.php after installation 2015-04-02 21:29:37 -07:00
Alex Pott 720f586a8e Issue #2453311 by David_Rothstein, TravisCarden, Dom., rpayanm: Issue #2417983 follow-up: a few more "the the"s 2015-04-01 13:45:55 +01:00
Alex Pott 2847b5980b Issue #2453059 by Wim Leers: Set default render cache contexts: 'theme' + 'languages:' . LanguageInterface::TYPE_INTERFACE 2015-03-30 17:29:41 +01:00
Alex Pott 273e7fc42a Issue #2425739 by jacob.embree: Incorrect regex in trusted_host_patterns example 2015-02-16 14:51:09 +00:00
webchick 5f5fa3b7af Issue #2419225 by mikeker: settings.local.php trusted_host_patterns are ignored due to incorrect location of the include statement 2015-02-15 12:16:54 -08:00
Alex Pott 7394ae9c27 Issue #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be trusted" 2015-01-30 23:17:51 +00:00
Alex Pott 6d05fc8e5d Issue #2381763 by chx, webflo: Adjust the order of container yamls to override settings per environment 2015-01-26 10:40:40 +00:00
Alex Pott c15cf7d234 Revert "Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields"
This reverts commit 920382d4ea.
2015-01-25 12:02:54 +00:00
Alex Pott 920382d4ea Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields 2015-01-25 11:54:14 +00:00
Alex Pott 98377d5725 Issue #2221699 by mpdonadio, mikey_p, alexpott, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted 2015-01-22 18:57:56 +00:00
Alex Pott a8cccfce62 Revert "Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted"
This reverts commit 2c9eddf3ac.
2015-01-21 10:03:23 +00:00
Alex Pott 2c9eddf3ac Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted 2015-01-21 09:46:25 +00:00
Nathaniel Catchpole 73069e05e8 Issue #2392319 by alexpott, effulgentsia: Config objects (but not config entities) should by default be immutable 2015-01-16 10:43:35 +00:00
Alex Pott 9a6582b1f9 Issue #2347877 by znerol, Berdir: Move DrupalKernel::initializeCookieGlobals() into a SessionConfiguration service 2015-01-12 12:02:55 +00:00
Jennifer Hodgdon 425a41eeef Issue #2401253 by idebr: settings.php says it contains Twig debug settings while these are actually in services.yml 2015-01-06 17:28:29 -08:00
Nathaniel Catchpole 14189a745f Issue #2353357 by Berdir: hook_stream_wrappers_alter() is broken since modules are not loaded on demand, also change to an event since it's the last hook that forces this during bootstrap 2014-12-15 16:53:00 +00:00
Alex Pott f41585c8d3 Issue #2170235 by Berdir, penyaskito, larowlan, alexpott, sushyl: file_private_path should be in $settings, like file_public_path 2014-12-14 14:01:24 +01:00
webchick 8d601c74b1 Issue #2342593 by znerol, grendzy, David_Rothstein: Remove mixed SSL support from core 2014-12-01 08:26:28 -08:00
Nathaniel Catchpole a2551812f5 Issue #2183075 by valderama, dinarcon, er.pushpinderrana, amitgoyal, umar-ahmad: Tidy up css.gzip and js.gzip configuration. 2014-10-24 16:58:22 +01:00
Alex Pott c76fb28ceb Issue #2346245 by David Hernández | rteijeiro: Update default.services.yml file documentation. 2014-10-02 14:10:30 +02:00
Alex Pott 29c4def340 Issue #2327095 by tstoeckler: Document how to allow test module and theme installation in example.settings.local.php. 2014-09-08 13:25:11 +01:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01:00
webchick 4fb0f9d8fd Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings. 2014-08-23 13:19:53 -07:00
Alex Pott 5a8dddce9e Issue #2321407 by astrocling | jhodgdon: Fixed Suggested setting in example.settings.local.php for render doesn't work in install. 2014-08-19 00:23:18 +01:00
Jennifer Hodgdon 9c12817cc9 Issue #2321605 by sun: Fix comment syntax in example.settings.local.php 2014-08-18 10:20:23 -07:00
Alex Pott 9399c98ae9 Issue #2321605 by astrocling: Fixed Standardize Commenting in example.settings.local.php. 2014-08-18 13:59:37 +01:00
Jennifer Hodgdon 00c5a64656 Issue #2263059 by Bryn Vertesi, Xano: Use example.com not yoursite.com in example.settings.local.php docs 2014-08-11 10:16:08 -07:00
Nathaniel Catchpole e5a896b9f4 Issue #2315613 by damiankloip, Wim Leers: Add a services.local.yml for development. 2014-08-07 11:48:11 +01:00
webchick fd8f71cb59 Issue #2309575 follow-up by Wim Leers: [Revert] Remove the null and memory backend definitions from core.services.yml in favour of devel module providing them instead. 2014-08-05 21:58:15 -07:00
Alex Pott 630b08af82 Issue #2309575 by undertext | damiankloip: Remove the null and memory backend definitions from core.services.yml in favour of devel module providing them instead. 2014-08-04 11:28:47 +01: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 b1b3b2b886 Issue #2275877 by Mixologic, duellj, Les Lim, Xano, David Strauss: Replace master/slave terminology with primary/replica. 2014-06-13 19:31:56 -07:00
Jennifer Hodgdon 6664c6a9a2 Issue #2243439 by amitgoyal, jonreid, mark.labrecque, mpv, pwolanin, scor, cilefen, sun: Fix up docs about config file/database locations in settings.php and READMEs in directories 2014-06-13 14:35:32 -07:00
webchick d0107d496b Issue #950534 by mparker17, mgifford, Mixologic, jbloomfield, erinclerico, theMusician, wmostrey | zirvap: [policy] Consistently use email instead of e-mail in Drupal. 2014-06-09 14:47:53 -07:00
Alex Pott eb3e7866ad Issue #2280383 by andypost: Fixed settings.local.php after new bootstrap. 2014-06-08 21:13:51 -05: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
webchick ed8dfae05f Issue #2263351 by jcisio: Replace accidentally removed part of default.settings.php. 2014-05-19 07:42:27 -07:00
webchick 5f79a75cbc Issue #2263351 by Wim Leers: Text Editor's in-place editing plugin broke in-place editing at large due to PHP fatal. 2014-05-14 01:31:53 -07:00
Nathaniel Catchpole c5c075dfd8 Issue #2241633 by sun: Simplify site-specific service overrides. 2014-05-13 13:29:49 +01:00
webchick 3853bb2d98 Issue #2261461 by neclimdul: Fix indentation in default.settings.php. 2014-05-12 22:54:55 -07:00
Dries 3a8dd52c67 Issue #2226761 by Wim Leers: Change all default settings and config to fast/safe production values. 2014-05-05 12:38:12 -04:00
webchick e4ae1523e7 Issue #2240463 by robertdbailey, balagan, holly.ross.drupal: Fix text: languages are not "enabled/disabled" anymore, they are added/removed. 2014-05-04 10:19:57 -07:00
Dries abc7e15fa6 Issue #2161591 by pwolanin, beejeebus, sun: Change default active config from file storage to DB storage. 2014-04-14 22:23:05 +02:00
webchick 0526492a1b Issue #2056879 by martin107, Outi, ioskevich, Cottser: Improve twig_* vars DOCs in settings.php and make Twig debug markup require a cache clear. 2014-03-26 22:31:37 -07:00
Nathaniel Catchpole aabf99451a Issue #2036259 by sun, damiankloip, ParisLiakos: Move $drupal_hash_salt to settings(). 2014-02-20 12:29:03 +00:00
Nathaniel Catchpole bcc57baf0b Issue #1881582 by sun: Change configuration overrides to use $config instead of $conf. 2014-02-05 18:21:55 +00:00
Jennifer Hodgdon 90ef06dcd1 Issue #2168617 by clemens.tolboom: Fix up docs on how to do multisite 2014-02-04 11:20:11 -08:00
Jennifer Hodgdon 5f6e731c2c Issue #2179753 by Sutharsan: Reword settings overrides docs in default.settings.php 2014-02-04 11:04:39 -08:00
Alex Pott a3c8c88fa4 Issue #2121849 by moshe weitzman: Move chmod.directory and chmod.file out of config and into settings so that file writes are independant of the config system. 2014-01-24 10:45:47 +01:00
catch 7240b39bff Issue #1887750 by Berdir, alexpott: Use path relative to DRUPAL_ROOT in configuration directories. 2013-12-30 17:53:00 +00:00
Nathaniel Catchpole 52d3b49336 Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script. 2013-12-10 13:50:21 +00:00
Nathaniel Catchpole d50a62fc3d Issue #1975490 by ParisLiakos: Convert locale_custom_strings_* to settings. 2013-10-11 14:13:17 +01:00
Jennifer Hodgdon 3970a07160 Issue #2049207 by LinL, Cottser: Fix reference to maintenance page tpl.php in default.settings.php 2013-10-09 08:30:37 -07:00
Nathaniel Catchpole 7f45af4868 Issue #1829170 by LinL, socketwench, vijaycs85, mtift, LittleCoding, andypost, dawehner, ianmthomasuk: Convert the Maintenance Theme variable to settings. 2013-10-04 19:59:43 +01: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 5460c03e89 Issue #1856766 by chx, Berdir, heyrocker, kim.pepper: Convert file_public_path() to the new settings system (make it not configurable via UI or YAML). 2013-08-22 02:11:07 +01:00
Alex Pott c75088586c Issue #1934716 followup by hackwater: [Followup] Merge system.fast_404 config object into system.performance. 2013-06-18 14:41:33 +02:00
Jennifer Hodgdon a4cdbb065c Issue #1971860 by arh1, shanethehat, Fabianx: Document that Twig debug mode can cause automated tests to fail 2013-06-14 05:48:10 -07:00
Alex Pott bb1817e515 Issue #1969846 by rootatwc: Convert session_write_interval() to settings. 2013-04-18 09:30:42 +01:00
catch 95516e65b7 Issue #1798832 by andreiashu, Berdir, heyrocker, aspilicious, johan.gant, typhonius, ACF: Convert https to . 2013-04-09 21:38:06 +01:00
Jennifer Hodgdon e742b81261 Issue #1906506 by David_Rothstein, steveoliver: Fix documentation in default.settings.php for Twig debugging 2013-03-20 09:17:06 -07:00
webchick 277d8fe978 Issue #1934716 by alexpott: Merge system.fast_404 config object into system.performance. 2013-03-10 12:14:36 -07:00
catch f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00:00
Dries 1ce3eebee0 Issue #1855208 by bryanbraun, jessebeach: Added Toolbar tray needs to fix to top of screen on scroll. 2013-02-27 16:46:54 -05:00
webchick 1a9949d5c6 Issue #1922814 by Berdir, Damien Tournoud, pwolanin, David_Rothstein, Heine, Bèr Kessels: Fixed Denial-of-service vulnerabiility in Image module. 2013-02-27 16:39:14 -05:00
Dries 1af585da63 Issue #1784846 by beltofte, Floydm: Standardize capitalization on actions in operations in shortcut: 'list links', 'edit set', 'delete set', 'edit, 'delete'. 2013-02-27 16:24:00 -05:00
webchick 752e98185a Issue #1906506 by Fabianx, steveoliver, Cottser: Added Twig settings implementation: Show theme hook / template suggestions in HTML comments. 2013-02-19 00:59:05 -08:00
catch c05b5bf52a Issue #1843034 by Cottser, japerry, heyrocker, steveoliver, c4rl: Make Twig settings configurable. 2013-02-06 16:04:35 +00:00
catch 1f4c2cf30f Issue #1833516 by Berdir, chx, catch, webchick: Add $settings for low-level configuration - move things out of . 2013-01-07 11:45:26 +00:00
catch 3241695dfa Issue #1814086 by samhassell, fgm: Convert autoloader_mode in drupal_classloader() to its own global. 2012-12-29 12:32:51 +00:00
webchick b3c730d3f3 Issue #1873008 by aspilicious: Fixed Settings.php conf overrides are incorrect. 2012-12-29 00:48:56 -08:00
webchick efde866599 Issue #1831076 by ACF, Albert Volkman: Convert omit_vary_cookie() to cmi. 2012-12-26 11:10:22 -08:00
Dries 2aa87d3993 Issue #1778478 by dstol, cam8001, Albert Volkman, japicoder, ACF: Convert fast_404 to CMI. 2012-12-17 16:56:35 -05:00
Dries ac21d7bc11 Issue #1824778 by vijaycs85, ACF, pcambra, cam8001: Covert css_gzip_compression() and js_gzip_compression() variables to CMI system. 2012-12-02 22:15:26 -05:00
catch 660cf8cba6 Issue #1828612 by David_Rothstein: Fixed hook_views_query_substitutions() missing from hook_hook_info(). 2012-11-22 11:01:04 +00:00
catch 456a3763ae Issue #1830330 by pfrenssen, David_Rothstein: Make default.settings.php not executable. 2012-11-14 19:40:29 +00:00
webchick 53c73ccf8a Issue #1828612 by dawehner, damiankloip: Fixed hook_views_query_substitutions() missing from hook_hook_info(). 2012-11-12 00:54:51 -08:00
Jennifer Hodgdon dd2c4c28d2 Issue #1829366 by gcassie: Fix up grammar and caps in default settings.php file 2012-11-10 06:48:15 -08:00
catch 9c79f870bb Issue #1830330 by pfrenssen, David_Rothstein: Make default.settings.php not executable. 2012-11-09 20:20:37 +00:00
catch d798223e32 Issue #1794754 by rootatwc, Lars Toomre: Convert ban_boot() to an event listener. 2012-11-02 16:54:42 +00:00
Jennifer Hodgdon c543f1c7b3 Issue #1553704 by eddie_c: Fix up fast 404 docs in settings.php 2012-10-15 13:01:03 -07:00
Jennifer Hodgdon e2cd5b54a8 Issue #1539940 by jwilson3, infiniteluke, mrf, ryanissamson: Fix up README files to encourage good placement of themes, modules, and profiles 2012-10-02 06:28:08 -07:00
catch 36e4c77f6c Issue #1161486 by sun: Follow-up for move IP blocking into its own module. 2012-09-26 17:49:43 +01:00
catch 67c61efc92 Issue #1436814 by gary4gar, kid_icarus, webchick, droplet, andypost: Fixed Fast 404 'Not found' pages are missing a doctype. 2012-09-24 10:19:25 +01:00
webchick 3fe27a8d8b Issue #1772708 by alexpott, sun, chx, catch, beejeebus: Fixed The configuration directories can not be outside of DRUPAL_ROOT. 2012-09-13 01:54:52 -07:00
catch 67d2a2ffc4 Revert "Issue #1772708 by alexpott: Fixed The configuration directories can not be outside of DRUPAL_ROOT."
This reverts commit e003e4c580.
2012-09-10 14:50:02 +01:00
catch e003e4c580 Issue #1772708 by alexpott: Fixed The configuration directories can not be outside of DRUPAL_ROOT. 2012-09-10 12:02:48 +01:00
webchick 8e5650ac20 Issue #1716920 by Albert Volkman: Fixed override example documentation needs updating. 2012-09-06 22:27:31 -07:00