W3C CVS

CVS log for ETA/funcs.phi

[BACK] Up to [Public] / ETA

Request diff between arbitrary revisions


Default branch: 1

Revision 1.55 / (download) - annotate - [select for diffs] , Fri Feb 29 01:55:16 2008 UTC (2 months, 1 week ago) by gerald
CVS Tags: HEAD
Changes since 1.54: +13 -13 lines
Diff to previous 1.54 (colored)
failed attempt to get code working in our current environment

Revision 1.54 / (download) - annotate - [select for diffs] , Thu Jan 27 22:06:17 2000 UTC (8 years, 3 months ago) by hugo
Changes since 1.53: +1 -0 lines
Diff to previous 1.53 (colored)
Worked on accessibility

Revision 1.53 / (download) - annotate - [select for diffs] , Wed Jan 12 18:28:55 2000 UTC (8 years, 4 months ago) by eric
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)
fixed bug - ensureEntry would not work if there were no valid query entries

Revision 1.52 / (download) - annotate - [select for diffs] , Mon Sep 27 15:39:04 1999 UTC (8 years, 7 months ago) by hugo
Changes since 1.51: +56 -18 lines
Diff to previous 1.51 (colored)
New function greyRef() to grey out otions
New function modemFriendly() to check the amount of information to display
Added a type 'checkbox' in render() (that I finally did not use)
Modified render_navbar_top() to use greyRef()

Revision 1.51 / (download) - annotate - [select for diffs] , Wed Aug 11 00:09:44 1999 UTC (8 years, 9 months ago) by eric
Changes since 1.50: +8 -3 lines
Diff to previous 1.50 (colored)
'ensure' parameter to render.queryList makes sure that ensured entry is added to a pick list regardless of whether it was in the query

Revision 1.50 / (download) - annotate - [select for diffs] , Fri Jul 2 21:19:51 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.49: +11 -1 lines
Diff to previous 1.49 (colored)
added list of observed issues

Revision 1.49 / (download) - annotate - [select for diffs] , Fri Jul 2 14:27:57 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.48: +23 -0 lines
Diff to previous 1.48 (colored)
added schema default URIs and a new nav bar at the bottom

Revision 1.48 / (download) - annotate - [select for diffs] , Fri Jul 2 00:41:38 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.47: +56 -0 lines
Diff to previous 1.47 (colored)
changed menu bars at the bottom

Revision 1.47 / (download) - annotate - [select for diffs] , Thu Jul 1 22:36:17 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.46: +3 -2 lines
Diff to previous 1.46 (colored)
added a skills list icon to the issues list and also an align parameter to render_icon

Revision 1.46 / (download) - annotate - [select for diffs] , Thu Jul 1 13:35:26 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (colored)
improved error messages

Revision 1.45 / (download) - annotate - [select for diffs] , Tue Jun 29 16:31:58 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.44: +43 -10 lines
Diff to previous 1.44 (colored)
committed a bunch of things that were done when while CVS was out

Revision 1.44 / (download) - annotate - [select for diffs] , Fri Jun 25 18:57:53 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.43: +5 -6 lines
Diff to previous 1.43 (colored)
* Changed from field in mail notification to default owner for forum
* Clarified text in mail notification

Revision 1.43 / (download) - annotate - [select for diffs] , Tue Jun 22 01:33:37 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.42: +99 -20 lines
Diff to previous 1.42 (colored)
Added notification on event expiration

Revision 1.42 / (download) - annotate - [select for diffs] , Mon Jun 21 19:42:58 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)
Fixed typo in variable names

Revision 1.41 / (download) - annotate - [select for diffs] , Mon Jun 21 19:32:25 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.40: +4 -1 lines
Diff to previous 1.40 (colored)
fixed

Revision 1.40 / (download) - annotate - [select for diffs] , Mon Jun 21 18:54:36 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.39: +50 -10 lines
Diff to previous 1.39 (colored)
Changed the auth handling so that we first check for $REMOTE_USER and
if set then use that name to search our contacts table. Otherwise we
use the normal ETA username and password.  This allows us to ise an
external auth mechanism together with ETA

Revision 1.39 / (download) - annotate - [select for diffs] , Sun Jun 20 18:58:20 1999 UTC (8 years, 10 months ago) by frystyk
Changes since 1.38: +22 -9 lines
Diff to previous 1.38 (colored)
Added uris in the mail notification

Revision 1.38 / (download) - annotate - [select for diffs] , Sat Jun 19 01:17:00 1999 UTC (8 years, 10 months ago) by hugo
Changes since 1.37: +5 -2 lines
Diff to previous 1.37 (colored)
Restricted URI highlighting to textarea objects

Revision 1.37 / (download) - annotate - [select for diffs] , Fri Jun 18 22:57:19 1999 UTC (8 years, 10 months ago) by hugo
Changes since 1.36: +1 -1 lines
Diff to previous 1.36 (colored)
require() uses the correct PHP include path: complete path not needed anymore

Revision 1.36 / (download) - annotate - [select for diffs] , Sat Jun 12 13:43:41 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.35: +6 -1 lines
Diff to previous 1.35 (colored)
* Fixed due date problem - now uses a second select
* Fixed broken link with empty home pages
* removed the extra <p> around table fields to make it look better in lynx

Revision 1.35 / (download) - annotate - [select for diffs] , Fri Jun 11 20:19:55 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.34: +12 -9 lines
Diff to previous 1.34 (colored)
* added better timestamp render function
* added due date button
* moved observer button to resolved column
* can't use preceeding zeros as they are seen as indicating octal numbers

Revision 1.34 / (download) - annotate - [select for diffs] , Thu Jun 10 00:38:05 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)
Limited list of potential owners that get notified

Revision 1.33 / (download) - annotate - [select for diffs] , Thu Jun 10 00:28:05 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.32: +4 -3 lines
Diff to previous 1.32 (colored)
Added explanation of why contact was notified

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Jun 9 23:07:56 1999 UTC (8 years, 11 months ago) by gerald
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)
moved dbinfo.phi to ../../conf so it won't be visible over the web

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Jun 9 22:50:16 1999 UTC (8 years, 11 months ago) by hugo
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored)
render(): formats text (carriage return + URI detection) when displayed

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Jun 9 22:38:51 1999 UTC (8 years, 11 months ago) by gerald
Changes since 1.29: +8 -2 lines
Diff to previous 1.29 (colored)
moved db auth info to a separate file

Revision 1.29 / (download) - annotate - [select for diffs] , Wed Jun 9 21:04:54 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.28: +52 -46 lines
Diff to previous 1.28 (colored)
added resolution to mails sent out when they are in a final state

Revision 1.28 / (download) - annotate - [select for diffs] , Wed Jun 9 18:43:29 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)
stripped 'mailto' from email address before sent to mail

Revision 1.27 / (download) - annotate - [select for diffs] , Wed Jun 9 18:32:28 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.26: +9 -4 lines
Diff to previous 1.26 (colored)
Added "open issues" listing

Revision 1.26 / (download) - annotate - [select for diffs] , Wed Jun 9 15:39:00 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.25: +15 -0 lines
Diff to previous 1.25 (colored)
added function issue_isStateFinal

Revision 1.25 / (download) - annotate - [select for diffs] , Wed Jun 9 01:27:39 1999 UTC (8 years, 11 months ago) by gerald
Changes since 1.24: +45 -50 lines
Diff to previous 1.24 (colored)
cleaned up the mail functions a lot, messed with the notification
message format a bit

Revision 1.24 / (download) - annotate - [select for diffs] , Tue Jun 8 23:56:57 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.23: +175 -7 lines
Diff to previous 1.23 (colored)
mail notification and observe button

Revision 1.23 / (download) - annotate - [select for diffs] , Tue Jun 8 20:54:22 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.22: +11 -4 lines
Diff to previous 1.22 (colored)
added formatStringModifier and GROUP by clause in render function

Revision 1.22 / (download) - annotate - [select for diffs] , Sun Jun 6 16:56:41 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.21: +6 -2 lines
Diff to previous 1.21 (colored)
fixed table alignment layout problem

Revision 1.21 / (download) - annotate - [select for diffs] , Sun Jun 6 16:33:43 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)
changed style sheets

Revision 1.20 / (download) - annotate - [select for diffs] , Sun Jun 6 11:22:46 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.19: +67 -10 lines
Diff to previous 1.19 (colored)
fixed task assignment

Revision 1.19 / (download) - annotate - [select for diffs] , Sun Jun 6 00:27:19 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.18: +52 -59 lines
Diff to previous 1.18 (colored)
added auto generation of events and a bunch of other things

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Jun 4 23:18:46 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.17: +7 -7 lines
Diff to previous 1.17 (colored)
quoting and some other things done

Revision 1.17 / (download) - annotate - [select for diffs] , Fri Jun 4 16:21:53 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.16: +41 -29 lines
Diff to previous 1.16 (colored)
revisions in UI

Revision 1.16 / (download) - annotate - [select for diffs] , Thu Jun 3 00:13:40 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.15: +9 -0 lines
Diff to previous 1.15 (colored)
rearranged location of globals, added forum information to skills, taken away some <view> columns

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Jun 2 17:55:21 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.14: +6 -3 lines
Diff to previous 1.14 (colored)
fixed help links

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Jun 2 15:17:26 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.13: +5 -4 lines
Diff to previous 1.13 (colored)
fixed a few relative links

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jun 2 14:50:38 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.12: +11 -2 lines
Diff to previous 1.12 (colored)
links finished

Revision 1.12 / (download) - annotate - [select for diffs] , Wed Jun 2 00:57:17 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.11: +8 -0 lines
Diff to previous 1.11 (colored)
fixed assignment and list of fora

Revision 1.11 / (download) - annotate - [select for diffs] , Tue Jun 1 22:25:23 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.10: +4 -0 lines
Diff to previous 1.10 (colored)
more documentation

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Jun 1 21:49:39 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.9: +48 -18 lines
Diff to previous 1.9 (colored)
next version

Revision 1.9 / (download) - annotate - [select for diffs] , Tue Jun 1 13:10:49 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)
allowed for separate templates for each forum

Revision 1.8 / (download) - annotate - [select for diffs] , Thu May 27 01:51:25 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.7: +10 -0 lines
Diff to previous 1.7 (colored)
cleaned up stuff

Revision 1.7 / (download) - annotate - [select for diffs] , Wed May 26 22:59:31 1999 UTC (8 years, 11 months ago) by frystyk
CVS Tags: getting_close
Changes since 1.6: +48 -14 lines
Diff to previous 1.6 (colored)
next real version with most done

Revision 1.6 / (download) - annotate - [select for diffs] , Tue May 25 13:54:11 1999 UTC (8 years, 11 months ago) by frystyk
Changes since 1.5: +52 -0 lines
Diff to previous 1.5 (colored)
ready for prime time

Revision 1.5 / (download) - annotate - [select for diffs] , Mon May 24 22:00:05 1999 UTC (8 years, 11 months ago) by eric
CVS Tags: contactform
Changes since 1.4: +28 -0 lines
Diff to previous 1.4 (colored)
added auth

Revision 1.4 / (download) - annotate - [select for diffs] , Mon May 24 14:58:30 1999 UTC (8 years, 11 months ago) by eric
CVS Tags: pre-id-cookie
Changes since 1.3: +22 -0 lines
Diff to previous 1.3 (colored)
pre id cookie

Revision 1.3 / (download) - annotate - [select for diffs] , Sat May 22 21:53:26 1999 UTC (8 years, 11 months ago) by eric
CVS Tags: first_cut
Changes since 1.2: +27 -4 lines
Diff to previous 1.2 (colored)
first relatively stable version

Revision 1.2 / (download) - annotate - [select for diffs] , Thu May 13 16:51:32 1999 UTC (9 years ago) by frystyk
Changes since 1.1: +75 -9 lines
Diff to previous 1.1 (colored)
even cooler version

Revision 1.1 / (download) - annotate - [select for diffs] , Fri May 7 03:09:50 1999 UTC (9 years ago) by frystyk
Diff
First version

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster