Skip to content
Snippets Groups Projects
  1. Feb 07, 2014
  2. Jan 19, 2014
  3. Jan 18, 2014
  4. Jan 17, 2014
  5. Jan 16, 2014
  6. Jan 14, 2014
  7. Jan 12, 2014
  8. 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
    • 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
    • Andreas Gohr's avatar
      php doc block · 99ba9fe6
      Andreas Gohr authored
      99ba9fe6
  9. Jan 07, 2014
  10. Jan 06, 2014
Loading