Changesets can be listed by changeset number.
The Git repository is here.
Revision log for rool/rails/instiki/trunk/lib/instiki_stringsupport.rb
Date | Changeset | Author | Log |
---|---|---|---|
08/26/2012 17:35 | 357 | rool | Having seen problems with character set conversions, comment out swathes of unused code which tries to introduce Ruby 1.9 and 1.8 compatibility and give UTF-8 support throughout. Instead, rely on Rails UTF-8 extensions and other pass-through behaviour. Fix an invalid use of "Integer($1).chr" which was probably in fact the sole root cause of the problems seen during migeration of the I2 data (but leave the other changes present, since they don't hurt and in some cases unnecessary calls have been made which can be removed). |
08/26/2012 17:35 | 344 | rool | Massive changeset which brings the old, ROOL customised Instiki version up to date, but without any ROOL customisations in this latest checked-in version (which is 0.19.1). This is deliberate, so that it's easy to see the changes made for the ROOL version in a subsequent changeset. The 'app/views/shared' directory is not part of Instiki but is kept to maintain the change history with updated ROOL customisations, some of which involve the same files in that same directory. |