| CODENOTIFIER | HelpYou are not signed inSign in |
Project: BlueCloth
Revision: 64
Author: ged
Date: 24 Aug 2004 10:53:32
Diff at Trac: http://www.deveiate.org/projects/BlueCloth/changeset/64
Changes:Diff:| ... | ...@@ -1,4 +1,57 @@ | |
| 1 | 1 | ------------------------------------------------------------------------ |
| 2 | r63 | ged | 2004-08-24 07:52:05 -0700 (Tue, 24 Aug 2004) | 3 lines | |
| 3 | Changed paths: | |
| 4 | M /trunk | |
| 5 | ||
| 6 | - Added CHANGES.xml to ignore property for root directory. | |
| 7 | ||
| 8 | ||
| 9 | ------------------------------------------------------------------------ | |
| 10 | r62 | ged | 2004-08-24 07:48:44 -0700 (Tue, 24 Aug 2004) | 7 lines | |
| 11 | Changed paths: | |
| 12 | M /trunk/lib/bluecloth.rb | |
| 13 | M /trunk/tests/05_Markdown.tests.rb | |
| 14 | ||
| 15 | - Brought list of block-level tags up to date with Markdown 1.0's list | |
| 16 | - Propagated fix for overflow to the other two block-match patterns. | |
| 17 | - Abstracted list-item patterns out into constants to closer match Markdown's | |
| 18 | code and to expose them for use in other code. | |
| 19 | - Fixed indentation of <pre> blocks inside blockquotes. | |
| 20 | - Added new tests for all of the above. | |
| 21 | ||
| 22 | ------------------------------------------------------------------------ | |
| 23 | r61 | ged | 2004-08-22 12:28:23 -0700 (Sun, 22 Aug 2004) | 5 lines | |
| 24 | Changed paths: | |
| 25 | M /trunk/lib/bluecloth.rb | |
| 26 | M /trunk/tests/05_Markdown.tests.rb | |
| 27 | ||
| 28 | - Fixed re-engine overflow for all tested cases (thanks to Martin Chase | |
| 29 | <stillflame@FaerieMUD.org> for the fix). | |
| 30 | - Wrote some additional tests to be sure the block-level html escaper is working | |
| 31 | after the above fix. | |
| 32 | ||
| 33 | ------------------------------------------------------------------------ | |
| 34 | r60 | ged | 2004-08-22 12:26:25 -0700 (Sun, 22 Aug 2004) | 2 lines | |
| 35 | Changed paths: | |
| 36 | M /trunk/tests/10_Bug.tests.rb | |
| 37 | ||
| 38 | - Removed skip of overflow test. | |
| 39 | ||
| 40 | ------------------------------------------------------------------------ | |
| 41 | r59 | ged | 2004-08-22 12:24:35 -0700 (Sun, 22 Aug 2004) | 2 lines | |
| 42 | Changed paths: | |
| 43 | M /trunk/experiments/re-overflow.rb | |
| 44 | ||
| 45 | - "Fixed" the test case so it overflows again. | |
| 46 | ||
| 47 | ------------------------------------------------------------------------ | |
| 48 | r58 | deveiant | 2004-08-08 22:12:02 -0700 (Sun, 08 Aug 2004) | 2 lines | |
| 49 | Changed paths: | |
| 50 | M /trunk/CHANGES | |
| 51 | ||
| 52 | - Updated to 20040808. | |
| 53 | ||
| 54 | ------------------------------------------------------------------------ | |
| 2 | 55 | r57 | deveiant | 2004-08-08 18:16:14 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 3 | 56 | Changed paths: |
| 4 | 57 | M /trunk/tests/bctestcase.rb |