summaryrefslogtreecommitdiffstatshomepage
path: root/sites/example.settings.local.php
Commit message (Collapse)AuthorAge
* Issue #3375693 by andypost, catch, longwave, quietone: Fix deprecated ↵catch2023-10-31
| | | | assert_options() function usage for PHP 8.3
* Issue #3295650 by Spokje, BR0kEN, Berdir, catch, Krzysztof Domański, ↵xjm2022-07-13
| | | | longwave, voleger, neclimdul: Stop recommending using \Drupal\Component\Assertion\Handle::register() in example.settings.local.php
* Issue #3255350 by alexpott, longwave: Remove PHP 7 code from Drupal 10catch2021-12-21
|
* Issue #3207968 by quietone, longwave, Spokje: Replace @codingStandards ↵catch2021-05-17
| | | | comments with phpcs: comments
* Issue #3138718 by sja112, longwave, dww, xjm, alexpott: Convert British ↵Alex Pott2020-05-29
| | | | English spellings to American English, for the umpteenth time
* Issue #3079029 by bircher, ricardoamaro, catch, wouter.adem, marcvangend, ↵Alex Pott2019-10-09
| | | | alexpott: Move module config exclusion from config_environment to core.services
* Issue #2921706 by Daniel Korte, bkosborne: Update example.settings.local.php ↵Nathaniel Catchpole2018-01-22
| | | | to include ['cache']['bins']['page']
* Issue #2915673 by borisson_, alexpott, Gábor Hojtsy: Ignore coding ↵xjm2017-10-27
| | | | standards in sites/* PHP files as they are for configuration and not real code
* Issue #2805449 by joelpittet: Comment out 'extension_discovery_scan_tests' ↵Gabor Hojtsy2017-10-12
| | | | in example.settings.local.php
* Issue #2694391 by chx, dawehner, Yogesh Pawar, benjy, iMiksu, catch, ↵Alex Pott2016-10-26
| | | | alexpott, Fabianx: Separate cache bin for migrations
* Issue #1232572 by deviantintegral, joachim, cweagans, kenorb, bleen, webflo, ↵Nathaniel Catchpole2016-02-03
| | | | ceng, Elijah Lynn, sriharsha.uppuluri: Add a variable to disable fixing file permissions in drupal_install_fix_file()
* Issue #2626518 by michaellenahan: Mention sites/default/settings.php in ↵Jennifer Hodgdon2015-12-08
| | | | | | example.settings.local.php (cherry picked from commit 2ddd4bf65d00a4bed40b276e63bd90d2bbda4585)
* Issue #2429617 by Wim Leers, Fabianx, Berdir, yched, dawehner, effulgentsia, ↵effulgentsia2015-09-08
| | | | catch, borisson_, jhodgdon, martin107, torgosPizza: Make D8 2x as fast: Dynamic Page Cache: context-dependent page caching (for *all* users!)
* Issue #2536560 by Aki Tendo, stefan.r, damiankloip: Runtime Assertion unit ↵Alex Pott2015-08-27
| | | | and functional testing
* Revert "Issue #2527126 by dawehner, Wim Leers, hass: Only send cache ↵Nathaniel Catchpole2015-07-30
| | | | | | context/tags if frontend proxy exists" This reverts commit 7115108cd502374694bc858a6d0663e743902658.
* Issue #2527126 by dawehner, Wim Leers, hass: Only send cache context/tags if ↵Alex Pott2015-07-28
| | | | frontend proxy exists
* Issue #2408013 by Aki Tendo, alexpott, Fabianx, dawehner, Crell, jhodgdon, ↵Alex Pott2015-07-21
| | | | Wim Leers, aspilicious: Adding Assertions to Drupal - Test Tools
* Issue #2509898 by dawehner, znerol, larowlan, lauriii, Aki Tendo, Wim Leers: ↵Alex Pott2015-07-05
| | | | Additional uncaught exception thrown while handling exception after service changes
* Issue #606840 by Wim Leers, cilefen, Fabianx, markpavlitski: Enable internal ↵Alex Pott2015-04-08
| | | | page cache by default
* Issue #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be ↵Alex Pott2015-01-30
| | | | trusted"
* 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 #2327095 by tstoeckler: Document how to allow test module and theme ↵Alex Pott2014-09-08
| | | | installation in example.settings.local.php.
* Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: ↵webchick2014-08-23
| | | | Use container parameters instead of settings.
* Issue #2321407 by astrocling | jhodgdon: Fixed Suggested setting in ↵Alex Pott2014-08-19
| | | | example.settings.local.php for render doesn't work in install.
* Issue #2321605 by sun: Fix comment syntax in example.settings.local.phpJennifer Hodgdon2014-08-18
|
* Issue #2321605 by astrocling: Fixed Standardize Commenting in ↵Alex Pott2014-08-18
| | | | example.settings.local.php.
* Issue #2263059 by Bryn Vertesi, Xano: Use example.com not yoursite.com in ↵Jennifer Hodgdon2014-08-11
| | | | example.settings.local.php docs
* Issue #2315613 by damiankloip, Wim Leers: Add a services.local.yml for ↵Nathaniel Catchpole2014-08-07
| | | | development.
* Issue #2309575 follow-up by Wim Leers: [Revert] Remove the null and memory ↵webchick2014-08-05
| | | | backend definitions from core.services.yml in favour of devel module providing them instead.
* Issue #2309575 by undertext | damiankloip: Remove the null and memory ↵Alex Pott2014-08-04
| | | | backend definitions from core.services.yml in favour of devel module providing them instead.
* Issue #2226761 by Wim Leers: Change all default settings and config to ↵Dries2014-05-05
fast/safe production values.