Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/become.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/complex-search.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/index.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/member-state-change-oracle.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/member-state-change-postgresql.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/member-state-change.xql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-admin/www/users/one-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/Attic/one-oracle.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-admin/www/users/one-oracle.xql 29 Apr 2001 00:47:48 -0000 1.1 @@ -0,0 +1,17 @@ + + + + oracle8.1.6 + + + + select at.pretty_name, at.pretty_plural, a.creation_date, acs_object.name(a.object_id) object_name +from acs_objects a, acs_object_types at +where a.object_type = at.object_type +and a.creation_user = :user_id +order by object_name, creation_date + + + + + Index: openacs-4/packages/acs-admin/www/users/one-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/Attic/one-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-admin/www/users/one-postgresql.xql 29 Apr 2001 00:47:48 -0000 1.1 @@ -0,0 +1,17 @@ + + + + postgresql7.1 + + + + select at.pretty_name, at.pretty_plural, a.creation_date, acs_object__name(a.object_id) object_name +from acs_objects a, acs_object_types at +where a.object_type = at.object_type +and a.creation_user = :user_id +order by object_name, creation_date + + + + + Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/one.xql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-admin/www/users/registration-history-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/Attic/registration-history-oracle.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-admin/www/users/registration-history-oracle.xql 29 Apr 2001 00:47:48 -0000 1.1 @@ -0,0 +1,18 @@ + + + + oracle8.1.6 + + + + select to_char(creation_date,'YYYYMM') as sort_key, rtrim(to_char(creation_date,'Month')) as pretty_month, to_char(creation_date,'YYYY') as pretty_year, count(*) as n_new +from users, acs_objects +where users.user_id = acs_objects.object_id +and creation_date is not null +group by to_char(creation_date,'YYYYMM'), to_char(creation_date,'Month'), to_char(creation_date,'YYYY') +order by 1 + + + + + Index: openacs-4/packages/acs-admin/www/users/registration-history-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/Attic/registration-history-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-admin/www/users/registration-history-postgresql.xql 29 Apr 2001 00:47:48 -0000 1.1 @@ -0,0 +1,18 @@ + + + + postgresql7.1 + + + + select to_char(creation_date,'YYYYMM') as sort_key, rtrim(to_char(creation_date,'Month')) as pretty_month, to_char(creation_date,'YYYY') as pretty_year, count(*) as n_new +from users, acs_objects +where users.user_id = acs_objects.object_id +and creation_date is not null +group by to_char(creation_date,'YYYYMM'), to_char(creation_date,'Month'), to_char(creation_date,'YYYY') +order by 1 + + + + + Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/search.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/user-add-2.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-admin/www/users/user-add-3.xql'. Fisheye: No comparison available. Pass `N' to diff?