@@ -1051,7 +1076,7 @@ MySQL database
etc/httpd/conf/loncapa_apache.conf
-etc/apache2/loncapa_apache.conf
+etc/apache2/loncapa_apache.conf
static conf
The goal of this file is to implement all LON-CAPA specific
@@ -1071,7 +1096,7 @@ the www@localhost MySQL password, and br
etc/httpd/conf/startup.pl
-etc/apache2/startup.pl
+etc/apache2/startup.pl
static conf
This file provides initializations for perl handlers. It adjusts what
@@ -1082,7 +1107,7 @@ well as causing the Apache module to be
etc/apache2
-
+
etc/apache2/conf
symbolic link
@@ -1093,7 +1118,7 @@ symbolic link to directory /etc/apache2
etc/httpd/conf/loncapa_rewrite.conf
-etc/apache2/loncapa_rewrite.conf
+etc/apache2/loncapa_rewrite.conf
conf
Default rewrite file.
@@ -1105,7 +1130,7 @@ by setting: RewriteEngine off
etc/httpd/conf/rewrites/loncapa_rewrite_on.conf
etc/apache/rewrites/loncapa_rewrite_on.conf
-etc/apache2/rewrites/loncapa_rewrite_on.conf
+etc/apache2/rewrites/loncapa_rewrite_on.conf
static conf
File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to enable rewriting of
@@ -1116,7 +1141,7 @@ external requests for http:// to https:/
etc/httpd/conf/rewrites/loncapa_rewrite_off.conf
etc/apache/rewrites/loncapa_rewrite_off.conf
-etc/apache2/rewrites/loncapa_rewrite_off.conf
+etc/apache2/rewrites/loncapa_rewrite_off.conf
static conf
File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to disable rewriting of
@@ -1479,6 +1504,8 @@ man1.jpg;
man1.jpg.meta;
numerical.problem;
numerical.problem.meta;
+numMultiAnswerUnordered.problem;
+numMultiAnswerUnordered.problem.meta;
numPrePro.problem;
numPrePro.problem.meta;
Plot.problem.meta;
@@ -2331,6 +2358,15 @@ Handler to put up simple page
works/unverified
+
+home/httpd/lib/perl/Apache/lonextresedit.pm
+handler
+
+Handler to edit external resource.
+
+works/unverified
+
+
home/httpd/lib/perl/Apache/lonpickcode.pm
handler
@@ -2828,8 +2864,9 @@ system-users.gif;
turning.gif;
uploadscores.gif;
uplusr.gif;
-vbkm.gif;
verify.gif;
+wishlist.gif;
+wishlist-link.gif;
iclicker.gif;
interwrite1.gif;
interwrite2.gif;
@@ -2976,6 +3013,8 @@ uploadscores.eps;
uplusr.eps;
vbkm.eps;
verify.eps;
+wishlist.eps;
+wishlist-link.eps;
iclicker.eps;
interwrite1.eps;
interwrite2.eps;
@@ -3051,7 +3090,6 @@ Author_Manual_Title_Page.tex;
Author_Numerical_and_Formula.tex;
Author_Remote_Control.tex;
Batch_Creation.tex;
-Bookmarks.tex;
BridgeTask_About.tex;
BridgeTask_Conditions.tex;
BridgeTask_Create.tex;
@@ -3472,6 +3510,7 @@ View_Critical_Messages.tex;
View_recent_activity.tex;
What_Is_LON-CAPA.tex;
Why_LON-CAPA.tex;
+Wishlist.tex;
@@ -4477,6 +4516,43 @@ loncom/html/adm/jsMath/jsMath-fonts-1.3.
+
+ home/httpd/html/adm/MathJax
+ script
+
+ MathJax for processing Tex, scripted installation that unzips installation file
+ in the appropriate location
+ NOTE: the commands file `mv`'s the files out of the original location provided
+ unzipping the file, making it look cleaner in the /home/.../adm/ directory
+
+
+commands /home/httpd/html/adm/MathJax
+
+
+loncom/html/adm/MathJax/commands;
+loncom/html/adm/MathJax/VERSION;
+loncom/html/adm/MathJax/mathjax-MathJax-v2.0-20-g07669ac.zip;
+
+
+
+
+
+ home/httpd/html/adm/geogebra/web
+ script
+
+ HTML5/JavaScript Version of GeoGebra
+
+
+commands /home/httpd/html/adm/geogebra/web
+
+
+loncom/html/adm/geogebra/commands;
+loncom/html/adm/geogebra/VERSION;
+loncom/html/adm/geogebra/geogebra_html5.tar.gz;
+
+
+
+
home/httpd/html/adm/ckeditor
script
@@ -4583,7 +4659,7 @@ JQuery colorpicker javascript library
JQuery colorpicker javascript library css files
- jpicker-1.1.6.min.css;
+ jPicker-1.1.6.min.css;
@@ -4702,7 +4778,57 @@ JQuery countdown timer Image file for LE
+
+
+ *.js
+ loncom/html/adm/spellcheck/js/
+ home/httpd/html/adm/spellchecker/js/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ jquery.spellcheck.min.js
+
+
+
+ *.css
+ loncom/html/adm/spellcheck/css/
+ home/httpd/html/adm/spellchecker/css/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ spellchecker.css
+
+
+
+ *.png
+ loncom/html/adm/spellcheck/img/
+ home/httpd/html/adm/spellchecker/img/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ spellchecker_shadow.png
+ spellchecker.png
+
+
+
+ *.gif
+ loncom/html/adm/spellcheck/img/
+ home/httpd/html/adm/spellchecker/img/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ spellchecker_bg.gif
+
+
*.*
@@ -5350,16 +5476,6 @@ This will take annotations and then plug
works/unverified
-
-home/httpd/lib/perl/Apache/admbookmarks.pm
-handler
-
-This will take bookmarks and get/write/display them for the LON-CAPA user
-interface.
-
-works/unverified
-
-
home/httpd/lib/perl/Apache/lonratsrv.pm
handler
@@ -6003,6 +6119,14 @@ by the URL-related pattern syntax:
works/unverified
+
+ home/httpd/lib/perl/Apache/lonnoshib.pm
+ handler
+ Content handler for /adm/sso when Shibboleth auth is inactive.
+
+ works/unverified
+
+
home/httpd/html/adm/sso
interface file
@@ -6201,7 +6325,7 @@ Domain information serving.
etc/httpd/conf/mime.types
-etc/apache2/mime.types
+etc/apache2/mime.types
www static conf
Expanded mime.types
@@ -6271,22 +6395,6 @@ javascript for horizontal menubar in RAT