Changesets can be listed by changeset number.
The Git repository is here.
Changeset 35:
- Author: adh
- Date: Sat Jul 29 16:39 2006
Stylesheet tweaks to better match other apps on the site. Updated
theme and powered-by info to match Radiant-exported templates. New
help style when editing pages; doesn't overflow into sidebar.
Changeset 34:
- Author: adh
- Date: Sat Jul 29 16:30 2006
Updated to look and feel of RISC OS Open site. Fixed bugs related to
unterminated entities ("&187" and " " in various places). RSS links
based on url_for() output rather than on an assumed host document root.
Changeset 33:
- Author: adh
- Date: Sat Jul 29 10:50 2006
Completion of 'collaboa' project directory structure in repository.
Changeset 32:
- Author: adh
- Date: Sat Jul 29 10:50 2006
Completion of 'collaboa' project directory structure in repository.
Changeset 31:
- Author: adh
- Date: Sat Jul 29 10:49 2006
Removing 'collboa' structure due to typo in parent directory name.
Changeset 30:
- Author: adh
- Date: Sat Jul 29 10:49 2006
Removing 'collboa' structure due to typo in parent directory name.
Changeset 29:
- Author: adh
- Date: Sat Jul 29 10:49 2006
Removing 'collboa' structure due to typo in parent directory name.
Changeset 28:
- Author: adh
- Date: Sat Jul 29 10:49 2006
Removing 'collboa' structure due to typo in parent directory name.
Changeset 27:
- Author: adh
- Date: Thu Jul 27 22:26 2006
Updated live RForum installation to use SVN sources rather than the
intermediate stuff it was on before. Accordingly, updated the site
configuration file.
Changeset 26:
- Author: adh
- Date: Thu Jul 27 22:01 2006
Increased text area size in 'send user a message' section of the
user details view, along with improving the general formatting of
other parts of the view a bit.
Changeset 25:
- Author: adh
- Date: Mon Jul 24 22:03 2006
Configured for temporary /rails/collaboa location on Alpha. Changed
database schema so 'completed' flag in 'milestones' table is an integer
rather than a boolean because there are comparisons with zero in a few
places in the code, but PostgreSQL strongly types booleans and will not
automatically or cast it or allow it to be explicitly cast. It was
simpler to change the database type to match the code.
Added a local copy of RedCloth since it didn't appear in the right
place (this appears in 'vendor'). Updated the 'syntax' library to use
more explicit 'require' paths - some of the files looked like they were
expecting 'require' to work from the directory in which the file itself
resided, but Ruby/Rails, at least on Alpha, treats them as coming from
the application root at all times.
As housekeeping, deleted spurious log files.
Changeset 24:
- Author: adh
- Date: Mon Jul 24 21:54 2006
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
Changeset 23:
- Author: adh
- Date: Mon Jul 24 21:53 2006
Adding Collaboa structure to repository.
Changeset 22:
- Author: adh
- Date: Sun Jul 23 11:48 2006
Initial import of SimpleTicket revision 333 from SimpleTicket's SVN
repository. SimpleTicket is a Ruby On Rails based ticket tracking
system, which I hope to use as a bug tracker on the RISC OS Open
Limited web site instead of the much more complex Bugzilla.
Changeset 21:
- Author: adh
- Date: Sun Jul 23 11:46 2006
Creating structure for SimpleTicket.