Skip to content
Snippets Groups Projects
  1. Jun 08, 2008
  2. May 08, 2008
  3. May 06, 2008
    • Andreas Gohr's avatar
      Updates for Japanese romanization support FS#1363 · 9476a253
      Andreas Gohr authored
      This patch adds some fixes for the romanization lookup table and a test case for more
      than 20000 phrases and their correct romanization. About 2100 tests currently fail.
      
      darcs-hash:20080506203707-7ad00-9d95b8af459fa44c8d3e95560c7e1c116b8ffc48.gz
      9476a253
  4. May 04, 2008
  5. Apr 18, 2008
  6. Apr 10, 2008
  7. Mar 29, 2008
  8. Mar 19, 2008
  9. 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
  10. 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
  11. 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
  12. 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
  13. Feb 23, 2008
  14. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  15. Aug 19, 2007
  16. Aug 04, 2007
  17. 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
  18. Jun 27, 2007
  19. Jun 26, 2007
  20. May 14, 2007
  21. 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
  22. Mar 26, 2007
  23. 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
  24. 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
  25. Mar 03, 2007
  26. Feb 02, 2007
  27. Jan 28, 2007
  28. Jan 25, 2007
  29. Nov 04, 2006
  30. Oct 08, 2006
  31. 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
  32. Sep 08, 2006
  33. Aug 31, 2006
  34. Aug 27, 2006
  35. Aug 26, 2006
Loading