Skip to content
Snippets Groups Projects
  1. May 04, 2008
  2. Apr 18, 2008
  3. Apr 10, 2008
  4. Mar 29, 2008
  5. Mar 19, 2008
  6. Mar 11, 2008
    • Chris Smith's avatar
      Update handler to merge consecutive 'cdata' instructions (incl. test case updates) · 41624b31
      Chris Smith authored
      This patch is the second in the series designed to make it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      Like the first this patch doesn't alter line-break behaviour at all, but introduces
      improvements that reduce to a minimum the number of 'cdata' instructions generated
      by the handler.
      
      darcs-hash:20080312000248-f07c6-f6ce1b5aac43a52cbe31215c517b048679ae20a7.gz
      41624b31
  7. Mar 09, 2008
    • Chris Smith's avatar
      Change handler to use a defined character for line-break replacement · a9c1d2d2
      Chris Smith authored
      This patch is the first in a series aimed at making it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      Currently the handler "eats" line-break characters replacing them with a space.
      This patch changes the replacement character to a define, DOKU_PARSER_EOL and
      updates all the test cases to use the new define.
      
      DOKU_PARSER_EOL is left as a space.
      
      darcs-hash:20080309201116-f07c6-21edb4f6955da8fa5ba0f9346d859a7c5c69a239.gz
      a9c1d2d2
  8. Mar 02, 2008
    • Guy Brand's avatar
      Fix Unit Test · aac682fb
      Guy Brand authored
      - README: test unit is under _test/
      - form: use security token
      - form: reordered elements
      - pageid: playground start page (broken since ns autolinking?)
      
      darcs-hash:20080302184514-19e2d-087390c75f1e60e369162219f253a7ed513ce1f6.gz
      aac682fb
  9. Feb 27, 2008
    • Guy Brand's avatar
      Superuser and manager now can be comma separated lists · 7651d633
      Guy Brand authored
      This patch allows $conf['superuser'] and $conf['manager'] to be lists
      of values instead of only a single value. So one can put:
      
        $conf['superuser']
      
      darcs-hash:20080227142515-19e2d-c160914589f71531583e7ddaab1fc6a81996efa1.gz
      7651d633
  10. Feb 23, 2008
  11. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  12. Aug 19, 2007
  13. Aug 04, 2007
  14. 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
  15. Jun 27, 2007
  16. Jun 26, 2007
  17. May 14, 2007
  18. May 13, 2007
    • Andreas Gohr's avatar
      distinction between apostrophes and single quotes FS#1127 · 57d757d1
      Andreas Gohr authored
      This patch adds another parser mode for apostrophes. Now single quote closing
      markers are handled different from apostrophes for better local typograpy
      support.
      
      Needs testing and languages updates.
      
      darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz
      57d757d1
  19. Mar 26, 2007
  20. Mar 08, 2007
    • Andreas Gohr's avatar
      js_compress updates · 73bea65d
      Andreas Gohr authored
      This ports the fixes from the original python code to DokuWiki's js_compress
      functions. The unit tests now pass.
      
      darcs-hash:20070308223644-7ad00-56ea99689a62e9752f4814b5dc7ada02eae59089.gz
      73bea65d
  21. Mar 05, 2007
    • Andreas Gohr's avatar
      added JsStrip unit test files · d14bceaa
      Andreas Gohr authored
      This patch adds unit test files from the new release of JsStrip [1]. Some of the tests
      currently fail pointing to bugs which are fixed in the new JsStrip release. The fixes
      need to be ported to DokuWiki's js_compress function.
      
      This patch also adds a way to output additional info when a test fails. It misuses
      SimpleTest's signalling which is probably a bad idea but works for now.
      
      http://code.google.com/p/jsstrip/
      
      darcs-hash:20070305223025-7ad00-583a70a1ddc374eb61193f9315af99baeedea0be.gz
      d14bceaa
  22. Mar 03, 2007
  23. Feb 02, 2007
  24. Jan 28, 2007
  25. Jan 25, 2007
  26. Nov 04, 2006
  27. Oct 08, 2006
  28. Sep 27, 2006
    • chris's avatar
      unit_test fixes/changes · d07dd8ee
      chris authored
      - auth_nameencode.test, add teardown code to clear new
        $cache_authname memory cache
      - utf8_substr.test, correct expected result for last test
      
      darcs-hash:20060927101118-9b6ab-a72ea443ba67e17946af34d67c274975d563a22f.gz
      d07dd8ee
  29. Sep 08, 2006
  30. Aug 31, 2006
  31. Aug 27, 2006
  32. Aug 26, 2006
  33. Aug 09, 2006
    • chris's avatar
      more unit test fixes · 742c66f8
      chris authored
      - move parser.test.php
      
      darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz
      742c66f8
    • chris's avatar
      cleanID unit tests · 74c0c504
      chris authored
      + fix missing utf8 deaccent character mapping
      + set utf-8 charset for HTMLReporter (unit tests)
      
      darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz
      74c0c504
    • chris's avatar
      update footnote unittests · 1f4490f2
      chris authored
      darcs-hash:20060809155755-9b6ab-d48f2af0fa98b310223b96361cad43ba2317b582.gz
      1f4490f2
  34. Aug 05, 2006
    • chris's avatar
      more unittest updates · 4a26ad85
      chris authored
      darcs-hash:20060805082442-9b6ab-8447755da8c66c5cfc3ee0df0f8bb97375a2a1ff.gz
      4a26ad85
Loading