Index: openacs-4/packages/dotlrn-catalog/catalog/dotlrn-catalog.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/catalog/dotlrn-catalog.es_ES.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-catalog/catalog/dotlrn-catalog.es_ES.ISO-8859-1.xml 16 Feb 2005 22:21:30 -0000 1.3 +++ openacs-4/packages/dotlrn-catalog/catalog/dotlrn-catalog.es_ES.ISO-8859-1.xml 22 Feb 2005 22:00:56 -0000 1.4 @@ -6,6 +6,7 @@ Administrar Arbol de Categorias Administrar Este Courso y tiene + y posee una asociacion con una clase o cumunidad de dotLRN. Assessment Asociar Asociar este curso @@ -67,9 +68,11 @@ No Asociar No Asociado Informacion de un Curso + Permiso Ingrese una palabra Privilegio sobre Privilegio sobre dotLRN-Catalog: + Profesor: Listado de Revisiones Revisiones Remover Index: openacs-4/packages/dotlrn-catalog/lib/course-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/lib/course-chunk.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-catalog/lib/course-chunk.adp 19 Feb 2005 02:32:07 -0000 1.7 +++ openacs-4/packages/dotlrn-catalog/lib/course-chunk.adp 22 Feb 2005 22:00:56 -0000 1.8 @@ -1,7 +1,16 @@ + + + -
+
Index: openacs-4/packages/dotlrn-catalog/lib/course-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/lib/course-chunk.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-catalog/lib/course-chunk.tcl 19 Feb 2005 03:43:11 -0000 1.5 +++ openacs-4/packages/dotlrn-catalog/lib/course-chunk.tcl 22 Feb 2005 22:00:56 -0000 1.6 @@ -41,13 +41,17 @@ set category_name "[category::get_name [category::get_mapped_categories $course_id]]" # Check if user has admin permission over course_id +set admin_p 0 if { [permission::permission_p -object_id $cc_package_id -privilege "create"] } { set item_id [dotlrn_catalog::get_item_id -revision_id $course_id] - set admin_p [permission::permission_p -object_id $item_id -privilege "admin"] -} else { - set admin_p 0 + if { [permission::permission_p -object_id $course_id -privilege "admin"] } { + set admin_p 1 + } else { + set admin_p 0 + } } + set obj_n 0 set dotlrn_class "(" set dotlrn_com "(" Index: openacs-4/packages/dotlrn-catalog/lib/tree-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/lib/tree-chunk.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-catalog/lib/tree-chunk.adp 21 Feb 2005 19:22:12 -0000 1.3 +++ openacs-4/packages/dotlrn-catalog/lib/tree-chunk.adp 22 Feb 2005 22:00:56 -0000 1.4 @@ -1,4 +1,13 @@
+ + +
Index: openacs-4/packages/dotlrn-catalog/sql/oracle/dotlrn-catalog-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/sql/oracle/dotlrn-catalog-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/sql/oracle/dotlrn-catalog-drop.sql 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/sql/oracle/dotlrn-catalog-drop.sql 22 Feb 2005 22:00:56 -0000 1.2 @@ -3,8 +3,12 @@ -- creation-date 2005-01-31 -- +drop table dotlrn_catalog; begin acs_rel_type.drop_type('dotlrn_catalog_rel'); + acs_rel_type.drop_role('dotlrn_com_role'); + acs_rel_type.drop_role('dotlrn_class_role'); + acs_rel_type.drop_role('d_catalog_role'); end; / show errors \ No newline at end of file Index: openacs-4/packages/dotlrn-catalog/sql/postgresql/dotlrn-catalog-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/sql/postgresql/dotlrn-catalog-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/sql/postgresql/dotlrn-catalog-drop.sql 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/sql/postgresql/dotlrn-catalog-drop.sql 22 Feb 2005 22:00:56 -0000 1.2 @@ -4,5 +4,8 @@ -- creation-date 2005-01-31 -- -drop table c_catalog; select acs_rel_type__drop_type('dotlrn_catalog_rel', 'f'); +select acs_rel_type__drop_role('dotlrn_com_role'); +select acs_rel_type__drop_role('dotlrn_class_role'); +select acs_rel_type__drop_role('d_catalog_role'); +drop table dotlrn_catalog; \ No newline at end of file Index: openacs-4/packages/dotlrn-catalog/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/index.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-catalog/www/index.adp 21 Feb 2005 19:22:13 -0000 1.3 +++ openacs-4/packages/dotlrn-catalog/www/index.adp 22 Feb 2005 22:00:56 -0000 1.4 @@ -15,3 +15,4 @@ + Index: openacs-4/packages/dotlrn-catalog/www/admin/grant-list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/admin/grant-list.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/www/admin/grant-list.adp 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/www/admin/grant-list.adp 22 Feb 2005 22:00:56 -0000 1.2 @@ -1,5 +1,14 @@ @page_title@ @context;noquote@ + + + \ No newline at end of file Index: openacs-4/packages/dotlrn-catalog/www/doc/index.htm =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/doc/Attic/index.htm,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/www/doc/index.htm 18 Feb 2005 14:06:10 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/www/doc/index.htm 22 Feb 2005 22:00:56 -0000 1.2 @@ -253,7 +253,7 @@

2. USERS MANUAL:

- +
Here are some simple statments to interact with the dotlrn-catalog package. For sections 2.1 to 2.6 the user requires to have create or admin privileges under the dotlrn-catalog, package. If you can see in the top right corner of the page then you have privileges on the dotlrn-package. If you can't see it then you may be interested in Simple Users Section
Here are some simple statments to interact with the dotlrn-catalog package. For sections 2.1 to 2.6 the user requires to have create or admin privileges under the dotlrn-catalog, package. If you can see in the top right corner of the page then you have privileges on the dotlrn-package. If you can't see it then you may be interested in Simple Users Section

Back to top

@@ -471,7 +471,7 @@

Back to top


-

2.7. Simple Users:

+

2.8. Simple Users:

Will only see the available courses and can watch information about each course by making click on the course name at index page. If one assessment is associated to the course then they will be able to answer it and be part of one of the courses and communities also related to dotlrn-catalog Course:
Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/course-list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/course-list.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-catalog/www/dt-admin/course-list.adp 21 Feb 2005 19:22:13 -0000 1.4 +++ openacs-4/packages/dotlrn-catalog/www/dt-admin/course-list.adp 22 Feb 2005 22:00:57 -0000 1.5 @@ -1,7 +1,17 @@ @page_title@ @context;noquote@ - #dotlrn-catalog.new_course# + + + + +#dotlrn-catalog.new_course# | #dotlrn-catalog.admin_categories# Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/dotlrn-list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/dotlrn-list.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/www/dt-admin/dotlrn-list.adp 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/www/dt-admin/dotlrn-list.adp 22 Feb 2005 22:00:57 -0000 1.2 @@ -2,6 +2,15 @@ @page_title@ @context;noquote@ + + +

#dotlrn-catalog.associate# @course_key@ (@course_name@) #dotlrn-catalog.to# #dotlrn-catalog.class#:

Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/grant-user-list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/grant-user-list.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/www/dt-admin/grant-user-list.adp 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/www/dt-admin/grant-user-list.adp 22 Feb 2005 22:00:57 -0000 1.2 @@ -1,5 +1,14 @@ @page_title@ @context;noquote@ + + +