Skip to content
  1. Feb 25, 2011
  2. May 20, 2008
  3. Jan 15, 2008
  4. Jan 14, 2008
  5. Mar 16, 2007
  6. Mar 13, 2007
  7. Mar 07, 2007
  8. Mar 06, 2007
  9. Jan 23, 2007
  10. Jan 19, 2007
  11. Jan 17, 2007
  12. Jan 16, 2007
  13. Dec 13, 2006
  14. Dec 11, 2006
  15. Dec 03, 2006
  16. Nov 30, 2006
  17. Nov 22, 2006
  18. Oct 28, 2006
  19. Oct 27, 2006
  20. Oct 26, 2006
    • JamieR's avatar
      Critical update: Fixed fileshare download function. It intervened and... · bc9fe9e6
      JamieR authored
      Critical update: Fixed fileshare download function. It intervened and conflicted with core download function making all attachments downloads fail. Also fixed path for url rewriting
      enabled sites. Fixed watchdog notice.
      bc9fe9e6
    • JamieR's avatar
      Fixed preview images display path. · 423c1143
      JamieR authored
      423c1143
    • JamieR's avatar
      Updating changelog · 0c808035
      JamieR authored
      0c808035
    • JamieR's avatar
      Added loading... message and some code cleanup. · c2d73252
      JamieR authored
      c2d73252
    • JamieR's avatar
      /** · 13d5ad66
      JamieR authored
       * Major update:
       *
       * Added the following functionality:
       *
       * 1) Download method control per node - Private or Public
       * 2) Node file path management per node - You may now spec a file path from the
       *    root of your webserver outside of the drupal directory, however upload and
       *    delete functionality will not work and should be disabled. Also you must set
       *    the download method to private. This could be used for extra secuity in a
       *    downloads only area that is managed by other means.
       * 3) File extension whitelist per node - no more dependancy on upload.module
       *
       * This update also adds the following new columns:
       *   _basepath
       *   _method
       *   _whitelist
       *
       * You must run the update script to update your database. After that old fileshares
       * should need no new updating and should continue to work as is.
       *
       * I also revised the download functions slightly to work without dependancy on the
       * system file path and to use the nid instead.
       */
      13d5ad66
  21. Oct 19, 2006
  22. Oct 14, 2006
  23. Jul 07, 2006
  24. Jun 28, 2006