Changesets can be listed by changeset number.
The Git repository is here.
Changeset 270
In lists of downloadable components, change information strings such as
'foo/bar' into 'foo / bar'. The extra spaces allow web browsers to split
the text across lines, improving the legibility of download tables with
narrow browser windows. Suggested by a site user by e-mail.
- Comitted by: rool
- Date: Wednesday July 08 14:47:16 2009 (over 15 years ago)
Affected files:
rool/rails/radiant/trunk/app/models/page_context.rb:
prev. | current | |
end | ||
end | ||
836 | # Change "foo/bar/baz" to "foo / bar / baz" - i.e. a "/" without a | |
837 | # space either side is changed to a slash with a space on each side. | |
838 | # Helps enormously with line wrapping in browsers. | |
839 | ||
840 | info.gsub!( /([^ ])\/([^ ])/, '\1 / \2' ) | |
841 | ||
groups[ group ] = [] if (groups[ group ].nil?) | ||
groups[ group ].push( { | ||
:name => name, |