Skip to content
  1. Feb 09, 2006
  2. Feb 01, 2006
  3. Dec 02, 2005
  4. Dec 01, 2005
  5. Nov 30, 2005
  6. Nov 29, 2005
  7. Oct 28, 2005
  8. Aug 18, 2005
  9. Jul 29, 2005
  10. Jun 05, 2005
  11. 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
  12. May 31, 2005
  13. May 30, 2005
  14. May 26, 2005
  15. May 25, 2005
  16. Apr 11, 2005
  17. Apr 10, 2005
  18. Apr 07, 2005
  19. Apr 06, 2005
  20. Mar 31, 2005
  21. 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
  22. Mar 21, 2005
    • Dries Buytaert's avatar
      · 6957d786
      Dries Buytaert authored
      - Patch #19212 by chx: removed unused variables, and fixed the error reporting
        in form_file().
      6957d786
  23. Mar 18, 2005
  24. Mar 06, 2005
    • Dries Buytaert's avatar
      - Patch #18437 by Mathias: Drupal doesn't allow URL aliases that map to... · 42a085c8
      Dries Buytaert authored
      - Patch #18437 by Mathias: Drupal doesn't allow URL aliases that map to Userland Manila posts since they usually contain the '$' and are considered an invalid URL. This patch allows '$' in an URL and thus an alias.  It also resolves a disparity between the 'allowable characters' of absolute and relative URLs. As far as I can tell, those parts of the regexp should be the same.
      42a085c8
  25. Mar 03, 2005
  26. Feb 09, 2005
  27. Feb 04, 2005
  28. Feb 01, 2005
    • Dries Buytaert's avatar
      - Patch #16246 by Moshe: added mechanism to direct the user back to the... · fbec279e
      Dries Buytaert authored
      - Patch #16246 by Moshe: added mechanism to direct the user back to the referring page after completing a form.
        (Moshe: the patch against node.module failed to apply.)
      fbec279e
    • Dries Buytaert's avatar
      - Patch #16358 by James: added toolkit to enable better image handling. The... · 7ccc5a6b
      Dries Buytaert authored
      - Patch #16358 by James: added toolkit to enable better image handling.  The avatar code and the upload module have been updated to take advantage of the new image API.
      
      There are 5 main functions that modules may now utilize to handle images:
      
      * image_get_info() - this function checks a file.  If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension.
      * image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image).  This function can be used to generate thumbnails, or ensure a maximum resolution, etc.
      * image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image).
      * image_rotate - rotate an image by X degrees
      * image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle).
      
      Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc).
      7ccc5a6b
    • Dries Buytaert's avatar
      · 7931c778
      Dries Buytaert authored
      - Patch #16513 by James (slightly modified): export categories and enclosures to RSS feeds (and made RSS feeds extensible).
      
        NOTE: this needs to be documented.
      7931c778
  29. Jan 22, 2005
    • Dries Buytaert's avatar
      · 7988f875
      Dries Buytaert authored
      - Fixed PHP5 warning: the $result object in drupal_http_request() needed to be properly initialized using 'new StdClass'.
      
        (I just installed PHP 5.0.3, no less.  Why don't you?)
      7988f875
  30. Jan 17, 2005
  31. Jan 10, 2005
    • Dries Buytaert's avatar
      · e7777956
      Dries Buytaert authored
      - Watchdog improvement: added a 'view' link for 'access denied' messages.
      e7777956
  32. Jan 09, 2005
    • Dries Buytaert's avatar
      - Patch #13260 by UnConeD: watchdog module improvements. · 64b100d1
      Dries Buytaert authored
        We added a 'severity' column to watchdog():
          watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
      
          * Specify a severity in case you are reporting a warning or error.
          * The $link-parameter is now the fourth parameter instead of the third.
      
        TODO: document this in the upgrade guide.
      64b100d1
  33. Dec 30, 2004
    • Dries Buytaert's avatar
      · 828be2ad
      Dries Buytaert authored
      - Patch #13020 by chx: let Drupal handle multiple database layers.
      
      - Removed the PEAR database backend.  It's no longer being used/maintained.
      828be2ad
  34. Dec 28, 2004
  35. Dec 25, 2004