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