Skip to content
Snippets Groups Projects
  1. Nov 13, 2024
  2. Oct 31, 2024
  3. Jul 17, 2024
  4. Jan 11, 2024
  5. Feb 18, 2021
  6. Jan 24, 2020
  7. Jan 22, 2020
  8. Jan 21, 2020
  9. May 17, 2019
  10. Feb 23, 2019
  11. May 24, 2018
  12. Mar 04, 2017
  13. Nov 15, 2016
  14. Jan 31, 2014
  15. Jan 24, 2014
  16. Jan 03, 2014
  17. Jan 01, 2014
  18. Nov 06, 2013
  19. Oct 07, 2013
  20. Sep 27, 2013
  21. Sep 24, 2013
  22. Sep 16, 2013
  23. Sep 09, 2013
  24. Aug 14, 2013
  25. Aug 10, 2013
  26. Jul 23, 2013
  27. Jun 27, 2013
  28. Apr 26, 2013
  29. Mar 10, 2013
  30. Mar 09, 2013
  31. Nov 03, 2012
  32. Oct 05, 2012
  33. Jul 15, 2012
  34. May 26, 2012
  35. May 25, 2012
  36. 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
  37. Dec 23, 2011
  38. Nov 01, 2011
Loading