Skip to content
Snippets Groups Projects
  1. Mar 09, 2008
  2. Feb 23, 2008
    • Andreas Gohr's avatar
      correct diff display when dealing with deleted or newly created pages · 7b3f8b16
      Andreas Gohr authored
      darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz
      7b3f8b16
    • 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
  3. Feb 15, 2008
  4. Feb 13, 2008
  5. Jan 18, 2008
  6. Oct 26, 2007
  7. Sep 29, 2007
  8. 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
  9. Aug 13, 2007
  10. Aug 10, 2007
  11. Aug 07, 2007
    • Andreas Gohr's avatar
      TOC fixed · 7d91652a
      Andreas Gohr authored
      This fixes some small bugs which were introduced with recent TOC changes
      
      darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz
      7d91652a
  12. 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
  13. Jul 30, 2007
    • Tom N Harris's avatar
      New structured forms and action events · fdb8d77b
      Tom N Harris authored
      Replaces a number of *FORM_INJECTION events with a more flexible way of
      modifying forms. Forms are created with a Doku_Form class (inc/form.php)
      that can be manipulated by plugins prior to output. Plugins register a
      HTML_{$name}FORM_OUTPUT event which can modify the form object prior to
      output. Available forms are:
        LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD
      Documentation for the Doku_Form class is in inc/form.php.
      
      darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz
      fdb8d77b
  14. Jul 18, 2007
    • Andreas Gohr's avatar
      show diff between arbitrary revisions FS#14 · 77707b04
      Andreas Gohr authored
      You can now compare any choosen revision of a page to any other.
      
      Todo: add some JavaScript to avoid choosing more than two revisions
      
      darcs-hash:20070718102204-7ad00-b66c7d82d688c05bfd86e0c7dfe6d283ad555bf8.gz
      77707b04
  15. Jul 16, 2007
    • Andreas Gohr's avatar
      AJAX for the index view · a06884ab
      Andreas Gohr authored
      This makes the index view much more responsive by loading sub namespaces through AJAX
      if JavaScript is available.
      
      The used throbber image probably looks bad on dark backgrounds. If someone could provide
      a better one it would be greatly appreciated.
      
      darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
      a06884ab
  16. Jul 05, 2007
  17. 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
  18. May 14, 2007
  19. May 13, 2007
  20. Feb 27, 2007
  21. Feb 05, 2007
  22. Jan 09, 2007
    • Andreas Gohr's avatar
      HTML_LOGINFORM_INJECTION event · 5b62573a
      Andreas Gohr authored
      Another injection event similar to the existing ones to insert custom HTML into
      the login form.
      
      darcs-hash:20070109213258-7ad00-2d8b59c6a83b42231cdba845263b09821e2b0400.gz
      5b62573a
  23. Dec 07, 2006
    • Ben Coburn's avatar
      changelog type strings replaced with constants · ebf1501f
      Ben Coburn authored
      Using more verbose constant names in the place of single character strings
      should make the code much more readable. This does not change the behavior
      of the changelog.
      
      darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
      ebf1501f
  24. 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
  25. Dec 03, 2006
  26. Nov 18, 2006
  27. Nov 16, 2006
  28. Nov 14, 2006
    • Andreas Gohr's avatar
      HTML_EDITFORM_INJECTION event added · 88e6a4f2
      Andreas Gohr authored
      A simple event to inject additional HTML into the editform. This probably
      needs to be improved.
      
      darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024aff6e12.gz
      88e6a4f2
  29. Oct 27, 2006
  30. Oct 20, 2006
  31. Oct 19, 2006
  32. Oct 15, 2006
  33. Sep 25, 2006
    • Andreas Gohr's avatar
      remove metadebug again, improve doÞbug instead · 100a97e3
      Andreas Gohr authored
      This adds the complete $INFO array (contains the metadata) to the usual
      debug output and removes the metadebug parameter again.
      
      darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz
      100a97e3
Loading