- Nov 13, 2024
-
- Oct 31, 2024
-
- Jul 17, 2024
-
-
catch authored
-
- Jan 11, 2024
-
- Feb 18, 2021
-
- Jan 24, 2020
-
- Jan 22, 2020
-
-
Lee Rowlands authored
Revert "Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**" This reverts commit 136f0550.
-
- Jan 21, 2020
-
-
Lee Rowlands authored
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**
-
- May 17, 2019
-
-
Lee Rowlands authored
-
- Feb 23, 2019
-
-
Jess authored
Revert "Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc)" This reverts commit 56be1a03.
- May 24, 2018
-
- Mar 04, 2017
-
- Nov 15, 2016
-
-
Angie Byron authored
Issue #2421427 by samuel.mortenson, droplet, dawehner, nod_, Cottser, Wim Leers, xjm, Gábor Hojtsy, Bojhan, tstoeckler, webchick, naveenvalecha, alexpott, LewisNyman, chris_h, Manjit.Singh, phenaproxima, avitslv, yoroy, tim.plunkett, Mixologic, ipwa, slashrsm: Improve the UX of Quick Editing single-valued image fields
-
- Jan 31, 2014
-
-
Angie Byron authored
Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version.
-
- Jan 24, 2014
-
- Jan 03, 2014
-
-
Alex Pott authored
-
- Jan 01, 2014
-
-
Angie Byron authored
-
- Nov 06, 2013
-
-
Alex Pott authored
-
- Oct 07, 2013
-
-
Angie Byron authored
Issue #2099467 by moshe weitzman, chx: Let non-interactive installers determine mode of files directory and its subdirectories.
-
- Sep 27, 2013
-
-
Angie Byron authored
Issue #2049465 by niko-, andypost, mradcliffe, claudiu.cristea, LinL: Fixed Upgrade of image styles and effects broken.
-
- Sep 24, 2013
-
-
Angie Byron authored
Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service.
-
- Sep 16, 2013
-
-
Angie Byron authored
-
- Sep 09, 2013
-
- Aug 14, 2013
-
-
Angie Byron authored
-
- Aug 10, 2013
-
-
Alex Pott authored
-
- Jul 23, 2013
-
-
Alex Pott authored
-
- Jun 27, 2013
-
-
Dries Buytaert authored
-
- Apr 26, 2013
-
-
Angie Byron authored
-
- Mar 10, 2013
-
-
Angie Byron authored
Rollback of Issue #1937140 by Berdir: image_jpeg_quality logically belongs to image toolkits, so will handle it as part of converting those to plugins.
-
- Mar 09, 2013
-
-
Dries Buytaert authored
-
- Nov 03, 2012
-
-
catch authored
-
- Oct 05, 2012
-
-
Dries Buytaert authored
Issue #1464554 by aspilicious, jhedstrom, sun, alexpott, disasm | heyrocker: Upgrade path for image style configuration.
-
- Jul 15, 2012
-
-
Dries Buytaert authored
- Patch #1471848 by BassistJimmyJam, michaellenahan: user interface text containing URLs in translated part.
-
- May 26, 2012
-
-
Dave Reid authored
-
- May 25, 2012
-
-
catch authored
-
- Feb 14, 2012
-
-
- Config values are not casted to strings (despite promised). - Config keys are not casted to strings (although promised, too). - XML can be invalid and not parse-able for many reasons. - Config keys are not validated/sanitized. - config()->clear() should really be ->unset(). - Configuration must not be additionally cached by a module in any way (static cache / database cache). - Some modules invoke drupal_alter() on configuration (e.g., image styles). - Need a way to list config object names/suffixes _after_ a specified prefix. - Need a way to determine whether a config object exists. - Some modules might have a valid use-case for retrieving/listing config objects using a wildcard within the name (instead of only searching by prefix). - The key of a retrieved value is unknown; since you only get the value. Configuration values (or sub-values) may be passed forward to another function/callback, and thus, that function no longer knows about the key of the value. (unless the key is contained in the value, which is a very very wonky duplication) - Config keys must not contain periods (within a specific key).
-
- Dec 23, 2011
-
- Nov 01, 2011
-
-
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
-