Skip to content
  1. Aug 10, 2005
  2. Aug 05, 2005
  3. Aug 03, 2005
  4. Jul 29, 2005
  5. Jun 01, 2005
  6. May 25, 2005
  7. May 21, 2005
  8. May 01, 2005
  9. Apr 24, 2005
  10. Apr 18, 2005
  11. Apr 13, 2005
  12. Apr 12, 2005
  13. Apr 11, 2005
  14. Apr 01, 2005
  15. Mar 31, 2005
  16. Mar 18, 2005
  17. Mar 16, 2005
  18. Mar 05, 2005
  19. Mar 04, 2005
  20. Mar 03, 2005
  21. Mar 01, 2005
  22. Feb 28, 2005
  23. Feb 27, 2005
    • Steven Wittens's avatar
      More search usability improvements! · cd552ade
      Steven Wittens authored
      - Clean URLs: search/type/keywords e.g. "search/node/drupal release". The search
        form is POST submitted, but drupal_gotos to a GET page. This makes it easy to
        copy/paste search URLs, and makes the pager a lot cleaner.
      
      - Remember the search keywords when switching between the search tabs. This is
        done through the same GET URLs rather than the session, so it does not mess up
        between multiple browser tabs.
      
      - Report which keywords were ignored because they were too short.
      
      - #820: Provide search block
      
      - Treat multiple wildcards in a row as one
      cd552ade
  24. Feb 22, 2005
  25. Feb 12, 2005
    • Dries Buytaert's avatar
      - Patch #17208 by asimmonds: help text fixes: · 5b7ecb86
      Dries Buytaert authored
          - permissions menu link updates in a number of modules help
          - anchor link fix in distributed auth help
          - "my account" link fix in user help
          - spelling correction in tracker.module help
      
      - I also changed 'admin/access/perms' to 'admin/access/permissions'.
      5b7ecb86
  26. Feb 10, 2005
  27. Feb 08, 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
  29. Jan 29, 2005
  30. Jan 28, 2005
  31. Jan 27, 2005
  32. Jan 25, 2005