@@ -1050,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
@@ -1070,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
@@ -1081,7 +1103,7 @@ well as causing the Apache module to be
etc/apache2
-
+
etc/apache2/conf
symbolic link
@@ -1092,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.
@@ -1104,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
@@ -1115,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
@@ -1541,6 +1563,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
@@ -2366,6 +2397,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
@@ -2824,7 +2864,6 @@ subtimpl.gif;
survey_rep.gif;
syllabus.gif;
system-users.gif;
-timer.png;
turning.gif;
uploadscores.gif;
uplusr.gif;
@@ -4087,6 +4126,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
@@ -4501,6 +4548,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
@@ -4727,6 +4791,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
+
+
+
*.*
@@ -5005,6 +5121,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
@@ -5295,15 +5420,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
@@ -5347,15 +5463,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
@@ -6017,6 +6124,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
@@ -6215,7 +6330,7 @@ Domain information serving.
etc/httpd/conf/mime.types
-etc/apache2/mime.types
+etc/apache2/mime.types
www static conf
Expanded mime.types
@@ -6767,6 +6882,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
@@ -7247,61 +7371,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
@@ -7346,92 +7415,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;
@@ -7510,9 +7516,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;
@@ -7526,6 +7534,7 @@ uplusr.png;
aboutme.png;
addClickerInfoFile.png;
anonsurveythreshold.png;
+bubblesheet.png;
ccatconf.png;
chat.png;
comblock.png;
@@ -7535,6 +7544,7 @@ crsnew.png;
dialog-information.png;
document-open.png;
document-properties.png;
+download_sub.png;
dropbox.png;
dump.png;
edit-copy.png;
@@ -7542,8 +7552,10 @@ 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;
@@ -7552,6 +7564,9 @@ 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;
@@ -7561,11 +7576,13 @@ ims.png;
imsexport.png;
link-new-22x22.png;
list-add.png;
+list-add-22x22.png;
log.png;
mail-message-new.png;
mail-reply-all.png;
mail-reply-sender.png;
messalog.png;
+move-22x22.png;
myaboutme.png;
navigation.png;
network-workgroup.png;
@@ -7576,27 +7593,35 @@ 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;
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;
+ungrade_sub.png;
uplcrs.png;
uploadscores.png;
verify.png;
view-mode-22x22.png;
wishlist.png;
wishlist-link.png;
+wishlist-link-lighter.png;
@@ -7608,14 +7633,6 @@ wishlist-link.png;
-
-home/httpd/html/res/adm/pages/imgmaps.html
-interface file
-
-image maps for the LON-CAPA remote control
-
-
-
home/httpd/html/res/adm/pages/index.html
interface file
@@ -7623,14 +7640,6 @@ image maps for the LON-CAPA remote contr
welcoming page to the LON-CAPA system upon login