Skip to content
Snippets Groups Projects
  1. Mar 10, 2008
    • Andreas Gohr's avatar
      allow dynamic passing of template to use for css.php · 124af657
      Andreas Gohr authored
      This patch makes it possible to pass the template name to use to the
      lib/exe/css.php dispatcher. When passed the $conf['template'] option is
      ignored by the disaptcher and the given template is used instead.
      
      This makes it possible to switch templates dynamically without loosing the
      CSS dispatcher functionality. This might be useful for things like the
      multitemplate template or for loading a template based on the user agent.
      
      darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
      124af657
  2. Feb 27, 2008
    • Guy Brand's avatar
      Add namespace changes mail notifications · 52b0dd67
      Guy Brand authored
      This patch lets DokuWiki send mail notifications when any page inside
      a namespace gets modified. Two actions are introduced: subscribens and
      unsubscribens and two new buttons also appear in the bundled template.
      
      darcs-hash:20080227155024-19e2d-8ce5bd66f4e870db31d6b438516599f294365ce1.gz
      52b0dd67
  3. Feb 23, 2008
    • Andreas Gohr's avatar
      use strftime() instead of date() FS#1335 :!: · e656dcd4
      Andreas Gohr authored
      This patch replaces the use of the date() function with the strftime()
      function. The latter will respect a set locale and will use localized
      strings for things like month names.
      
      Because the format options for strftime differ from the ones used in date,
      DokuWiki will rest the value of $conf['dformat'] if it contains an old
      date format string (detected by missing % characters).
      
      Plugins or templates using the $conf['dformat'] need to be updated.
      
      darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
      e656dcd4
  4. Jan 22, 2008
  5. Jan 18, 2008
  6. Sep 29, 2007
  7. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  8. Sep 04, 2007
  9. Aug 18, 2007
    • Andreas Gohr's avatar
      typo fix FS#1229 · f6547e5d
      Andreas Gohr authored
      darcs-hash:20070818222239-7ad00-d427f89d0cd9cdc88cf99538209e50e1b001ea9c.gz
      f6547e5d
  10. Aug 13, 2007
  11. Aug 05, 2007
    • chris's avatar
      minor fixes for recent tpl_toc() patch · 2bb0d541
      chris authored
      darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz
      2bb0d541
    • Andreas Gohr's avatar
      separated TOC from page · b8595a66
      Andreas Gohr authored
      This patch introduces a tpl_toc() function which can be used to freely place
      the Table of Contents in a template. When used, tpl_content should be called
      with a parameter of false to supress the automatic TOC placement.
      
      Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
      preview. A work around is to run tpl_content() in a output buffer first.
      
      This patch also adds a getTOC() function for admin plugins which allows plugin
      authors to put create their own TOC which will be placed correctly in the
      template. A convenience function html_mktocitem() is available.
      
      The config manager was adjusted to make ue of this new feature, but some bugs
      might remain.
      
      darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz
  12. Aug 04, 2007
    • Andreas Gohr's avatar
      Support for $inner param in tpl_actionlink · c97dfb07
      Andreas Gohr authored
      This allows template authors to use their own HTML content as link body. Eg. to
      use images. Defaults to the appropriate language string.
      
      darcs-hash:20070804071934-7ad00-47670c4998ee74f93e0057323f4d9a4a4a1654b5.gz
      c97dfb07
  13. Jul 18, 2007
    • Andreas Gohr's avatar
      RSS feeds for search results · 4bb1b5ae
      Andreas Gohr authored
      Lets you subscribe to the result of a full text search
      
      darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz
      4bb1b5ae
  14. Jun 27, 2007
    • Andreas Gohr's avatar
      check for auth object at certain functions · 6957b2ea
      Andreas Gohr authored
      This is a follow up on the previous patch to disable authtentication without
      disabling ACL on backend problems. It fixes a few errors that might occour
      in this rare situation.
      
      darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz
      6957b2ea
  15. May 13, 2007
  16. May 11, 2007
  17. Apr 25, 2007
  18. Apr 22, 2007
    • Andreas Gohr's avatar
      rel · 41dfcdfc
      Andreas Gohr authored
      darcs-hash:20070422105629-7ad00-0f9a1aa2da73ce8e485292c2490fffc73ae54b30.gz
      41dfcdfc
  19. Feb 24, 2007
  20. Feb 21, 2007
  21. Feb 10, 2007
  22. Feb 02, 2007
  23. Dec 06, 2006
    • Ben Coburn's avatar
      identify external edits in UI · 5aa52faf
      Ben Coburn authored
      Some changes to clearly identify when wiki pages have been edited outside
      Dokuwiki. Also correctly attributes external changes from an unknown
      author. Avoids sending extra emails when recording old external edits.
      
      Adds a new language string:
      $lang['external_edit']
      
      darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz
      5aa52faf
  24. Dec 03, 2006
  25. Nov 30, 2006
  26. Nov 15, 2006
    • Tom N Harris's avatar
      use generated CSS for RSS feeds · 615960fe
      Tom N Harris authored
      plugins can include styles with feed.css,
      templates can use the media type feed in style.ini
      
      darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
      615960fe
  27. Nov 18, 2006
    • Andreas Gohr's avatar
      hide inline scripts from XML parsers · e226efe1
      Andreas Gohr authored
      This patch addes some comment magic to inline scripts to hide them from
      XML parsers (like the W3C CSS validator).
      
      darcs-hash:20061118154333-7ad00-c24bc36192080fe34f232c5ec2df3f494993f2fe.gz
      e226efe1
  28. Nov 10, 2006
    • Andreas Gohr's avatar
      OpenSearch support · da96af35
      Andreas Gohr authored
      This adds support for the OpenSearch specification to autodetect
      DokuWiki's search engine. The patch was submitted by Mike Frysinger
      some time ago.
      Some changes were made to the original patch. Only tested in FireFox 2.0
      
      darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz
      da96af35
  29. Nov 01, 2006
  30. Oct 22, 2006
  31. Oct 19, 2006
  32. Oct 11, 2006
  33. Oct 06, 2006
  34. Sep 30, 2006
    • Ben Coburn's avatar
      fix rel · f4f47358
      Ben Coburn authored
      darcs-hash:20060930143719-05dcb-251992d688e64ed221dbfe3d9c198fae603e2531.gz
      f4f47358
  35. Sep 26, 2006
    • Andreas Gohr's avatar
      wordblock enhancement · 041d1964
      Andreas Gohr authored
      The default wordblock.conf provided by the guys at chonqed.org matches agaist
      URLS beginning with http. But DokuWiki also links simple www.example.com links.
      Spammers used this method to place blacklisted URLs in the Wiki.
      
      This patch constructs full URLs from these shortcut-URLs before applying the
      blacklist regexp.
      
      The patch also fixes a problem with the toolbar not appearing when the blacklist
      hit and denied saving.
      
      darcs-hash:20060926192420-7ad00-519df90a5953b690428bfa0928de37b3053031b0.gz
      041d1964
  36. Sep 23, 2006
Loading