marco

    October 1, 2003

    September 29, 2003

    • Commit #8967 by marco at 08:25
      - added a "link" download method; this is much lighter and takes less disk space, but may not work on every platform so it's an option- moved administration interface to a new fsadmin.module
      - moved (and renamed) image_scale() to pgallery module
      - some cleanup (comments and other code style bits)
      This update tries to address one of the main criticisms about this module: "it does too much". So I moved all the unnecessary parts to other modules, although I couldn't make the rest just an include file because I need some hooks (settings, page, init, exit and others).
      About the other issue, "it is too high level/it highjacks upload data", I think it's not really a problem because:
      1) I still have to find something which you can't do with the init()/highjack part
      2) you can still use $_FILES if you want, ignoring the "highjacking", as the API doesn't delete anything; make everything you want with it and finally still take advantage of the API using fs_register() to save your data.
      I hope to elaborate more on this issues later today or tomorrow.
    • Commit #8936 by marco at 08:23
      - added a "link" download method; this is much lighter and takes less disk space, but may not work on every platform so it's an option- moved administration interface to a new fsadmin.module
      - moved (and renamed) image_scale() to pgallery module
      - some cleanup (comments and other code style bits)
      
      This update tries to address one of the main criticisms about this module: "it does too much". So I moved all the unnecessary parts to other modules, although I couldn't make the rest just an include file because I need some hooks (settings, page, init, exit and others).
      About the other issue, "it is too high level/it highjacks upload data", I think it's not really a problem because:
      1) I still have to find something which you can't do with the init()/highjack part
      2) you can still use $_FILES if you want, ignoring the "highjacking", as the API doesn't delete anything; make everything you want with it and finally still take advantage of the API using fs_register() to save your data.
      
      I hope to elaborate more on this issues later today or tomorrow.

    September 8, 2003

    September 2, 2003

    September 1, 2003

    August 29, 2003

    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.