[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 23 Dec 2007 03:54:42 -0000


raeburn		Sat Dec 22 22:54:42 2007 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - londropadd.pm no longer required. Routines migrated to lonuserutils.pm
  - access to londropadd.pm functionality now provided by loncreateuser.pm
  - description of lonuserutils.pm expanded.  
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.563 doc/loncapafiles/loncapafiles.lpml:1.564
--- doc/loncapafiles/loncapafiles.lpml:1.563	Fri Dec  7 01:01:06 2007
+++ doc/loncapafiles/loncapafiles.lpml	Sat Dec 22 22:54:42 2007
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.563 2007/12/07 06:01:06 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.564 2007/12/23 03:54:42 raeburn Exp $ -->
 
 <!--
 
@@ -3256,7 +3256,7 @@
 <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
 <categoryname>handler</categoryname>
 <description>
-Common routines for user management
+Common routines for user management including upload of lists of users in different formats, and to automatically create users (if they do not exist already), assign them roles within the privileges of the uploader to create/edit users. Also the ability to generate filtered lists of users with specific roles, as determined by the privileges of the viewer.   
 </description>
 <status>works/unverified</status>
 </file>
@@ -3862,17 +3862,6 @@
 <status>works/unverified</status>
 </file>
 <file>
-<source>loncom/interface/londropadd.pm</source>
-<target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
-<categoryname>handler</categoryname>
-<description>
-Allows course coordinators to upload courselists in different formats, and
-automatically create users (if they do not exist already), assign them the
-role of student in a course, and add them to the classlist.
-</description>
-<status>works/unverified</status>
-</file>
-<file>
 <source>loncom/interface/lonviewclasslist.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
 <categoryname>handler</categoryname>