Changesets can be listed by changeset number.
The Git repository is here.
Changeset 275:
- Author: rool
- Date: Fri Feb 12 14:14 2010
Add MD5 tool used to update Radiant configuration files
with checksum data.
Changeset 274:
- Author: rool
- Date: Fri Feb 12 14:13 2010
Add SVN structure for arbitrary tools.
Changeset 273:
- Author: rool
- Date: Fri Feb 12 12:37 2010
Support for MD5 checksums in listings of downloadable
components. Had to shoehorn it in a bit; not ideal, but
it does work.
Changeset 272:
- Author: rool
- Date: Mon Feb 08 21:58 2010
Finally got around to updating filesystem-based references to "hobix.com",
which is no longer around since "Why" vanished. A copy of the page is held
on redcloth.org and will hopefully stay there for a while!
Changeset 271:
- Author: rool
- Date: Thu Jul 09 19:04 2009
Fix Changeset #270 - the regexp used for substitution was breaking HTML
fragments in info strings (I forgot that HTML was ever used there).
Changeset 270:
- Author: rool
- Date: Wed Jul 08 14:47 2009
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.
Changeset 269:
- Author: rool
- Date: Wed May 27 23:57 2009
Overdue upgrade to AWStats v6.9, the most recent version
available at the time of writing.
Changeset 268:
- Author: rool
- Date: Tue Apr 28 12:50 2009
CSSi specicivity (ick) rules are very annoying at times.
Changeset 267:
- Author: rool
- Date: Tue Apr 28 12:22 2009
Support better directory listings for download components, with better
handling of filename extensions, version numbers and datestamps.
Changeset 266:
- Author: rool
- Date: Mon Apr 27 14:37 2009
Tweak Gullery stylesheet to avoid annoying underline border/dot to the bottom
left corner of thumbnails and stop wrap-around in the toolbar when logged into
the admin/editing interface.
Changeset 265:
- Author: rool
- Date: Thu Apr 23 18:57 2009
Fixed silly bug whereby HTTP headers had both the header name (key) and
header value converted to lower case, causing redirections to fail if
the path contained any upper case letters. Fixes Ticket #196.
Changeset 264:
- Author: rool
- Date: Thu Apr 23 18:46 2009
Updated to cvslog2web version 1.16. This includes changes made for the
ROOL version of the script which were submitted back and subsequently
merged into the official source tree. Meanwhile, the previously checked-
in configuration file was from the 'devel' site tree; changed to 'live'.
Changeset 263:
- Author: rool
- Date: Wed Feb 25 21:28 2009
Update Hub application and library gem VERSION files following
Changeset #261 and Changeset #262. Note that this version of the
application requires the corresponding version of the gem (0.2.6).
Changeset 262:
- Author: rool
- Date: Wed Feb 25 21:24 2009
Increase the Hub library gem's version number to 0.2.6 following
Changeset #261 (should've been included in that Changeset, but I
omitted it by accident).
Changeset 261:
- Author: rool
- Date: Wed Feb 25 21:22 2009
Moved sanity checks of enumerated current site users from the Hub
application into the library gem, where it always should have been.
Explicitly check to see if the session details returned by the DRb
server "look" like a User representation by checking that the
session proxy responds to "user_id". This always *should* be the
case but on the ROOL production site, there have been numerous
times when the DRb process seems to serve up odd objects which do
not respond as expected, leading to an application error if the
administrator tries to use the enumeration action.