Skip to content
Snippets Groups Projects
  1. May 15, 2009
  2. May 14, 2009
  3. Apr 19, 2009
  4. Mar 08, 2009
  5. Mar 07, 2009
  6. Feb 05, 2009
  7. Feb 03, 2009
    • Andreas Gohr's avatar
      Some more Unit Tests · 23024b97
      Andreas Gohr authored
      Ignore-this: 75cdd558fc40a114961d2fca76e0bcdd
      
      darcs-hash:20090203191311-7ad00-bd6b96193f188afb5f26b6ca781dd5ea9eb8f0ef.gz
      23024b97
  8. Jan 25, 2009
    • Andreas Gohr's avatar
      fixed multiple unit tests. (1 failing) · c0ddfaa5
      Andreas Gohr authored
      Ignore-this: 261098274bce329f446fc8768c25b9e5
      
      Most failing tests were just out of date, because certain behavior was
      changed.
      
      There is one test failing for parsing italic tests. This can probably not
      be fixed without larger changes at the parser to catch runaway lines at
      the paragraph end. FS#1574
      
      darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
      c0ddfaa5
    • Andreas Gohr's avatar
      added missing unit test to repository · 30506cef
      Andreas Gohr authored
      Ignore-this: d1c6f55bfb7edcdb40c6b69a219d8291
      
      darcs-hash:20090125144648-7ad00-94e0d4a6b153f193841317851cb3d6e8f2744cb0.gz
      30506cef
  9. Oct 11, 2008
  10. Oct 07, 2008
  11. Sep 14, 2008
    • Andreas Gohr's avatar
      rewrote the fullpath function FS#1462 · 4761d30c
      Andreas Gohr authored
      The fullpath function now correctly handles windows drive letter paths and UNC
      paths making sure that those are not destroyed with upper dir .. notation.
      
      Unit tests where added.
      
      darcs-hash:20080914134744-7ad00-9abf5931d910a0b12979b1f69b090e8ecd568c71.gz
      4761d30c
  12. Jun 08, 2008
  13. May 08, 2008
  14. 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
  15. May 04, 2008
  16. Apr 18, 2008
  17. Apr 10, 2008
  18. Mar 29, 2008
  19. Mar 19, 2008
  20. 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
  21. 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
  22. 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
  23. 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
  24. Feb 23, 2008
  25. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  26. Aug 19, 2007
  27. Aug 04, 2007
  28. 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
  29. Jun 27, 2007
  30. Jun 26, 2007
  31. May 14, 2007
Loading