Changesets can be listed by changeset number.
The Git repository is here.
Changeset 184
Get rid of RedCloth 3.0.3 insistence; Arachsys includes this
centrally now, after everyone discovered how broken 3.0.4 was.
Don't request hard breaks - RedCloth screws up badly. I2
Textile markup now works as well as any of the other apps.
- Comitted by: rool
- Date: Sunday March 25 19:28:46 2007 (over 17 years ago)
Affected files:
rool/rails/i2/trunk/app/helpers/application_helper.rb:
prev. | current | |
end | ||
def markup(body, existing_page_titles = @book.existing_page_titles) | ||
29 | | |
29 | # require 'redcloth303' # Use local, specific version in 'lib' | |
text = linkize(auto_link(body), existing_page_titles) | ||
31 | | |
32 | | |
33 | | |
31 | # textilized = RedCloth.new(text, [ :hard_breaks ]) | |
32 | # textilized.hard_breaks = true if textilized.respond_to?("hard_breaks=") | |
33 | # textilized.to_html | |
34 | RedCloth.new(text).to_html | |
end | ||
def differences(original, new) |