Changesets can be listed by changeset number.
The Git repository is here.
Changeset 455:
- Author: rool
- Date: Fri Sep 06 07:16 2013
Improve bug tracker CSS, especially for comments.
Changeset 454:
- Author: rool
- Date: Fri Sep 06 07:14 2013
Add auto-linking to bug report and comment parsing.
Changeset 453:
- Author: rool
- Date: Fri Sep 06 02:04 2013
Properly handle "file not found" events for log files, rather than
just allowing an Application Error to be raised.
Changeset 452:
- Author: rool
- Date: Wed Sep 04 09:33 2013
Fix small comment typing error.
Changeset 451:
- Author: rool
- Date: Wed Sep 04 09:21 2013
Tighten up filtering of Textile and HTML markup in forum posts, given
that spammers now sometimes get in and make posts. Use the mechanism
therein to fix Ticket #354, albeit at some significant speed penalty;
this occurs only when new posts are created or old posts are edited
and isn't too large compared with the wider request activity, for
typical length posts.
Changeset 450:
- Author: rool
- Date: Tue Sep 03 07:56 2013
Fix Ticket #352.
Changeset 449:
- Author: rool
- Date: Tue Sep 03 03:05 2013
Fix divide by zero (facepalm).
Changeset 448:
- Author: rool
- Date: Tue Sep 03 02:56 2013
Various forum patches to work better with page and per-page parameters
during replies and editing inside topics. Fixes Ticket #351.
Changeset 447:
- Author: rool
- Date: Mon Sep 02 08:21 2013
DRY up Changeset #446.
Changeset 446:
- Author: rool
- Date: Mon Sep 02 08:11 2013
Fix Ticket #353.
Changeset 445:
- Author: rool
- Date: Mon Sep 02 08:09 2013
Eager loading of the User object associated with the most recent
post in a Forum ought to speed things up, but in this context it
was causing a significant performance issue seen in particular
when trying to fetch the top-level list of forums. Just getting
rid of the eager-load instruction fixes the performance issue.
Changeset 444:
- Author: rool
- Date: Fri Aug 30 07:58 2013
Implement what turns out to be a very simple fix to long-standing
irritation described by Ticket #169.
Changeset 443:
- Author: rool
- Date: Fri Aug 30 07:52 2013
More efficient equivalent of part of Changeset #442.
Changeset 442:
- Author: rool
- Date: Fri Aug 30 07:46 2013
Implement per-page selection (25, 50, 100 items) for lists of posts
and posts within topics, as per Ticket #261. RSS feeds for posts within
topics have been increased from 25 to 50 items in passing as these are
quite lightweight to process.
Changeset 441:
- Author: rool
- Date: Fri Aug 30 06:16 2013
Fix bug raised in Ticket #285.