root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @301 [301] 7 months jgarber O2 compilation provides best performance on my machine
(edit) @300 [300] 7 months jgarber Wrote a rake task to benchmark compilaton time/memory, test time/memory, …
(edit) @299 [299] 7 months jgarber RedCloth::VERSION on a line all by itself outputs the version. Handy for …
(edit) @298 [298] 7 months jgarber Allow a list to follow a paragraph with no space in between for backward …
(edit) @297 [297] 7 months jgarber Update Rakefile with platform = 'mswin32'
(edit) @296 [296] 7 months jgarber Fix handling of dots that start img src. Closes #49
(edit) @295 [295] 7 months jgarber Add test to show #47 worksforme.
(edit) @294 [294] 7 months jgarber Include all block signatures in next_block_start (to end extended blocks). …
(edit) @293 [293] 7 months jgarber Change test group name
(edit) @292 [292] 7 months jgarber Fix block signatures getting eaten mid-phrase (#46)
(edit) @291 [291] 8 months why * Rakefile: ragel 6.1 or greater required.
(edit) @290 [290] 8 months jgarber Don't mangle the contents of script tags, whether block or inline.
(edit) @289 [289] 8 months jgarber Generate the RedCloth::VERSION constant at compile-time.
(edit) @288 [288] 8 months jgarber Parenthesize arguments so not warned.
(edit) @287 [287] 8 months jgarber Adding a test from real life. Didn't appear to be working, but must have …
(edit) @286 [286] 8 months jgarber Prevent lookahead from disrupting block attributes (fixes #45).
(edit) @285 [285] 8 months jgarber Fix code section eating up to numbers (#44).
(edit) @284 [284] 8 months why Transfering copyright and attribution to Jason. Just totally excellent …
(edit) @283 [283] 8 months jgarber A start on the changelog and some installation instructions.
(edit) @282 [282] 8 months jgarber Some very basic RDoc comments.
(edit) @281 [281] 8 months jgarber Add VERSION constant (#42).
(edit) @280 [280] 8 months jgarber Add a redcloth executable for quick transforming or testing (#41).
(edit) @279 [279] 8 months jgarber With RubyGems? 1.0.1, Gem::Platform::CURRENT must be used instead of …
(edit) @278 [278] 8 months jgarber Make install and uninstall tasks use OLD_NAME also.
(edit) @277 [277] 8 months jgarber Change ignore with name change.
(edit) @276 [276] 8 months jgarber Allow options array for backward compatibility (fixes #43).
(edit) @275 [275] 8 months why * Rakefile: adding back in the mingw32 support for building a windows gem …
(edit) @274 [274] 8 months why Further name changes, to get tests all working.
(edit) @273 [273] 8 months why Changing SuperRedCloth references to just RedCloth?.
(edit) @272 [272] 8 months why Merge SuperRedCloth to trunk. Brilliant work by Jason Garber!!
(edit) @133 [133] 22 months jgarber Improved regexp in incoming_entities. Closes #4.
(edit) @132 [132] 22 months jgarber Added a sanitize_html restriction for those used to the broken behavior of …
(edit) @131 [131] 22 months jgarber Fix :filter_html restriction. Closes #7 and fixes the bug exposed in …
(edit) @130 [130] 22 months jgarber Turned a big if statement into a case.
(edit) @129 [129] 22 months jgarber Convert tabs to spaces
(edit) @128 [128] 3 years cardmagic Fixing hardbreaks
(edit) @127 [127] 3 years cardmagic Fixing a few pieces of the docbook export, like footnotes
(edit) @126 [126] 3 years cardmagic r1586@paco: lcarlson | 2006-02-10 03:25:18 -0800 Fixing a strange case …
(edit) @125 [125] 3 years cardmagic Adding docbook translation for the class technical
(edit) @124 [124] 3 years cardmagic Reverting an unintentional change
(edit) @123 [123] 3 years cardmagic Changing blank to empty
(edit) @122 [122] 3 years cardmagic Fixing the docbook cites
(edit) @121 [121] 3 years cardmagic Fixing the processing of code blocks
(edit) @120 [120] 3 years cardmagic Fixing docbook %(class)some span% syntax parsing
(edit) @119 [119] 3 years cardmagic Return an empty string if given an empty string.
(edit) @118 [118] 3 years cardmagic Fixing autolink to include /~
(edit) @117 [117] 3 years cardmagic Fixing inline lists to remove bullets
(edit) @116 [116] 3 years cardmagic Fixing inline lists to remove bullets
(edit) @115 [115] 3 years tilman added a (currently failing) unit test
(edit) @114 [114] 3 years cardmagic Adding a smart automatic_content_id for docbook hn's to allow for static …
(edit) @113 [113] 3 years cardmagic Making the div's slightly more strict
(edit) @112 [112] 3 years cardmagic Fixing docbook programlistings
(edit) @111 [111] 3 years cardmagic Adding unit tests for the @@escape_keyword
(edit) @110 [110] 3 years cardmagic Added @@escape_keyword which can be used in the following context: ` …
(edit) @109 [109] 3 years cardmagic Adding filename class to docbook
(edit) @108 [108] 3 years cardmagic Fixing <notextile> and <nodocbook> problems
(edit) @107 [107] 3 years cardmagic Final fixes for <nodocbook>
(edit) @106 [106] 3 years cardmagic Fixing <nodocbook>
(edit) @105 [105] 3 years cardmagic Fixing a bug when retrieving the shelf
(edit) @104 [104] 3 years cardmagic Fixing the all_formats file
(edit) @103 [103] 3 years cardmagic Fixing table references
(edit) @102 [102] 3 years sdelmont Added 'filter_classes' and 'filter_ids', implemented like 'filter_styles', …
(edit) @101 [101] 3 years sdelmont Added better sanitation of uris in clean_html. It now covers any SRC or …
(edit) @100 [100] 3 years sdelmont Fixed a bug in clean_html that would cause a NoMethodError? when …
(edit) @99 [99] 3 years cardmagic Fixing table caption
(edit) @98 [98] 3 years why lib/redcloth/base.rb: rechecked in the good changes from 3.0.4. namely: …
(edit) @97 [97] 3 years why bin/redcloth: all redcloth generation now in this tool. see dash-o …
(edit) @96 [96] 3 years cardmagic Added ch. for html
(edit) @95 [95] 3 years cardmagic Various fixed to RedCloth?'s docbook export and some cleanup work.
(edit) @94 [94] 3 years why doc/README: ditto.
(edit) @93 [93] 3 years why doc/README: again, no meaning.
(edit) @92 [92] 3 years why doc/README: Meaningless edit, working on post-commit hook.
(edit) @91 [91] 3 years why README: add 3.0.4 link.
(edit) @87 [87] 3 years why Initial revision
(edit) @86 [86] 3 years why Rakefile: ha! rake is working!
(edit) @84 [84] 3 years why lib/redcloth.rb: escaping of angle brackets, caps detection in tables.
(edit) @83 [83] 3 years why lib/redcloth.rb: - The caps class doesn't swallow spaces. - Horizontal …
(edit) @82 [82] 3 years why lib/redcloth.rb: Fixed problem with intermingled single and double quotes.
(edit) @81 [81] 3 years why lib/redcloth.rb: Inline markups need to be butted up against enclosing …
(edit) @80 [80] 4 years why - Fixed error triggered by complex lists. - Brought back lite_mode.
(edit) @79 [79] 4 years why - lib/redcloth.rb: fixed jarrko's list problem, reported on RubyForge?.
(edit) @78 [78] 4 years why - lib/redcloth.rb: toggle no_span_caps.
(edit) @77 [77] 4 years why - doc/CHANGELOG: RedCloth? 3.0.3
(edit) @76 [76] 4 years why - lib/redcloth.rb: citations scaled back a bit. regexp stack overflow on …
(edit) @75 [75] 4 years why - lib/redcloth.rb: fixed flush_left problem. [ruby-talk:129553]
(edit) @74 [74] 4 years why - run-tests.rb: ignore newline exactness. no way i'm doing that …
(edit) @73 [73] 4 years why - lib/redcloth.rb: moving some QTAGS into a less-greedy regexp (stuff like …