Skip to content
  1. Mar 08, 2005
  2. 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
  3. Mar 03, 2005
  4. Mar 01, 2005
  5. Feb 28, 2005
  6. Feb 21, 2005
  7. Feb 19, 2005
  8. Feb 09, 2005
  9. Feb 05, 2005
  10. Feb 04, 2005
  11. 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
  12. Jan 31, 2005
  13. Jan 30, 2005
  14. Jan 29, 2005
  15. Jan 28, 2005
  16. Jan 27, 2005
  17. Jan 24, 2005
  18. Jan 22, 2005
  19. Jan 19, 2005
  20. Jan 17, 2005
  21. Jan 16, 2005
    • Dries Buytaert's avatar
      · 971a0e24
      Dries Buytaert authored
      - Patch #14731 by chx: made it possible to rewrite node queries.
      971a0e24
  22. Jan 14, 2005