Skip to content
Snippets Groups Projects
  1. Jan 27, 2014
    • Gerry Weißbach's avatar
      Use original filename for Content-Disposition · d2affc24
      Gerry Weißbach authored
      In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
      d2affc24
    • Gerry Weißbach's avatar
      Use original filename for Content-Disposition · 32c584aa
      Gerry Weißbach authored
      In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
      32c584aa
  2. Jan 25, 2014
  3. Jan 24, 2014
  4. Jan 23, 2014
  5. Jan 22, 2014
  6. Jan 21, 2014
  7. Jan 19, 2014
  8. Jan 18, 2014
  9. Jan 17, 2014
  10. Jan 16, 2014
  11. Jan 14, 2014
  12. Jan 12, 2014
  13. Jan 08, 2014
    • Andreas Gohr's avatar
      fix renderer:plugin() signature · 8cc41db0
      Andreas Gohr authored
      in 82d61635 we introduced passing the
      raw match for syntax plugins to the plugin method of the renderer. This
      was introduced for renderer plugins that might need access to the raw
      syntax (like the table editor or WYSIWYG plugins). However the function
      signature was never updated, making these additional parameter basically
      secret. With strict standard this throws errors. This patch fixes this.
      8cc41db0
    • Andreas Gohr's avatar
      b1e75801
    • Andreas Gohr's avatar
      added missing localization · c837868a
      Andreas Gohr authored
      c837868a
    • Andreas Gohr's avatar
      better filename parsing · bc1b7a8a
      Andreas Gohr authored
      The filename found in the URL will be used for old plugins missing a
      base entry in their plugin.info.txt and lacking a subdirectory inside
      the archive as well. This patch makes sure possible query strings aren't
      included in the filename.
      
      Note: io_download() will also try to get a filename from any
      content-disposition header.
      
      If no filename can be found we simply use an md5 sum of the URL and hope
      the plugin will contain it's own hint for naming.
      bc1b7a8a
Loading