Skip to content
  1. Feb 25, 2011
  2. Nov 18, 2003
  3. Oct 29, 2003
  4. Oct 23, 2003
    • Bruno Rocci's avatar
      Fix for bug #3727: Updating image node requires new image upload · b0a6cddc
      Bruno Rocci authored
      Fix for bug #3652: Cannot upload gif files. Disable GIF image upload if image library has no GIF creation support.
      Partial fix for #3423: Module should not output content directly. Removed most of echo(), die() and print() functions.
      Fix for bug #2484: SQL error when creating image in preview screen (if no term is selected, "personal:"=disabled).
      Modified image_cron() to clean up old temporarary image AND thumb files.
      Fixed image_validate() make effective upload file checking: attempt to upload a file bigger than configured max size is now reported, attempt to upload a non image file is reported.
      Added better checking of (GD) image library capabilities during upload process and thumbnail creation.
      Improved image module status report in administer>>images.
      Cleaned up _image_make_thumbnail() function to remove duplicate code.
      Improved slow and fast image upload so that only supported images formats files are processed.
      b0a6cddc
  5. Sep 28, 2003
  6. Sep 23, 2003
  7. Sep 06, 2003
  8. Aug 29, 2003
  9. Aug 26, 2003
  10. Aug 20, 2003
  11. Aug 12, 2003
  12. Aug 06, 2003
  13. Jul 05, 2003
  14. Jun 10, 2003
  15. Jun 08, 2003
  16. Jun 07, 2003
  17. Jun 04, 2003
  18. Jun 02, 2003
  19. May 26, 2003
  20. May 21, 2003
  21. May 20, 2003
  22. May 19, 2003
  23. Apr 25, 2003
  24. Apr 24, 2003
  25. Apr 23, 2003
  26. Apr 09, 2003
  27. Apr 08, 2003
  28. Apr 07, 2003
    • Moshe Weitzman's avatar
      Adds a link beneath the compose form which leads to a page · cdce6fd6
      Moshe Weitzman authored
      explaining to authors what HTML tags are allowed, and what special features are available (such as image filter and title filter).
      
      Module developers may add text to this page using the _compose_tips() hook.
      
      This module should replace the 'Allowed HTML tags' text outputted by some modules
      cdce6fd6
  29. Apr 02, 2003
  30. Mar 08, 2003
    • Kjartan Mannes's avatar
      - Cut and paste error. · f252c405
      Kjartan Mannes authored
      f252c405
    • Kjartan Mannes's avatar
      - Removed _save(): · 6b7d55ee
      Kjartan Mannes authored
          * Moved code into _validate hook.
      - Changed *_validate() to the new system:
          * No $error for second parameter.
          * Return $error instead of $node.
          * $node passed by reference.
      - Note to developers: don't do valiation in the _form function, do that
        in _validate. Just a hint :)
      6b7d55ee
  31. Mar 06, 2003
    • Gerhard Killesreiter's avatar
      changes: · e5b6aba4
      Gerhard Killesreiter authored
        * seems to work with clean URLs
        * cleaned up the HTML output so it's more humanly readable
        * style sheet support:
          - output is wrapped in <div id="image"></div>
          - output pieces are wrapped in classes like "album-name"
        * albums now align thumbnail <td>s at the top rather than the bottom.
          this looks nicer (imo) if you have some images with long teasers
          alongside ones with short/no teasers
      
      Patch by  "eric a. Farris" <eafarris@al.umces.edu>
      e5b6aba4
  32. Mar 04, 2003