[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / lond

raeburn raeburn at source.lon-capa.org
Sat Jun 13 20:46:35 EDT 2015


raeburn		Sun Jun 14 00:46:35 2015 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	lond 
  Log:
  - For 2.11
    Backport 1.515.
  
  
Index: loncom/lond
diff -u loncom/lond:1.489.2.17 loncom/lond:1.489.2.18
--- loncom/lond:1.489.2.17	Thu Mar 12 00:37:30 2015
+++ loncom/lond	Sun Jun 14 00:46:35 2015
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.489.2.17 2015/03/12 00:37:30 raeburn Exp $
+# $Id: lond,v 1.489.2.18 2015/06/14 00:46:35 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -61,7 +61,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.489.2.17 $'; #' stupid emacs
+my $VERSION='$Revision: 1.489.2.18 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -5394,7 +5394,7 @@
                                                 $title,$code,$accessstart,$accessend,
                                                 $incoming,\%rtnhash);
         if ($outcome eq 'ok') {
-            my @posskeys = qw(createdweb createdmsg queuedweb queuedmsg formitems reviewweb);
+            my @posskeys = qw(createdweb createdmsg createdcustomized createdactions queuedweb queuedmsg formitems reviewweb validationjs onload javascript);
             foreach my $key (keys(%rtnhash)) {
                 if (grep(/^\Q$key\E/, at posskeys)) {
                     $result .= &escape($key).'='.&Apache::lonnet::freeze_escape($rtnhash{$key}).'&';




More information about the LON-CAPA-cvs mailing list