Changesets can be listed by changeset number.
The Git repository is here.
Changeset 271
Fix Changeset #270 - the regexp used for substitution was breaking HTML
fragments in info strings (I forgot that HTML was ever used there).
- Comitted by: rool
- Date: Thursday July 09 19:04:13 2009 (over 15 years ago)
Affected files:
rool/rails/radiant/trunk/app/models/page_context.rb:
prev. | current | |
# space either side is changed to a slash with a space on each side. | ||
# Helps enormously with line wrapping in browsers. | ||
840 | | |
840 | info.gsub!( /([^< ])\/([^ ])/, '\1 / \2' ) | |
groups[ group ] = [] if (groups[ group ].nil?) | ||
groups[ group ].push( { |