openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
RedCloth
Settings
|
Report Duplicate
40
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 13, 2024 — Nov 13, 2025
Showing page 22 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- Broke up the Textile engine into smaller parts, recoded central block parser. - Added preliminary support for Markdown. - Added support for custom Textile prefixes. - RedCloth now generates XHTML fragments. - Complete HTML documents should now work, RedCloth ignores complex HTML.
why the lucky stiff
More...
about 21 years ago
Added Jim Menard's test.
why the lucky stiff
More...
over 21 years ago
- version: 2.0.12 date: 2004-08-09 changes: - Escaping tighter for <pre> tags that share a single line. - No more String#htmlesc!. Moved to RedCloth#htmlesc. - Pruned out the code that was handling multibyte.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Scaled back QTAGS a back to avoid mixing up hyphens and dels. Thanks, Denis.
why the lucky stiff
More...
over 21 years ago
- Lines starting with div opening or closing tags aren't given paragraph tags. - Work on the references to ensure they are generating at least XHTML 1.0 Transitional.
why the lucky stiff
More...
over 21 years ago
- New patch and test by F. Ros to fix <pre> tags with class settings.
why the lucky stiff
More...
over 21 years ago
- Escaped some sample markup that was being translated by RDoc.
why the lucky stiff
More...
over 21 years ago
- Subtle changes to the quick tags to help them interact with surrounding HTML better. - Ensure angle brackets inside code quick tags get escaped.
why the lucky stiff
More...
over 21 years ago
- Version 2.0.10.
why the lucky stiff
More...
over 21 years ago
- Table and list problems. Rewrote the <pre> handling code.. again.
why the lucky stiff
More...
over 21 years ago
- Further speed patch from Denis. Good good. - Patch by F. Ros to fix <pre> tags with class settings.
why the lucky stiff
More...
over 21 years ago
- Links were consuming closing HTML tags. (See latest test in tests/links.yml.)
why the lucky stiff
More...
over 21 years ago
- install.rb: if user doesn't have an RDoc which supports --ri-site, skip it.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Improved RDoc. - install.rb: Auto-installation of Ri documentation.
why the lucky stiff
More...
over 21 years ago
- RedCloth.gemspsec: updated to version 2.0.8
why the lucky stiff
More...
over 21 years ago
--- %YAML:1.0 - version: 2.0.8 date: 2004-05-22 changes: - First scan of the glyphs() method only scans for pre|notextile|code, the deeper passes scan for all HTML. Now inlines work around HTML tags! (What a pain!) - Moved tables and blocks into glyphs to keep them shielded from the parser if they are in <pre> tags. - Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps only once. Thanks, David!
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps only once. Thanks, David!
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: version 2.0.7. - doc/CHANGELOG: ditto. - doc/README: reshaped and recusto. - doc/make.rb: css for README.
why the lucky stiff
More...
over 21 years ago
- tests/lists.yml: tests from Bret Pettichord
why the lucky stiff
More...
over 21 years ago
- doc/make.rb: table of contents to QUICK-REFERENCE. - lib/redcloth.rb: better, greedier relative links. lists rewritten. - tests/links.yml: test from Bret Pettichord.
why the lucky stiff
More...
over 21 years ago
- doc/REFERENCE: completed the REFERENCE - doc/make.rb: completion of the REFERENCE and QUICK-REFERENCE generators - lib/redcloth.rb: fixed table row attributes
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Hadn't completely patched the tag detector.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Bold and strong tags were mixed up. '*' is now strong. '**' is bold. They were swapped until now. - lib/redcloth.rb: Horizontal alignments were pretty buggy. Combining alignments with indents was totally broken. - lib/redcloth.rb: Fixed table problem. Now glyphs are handled between tables and blocks. - lib/redcloth.rb: Nested <pre> and <code> tags are now escaped. Much better handling of HTML inside <pre> tags. Really: quite nice. - lib/redcloth.rb: Patch from Florian Gross to fix an html filtration inconsistency.
why the lucky stiff
More...
over 21 years ago
- doc/CHANGELOG: new version 2.0.5.
why the lucky stiff
More...
over 21 years ago
- doc/REFERENCE: added first stab at Textile reference. - doc/make.rb: makes the REFERENCE into HTML.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: making notextile tags work if they span lines.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Folding moved into method, handled before lists and tables.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Added line folding.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Filter HTML and CSS, patch by Florian Gross.
why the lucky stiff
More...
over 21 years ago
- lib/redcloth.rb: Give a space if the em-dash is after a period.
why the lucky stiff
More...
over 21 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree