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

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 08 Apr 2006 07:04:57 -0000


albertel		Sat Apr  8 03:04:57 2006 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom	loncapa_apache.conf 
  Log:
  - install new msg display handler
  - use new msg display handler
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.478 doc/loncapafiles/loncapafiles.lpml:1.479
--- doc/loncapafiles/loncapafiles.lpml:1.478	Fri Apr  7 18:29:21 2006
+++ doc/loncapafiles/loncapafiles.lpml	Sat Apr  8 03:04:42 2006
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.478 2006/04/07 22:29:21 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.479 2006/04/08 07:04:42 albertel Exp $ -->
 
 <!--
 
@@ -3895,12 +3895,20 @@
 user_crit_msg - send a critical message to a user. A critical message
 will require acknowledgment by the recipient and the sender will be notified.
 user_crit_received - routine to trigger acknowledgment.
-statuschange - change the status of a message (read, replied, forwarded, etc).
-The handler also displays messages, has routines to reply, etc.
 </description>
 <status>works/unverified</status>
 </file>
 <file>
+  <source>loncom/interface/lonmsgdisplay.pm</source>
+  <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
+statuschange - change the status of a message (read, replied, forwarded, etc).
+The handler displays messages, has routines to reply, etc.
+  </description>
+  <status>works/unverified</status>
+</file>
+<file>
 <source>loncom/homework/hint.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 <categoryname>handler</categoryname>
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.129 loncom/loncapa_apache.conf:1.130
--- loncom/loncapa_apache.conf:1.129	Fri Apr  7 18:42:38 2006
+++ loncom/loncapa_apache.conf	Sat Apr  8 03:04:57 2006
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.129 2006/04/07 22:42:38 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.130 2006/04/08 07:04:57 albertel Exp $
 ##
 
 #
@@ -565,7 +565,7 @@
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
-PerlHandler Apache::lonmsg
+PerlHandler Apache::lonmsgdisplay
 ErrorDocument     403 /adm/login
 ErrorDocument	  500 /adm/errorhandler
 </Location>