Skip to content
  1. Aug 14, 2005
  2. Aug 10, 2005
  3. Jul 31, 2005
  4. Jul 29, 2005
  5. Jun 29, 2005
  6. Jun 19, 2005
  7. Jun 05, 2005
  8. Jun 04, 2005
    • Dries Buytaert's avatar
      · 4cdeaa4b
      Dries Buytaert authored
      - Patch #24141: fix XML UTF-8 bom issue with PHP5.
          Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds
          that start with the so-called "byte order mark".
      4cdeaa4b
  9. May 31, 2005
  10. May 30, 2005
  11. May 26, 2005
  12. May 25, 2005
  13. May 18, 2005
  14. May 17, 2005
  15. May 15, 2005
  16. May 06, 2005
  17. Apr 25, 2005
  18. Apr 14, 2005
  19. Apr 13, 2005
  20. Apr 11, 2005
  21. Apr 10, 2005
  22. Apr 08, 2005
  23. Apr 07, 2005
  24. Apr 06, 2005
  25. Apr 05, 2005
  26. Apr 03, 2005
    • Dries Buytaert's avatar
      - Patch #19895 by Moshe: currently modules can inadvertently load all other... · 69a066c4
      Dries Buytaert authored
      - Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled.  With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable.
      69a066c4
  27. Apr 02, 2005
  28. Mar 31, 2005
  29. Mar 29, 2005
    • Dries Buytaert's avatar
      · 99233a9c
      Dries Buytaert authored
      - Patch #19590 by Moshe: lazy initialization of the theme system.  Improves
        performance of pages that don't need the theme system (such as RSS feeds)
        and makes it easier to set a custom theme.
      99233a9c
    • Steven Wittens's avatar
      - #19517: Fix GD2 toolkit error. · ab4261dc
      Steven Wittens authored
      - Tweak code style.
      ab4261dc