Skip to content
Success

#6 (May 27, 2013, 2:57:43 PM)

Started 11 yr ago
Took 3 min 51 sec on build1
Test Result (no failures)
    Changes
    1. Added speaking (and unambigues) filenames.

      We use a transformed version of the title field plus the URI plus
      a content type specific extension. To remove the URI from the file name
      we would need to extract the filename policy and keep track of file
      names we already used to avoid duplicates. (detail)
      by vitt
    2. Set zip entries' date to the object's last modified date (detail)
      by vitt
    3. Added rewriting support to the ZIP export (detail)
      by vitt
    4. Actually return a ZIP.

      This version does not have any fancy features yet, i.e. neither link
      rewriting nor cool file names (detail)
      by vitt
    5. Added skeleton zip generator (doesn't generate actual zips yet) (detail)
      by vitt
    6. Fixed tree building and filename generation (detail)
      by vitt
    7. Improved mime.types parser RE.

      Previously, lines containing a comment at the end and lines starting
      with whitespace were not recognized. (detail)
      by vitt
    8. Simple file name generation (URI + Extension) (detail)
      by vitt
    9. Added TextGrid MIME types (detail)
      by vitt
    10. toString methods for testing & debugging (detail)
      by vitt
    11. Factory actually produces something (detail)
      by vitt
    12. Eclipse/m2e: Ignore unknown execution (detail)
      by vitt
    13. Added a representation for mapping MIME types to filename extensions. (detail)
      by vitt
    14. Basic tree factory (detail)
      by vitt
    15. Skeleton for infrastructure to collect aggregation trees (detail)
      by vitt