Skip to content
  1. Jan 11, 2024
  2. Feb 18, 2021
  3. Jan 24, 2020
  4. Jan 22, 2020
  5. Jan 21, 2020
  6. May 17, 2019
  7. Feb 23, 2019
  8. May 24, 2018
  9. Mar 04, 2017
  10. Nov 15, 2016
  11. Jan 31, 2014
  12. Jan 24, 2014
  13. Jan 03, 2014
  14. Jan 01, 2014
  15. Nov 06, 2013
  16. Oct 07, 2013
  17. Sep 27, 2013
  18. Sep 24, 2013
  19. Sep 16, 2013
  20. Sep 09, 2013
  21. Aug 14, 2013
  22. Aug 10, 2013
  23. Jul 23, 2013
  24. Jun 27, 2013
  25. Apr 26, 2013
  26. Mar 10, 2013
  27. Mar 09, 2013
  28. Nov 03, 2012
  29. Oct 05, 2012
  30. Jul 15, 2012
  31. May 26, 2012
  32. May 25, 2012
  33. Feb 14, 2012
    • Daniel Kudwien's avatar
      Fixed Image module tests. Added many critical todos: · 40cc21c8
      Daniel Kudwien authored and Greg Dunlap's avatar Greg Dunlap committed
      - 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).
      40cc21c8
  34. Dec 23, 2011
  35. Nov 01, 2011
  36. Oct 17, 2011
  37. Sep 15, 2011
  38. Jun 23, 2011