Skip to content
Snippets Groups Projects
  1. Dec 16, 2008
  2. Dec 13, 2008
  3. Dec 12, 2008
  4. Dec 13, 2008
    • Andreas Gohr's avatar
      don't check for file existance in fullpath() by default · b328697d
      Andreas Gohr authored
      In most (all) calls to fullpath() the existance of the resulting path is not
      important or is checked externally, so checking inside fullpath() is a waste
      of CPU cycles.
      
      darcs-hash:20081213083355-7ad00-4987a85950a13e5d3c527b3b17b1092e0fa1c567.gz
      b328697d
  5. Dec 12, 2008
  6. Dec 10, 2008
  7. Dec 07, 2008
  8. Dec 06, 2008
  9. Dec 05, 2008
  10. 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
  11. Dec 01, 2008
  12. Nov 30, 2008
  13. 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
  14. Nov 25, 2008
  15. Nov 21, 2008
  16. Nov 17, 2008
  17. Nov 27, 2008
  18. Nov 09, 2008
  19. Nov 08, 2008
  20. Nov 07, 2008
  21. Nov 06, 2008
  22. Oct 31, 2008
  23. Oct 29, 2008
  24. Oct 28, 2008
  25. Oct 26, 2008
    • Saroj Dhakal's avatar
      Nepali language update · f21751f2
      Saroj Dhakal authored
      darcs-hash:20081026220328-919a1-e5585c1bf8239fcdb460c7b8099c635b58f44e2d.gz
      f21751f2
    • Saroj Dhakal's avatar
      Added Nepali translation · c9176a05
      Saroj Dhakal authored
      darcs-hash:20081026185024-919a1-6f94452d8369b799b9a81f6d909baa3c53a157c9.gz
      c9176a05
    • Michael Klier's avatar
      moved crop/resize functions out of fetch.php for reusability · 13c08e2f
      Michael Klier authored
      darcs-hash:20081026135833-23886-a9c8e910571c6e7a4e1603a2ebd365b3ed37108a.gz
      13c08e2f
    • Andreas Gohr's avatar
      more placeholders for namespace templates · 26ece5a7
      Andreas Gohr authored
      This patch adds a @FILE@ placeholder for namespace templates which is similar
      to the @PAGE@ placeholder but keeps underscores intact. It also adds
      placeholder to insert the page name with a first uppercase character, all words
      uppercased or the whole string uppercased.
      
      The utf8 library was enhanced with utf8_ucfirst and utf8_ucwords functions
      
      darcs-hash:20081026084239-7ad00-1a4be6bb85280df025ca308d4ed2e50da1cbc9cf.gz
      26ece5a7
Loading