Tim Bishop [Mon, 3 Mar 2003 15:30:59 +0000 (15:30 +0000)]
Nothing changed, I just want to log a relevant change...
This is the latest modification to cvs2cl, revision 2.38. This is an
old and outdatted version of cvs2cl, but it's what we're using right
now. I've got rid of unanimous tags in this change. The patch given
below is a complete diff from 2.38.
777c777,778
< $files = wrap ("\t", " ", "$files");
---
> # tdb: no-wrap shouldn't wrap ANYTHING!
> #$files = wrap ("\t", " ", "$files"); 934c935,936
< if ((scalar (@qunkrefs)) > 1)
---
> # tdb: hacked to turn off the commondir feature
> if ((scalar (@qunkrefs)) < 0) 978c980,981
< my $everyone_has_this_tag = 1;
---
> # tdb: we don't want to have unanimous tags
> my $everyone_has_this_tag = 0; 1126c1129,1130
< $beauty .= ", ";
---
> # tdb: hacked to put a newline after each one
> $beauty .= ",\n"; 1175c1179,1180
< $beauty = "* $beauty:";
---
> # tdb: hacked to remove the prefixed *
> $beauty = "$beauty:";
Tim Bishop [Sat, 9 Feb 2002 15:00:42 +0000 (15:00 +0000)]
Some updates to the i-scream website. Particularly the entry page has had an
overhaul. It now has a News section and a Current Work section. This should
slightly help in making i-scream not look quite so dead. Once again, my web
design skills aren't great, so changes are welcome :-)
Tim Bishop [Sun, 9 Dec 2001 01:19:57 +0000 (01:19 +0000)]
Mention that the documentation may not match the code available in cvs, and
offer a link to changes made since project completion (which is when the
downloads were generated, roughly).
Tim Bishop [Mon, 29 Oct 2001 17:09:04 +0000 (17:09 +0000)]
Added some links to the Sourceforge stuff. I guess if I could be bothered
I'd sit down and install some tools to do this on our server... but I'm
too lazy :) Also be nice to use Sourceforge for proper downloads, if we
ever made a release... which I'll do someday in the not overly distant
future.
Tim Bishop [Mon, 9 Jul 2001 23:11:09 +0000 (23:11 +0000)]
Just a little test thing. The idea is nice, having an almost custom search engine,
but I guess the front end form could be done a LOT neater by someone with
a little more design skills ;-) A small box on the left menu bar may be nice?
Tim Bishop [Mon, 18 Jun 2001 15:19:37 +0000 (15:19 +0000)]
Major changes:
- Now supports period=date&date=yyyy/mm/dd query strings.
- The files/logs section of each commit has been broken into two seperate bits.
- The filenames are linked to their relevant viewcvs page.
- The revisions are linked to their diffs, allowing one to see the changes a
certain commit has introduced.
- The log message itself has been unwrapped, for neatness.
Bugs:
- fails to know about "deleted" files. They simply show up as a new revision.
This is a fault in the underlying cvs2cl script.
Notes:
- This uses a modified version of cvs2cl. The diff is given here to avoid any
confusion as to what this script expects in the future.
777c777,778
< $files = wrap ("\t", " ", "$files");
---
> # tdb1: no-wrap shouldn't wrap ANYTHING!
> #$files = wrap ("\t", " ", "$files"); 934c935,936
< if ((scalar (@qunkrefs)) > 1)
---
> # tdb1: hacked to turn off the commondir feature
> if ((scalar (@qunkrefs)) < 0) 1126c1128,1129
< $beauty .= ", ";
---
> # tdb1: hacked to put a newline after each one
> $beauty .= ",\n"; 1175c1178,1179
< $beauty = "* $beauty:";
---
> # tdb1: hacked to remove the prefixed *
> $beauty = "$beauty:";
Tim Bishop [Tue, 5 Jun 2001 16:19:00 +0000 (16:19 +0000)]
Now been "updated" to support some more funky features :)
Firstly the output is grouped by module, making it clearer to see what commits
belong where.
Secondly, query strings allow you to specify the period, rather than just the
current day that the old one did. This are:
Current Day: period=today
Current Week: period=thisweek
Last n Days: period=days&days=n
There are also subtle location changes to suit the location on the new webserver
rather than raptor.
Paul Mutton [Tue, 29 May 2001 12:07:42 +0000 (12:07 +0000)]
Just thought this would be a nice touch... put the real file sizes on the
current download page - as "<1mb" was a bit misleading for the 8kb ihost
(albeit true!)