Changesets can be listed by changeset number.
The Git repository is here.
Changeset 50:
- Author: adh
- Date: Fri Aug 04 16:08 2006
Creating structure to hold RCVSweb in SVN.
Changeset 49:
- Author: adh
- Date: Thu Aug 03 15:15 2006
First stage of configuring CVSWeb for the ROOL site. No changes to
look and feel beyond using shared images for file icons.
Changeset 48:
- Author: adh
- Date: Thu Aug 03 15:14 2006
Added various shared images. Though these are in the Rails shared
tree, they're actually presently shared between Collaboa and the
Perl-based CVSWeb.
Changeset 47:
- Author: adh
- Date: Wed Aug 02 21:45 2006
A few include paths in the syntax library were still wrong, at least for
the installation on Alpha. Some spurious white space changes to files in
the 'app' tree. Fixes bug described by Ticket #37.
Changeset 46:
- Author: adh
- Date: Wed Aug 02 20:11 2006
RForum attachments should now be displayed inline for any MIME types
known to the mime-types gem. Requires installation of said gem, so it
introduces a new external dependency. MIME type is based upon the
filename extension on the original uploaded file. Not submitted as an
RForum patch because it's a rather specific feature and the need for
the mime-types gem makes it less attractive to a more general user.
Changeset 45:
- Author: adh
- Date: Wed Aug 02 19:40 2006
Removing SimpleTicket from SVN - I'm sold on Collaboa for now, even if
it is only ever used for the Web site SVN repository.
Changeset 44:
- Author: adh
- Date: Wed Aug 02 17:37 2006
Missing attachments produced an application error rather than being
handled gracefully, before this change. Now, an alert is given to
warn the user that the attachment cannot be served. The browser is
redirected back to the referer URL if present, else the forum topic
list.
Changeset 43:
- Author: adh
- Date: Tue Aug 01 12:23 2006
Use of PATH_PREFIX to make the configuration more easy to relocate.
Prompted by Ticket #33, where Radiant URLs were being served relative
to the document root; this is fixed in app/models/behavior.rb though
it is not a very clean solution.
Changeset 42:
- Author: adh
- Date: Tue Aug 01 10:35 2006
Deleted local copy of RedCloth in vendor - 3.0.4 is installed
centrally anyway. Updated config/environment.rb so that it
includes the right file for the central RedCloth installation.
Changeset 41:
- Author: adh
- Date: Mon Jul 31 16:34 2006
Removed junk files from a MacOS-based archive used as the Radiant source
along with an editor swap file or two hidden around the tree.
Changeset 40:
- Author: adh
- Date: Mon Jul 31 15:52 2006
Swapped order of 'Part' and 'Release' selectors, which were backwards
- it makes sense for 'Part' to come before 'Release', so that 'Release'
is followed by 'Milestone'.
Changeset 39:
- Author: adh
- Date: Mon Jul 31 15:11 2006
Initial import of CVSWeb 3.0.6 from http://people.freebsd.org/~scop/cvsweb/
into SVN. CVSWeb will be used as a Web interface onto the main repository,
since that is too large and too complex to convert from its current SVN
form into SVN.
Changeset 38:
- Author: adh
- Date: Mon Jul 31 15:11 2006
Creating directory structure ready to import CVSWeb.
Changeset 37:
- Author: adh
- Date: Sat Jul 29 22:15 2006
Completed the ERB behavior code. Extended the system to allow
filters access to instance variables too, thus providing better
ERB filter behavior. ERB filter renamed to reflect the new
requirement for Radiant changes - the old one can be used side
by side if need be, though the older one is deleted here since
the Web site doesn't need it. Added "execute command on change"
for filters and added a command to clear caches and restart the
ROOL site server.
Changeset 36:
- Author: adh
- Date: Sat Jul 29 16:41 2006
Updated shared components exported from Radiant CMS.