Changesets can be listed by changeset number.
The Git repository is here.
Changeset 350:
- Author: rool
- Date: Sat Mar 19 21:53 2011
Comment out the "preinitializer" code - as with Changeset #349,
we don't want Bundler.
Changeset 349:
- Author: rool
- Date: Sat Mar 19 21:52 2011
There were various attempts to patch around Instiki's use of
Bundler, which is a really annoying "package all the gems inside
the application" piece of Rails deployment bloatware. ROOL has a
well organised set of centralised gems and needs no such thing.
These changes to boot.rb include things which are really
reversions, e.g. removing correct use of "File.join" and
replacing it with hard-coded Unix style paths, but it's known to
work as a bypass-bundler patch and is in use on the live site.
Changeset 348:
- Author: rool
- Date: Sat Mar 19 21:51 2011
We can't support SVG inline as that requires XHTML 1.1 and we're 1.0.
Changeset 347:
- Author: rool
- Date: Sat Mar 19 21:49 2011
The Instiki distro seems to have an accidental copy of its
whole plugins subtree inside "vendor/plugins"! Remove it.
Changeset 346:
- Author: rool
- Date: Sat Mar 19 21:47 2011
The ROOL site doesn't need these, or in some cases, they seem to
be bits of filesystem content that should never have been in the
Instiki distribution.
Changeset 345:
- Author: rool
- Date: Sat Mar 19 19:59 2011
Contrary to the log for Changeset #344, 'app/views/shared'
*was* accidentally deleted. Restored, retaining change history.
Changeset 344:
- Author: rool
- Date: Sat Mar 19 19:52 2011
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.
Changeset 343:
- Author: rool
- Date: Sat Mar 19 19:17 2011
Trivial comment-only change to the Hub DRb server.
Changeset 342:
- Author: rool
- Date: Sat Mar 19 19:15 2011
Changeset #341 was *almost* right! Missed off this one new file.
Changeset 341:
- Author: rool
- Date: Sat Mar 19 19:11 2011
Lots of changes to Hub to make it Rails 2.3.11 compatible. This is being
checked in as one large changeset because it doesn't really split down into
smaller components without having something that doesn't function in the
intermediate steps.
Changeset 340:
- Author: rool
- Date: Sat Mar 19 17:41 2011
Remove redundant original Gullery archives.
Changeset 339:
- Author: rool
- Date: Sat Mar 19 17:40 2011
Gullery equivalent of Changeset #326 in Collaboa.
Changeset 338:
- Author: rool
- Date: Sat Mar 19 17:39 2011
Layout and stylesheet changes to make Gullery fit in with
the March 2011 site update.
Changeset 337:
- Author: rool
- Date: Sat Mar 19 17:38 2011
Small rationalisation of Lightbox stylesheet.
Changeset 336:
- Author: rool
- Date: Sat Mar 19 17:37 2011
Updating Rails so that the Gullery boot script works also updates
Prototype. This is a Gullery equivalent of Changeset #319 in
Collaboa, though in Collaboa this was originally thought to be a
previously overlooked change - it's actually a recent alteration.