@@ -1057,7 +1072,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
@@ -1077,7 +1092,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
@@ -1088,7 +1103,7 @@ well as causing the Apache module to be
etc/apache2
-
+
etc/apache2/conf
symbolic link
@@ -1099,7 +1114,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.
@@ -1111,7 +1126,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
@@ -1122,7 +1137,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
@@ -1485,6 +1500,8 @@ man1.jpg;
man1.jpg.meta;
numerical.problem;
numerical.problem.meta;
+numMultiAnswerUnordered.problem;
+numMultiAnswerUnordered.problem.meta;
numPrePro.problem;
numPrePro.problem.meta;
Plot.problem.meta;
@@ -1548,6 +1565,15 @@ reaction_hint.problem.meta
+
+ home/httpd/lib/perl/Apache/spellcheck.pm
+ handler
+
+Ajax handler for the spellcheck Jquery plugin
+
+ IN testing
+
+
home/httpd/lonTabs/insertlist.xml
static conf
@@ -2337,6 +2363,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
@@ -2373,6 +2408,15 @@ Handler for a DC to pick an author from
works/unverified
+
+home/httpd/lib/perl/Apache/lonpickresource.pm
+handler
+
+Handler to pick a resource or folder from the course contents
+
+works/unverified
+
+
home/httpd/lib/perl/Apache/lonpickuser.pm
handler
@@ -2836,6 +2880,8 @@ uploadscores.gif;
uplusr.gif;
vbkm.gif;
verify.gif;
+wishlist.gif;
+wishlist-link.gif;
iclicker.gif;
interwrite1.gif;
interwrite2.gif;
@@ -2982,6 +3028,8 @@ uploadscores.eps;
uplusr.eps;
vbkm.eps;
verify.eps;
+wishlist.eps;
+wishlist-link.eps;
iclicker.eps;
interwrite1.eps;
interwrite2.eps;
@@ -3057,7 +3105,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;
@@ -3478,6 +3525,7 @@ View_Critical_Messages.tex;
View_recent_activity.tex;
What_Is_LON-CAPA.tex;
Why_LON-CAPA.tex;
+Wishlist.tex;
@@ -4089,6 +4137,14 @@ Contains a set of functions that generat
+
+home/httpd/lib/perl/Apache/lonhtmlgateway.pm
+handler
+
+Contains a set of functions to properly parse and handle HTML input and output
+
+
+
home/httpd/lib/perl/Apache/lonspeller.pm
handler
@@ -4503,6 +4559,23 @@ loncom/html/adm/MathJax/mathjax-MathJax-
+
+ 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
@@ -4729,6 +4802,58 @@ 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
+
+
+
*.*
@@ -5007,6 +5132,15 @@ Handles a searches inside courses/commun
works/unverified
+
+home/httpd/lib/perl/Apache/lonindexcourse.pm
+handler
+
+Course/community Indexer
+
+works/unverified
+
+
home/httpd/lib/perl/Apache/lonmysql.pm
handler
@@ -5297,15 +5431,6 @@ Displays the Main menu
works/unverified
-
-home/httpd/lib/perl/Apache/lonremote.pm
-handler
-
-Handler to launch and collapse the remote control.
-
-works/unverified
-
-
home/httpd/lib/perl/Apache/portfolio.pm
handler
@@ -5349,15 +5474,6 @@ Creates horizontal menubar in advanced R
works/unverified
-
-home/httpd/html/res/adm/pages/homeworkmenu.html
-handler
-
-Homework remote control.
-
-works/unverified
-
-
home/httpd/html/res/adm/pages/chatroom.html
handler
@@ -5376,16 +5492,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
@@ -6029,6 +6135,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
@@ -6227,7 +6341,7 @@ Domain information serving.
etc/httpd/conf/mime.types
-etc/apache2/mime.types
+etc/apache2/mime.types
www static conf
Expanded mime.types
@@ -6297,22 +6411,6 @@ javascript for horizontal menubar in RAT
-
-home/httpd/html/adm/rat/extpickcode.html
-interface file
-
-javascript
-
-
-
-
-home/httpd/html/adm/rat/extpickframe.html
-interface file
-
-javascript
-
-
-
home/httpd/html/adm/rat/map.html
interface file
@@ -6779,6 +6877,15 @@ tested
works/verified
+
+ home/httpd/lib/perl/LONCAPA/Lond.pm
+ system file
+
+ Encapsulates functionality used by lond and lonnet.
+
+ in progress
+
+
home/httpd/lib/perl/LONCAPA/LondConnection.pm
system file
@@ -7259,61 +7366,6 @@ tmcc.tab;
*.gif
-loncom/html/adm/lonLCDfont/
-home/httpd/html/adm/lonLCDfont/
-graphic file
-LON-CAPA remote control LCD font
-
-0.gif;
-1.gif;
-2.gif;
-3.gif;
-4.gif;
-5.gif;
-6.gif;
-7.gif;
-8.gif;
-9.gif;
-a.gif;
-b.gif;
-c.gif;
-d.gif;
-e.gif;
-f.gif;
-g.gif;
-h.gif;
-i.gif;
-j.gif;
-k.gif;
-l.gif;
-m.gif;
-n.gif;
-o.gif;
-p.gif;
-q.gif;
-r.gif;
-s.gif;
-t.gif;
-u.gif;
-v.gif;
-w.gif;
-x.gif;
-y.gif;
-z.gif;
-ö.gif;
-ä.gif;
-ü.gif;
-ä.gif;
-ö.gif;
-ü.gif;
-colon.gif;
-hyphen.gif;
-slash.gif;
-space.gif;
-
-
-
-*.gif
loncom/html/res/adm/pages/pt/
home/httpd/html/res/adm/pages/pt/
graphic file
@@ -7358,92 +7410,29 @@ vbkm_pt.gif;
graphic file
icons used for the entire LON-CAPA user interface
-anno.gif;
-anot.gif;
-anot2.gif;
-back.gif;
-bchat.gif;
-bkm.gif;
-blog.gif;
-brws.gif;
-catalog.gif;
-ccat.gif;
-ccrs.gif;
chat.gif;
-chrt.gif;
close-all-folders.gif;
-close-navigation.gif;
-clst.gif;
-com.gif;
-conf.gif;
-courses.gif;
-cprv.gif;
-crsconf.gif;
-cstr.gif;
-del.gif;
-dempty.gif;
dempty.gif;
-docs.gif;
edittoplevel.gif;
-egrd.gif;
empty.gif;
-enrl.gif;
-eval.gif;
-fdbk.gif;
feedback.gif;
-forw.gif;
-grds.gif;
-grps.gif;
group.gif;
help.gif;
info.gif;
-keys.gif;
ledblink.gif;
ledgreen.gif;
ledoff.gif;
ledon.gif;
-ledsend.gif;
-list.gif;
-logout.gif;
-mail.gif;
mark-discussionentries-read.gif;
-mrk.gif;
-nav.gif;
-new.gif;
next.gif;
nothumb.gif;
open-all-folders.gif;
open-first-problem.gif;
-pdfupload.gif;
-parm.gif;
-pcstr.gif;
-pgrd.gif;
-port.gif;
-pparm.gif;
-pref.gif;
-prt.gif;
-pub.gif;
qempty.gif;
-rcrs.gif;
-reload.gif;
-remotebg.gif;
-res.gif;
-roles.gif;
-rsrv.gif;
-rtrv.gif;
-sbkm.gif;
-sctr.gif;
+refresh.gif;
show-all.gif;
show-incomplete-problems.gif;
-spacer.gif;
-sprs.gif;
-src.gif;
-srvr.gif;
-start-navigation.gif;
-stat.gif;
-subm.gif;
-title.gif;
-vbkm.gif;
+star.gif;
@@ -7522,9 +7511,11 @@ mngcu.png;
prob_ana.png;
process-stop.png;
role_hotlist.png;
+reload.png;
self_enroll.png;
survey_rep.png;
subdocs.png;
+tolastloc.png;
uplusr.png;
@@ -7538,30 +7529,41 @@ uplusr.png;
aboutme.png;
addClickerInfoFile.png;
anonsurveythreshold.png;
+bubblesheet.png;
ccatconf.png;
chat.png;
comblock.png;
contact-new.png;
+contact-new-22x22.png;
coprplot.png;
crsnew.png;
dialog-information.png;
+docs-22x22.png;
document-open.png;
document-properties.png;
+download_sub.png;
dropbox.png;
dump.png;
edit-copy.png;
edit-find-replace.png;
edit-find.png;
+edit-mode-22x22.png;
edit-redo.png;
+edit-redo-22x22.png;
edit-select-all.png;
edit-undo.png;
+edit-undo-22x22.png;
emblem-photos.png;
emblem-readonly.png;
emblem-system.png;
extres.png;
folder-new.png;
+folder-new-22x22.png;
format-justify-fill.png;
fromfile.png;
+grade_PageFolder.png;
+grade_students.png;
+grading_table.png;
groupportfolio.png;
groupportfolioquota.png;
grp_add.png;
@@ -7569,12 +7571,16 @@ grp_settings.png;
grp_tools.png;
ims.png;
imsexport.png;
+link-new-22x22.png;
list-add.png;
+list-add-22x22.png;
log.png;
mail-message-new.png;
+mail-message-new-22x22.png;
mail-reply-all.png;
mail-reply-sender.png;
messalog.png;
+move-22x22.png;
myaboutme.png;
navigation.png;
network-workgroup.png;
@@ -7585,23 +7591,37 @@ preferences-desktop-remote-desktop.png;
preferences-desktop-theme.png;
preferences-desktop-wallpaper.png;
preferences-system-windows.png;
+rcrs-22x22.png;
+receipt_number.png;
recover.png;
remotecontrol.png;
resversion.png;
+role_hotlist-22x22.png;
+rsrv-22x22.png;
+save-22x22.png;
scoreupfrm.png;
selfenrl-queue.png;
+selfenrl-queue-22x22.png;
sequence.png;
simple.png;
simpprob.png;
start-here.png;
+start-here-22x22.png;
subtimpl.png;
syllabus.png;
symbs.png;
system-lock-screen.png;
system-users.png;
+timer.png;
+trck-22x22.png;
+ungrade_sub.png;
uplcrs.png;
uploadscores.png;
verify.png;
+view-mode-22x22.png;
+wishlist.png;
+wishlist-link.png;
+wishlist-link-lighter.png;
@@ -7613,14 +7633,6 @@ verify.png;