Skip to content
Snippets Groups Projects
  1. Feb 15, 2008
  2. Feb 13, 2008
  3. Jan 18, 2008
  4. Oct 26, 2007
  5. Sep 29, 2007
  6. 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
  7. Aug 13, 2007
  8. Aug 10, 2007
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. Jul 05, 2007
  15. 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
  16. May 14, 2007
  17. May 13, 2007
  18. Feb 27, 2007
  19. Feb 05, 2007
  20. 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
  21. 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
  22. 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
  23. Dec 03, 2006
  24. Nov 18, 2006
  25. Nov 16, 2006
  26. 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
  27. Oct 27, 2006
  28. Oct 20, 2006
  29. Oct 19, 2006
  30. Oct 15, 2006
  31. 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
    • Andreas Gohr's avatar
      don't link non-existing revisions · 41396b71
      Andreas Gohr authored
      The new changelog mechanism shows all revisions of a document, even if the
      old revisions are deleted (eg. by a maintenence script). This patch removes
      the links for non existing revisions.
      
      darcs-hash:20060925185434-7ad00-14a558ce69c4116e14d7fdfbaad052c6a7b0a4db.gz
      41396b71
  32. Sep 24, 2006
    • Andreas Gohr's avatar
      progressbar script change · 121d5fa6
      Andreas Gohr authored
      The progressbar script used in the search accessed parts of the DOM before
      it was completely parsed which caused problems in IE. This patch moves back
      to document.write for outputting the image.
      
      darcs-hash:20060924170354-7ad00-1e0247b00fc4da4dd30301f4b9389ef727496c4a.gz
      121d5fa6
  33. Sep 23, 2006
  34. Sep 17, 2006
    • Andreas Gohr's avatar
      event names renamed · 016b6153
      Andreas Gohr authored
      HTML_EDIT_PAGETEMPLATE becomes HTML_PAGE_FROMTEMPLATE
      TPL_METAHEADER_PRINT becomes TPL_METAHEADER_OUTPUT
      
      darcs-hash:20060917103450-7ad00-405f3533915b54ee4d4050cfccbf27d43ff7435f.gz
      016b6153
Loading