Skip to content
Snippets Groups Projects
  1. Mar 02, 2010
    • Michael Hamann's avatar
      Fixed testcase and getID - FS#1908 FS#1831 FS#1838 · 06368e4d
      Michael Hamann authored
      $_SERVER['PATH_INFO'] is used now to determine the page id when using
      internal rewriting, in all testcases I've seen so far this variable
      was set correctly. There are also a couple of fallbacks if the variable
      doesn't exist, $_SERVER['SCRIPT_NAME'] is now preferred instead of
      custom path extraction which fails when doku.php is outside the document
      root.
      06368e4d
  2. Feb 28, 2010
  3. Feb 04, 2010
  4. Feb 01, 2010
  5. Jan 29, 2010
  6. Dec 01, 2009
  7. Nov 05, 2009
  8. Nov 03, 2009
  9. Oct 22, 2009
    • Adrian Lang's avatar
      Make Doku_Form constructor more flexible · e351c80d
      Adrian Lang authored
      The Doku_Form constructor used to take up to four arguments setting specific
      parameters of the resulting form HTML element. Instead, a generic array is
      passed to the constructor specifying HTML parameters.
      
      darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz
      e351c80d
  10. Oct 04, 2009
  11. May 15, 2009
  12. May 14, 2009
  13. Apr 19, 2009
  14. Mar 08, 2009
  15. Mar 07, 2009
  16. Feb 05, 2009
  17. 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
  18. 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
  19. Oct 11, 2008
  20. Oct 07, 2008
  21. 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
  22. Jun 08, 2008
  23. May 08, 2008
  24. 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
  25. Apr 18, 2008
  26. Apr 10, 2008
  27. Mar 29, 2008
  28. Mar 19, 2008
  29. 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
  30. 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
Loading