Skip to content
Snippets Groups Projects
  1. Jun 27, 2010
  2. Jun 26, 2010
  3. Jun 23, 2010
  4. Jun 17, 2010
  5. Mar 29, 2010
    • Adrian Lang's avatar
      Allow plugins to specify that they have to be instantiated · f6ec8df8
      Adrian Lang authored
      Plugins may return false in isSingleton to let plugin_load return a new
      instance every time it is called.
      Renderer plugins are not loaded with $new set to true, but instead specify
      themself that they are not singletons. This behaviour allows the odt renderer
      to keep working (see #1598).
      f6ec8df8
  6. Mar 26, 2010
  7. Mar 16, 2010
  8. Mar 04, 2010
  9. Mar 01, 2010
  10. Feb 17, 2010
  11. Feb 15, 2010
  12. Feb 08, 2010
  13. Feb 04, 2010
  14. Jan 29, 2010
  15. Jan 19, 2010
  16. Jan 15, 2010
  17. Jan 09, 2010
  18. Dec 01, 2009
  19. Nov 27, 2009
  20. Nov 13, 2009
  21. Nov 15, 2009
  22. Nov 04, 2009
    • hakan.sandell's avatar
      revert of rowspan impl. in xhtml.php · bc31cef2
      hakan.sandell authored
      darcs-hash:20091104202048-9a5f4-99f70c48dff6177d210cbcc729c83397ff3a3000.gz
      bc31cef2
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  23. Nov 03, 2009
  24. Oct 24, 2009
  25. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  26. Oct 04, 2009
    • Chris Smith's avatar
      FS#1652, #FS1699 · 95c19ce7
      Chris Smith authored
      Ignore-this: b30b4a3061ad7a485012f6fd55cdfc78
      This patch fixes problems with blank lines which contain whitespace before EOL.
      It also fixes an issue with preformatted syntax mode not triggering following
      p_open instructions under some circumstances.
      
      Note: The fix can result in swallowing of non-eol white space that precedes the
      EOL.  This can happen when there is no non-whitespace CDATA between the end of
      the previous syntax mode and the EOL character.
      
      darcs-hash:20091004190359-f07c6-36bb418cb9be8bbaff741b4cbe135c442d0bde81.gz
      95c19ce7
    • Chris Smith's avatar
      #FS1749, alter linebreak pattern to swallow trailing whitespace (except newline) · 30897fec
      Chris Smith authored
      Ignore-this: 5621e4ff0eb5b759a2176a417bf6779e
      includes updated unit tests
      
      darcs-hash:20091004101720-f07c6-5700a40065a496b38ba83c73d4ebcb86388aaabc.gz
      30897fec
    • Andreas Gohr's avatar
      Fix images in PHP 5.3 FS#1737 · 29657f9e
      Andreas Gohr authored
      Ignore-this: 962f03953a4d1c87fe4b7394eab4f3b
      
      darcs-hash:20091004102249-7ad00-b4996e91841f3513cadf10ca81333bcfe548fd45.gz
      29657f9e
  27. Sep 25, 2009
    • Tom N Harris's avatar
      Use all available icons for file links (FS#1759) · 27bf7924
      Tom N Harris authored
      All PNG and GIF images in the lib/images/fileicons directory will be used
      for media file links. The conf/mime.conf file continues to restrict
      which file types may be uploaded. File types not in the configuration
      list are download-only.
      
      darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz
      27bf7924
  28. Sep 20, 2009
  29. Aug 02, 2009
  30. Jul 26, 2009
    • Andreas Gohr's avatar
      fixed filename support in <file> syntax · f9d4952b
      Andreas Gohr authored
      Ignore-this: 59bec5f55f7d0eb26d454d76da750142
      
      darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
      f9d4952b
    • Andreas Gohr's avatar
      merge conflict resolve · 28e7fbd0
      Andreas Gohr authored
      Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb
      
      darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
      28e7fbd0
    • Andreas Gohr's avatar
      enhanced <code> and <file> syntax · 3d491f75
      Andreas Gohr authored
      Ignore-this: 80398f84222bec1fce56eee8f107d37a
      
      This patch enhances the code and file syntax with several new features.
      
      1. code and file are now essentially the same and just differ in the class
         name. This means you now can use the file syntax with syntax highlighting
         as well. This also solves problems where the code to highlight already
         contains a <code> tag (FS#1493)
      
      2. a filename can be given as label for the code or file block. It is
         specified as second parameter after the language:
      
         <code html myfile.html>...</code>
      
         If no highlighting is wanted, but a filename shall be given, you can use
         a dash as language:
      
         <code - somefile.foo>...</code>
      
      3. when a filename was given (as shown above), the label links to a
         download of the code given in the code/file block. This is made possible
         by a new renderer in inc/parser/code.php. The basename of given filename
         is suggested as filename when downloading.
      
      darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
      3d491f75
Loading