Skip to content
Snippets Groups Projects
  1. Jan 15, 2010
  2. Jan 09, 2010
  3. Nov 15, 2009
  4. Nov 04, 2009
  5. Nov 03, 2009
  6. Oct 24, 2009
  7. Oct 04, 2009
  8. 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
  9. Sep 20, 2009
  10. Aug 02, 2009
  11. Jul 26, 2009
    • 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
    • Andreas Gohr's avatar
      Avoid double encoding for RSS titles FS#1705 · 793361f8
      Andreas Gohr authored
      Ignore-this: 3e02f7f87047627230ff95fd4a38de32
      
      darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz
      793361f8
  12. Jul 25, 2009
  13. Jul 15, 2009
  14. May 25, 2009
  15. May 06, 2009
  16. May 04, 2009
  17. Jan 20, 2009
  18. Jan 17, 2009
  19. Jan 16, 2009
  20. Jan 12, 2009
  21. Dec 26, 2008
  22. Dec 13, 2008
  23. Dec 02, 2008
    • Andreas Gohr's avatar
      Make content-disposition configurable in mime.conf FS#1541 · ecebf3a8
      Andreas Gohr authored
      With this patch it is possible to define if a file should be served as download
      or be displayed inside the browser (if supported) by configuring it in
      conf/mime.conf
      
      Mimetypes that should be served with a "Content-Disposition: attachment" header
      need to be prefixed with a exclamation mark. All others will be served inline.
      
      This will also fix a Problem with Flash 10.
      
      darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz
      ecebf3a8
  24. Dec 01, 2008
    • Andreas Gohr's avatar
      Better creation of section IDs FS#1536 · 4ceab83f
      Andreas Gohr authored
      This patch enhances the creation of section IDs for number only headlines. It
      also moves section ID creation to a function in pageutils.php removing some
      duplicate functionality in inc/action.php
      
      darcs-hash:20081201215539-7ad00-48f3c153a2c126d9fb06aa90e4f1b857f76ebec7.gz
      4ceab83f
  25. Nov 19, 2008
    • Chris Smith's avatar
      FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links · fe9ec250
      Chris Smith authored
      $conf['useheading'] values are now:
      - 0            : off, use page name in link text
      - 'content'    : use first heading text for links in wiki page content
      - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
      - 1            : use first heading text in all links
      (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)
      
      $conf['useheading'] value should now be checked using the useHeading($linktype) function,
      where linktype can be "content" or "navigation"
      
      darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
      fe9ec250
  26. Oct 16, 2008
  27. Oct 12, 2008
  28. Oct 11, 2008
  29. Jul 20, 2008
  30. May 06, 2008
  31. Mar 29, 2008
    • Chris Smith's avatar
      Fix for FS#1350 · 5d568b99
      Chris Smith authored
      Inline modes, <php> and <html>, when their associated config setting is off, will
      generate highlighted text wrapped in a <code> element.
      
      There is a slight change in behaviour for p_xhtml_cached_geshi(), it will now strip
      leading and trailing blank lines from the input code string.
      
      Also fixes an issue where global $conf wasn't declared, preventing the
      ['target']['extern'] setting being passed to GeSHi
      
      darcs-hash:20080329194443-f07c6-00db3d502b07a6ff0c7f6e5c74a3691438504bcb.gz
      5d568b99
Loading