Changesets can be listed by changeset number.
The Git repository is here.
Changeset 365:
- Author: rool
- Date: Sat Mar 19 22:05 2011
Hub integration and development mode bug fix - require "instiki_errors"
in application.rb, rather than environment.rb, since the latter is not
reloaded in development mode but the former is and the required code
seems to be forgotten, leading to exceptions on anything but the first
development mode patch fetch under Apache+Passenger in development mode.
Changeset 364:
- Author: rool
- Date: Sat Mar 19 22:04 2011
Hub integration and wider site design layout changes.
Changeset 363:
- Author: rool
- Date: Sat Mar 19 22:04 2011
Change layout, views and stylesheet to integrate into wider ROOL site design.
Changeset 362:
- Author: rool
- Date: Sat Mar 19 22:02 2011
Relax spam constraints:
https://riscosopen.org/forum/forums/1/topics/591#posts-6486
Changeset 361:
- Author: rool
- Date: Sat Mar 19 22:00 2011
Remove an unwanted Instiki syntax feature that clashed with page titles in
common use in the I2 Wiki.
Changeset 360:
- Author: rool
- Date: Sat Mar 19 22:00 2011
Don't munge WikiWord titles since we don't allow WikiWord links in our data.
Changeset 359:
- Author: rool
- Date: Sat Mar 19 22:00 2011
Inter-link Textile to Wiki syntax page patching - the "other half" of the
migration script, as well as code which tries to protect against "bad" use
of Textile during ordinary page edits.
Changeset 358:
- Author: rool
- Date: Sat Mar 19 21:59 2011
Add the I2 to Instiki migration script (and yes, the "changeme"
default Web password for Instiki *was* changed!).
Changeset 357:
- Author: rool
- Date: Sat Mar 19 21:57 2011
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).
Changeset 356:
- Author: rool
- Date: Sat Mar 19 21:57 2011
Update database connection configuration.
Changeset 355:
- Author: rool
- Date: Sat Mar 19 21:56 2011
Add redirections for legacy I2 URLs.
Changeset 354:
- Author: rool
- Date: Sat Mar 19 21:55 2011
Don't use a local implementation of Textile; rely on the central gem.
Changeset 353:
- Author: rool
- Date: Sat Mar 19 21:55 2011
The Instiki 'scripts' directory seemed to contain a lot of out of date
material that didn't run under Rails 2.3.11, so update the scripts.
Changeset 352:
- Author: rool
- Date: Sat Mar 19 21:54 2011
Support Rails 2.3.11's security patch.
Changeset 351:
- Author: rool
- Date: Sat Mar 19 21:54 2011
Don't require a silly Mongrel version; we don't serve with Mongrel
and the Gem requirement would otherwise stop Instiki from starting.