Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet-oracle.xql,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/dotlrn/www/dotlrn-main-portlet-oracle.xql 4 Dec 2002 09:51:04 -0000 1.7
+++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet-oracle.xql 3 Jun 2003 18:35:47 -0000 1.8
@@ -5,21 +5,21 @@
- select dotlrn_communities.*,
- dotlrn_community.url(dotlrn_communities.community_id) as url,
- decode(dotlrn_communities.community_type, 'dotlrn_community', 'dotlrn_community',
+ select dotlrn_communities_all.*,
+ dotlrn_community.url(dotlrn_communities_all.community_id) as url,
+ decode(dotlrn_communities_all.community_type, 'dotlrn_community', 'dotlrn_community',
'dotlrn_club', 'dotlrn_club',
'dotlrn_class_instance') as simple_community_type,
- decode(dotlrn_community_admin_p(dotlrn_communities.community_id, dotlrn_member_rels_approved.user_id),'f',0,1) as admin_p,
- tree.tree_level(dotlrn_communities.tree_sortkey) as tree_level,
+ decode(dotlrn_community_admin_p(dotlrn_communities_all.community_id, dotlrn_member_rels_approved.user_id),'f',0,1) as admin_p,
+ tree.tree_level(dotlrn_communities_all.tree_sortkey) as tree_level,
nvl((select tree.tree_level(dotlrn_community_types.tree_sortkey)
from dotlrn_community_types
- where dotlrn_community_types.community_type = dotlrn_communities.community_type), 0) as community_type_level
- from dotlrn_communities,
+ where dotlrn_community_types.community_type = dotlrn_communities_all.community_type), 0) as community_type_level
+ from dotlrn_communities_all,
dotlrn_member_rels_approved
- where dotlrn_communities.community_id = dotlrn_member_rels_approved.community_id
+ where dotlrn_communities_all.community_id = dotlrn_member_rels_approved.community_id
and dotlrn_member_rels_approved.user_id = :user_id
- order by dotlrn_communities.tree_sortkey
+ order by dotlrn_communities_all.tree_sortkey
Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet-postgresql.xql,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/dotlrn/www/dotlrn-main-portlet-postgresql.xql 15 Jul 2002 20:12:46 -0000 1.1
+++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet-postgresql.xql 3 Jun 2003 18:35:47 -0000 1.2
@@ -5,26 +5,26 @@
- select dotlrn_communities.*,
- dotlrn_community__url(dotlrn_communities.community_id) as url,
+ select dotlrn_communities_all.*,
+ dotlrn_community__url(dotlrn_communities_all.community_id) as url,
(CASE
WHEN
- dotlrn_communities.community_type = 'dotlrn_community'
+ dotlrn_communities_all.community_type = 'dotlrn_community'
THEN 'dotlrn_community'
- WHEN dotlrn_communities.community_type = 'dotlrn_club'
+ WHEN dotlrn_communities_all.community_type = 'dotlrn_club'
THEN 'dotlrn_club'
ELSE 'dotlrn_class_instance'
END) as simple_community_type,
- tree_level(dotlrn_communities.tree_sortkey) as tree_level,
+ tree_level(dotlrn_communities_all.tree_sortkey) as tree_level,
coalesce((select tree_level(dotlrn_community_types.tree_sortkey)
from dotlrn_community_types
- where dotlrn_community_types.community_type = dotlrn_communities.community_type), 0) as community_type_level,
- acs_permission__permission_p(dotlrn_communities.community_id, :user_id, 'admin') as admin_p
- from dotlrn_communities,
+ where dotlrn_community_types.community_type = dotlrn_communities_all.community_type), 0) as community_type_level,
+ acs_permission__permission_p(dotlrn_communities_all.community_id, :user_id, 'admin') as admin_p
+ from dotlrn_communities_all,
dotlrn_member_rels_approved
- where dotlrn_communities.community_id = dotlrn_member_rels_approved.community_id
+ where dotlrn_communities_all.community_id = dotlrn_member_rels_approved.community_id
and dotlrn_member_rels_approved.user_id = :user_id
- order by dotlrn_communities.tree_sortkey
+ order by dotlrn_communities_all.tree_sortkey
Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp,v
diff -u -r1.36 -r1.37
--- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 29 May 2003 18:05:01 -0000 1.36
+++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 3 Jun 2003 18:35:47 -0000 1.37
@@ -68,6 +68,7 @@
@communities.pretty_name@
+ Archived
#dotlrn.drop_membership_link#