Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
    • 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
    • Andreas Gohr's avatar
      use DOKU_LF · 4bad83d8
      Andreas Gohr authored
      PHP_EOL is platform dependent, so you get in trouble while migrating
      between platforms.
      4bad83d8
    • Andreas Gohr's avatar
      remove unneeded try/catch blocks · ec8911d4
      Andreas Gohr authored
      they were just catching and rethrowing
      ec8911d4
  2. Jan 06, 2014
  3. Jan 05, 2014
  4. Jan 04, 2014
  5. Jan 03, 2014
    • Andreas Gohr's avatar
      removed invalid source mappings · a335e2e4
      Andreas Gohr authored
      Minified jQuery contains a source mapping hint that will result in a 404
      in Chrome. I removed the hint for now. A better solution (eg. fixing the
      mapping URL) should be found.
      a335e2e4
  6. Jan 02, 2014
  7. Jan 01, 2014
Loading