Changesets can be listed by changeset number.
The Git repository is here.
Changeset 320:
- Author: rool
- Date: Fri Mar 18 14:38 2011
Add icon files present in the working content trees but not in SVN.
This might actually be a reversion, wherein changes made in SVN and
perhaps on the live tree never got fed back to development, as it is
not clear if these files are really needed. However, they're harmless
if not needed and important if used by any views.
Changeset 319:
- Author: rool
- Date: Fri Mar 18 14:36 2011
Collaboa was updated to a newer Prototype library ages ago, but the
check-in got overlooked. Added standard blank template "application.js"
since a clean SVN checkout would otherwise lead to 404 errors from the
template inclusion of JavaScript ":defaults".
Changeset 318:
- Author: rool
- Date: Fri Mar 18 14:28 2011
Delete frozen Rails version so that forum will run on whatever
Gem is indicated by its environment.rb configuration.
Changeset 317:
- Author: rool
- Date: Fri Mar 18 14:27 2011
Delete empty directorys that get auto-created anyway.
Changeset 316:
- Author: rool
- Date: Fri Mar 18 14:26 2011
CSS tweaks for the March 2011 update.
Changeset 315:
- Author: rool
- Date: Fri Mar 18 14:25 2011
Explicitly specify a (slightly newer) Rails version so that the Forum
doesn't try to just run on whatever Rails gem is newest (it's not even
Rails 2 compatible, never mind Rails 3)! Related changes - remove the
PATH_PREFIX mechanism, since serving with Apache+Passenger gives
position independence without the PATH_PREFIX hack.
Changeset 314:
- Author: rool
- Date: Fri Mar 18 14:24 2011
Relax restrictions on Textile use in forum posts.
Changeset 313:
- Author: rool
- Date: Fri Mar 18 14:23 2011
Remove unnecessary static 404 and 500 status error pages.
Rely on autogeneration.
Changeset 312:
- Author: rool
- Date: Fri Mar 18 14:20 2011
The Gem system has been updated. Gem's near-legendary backwards
incompatibilities then forced updates to the boot script for the
forum.
Changeset 311:
- Author: rool
- Date: Fri Mar 18 14:19 2011
Rails and Gem upgrades for the March 2011 site update caused problems
with 'truncate' calls in the forum. Display name truncation in these
contexts is unnecessary anyway, so I've removed the truncate calls.
Changeset 310:
- Author: rool
- Date: Fri Mar 18 14:17 2011
Another redundant file removed - see Revision #308.
Changeset 309:
- Author: rool
- Date: Fri Mar 18 14:16 2011
Restructure main layout for March 2011 site redesign.
Changeset 308:
- Author: rool
- Date: Fri Mar 18 14:15 2011
Remove edit-related fragments from the forum. To work with non-JS
browsers, the forum views were restructured to include an in-line
editor region which makes these extra parts redundant. Overlooked
in previous commits.
Changeset 307:
- Author: rool
- Date: Fri Mar 18 14:14 2011
Fix Forum typing error that would cause empty search strings
to generate an error; fix bug on the same line which forced
a lower case database search, but forgot to coerce the search
string to lower case too.
Changeset 306:
- Author: rool
- Date: Fri Mar 18 14:11 2011
Add a few more tools which were never previously brought under
source control. They don't expose any sensitive account-specific
information for the ROOL server.