Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 15
- Log:
Attempt to update Typo to a Typo SVN HEAD release from around the
time the prototype installation was set up on the RISC OS Open Limited
web site. Timestamps place this at 04-Jul so a revision from 05-Jul or
earlier was pulled and copied over the 2.6.0 tarball stable code.
- Author:
- adh
- Date:
- Sat Jul 22 23:27:35 +0100 2006
- Size:
- 172 Bytes
1 | xml.instruct! :xml, :version=>"1.0", :encoding=>"iso-8859-1" |
2 | xml.response do |
3 | xml.error(@error_message.blank? ? 0 : 1) |
4 | xml.message(@error_message) if @error_message |
5 | end |