--- doc/loncapafiles/loncapafiles.lpml 2014/02/16 16:43:34 1.797.2.54
+++ doc/loncapafiles/loncapafiles.lpml 2024/01/26 18:52:10 1.797.2.131.2.13
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
-
+
@@ -876,12 +907,6 @@ are viewable over the world-wide web
modest_delete
- home/httpd/html/res/adm/pages/reactionresponse
- server readonly
- web user interface resources
-
-
- modest_deletehome/httpd/html/adm/lonLCDfontserver readonlyLCD font for remote control
@@ -1012,7 +1037,7 @@ each list element consists of only two s
etc/httpd/conf/loncapa.conf
-etc/apache2/loncapa.conf
+etc/apache2/loncapa.confconf
@@ -1055,7 +1080,7 @@ MySQL database
etc/httpd/conf/loncapa_apache.conf
-etc/apache2/loncapa_apache.conf
+etc/apache2/loncapa_apache.confstatic conf
The goal of this file is to implement all LON-CAPA specific
@@ -1075,7 +1100,7 @@ the www@localhost MySQL password, and br
etc/httpd/conf/loncapa_apache_local.conf
-etc/apache2/loncapa_apache_local.conf
+etc/apache2/loncapa_apache_local.confstatic conf
Documentation file describing how to add domain-specific Apache configuration
@@ -1088,7 +1113,7 @@ Include conf/loncapa_apache_local*.conf
etc/httpd/conf/startup.pl
-etc/apache2/startup.pl
+etc/apache2/startup.plstatic conf
This file provides initializations for perl handlers. It adjusts what
@@ -1099,7 +1124,7 @@ well as causing the Apache module to be
etc/apache2
-
+
etc/apache2/conf
symbolic link
@@ -1110,7 +1135,7 @@ symbolic link to directory /etc/apache2
etc/httpd/conf/loncapa_rewrite.conf
-etc/apache2/loncapa_rewrite.conf
+etc/apache2/loncapa_rewrite.confconf
Default rewrite file.
@@ -1122,18 +1147,18 @@ by setting: RewriteEngine off
etc/httpd/conf/rewrites/loncapa_rewrite_on.confetc/apache/rewrites/loncapa_rewrite_on.conf
-etc/apache2/rewrites/loncapa_rewrite_on.conf
+etc/apache2/rewrites/loncapa_rewrite_on.confstatic 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
-external requests for http:// to https://
+external requests for http:// to https://
etc/httpd/conf/rewrites/loncapa_rewrite_off.confetc/apache/rewrites/loncapa_rewrite_off.conf
-etc/apache2/rewrites/loncapa_rewrite_off.conf
+etc/apache2/rewrites/loncapa_rewrite_off.confstatic 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
@@ -1536,6 +1561,8 @@ SelectFromOptions-7ConceptGoups.problem;
SelectFromOptions-7ConceptGoups.problem.meta;
SelectFromOptions-8ConceptGoups.problem;
SelectFromOptions-8ConceptGoups.problem.meta;
+SelectFromOptions-multilingual.problem;
+SelectFromOptions-multilingual.problem.meta;
SelectFromOptions-Simple.problem;
SelectFromOptions-Simple.problem.meta;
SimpleStringResponse.problem.meta;
@@ -1699,6 +1726,30 @@ List of all domains in the LON-CAPA netw
+
+
+ home/httpd/lonTabs/currhostips.tab
+ www conf
+
+File containing hostname:IP address for LON-CAPA nodes in the cluster
+to which the node belongs. Updated by loncron using host information
+from authoritative membership lists retrieved from cluster's name servers,
+and standard DNS service used by OS for hostname <=> IP mapping.
+
+
+
+
+
+ home/httpd/lonTabs/prevhostips.tab
+ www conf
+
+File containing hostname:IP address for LON-CAPA nodes in the cluster
+to which the node belongs, from previous check (usually 24 hours earlier).
+Updated by loncron, and used on domain's primary library server to generate
+an e-mail listing changes in hostnames and/or IP addresses.
+
+
+
*.tabloncom/dns_checksums/
@@ -1708,11 +1759,19 @@ home/httpd/lonTabs/dns_checksums/
Files containing version numbers and checksums for most LON-CAPA perl modules,
perl scripts, cgi scripts, daemons, and a configuration file in each
-LON-CAPA release, starting with 2.11.0.RC1
+LON-CAPA release, starting with 2.10.1
+2.10.1.tab;
2.11.0.RC1.tab;
2.11.0.RC2.tab;
+2.11.0.RC3.tab;
+2.11.0.tab;
+2.11.1.tab;
+2.11.2.tab;
+2.11.3.tab;
+2.11.4.tab;
+2.11.4.B.tab;
@@ -2025,6 +2084,40 @@ routines in lonauthcgi.pm. Display form
+
+home/httpd/cgi-bin/quotacheck.pl
+script
+CGI script to display disk usage and quota for content
+uploaded directly to a course/community via the Course Editor.
+
+
+
+
+home/httpd/cgi-bin/enrollqueued.pl
+script
+CGI script to process a queued self-enrollment request
+and output a web address which should be provided as a link the
+the student follows to access the course. Can support validation
+of self-enrollment requests on a third party system/server which
+handles payment etc.
+
+
+
+
+home/httpd/cgi-bin/createpending.pl
+script
+CGI script to process a pending course request
+for an unofficial course, textbook course, or community, and
+and output a web address which should be provided as a link the
+the requester follows to access the new course. If this course type
+has been configued to have a six character code associated with
+it, the will be output also, (e.g., for recording locally, and/or
+display to the requester). The script was implemented to support
+validation of course requests on a third party system/server which
+handles payment etc.
+
+
+home/httpd/cgi-bin/sampleexternal.plscript
@@ -2435,6 +2528,89 @@ Handler to edit external resource.
works/unverified
+
+home/httpd/lib/perl/Apache/lonexturlcheck.pm
+handler
+
+Handler to check if an external resource can be displayed in an iframe
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/lonexttool.pm
+handler
+
+Handler to allow LON-CAPA to operate as an LTI Consumer
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/ltiauth.pm
+handler
+
+Handler to allow LON-CAPA to operate as an LTI Provider
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/ltiroster.pm
+handler
+
+Handler to allow LON-CAPA to service roster requests, as an LTI Consumer.
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/ltipassback.pm
+handler
+
+Handler to allow LON-CAPA to service pass back of scores from a Tool Provider,
+as an LTI Consumer.
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/ltilogout.pm
+handler
+
+Handler to logout a LON-CAPA user session on callback from an LTI Consumer
+which launched the session, when user logs out of session on Consumer.
+
+works/unverified
+
+
+
+home/httpd/lib/perl/LONCAPA/ltiutils.pm
+system file
+
+Common routines for LTI (Consumer or Provider)
+
+works/unverified
+
+
+
+home/httpd/html/res/lib/templates/LTIstandard.tool.meta
+interface file
+
+Meta file which specifies package source for external tool (LTI) without passback
+of grades
+
+
+
+
+home/httpd/html/res/lib/templates/LTIpassback.tool.meta
+interface file
+
+Meta file which specifies package source for external tool (LTI) which supports passback
+of grades, and storable parameters.
+
+
+home/httpd/lib/perl/Apache/lonpickcode.pmhandler
@@ -2480,6 +2656,15 @@ Handler to pick a user from a directory
works/unverified
+
+home/httpd/lib/perl/Apache/loncourseuser.pm
+handler
+
+Handler to check if a user has a role (active, future or previous) in a course.
+
+works/unverified
+
+home/httpd/lib/perl/Apache/loncourserespicker.pmhandler
@@ -2824,6 +3009,8 @@ Map_Example.gif;
Resource_Assembly.gif;
aboutme.gif;
addClickerInfoFile.gif;
+add_folder.gif;
+add_link.gif;
anno.gif;
anot.gif;
anot2.gif;
@@ -2835,6 +3022,7 @@ back.gif;
bchat.gif;
blog.gif;
bomb.gif;
+bubblesheet.gif;
catalog.gif;
ccat.gif;
chat.gif;
@@ -2848,9 +3036,11 @@ cprv.gif;
creatingANewCourse.gif;
creatingNewProblemResource.gif;
crsconf.gif;
+delete.gif;
docs.gif;
document-open.gif;
document-properties.gif;
+download_sub.gif;
dump.gif;
dynamic_piecewise.gif;
dynamic_piecewise2.gif;
@@ -2863,6 +3053,7 @@ edit-find-replace.gif;
edit-redo.gif;
edit-undo.gif;
emblem-photos.gif;
+emblem-readonly.gif;
eval.gif;
extres.gif;
fdbk.gif;
@@ -2871,9 +3062,13 @@ formulaResponse.gif;
forw.gif;
FPRexamples.gif;
fromfile.gif;
+grade_PageFolder.gif;
+grade_students.gif;
+grading_table.gif;
grds.gif;
grps.gif;
help.gif;
+helpdesk-access.gif;
html_page_plaintext.gif;
html_page_richtext.gif;
list-add.gif;
@@ -2898,12 +3093,14 @@ mapStraightened.gif;
mapTwoResources.gif;
messalog.gif;
mngcu.gif;
+move.gif;
multiple_choice_problem_menu.gif;
nav.gif;
navigation.gif;
network-workgroup.gif;
new.gif;
newmsg.gif;
+note.gif;
numericalResponse1.gif;
numericalResponseEditor.gif;
numericalResponseSlopeProblem.gif;
@@ -2918,6 +3115,7 @@ pref.gif;
preferences-desktop-font.gif;
preferences-desktop-locale.gif;
preferences-desktop-theme.gif;
+printout.gif;
problem_editing_colorful.gif;
problem_editing_xml.gif;
problem_testing.gif;
@@ -2926,15 +3124,30 @@ publishMetadata.gif;
radioResponse2.gif;
radioResponseHint.gif;
rcrs.gif;
+receipt_number.gif;
res.gif;
resversion.gif;
roles.gif;
rsrv.gif;
+save.gif;
scoreupfrm.gif;
sctr.gif;
+selfenrl-queue.gif;
self_enroll.gif;
simple.gif;
simpprob.gif;
+slots_change_confirm.gif;
+slots_change_resv.gif;
+slots_creation.gif;
+slots_instructor_assigned.gif;
+slots_manager.gif;
+slots_navmaps.gif;
+slots_params.gif;
+slots_proctor_validate.gif;
+slots_student_reserve.gif;
+slots_summary_cc.gif;
+slots_timeline.gif;
+slots_uniqueness.gif;
smallHelp.gif;
spreadsheet_hierarchy.gif;
sprs.gif;
@@ -2949,9 +3162,29 @@ syllabus.gif;
system-users.gif;
tolastloc.gif;
turning.gif;
+ungrade_sub.gif;
uploadscores.gif;
uplusr.gif;
verify.gif;
+view.gif;
+webdavcentosauth.gif;
+webdavcentosdirectory.gif;
+webdavcentosmenu.gif;
+webdavcentosurl.gif;
+webdavforkliftdirectory.gif;
+webdavforkliftedit.gif;
+webdavforkliftmenu.gif;
+webdavforklifturl.gif;
+webdavmacauth.gif;
+webdavmacconnect.gif;
+webdavmacdirectory.gif;
+webdavmacedit.gif;
+webdavmacfinder.gif;
+webdavwin7auth.gif;
+webdavwin7directory.gif;
+webdavwin7map.gif;
+webdavwin7menu.gif;
+webdavwin7url.gif;
webpage.gif;
wishlist.gif;
wishlist-link.gif;
@@ -2992,6 +3225,8 @@ Map_Example.eps;
Resource_Assembly.eps;
aboutme.eps;
addClickerInfoFile.eps;
+add_folder.eps;
+add_link.eps;
anno.eps;
anot.eps;
anot2.eps;
@@ -3003,6 +3238,7 @@ back.eps;
bchat.eps;
blog.eps;
bomb.eps;
+bubblesheet.eps;
catalog.eps;
ccat.eps;
chat.eps;
@@ -3016,9 +3252,11 @@ cprv.eps;
creatingANewCourse.eps;
creatingNewProblemResource.eps;
crsconf.eps;
+delete.eps;
docs.eps;
document-open.eps;
document-properties.eps;
+download_sub.eps;
dump.eps;
dynamic_piecewise.eps;
dynamic_piecewise2.eps;
@@ -3031,6 +3269,7 @@ edit-find-replace.eps;
edit-redo.eps;
edit-undo.eps;
emblem-photos.eps;
+emblem-readonly.eps;
eval.eps;
extres.eps;
fdbk.eps;
@@ -3039,9 +3278,13 @@ formulaResponse.eps;
forw.eps;
FPRexamples.eps;
fromfile.eps;
+grade_PageFolder.eps;
+grade_students.eps;
+grading_table.eps;
grds.eps;
grps.eps;
help.eps;
+helpdesk-access.eps;
html_page_plaintext.eps;
html_page_richtext.eps;
list-add.eps;
@@ -3066,12 +3309,14 @@ mapStraightened.eps;
mapTwoResources.eps;
messalog.eps;
mngcu.eps;
+move.eps;
multiple_choice_problem_menu.eps;
nav.eps;
navigation.eps;
network-workgroup.eps;
new.eps;
newmsg.eps;
+note.eps;
numericalResponse1.eps;
numericalResponseEditor.eps;
numericalResponseSlopeProblem.eps;
@@ -3093,15 +3338,30 @@ publishMetadata.eps;
radioResponse2.eps;
radioResponseHint.eps;
rcrs.eps;
+receipt_number.eps;
res.eps;
resversion.eps;
roles.eps;
rsrv.eps;
+save.eps;
scoreupfrm.eps;
sctr.eps;
+selfenrl-queue.eps;
self_enroll.eps;
simple.eps;
simpprob.eps;
+slots_change_confirm.eps;
+slots_change_resv.eps;
+slots_creation.eps;
+slots_instructor_assigned.eps;
+slots_manager.eps;
+slots_navmaps.eps;
+slots_params.eps;
+slots_proctor_validate.eps;
+slots_student_reserve.eps;
+slots_summary_cc.eps;
+slots_timeline.eps;
+slots_uniqueness.eps;
smallHelp.eps;
spreadsheet_hierarchy.eps;
sprs.eps;
@@ -3116,9 +3376,29 @@ syllabus.eps;
system-users.eps;
tolastloc.eps;
turning.eps;
+ungrade_sub.eps;
uploadscores.eps;
uplusr.eps;
verify.eps;
+view.eps;
+webdavcentosauth.eps;
+webdavcentosdirectory.eps;
+webdavcentosmenu.eps;
+webdavcentosurl.eps;
+webdavforkliftdirectory.eps;
+webdavforkliftedit.eps;
+webdavforkliftmenu.eps;
+webdavforklifturl.eps;
+webdavmacauth.eps;
+webdavmacconnect.eps;
+webdavmacdirectory.eps;
+webdavmacedit.eps;
+webdavmacfinder.eps;
+webdavwin7auth.eps;
+webdavwin7directory.eps;
+webdavwin7map.eps;
+webdavwin7menu.eps;
+webdavwin7url.eps;
webpage.eps;
wishlist.eps;
wishlist-link.eps;
@@ -3171,6 +3451,7 @@ Authoring_Dynamic_Plot_Linestyle.tex;
Authoring_Dynamic_Plot.tex;
Authoring_Dynamic_Plot_Tics.tex;
Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
+Authoring_Equations.tex;
Authoring_ExternalResponse.tex;
Authoring_Foil_Structure_Tags.tex;
Authoring_Hint_Tags.tex;
@@ -3181,6 +3462,7 @@ Authoring_Internal_Tags.tex;
Authoring_Intro.tex;
Authoring_Library_Scripts.tex;
Authoring_Math_Editor.tex;
+Authoring_Multilingual_Problems.tex;
Authoring_NumericalResponse.tex;
Authoring_OptionResponse.tex;
Authoring_Output_Tags.tex;
@@ -3191,15 +3473,23 @@ Authoring_Response_Attributes.tex;
Authoring_Responseparam_Parameter.tex;
Authoring_Response_Tag_Intro.tex;
Authoring_Scripting_Tags.tex;
-Authoring_Spreadsheet.tex;
Authoring_Structure_Tags.tex;
Authoring_Surveys.tex;
+Authoring_WebDAV.tex;
+Authoring_WebDAV_Mac_10v6.tex;
+Authoring_WebDAV_Mac_10v10.tex;
+Authoring_WebDAV_Windows_v7.tex;
+Authoring_WebDAV_Linux_Centos.tex;
Authoring_XML_Intro.tex;
+Author_Change_Privileges.tex;
+Author_Create_Coauthor_List.tex;
Author_LON-CAPA_Introduction.tex;
Author_Manual_Title_Page.tex;
Author_Menu.tex;
Author_Numerical_and_Formula.tex;
Author_Remote_Control.tex;
+Author_User_Logs.tex;
+Author_View_Coauthor_List.tex;
Batch_Creation.tex;
BridgeTask_About.tex;
BridgeTask_Conditions.tex;
@@ -3240,12 +3530,14 @@ Chart_Sequences.tex;
Chart_Student_Data.tex;
Chatting.tex;
Clicker_Registration.tex;
+Clone_Tiny_URLs.tex;
Coauthor.tex;
Construction_Space_Overview.tex;
Content_Page_Overview.tex;
Contextual_Help.tex;
Course_Add_Other.tex;
Course_Add_Student.tex;
+Course_Approve_Selfenroll.tex;
Course_Automated_Enrollment.tex;
Course_Broadcast_Message.tex;
Course_Change_Privileges.tex;
@@ -3266,6 +3558,7 @@ Course_Environment.tex;
Course_Extending_Due_Dates.tex;
Course_Face_To_Face_Records.tex;
Course_Feedback_Addresses.tex;
+Course_Helpdesk_Access.tex;
Course_Homework_Performance_Overview.tex;
Course_Manually_Grade_Problem.tex;
Course_Manual_Title_Page.tex;
@@ -3277,11 +3570,14 @@ Course_Parameter_Levels.tex;
Course_Parameter_Table_Mode.tex;
Course_Prefs_Bridgetasks.tex;
Course_Prefs_Display.tex;
+Course_Prefs_ExternalTools.tex;
Course_Prefs_Grading.tex;
Course_Prefs_Printouts.tex;
Course_Prefs_Classlists.tex;
Course_Prefs_Feedback.tex;
Course_Prefs_Language.tex;
+Course_Prefs_Linkprotection.tex;
+Course_Prefs_Menus.tex;
Course_Prefs_Spreadsheet.tex;
Course_Prefs_Discussions.tex;
Course_Prefs_General.tex;
@@ -3313,6 +3609,7 @@ Course_Student_Grade_Override.tex;
Course_Student_Work.tex;
Course_Toplevel_Seq.tex;
Course_User_Evaluation.tex;
+Course_User_Logs.tex;
Course_User_Parameter.tex;
Course_View_Class_List.tex;
Create_Course.tex;
@@ -3338,6 +3635,7 @@ Docs_About_Simple_Page.tex;
Docs_About_Syllabus.tex;
Docs_Adding_Course_Doc.tex;
Docs_Adding_External_Resource.tex;
+Docs_Adding_External_Tool.tex;
Docs_Adding_Folders.tex;
Docs_Adding_Pages.tex;
Docs_Adding_Syllabus.tex;
@@ -3362,12 +3660,16 @@ Docs_Overview.tex;
Docs_Radio.tex;
Docs_Score_Upload_Form.tex;
Docs_Search.tex;
+Docs_Short_URLs.tex;
Docs_Simple_Problem.tex;
Docs_String_Response.tex;
Docs_Supplemental.tex;
Docs_Uploading_From_Harddrive.tex;
Docs_Verify_Content.tex;
+Docs_Viewing_Course_Doc.tex;
Docs_Web_Page.tex;
+Domain_Change_Logs.tex;
+Domain_Change_Privileges.tex;
Domain_Configuration_Auto_Creation.tex;
Domain_Configuration_Auto_Enrollment.tex;
Domain_Configuration_Auto_Updates.tex;
@@ -3375,23 +3677,41 @@ Domain_Configuration_Cataloging_Courses.
Domain_Configuration_Color_Schemes.tex;
Domain_Configuration_Contact_Info.tex;
Domain_Configuration_Course_Defaults.tex;
+Domain_Configuration_Help_Settings.tex;
Domain_Configuration_InstDirectory_Search.tex;
+Domain_Configuration_IP_Access.tex;
Domain_Configuration_LangTZAuth.tex;
Domain_Configuration_Load_Balancing.tex;
Domain_Configuration_Login_Page.tex;
+Domain_Configuration_LTI_Provider.tex;
+Domain_Configuration_LTI_Tools.tex;
+Domain_Configuration_Passwords.tex;
Domain_Configuration_Quotas.tex;
Domain_Configuration_Request_Author.tex;
Domain_Configuration_Request_Courses.tex;
Domain_Configuration_Scantron_Format.tex;
+Domain_Configuration_Self_Creation.tex;
+Domain_Configuration_Selfenrollment.tex;
Domain_Configuration_Server_Status.tex;
Domain_Configuration_SSL.tex;
Domain_Configuration_User_Creation.tex;
Domain_Configuration_User_Modification.tex;
Domain_Configuration_User_Sessions.tex;
+Domain_Configuration_WAF_Proxy.tex;
Domain_Coordination_Intro.tex;
Domain_Coordination_Overview.tex;
+Domain_Create_Users.tex;
Domain_Crontab_Entries.tex;
+Domain_Editing_Custom_Roles.tex;
Domain_Manual_Title_Page.tex;
+Domain_Modify_Course.tex;
+Domain_Modify_Community.tex;
+Domain_Role_Approvals.tex;
+Domain_Role_Logs.tex;
+Domain_User_Access_Logs.tex;
+Domain_Username_Approvals.tex;
+Domain_View_Privileges.tex;
+Domain_View_Users_List.tex;
Due_Date.tex;
Dynamic_Plot_Overview.tex;
Edit_Syllabus.tex;
@@ -3457,10 +3777,12 @@ Help.tex;
Helper_Course_Initialization.tex;
How_To_Edit_Existing_Content_Pages.tex;
Institutional_Integration_Authentication.tex;
+Institutional_Integration_CAS.tex;
Institutional_Integration_Course_Codes.tex;
Institutional_Integration_Course_Requests.tex;
Institutional_Integration_Format_Checks.tex;
Institutional_Integration_Identity_Management.tex;
+Institutional_Integration_Shibboleth.tex;
Institutional_Integration_User_Categories.tex;
Latex_Footer.tex;
Latex_Header.tex;
@@ -3470,11 +3792,19 @@ Math_Response_Problems.tex;
Maxima_Argument_Array.tex;
Maxima_Libraries.tex;
Metadata_Description.tex;
+Modify_Anonsurvey_Threshold.tex;
Modify_Community_Owner.tex;
+Modify_Course_Chgpasswd.tex;
+Modify_Course_Credithours.tex;
Modify_Course_Defaultauth.tex;
Modify_Course_Instcode.tex;
+Modify_Course_LTI_Authen.tex;
Modify_Course_Owner.tex;
Modify_Course_Quota.tex;
+Modify_Course_Selfenrolladmin.tex;
+Modify_Course_Table_Lifetime.tex;
+Modify_Course_Upload_Quota.tex;
+Modify_Postsubmit_Config.tex;
Navigation_Screen.tex;
Navmap_Host_Down.tex;
NavMaps_MarkPosts_Read.tex;
@@ -3541,6 +3871,7 @@ Problem_Types.tex;
Publishing_A_Resource.tex;
Publishing_Author_Tutorial_Segue.tex;
Publishing_Copyright.tex;
+Publishing_Directory_Options.tex;
Publishing_Intro.tex;
Publishing_Keywords.tex;
Quick_Grades_Description.tex;
@@ -3563,6 +3894,7 @@ Search_Basic.tex;
Searching.tex;
Sending_Email.tex;
Sequence_Advanced_Editor_Creation.tex;
+Sequence_Advanced_Editor_Links_Conditions.tex;
Sequence_Definition.tex;
Sequence_Editor_Selection.tex;
Sequence_Page_Maps.tex;
@@ -3580,10 +3912,13 @@ Slot_ResourceParameter.tex;
Slot_RestrictAvailibility.tex;
Slot_SelectingField.tex;
Slot_SpecifyProctors.tex;
+Slot_Use.tex;
Some_Items_Were_Not_Submitted.tex;
Spreadsheet_About.tex;
+Spreadsheet_Authoring.tex;
Spreadsheet_Calculation.tex;
Spreadsheet_Calculation_Time.tex;
+Spreadsheet_Category_Grades.tex;
Spreadsheet_Cell_Editing.tex;
Spreadsheet_Editing.tex;
Spreadsheet_Export_Row.tex;
@@ -3639,6 +3974,7 @@ View_recent_activity.tex;
What_Is_LON-CAPA.tex;
Why_LON-CAPA.tex;
Wishlist.tex;
+Wrong_Num_Boxes_Checked.tex;
@@ -3654,7 +3990,9 @@ German Tex files for the help system
About_Bombs.tex;
About_Communication.tex;
Auth_Options.tex;
+Authoring_ExternalResponse.tex;
Authoring_Math_Editor.tex;
+Authoring_Multilingual_Problems.tex;
Caching.tex;
Cascading_Parameters.tex;
Change_Colors.tex;
@@ -3664,6 +4002,7 @@ Contextual_Help.tex;
Course_Change_Privileges.tex;
Course_Convert_To_CSV.tex;
Course_Create_Class_List.tex;
+Course_Critical_Message.tex;
Course_Self_Enrollment.tex;
Creating_Math_Response_Problems.tex;
Docs_About_Bulletin_Board.tex;
@@ -3674,15 +4013,20 @@ Docs_About_Syllabus.tex;
Docs_Adding_Course_Doc.tex;
Docs_Adding_Folders.tex;
Docs_Editing_Templated_Pages.tex;
+Docs_Import_Stored_Link.tex;
Docs_Navigate_Content.tex;
Docs_Score_Upload_Form.tex;
Docs_Verify_Content.tex;
+ForceIDChange.tex;
+Formula_Answers.tex;
Formula_Editor.tex;
General_Intro.tex;
Generation.tex;
Metadata_Description.tex;
Navigation_Screen.tex;
Parameter_Overview.tex;
+Parameter_Set_Folder.tex;
+Physical_Units.tex;
Portfolio_About.tex;
Portfolio_AddFiles.tex;
Portfolio_Catalog.tex;
@@ -3699,9 +4043,12 @@ Portfolio_ShareFile_Conditional.tex;
Portfolio_ShareFile_SetAccess.tex;
Portfolio_ShareFile_StopAccess.tex;
Prefs_About_Me.tex;
+Prefs_Forwarding.tex;
Prefs_Language.tex;
Prefs_Messages.tex;
+Prefs_Notification.tex;
Prefs_Screen_Name_Nickname.tex;
+Problem_Editor_XML_Index.tex;
Problem_Parameters.tex;
Publishing_Copyright.tex;
Publishing_Keywords.tex;
@@ -3710,6 +4057,7 @@ Ranking_Problems.tex;
Receipt.tex;
Search_Advanced.tex;
Search_Basic.tex;
+Sending_Email.tex;
Some_Items_Were_Not_Submitted.tex;
Student_Intro.tex;
Syllabus_ExtLink.tex;
@@ -3717,6 +4065,8 @@ Table_Mode.tex;
Tries.tex;
Uploaded_Templates_PublicView.tex;
Uploaded_Templates_TextBoxes.tex;
+View_recent_activity.tex;
+Wishlist.tex;
@@ -4341,6 +4691,14 @@ zh.pm;
+
+home/httpd/lib/perl/LONCAPA/transliterate.pm
+handler
+
+Transliteration of non-ascii to ascii characters in filenames.
+
+
+home/httpd/lib/perl/Apache/loncoursedata.pmhandler
@@ -4438,6 +4796,25 @@ assignment.
works/unverified
+
+
+ home/httpd/html/adm/jsme
+ script
+
+ JSME files (Javascript version of JME) for editing organic structures
+ 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
+
+
+loncom/html/adm/jsme/commands;
+loncom/html/adm/jsme/VERSION;
+loncom/html/adm/jsme/JSME_2020-12-26.zip;
+
+
+
*.*loncom/html/adm/jme/
@@ -4489,38 +4866,25 @@ jlm_greek.jar.pack.gz;
-
- *.*
- loncom/html/adm/jmol/
- home/httpd/html/adm/jmol/
- interface file
+
+
+ home/httpd/html/adm/jmol
+ script
- Jmol files, for displaying structures
+ Jmol for displaying structures, 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
-
-COPYRIGHT.txt;
-JmolApplet.jar;
-Jmol.js;
-LICENSE.txt;
-README.txt;
-JmolApplet0_Core.jar;
-JmolApplet0_i18n.jar;
-JmolApplet0.jar;
-JmolApplet0_Jars.jar;
-JmolApplet0_Jvxl.jar;
-JmolApplet0_Main.jar;
-JmolApplet0_Popup.jar;
-JmolApplet0_Quantum.jar;
-JmolApplet0_ReadersCifPdb.jar;
-JmolApplet0_ReadersMolXyz.jar;
-JmolApplet0_ReadersMore.jar;
-JmolApplet0_ReadersXml.jar;
-JmolApplet0_ShapeBio.jar;
-JmolApplet0_ShapeSpecial.jar;
-JmolApplet0_Smiles.jar;
-JmolApplet0_Viewer.jar;
-
-
+
+commands
+
+
+loncom/html/adm/jmol/commands;
+loncom/html/adm/jmol/VERSION;
+loncom/html/adm/jmol/jmol-loncapa.zip;
+
+
@@ -4563,57 +4927,26 @@ loncom/html/adm/dragmath/dragmath-0.7.9.
-
- *.*
- loncom/html/adm/jsMath/
- home/httpd/html/adm/jsMath/
+
+
+ home/httpd/html/adm/LC_math_editor/LC_math_editor.min.jsinterface file
-jsMath is a Javascript solution to converting TeX to something the browser can see
+LON-CAPA math editor
-
-black.gif;
-blank.gif;
-COPYING.txt;
-FONTSVERSION;
-jsMath-BaKoMa-fonts.js;
-jsMath-autoload.html;
-jsMath-controls.html;
-jsMath-fallback-mac.js;
-jsMath-fallback-mac-mozilla.js;
-jsMath-fallback-mac-msie.js;
-jsMath-fallback-pc.js;
-jsMath-fallback-symbols.js;
-jsMath-fallback-unix.js;
-jsMath-global-controls.html;
-jsMath-global.html;
-jsMath.js;
-jsMath-loader.html;
-jsMath-loader-omniweb4.js;
-jsMath-mozilla.js;
-jsMath-msie-mac.js;
-jsMath-old-browsers.js;
-
-
+
-
- home/httpd/html/adm/jsMath/fonts/
- script
+
+ home/httpd/html/res/adm/includes/file_upload.js
+ interface file
- Server side png fonts for use by jsMath
+ JavaScript dealing with file uploads
-
-commands
-
-
-loncom/html/adm/jsMath/commands;
-loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
-
-
+
home/httpd/html/adm/MathJaxscript
@@ -4628,12 +4961,12 @@ commands
loncom/html/adm/MathJax/commands;
loncom/html/adm/MathJax/VERSION;
-loncom/html/adm/MathJax/mathjax-MathJax-v2.3-9-g78ea6af.zip;
+loncom/html/adm/MathJax/mathjax-MathJax-v2.7.4.zip;
-
+
home/httpd/html/adm/geogebra/webscript
@@ -4645,12 +4978,12 @@ commands
loncom/html/adm/geogebra/commands;
loncom/html/adm/geogebra/VERSION;
-loncom/html/adm/geogebra/geogebra_html5.tar.gz;
+loncom/html/adm/geogebra/geogebraweb_4.4.tar.gz;
-
+
home/httpd/html/ckeditorscript
@@ -4662,80 +4995,74 @@ commands
loncom/html/adm/ckeditor/commands;
-loncom/html/adm/ckeditor/ckeditor_3.6.6.1.tar.gz;
+loncom/html/adm/ckeditor/ckeditor_4.4.7.tar.gz;
loncom/html/adm/ckeditor/loncapaconfig.js;
loncom/html/adm/ckeditor/VERSION;
+loncom/html/adm/ckeditor/plugins/lcm/plugin.js;
+loncom/html/adm/ckeditor/plugins/lcm/dialogs/lcm.js;
+loncom/html/adm/ckeditor/plugins/lcm/icons/lcm.png;
+loncom/html/adm/ckeditor/plugins/lcm/icons/hidpi/lcm.png;
+loncom/html/adm/ckeditor/plugins/lcm/images/loader.gif;
+loncom/html/adm/ckeditor/plugins/lcm/lang/af.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ar.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ca.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/cs.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/cy.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/da.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/de.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/el.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/en-gb.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/en.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/eo.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/es.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/fa.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/fi.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/fr.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/gl.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/he.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/hr.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/hu.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/it.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ja.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/km.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ku.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/lt.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/nb.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/nl.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/no.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/pl.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/pt-br.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/pt.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ro.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/ru.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/sk.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/sl.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/sq.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/sv.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/tr.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/tt.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/uk.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/vi.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/zh-cn.js;
+loncom/html/adm/ckeditor/plugins/lcm/lang/zh.js;
+loncom/html/adm/ckeditor/plugins/chem/plugin.js;
+loncom/html/adm/ckeditor/plugins/chem/dialogs/chem.js;
+loncom/html/adm/ckeditor/plugins/chem/icons/chem.png;
+loncom/html/adm/ckeditor/plugins/chem/icons/hidpi/chem.png;
+loncom/html/adm/ckeditor/plugins/chem/lang/de.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/en.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/es.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/fr.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/ja.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/pt-br.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/pt.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/ru.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/zh-cn.js;
+loncom/html/adm/ckeditor/plugins/chem/lang/zh.js;
- *.*
- loncom/html/adm/jsMath/extensions/
- home/httpd/html/adm/jsMath/extensions/
- interface file
-
-Additional jsMath functionality that can be used when needed.
-
-
-AMSmath.js;
-AMSsymbols.js;
-HTML.js;
-bbox.js;
-font.js;
-boldsymbol.js;
-double-click.js;
-fbox.js;
-leaders.js;
-mathchoice.js;
-mimeTeX.js;
-moreArrows.js;
-newcommand.js;
-underset-overset.js;
-
-
-
-
- *.*
- loncom/html/adm/jsMath/plugins/
- home/httpd/html/adm/jsMath/plugins/
- interface file
-
-jsMath is a Javascript solution to converting TeX to something the browser can see
-
-
-autoload.js;
-CHMmode.js;
-global.js;
-mimeTeX.js;
-noCache.js;
-noGlobal.js;
-noImageFonts.js;
-smallFonts.js;
-spriteImageFonts.js;
-tex2math.js;
-
-
-
-
- *.*
- loncom/html/adm/jsMath/uncompressed/
- home/httpd/html/adm/jsMath/uncompressed/
- interface file
-
-the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
-
-
-def.js;
-font.js;
-jsMath-fallback-mac.js;
-jsMath-fallback-pc.js;
-jsMath-fallback-symbols.js;
-jsMath-fallback-unix.js;
-jsMath.js;
-
-
-
-*.jsloncom/html/adm/jpicker/home/httpd/html/adm/jpicker/js/
@@ -4794,9 +5121,11 @@ JQuery countdown timer javascript files
jquery.countdown-ar.js;
jquery.countdown-bg.js;
+ jquery.countdown-bs.js;
jquery.countdown-bn.js;
jquery.countdown-ca.js;
jquery.countdown-cs.js;
+ jquery.countdown-cy.js;
jquery.countdown-da.js;
jquery.countdown-de.js;
jquery.countdown-el.js;
@@ -4806,34 +5135,39 @@ JQuery countdown timer javascript files
jquery.countdown-fi.js;
jquery.countdown-fr.js;
jquery.countdown-gl.js;
+ jquery.countdown-gu.js;
jquery.countdown-he.js;
jquery.countdown-hr.js;
jquery.countdown-hu.js;
+ jquery.countdown-hy.js;
jquery.countdown-id.js;
jquery.countdown-it.js;
jquery.countdown-ja.js;
jquery.countdown.js;
+ jquery.countdown-kn.js;
jquery.countdown-ko.js;
jquery.countdown-lt.js;
jquery.countdown-lv.js;
jquery.countdown.min.js;
+ jquery.countdown-ml.js;
jquery.countdown-ms.js;
jquery.countdown-my.js;
jquery.countdown-nb.js;
jquery.countdown-nl.js;
- jquery.countdown.pack.js;
jquery.countdown-pl.js;
jquery.countdown-pt-BR.js;
jquery.countdown-ro.js;
jquery.countdown-ru.js;
jquery.countdown-sk.js;
jquery.countdown-sl.js;
+ jquery.countdown-sq.js;
jquery.countdown-sr.js;
jquery.countdown-sr-SR.js;
jquery.countdown-sv.js;
jquery.countdown-th.js;
jquery.countdown-tr.js;
jquery.countdown-uk.js;
+ jquery.countdown-uz.js;
jquery.countdown-vi.js;
jquery.countdown-zh-CN.js;
jquery.countdown-zh-TW.js;
@@ -4875,7 +5209,19 @@ JQuery countdown timer Image file for LE
countdownLED.png;
-
+
+ *.js
+ loncom/html/adm/jQuery/addons/
+ home/httpd/html/adm/jQuery/addons/
+ script
+
+Addons for jQuery
+
+
+ jquery-scrolltofixed.js;
+ jquery.viewport.mini.js;
+
+
@@ -4934,11 +5280,11 @@ JQuery countdown timer Image file for LE
home/httpd/html/adm/jQuery/js/interface file
-jQuery custom distribution of version 1.6.2, UI version 1.8.16
+jQuery custom distribution of version 3.2.1, UI version 1.12.1
- jquery-1.6.2.min.js;
- jquery-ui-1.8.16.custom.min.js;
+ jquery-3.2.1.min.js;
+ jquery-ui-1.12.1.custom.min.js;
@@ -4948,10 +5294,10 @@ jQuery custom distribution of version 1.
home/httpd/html/adm/jQuery/css/smoothness/interface file
-jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- stylesheets
+jQuery custom distribution of version 3.2.1, UI version 1.12.1 -- stylesheets
- jquery-ui-1.8.16.custom.css;
+ jquery-ui-1.12.1.custom.min.css;
@@ -4961,7 +5307,7 @@ jQuery custom distribution of version 1.
home/httpd/html/adm/jQuery/css/smoothness/images/interface file
-jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- images for css.
+jQuery custom distribution of version 3.2.1, UI version 1.12.1 -- images for css.
ui-bg_flat_0_aaaaaa_40x100.png;
@@ -5008,6 +5354,22 @@ jQuery nicescroll plugin image
+
+ *.*
+ loncom/html/adm/codemirror/
+ home/httpd/html/adm/codemirror/
+ script
+
+Codemirror for xml editor and script blocks in colorful editor
+
+
+ codemirror-combined.css;
+ codemirror-combined-xml.css;
+ codemirror-compressed-colorful.js;
+ codemirror-compressed-xml.js;
+
+
+
home/httpd/lib/perl/Apache/lontest.pm
@@ -5119,7 +5481,7 @@ echo 'pod2html lonnavmaps.pm'
home/httpd/lib/perl/Apache/lonselstudent.pm
-standard
+handler
re-usable student selection subs.
@@ -6160,7 +6522,14 @@ by the URL-related pattern syntax:
home/httpd/lib/perl/Apache/blockedaccess.pmhandler
-Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)
+Information about course-based blocking conditions for files with blocked access (currently affects portfolio files) and resources in a course
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/lonprotected.pm
+handler
+Information about deeplink-only access for a resourceworks/unverified
@@ -6178,6 +6547,16 @@ by the URL-related pattern syntax:
works/unverified
+
+home/httpd/lib/perl/Apache/lonslotcheck.pm
+handler
+Checks if access to a non-gradable external tool uses slots.
+Disable subsequent PerlHandlers if a slot is in use, and slot status does
+not currently allow access.
+
+works/unverified
+
+home/httpd/lib/perl/Apache/publiccheck.pmhandler
@@ -6199,6 +6578,16 @@ by the URL-related pattern syntax:
works/unverified
+
+home/httpd/lib/perl/Apache/lonlinkexit.pm
+handler
+
+logout session launched via deep link and escape iframe and redirect
+(for LTI-protected link and appropriate Link Protection setting in course)
+
+works/unverified
+
+home/httpd/lib/perl/Apache/migrateuser.pmhandler
@@ -6227,6 +6616,16 @@ by the URL-related pattern syntax:
works/unverified
+
+ home/httpd/lib/perl/Apache/lonrelaunch.pm
+ handler
+ For a deep link protected by LTI where username is included
+ in launch payload, expire user's current session if username
+ from payload does not match username in LON-CAPA session.
+
+ works/unverified
+
+home/httpd/lib/perl/Apache/lonshibauth.pmhandler
@@ -6317,6 +6716,17 @@ loncom/build/pod2html.sh ../auth/lonrole
+
+home/httpd/lib/perl/Apache/lontiny.pm
+handler
+
+Extract domain, courseID, and symb from a shortened URL and and switch role
+to a role in designated course. If the user has multiple active roles in a
+course, and one is a Coordinator role, that role will be selected, otherwise
+a list of available roles will be displayed for the user to select one.
+
+
+home/httpd/lib/perl/Apache/lonsource.pmhandler
@@ -6451,7 +6861,7 @@ Domain information serving.
etc/httpd/conf/mime.types
-etc/apache2/mime.types
+etc/apache2/mime.typeswww static confExpanded mime.types
@@ -6734,6 +7144,7 @@ eps.gif;
eps_big.gif;
exam.gif;
exam_big.gif;
+externallink.gif;
face-angel.png;
face-angry.png;
face-cool.png;
@@ -6815,6 +7226,8 @@ mpg.gif;
navmap.correct.gif;
navmap.partial.gif;
navmap.ellipsis.gif;
+navmap.none.closed.gif;
+navmap.none.open.gif;
navmap.open.gif;
navmap.page.open.gif;
navmap.page.closed.gif;
@@ -6971,10 +7384,10 @@ tested
home/httpd/lib/perl/LONCAPA/LCMathComplex.pm
-conf
+system file
-Modified version of Math::Complex 1.55 for use in Safe Space which eliminates
-dependency on Config.pm (not usable in Safe Space).
+Modified version of Math::Complex 1.59_01 for use in Safe Space which eliminates
+dependency on Config.pm and Scalar::Util.pm (not usable in Safe Space).
works/unverified
@@ -7132,8 +7545,23 @@ compiles/tth.so.i386.perl.5.16;
compiles/tth.so.x86_64.perl.5.16;
compiles/tth.so.i386.perl.5.18;
compiles/tth.so.x86_64.perl.5.18;
+compiles/tth.so.i386.perl.5.20;
+compiles/tth.so.x86_64.perl.5.20;
+compiles/tth.so.i386.perl.5.22;
+compiles/tth.so.x86_64.perl.5.22;
+compiles/tth.so.i386.perl.5.24;
+compiles/tth.so.x86_64.perl.5.24;
+compiles/tth.so.i386.perl.5.26;
+compiles/tth.so.x86_64.perl.5.26;
+compiles/tth.so.i386.perl.5.28;
+compiles/tth.so.x86_64.perl.5.28;
+compiles/tth.so.x86_64.perl.5.30;
+compiles/tth.so.x86_64.perl.5.32;
+compiles/tth.so.x86_64.perl.5.34;
+compiles/tth.so.x86_64.sles12;
+compiles/tth.so.x86_64.sles15;
compiles/tth.so.i386.debian5;
-compiles/tth.so.x86_64.debian5
+compiles/tth.so.x86_64.debian5;
@@ -7647,7 +8075,13 @@ ledsend.gif;
list.gif;
logout.gif;
mail.gif;
+mcrs.gif;
mark-discussionentries-read.gif;
+minitabmenu_bg.gif;
+minitabmenu_left.gif;
+minitabmenu_left_on.gif;
+minitabmenu_right.gif;
+minitabmenu_right_on.gif;
mrk.gif;
nav.gif;
new.gif;
@@ -7655,6 +8089,7 @@ next.gif;
nothumb.gif;
open-all-folders.gif;
open-first-problem.gif;
+printout.gif;
pdfupload.gif;
parm.gif;
pcstr.gif;
@@ -7681,6 +8116,7 @@ spacer.gif;
sprs.gif;
src.gif;
srvr.gif;
+star.gif;
start-navigation.gif;
stat.gif;
subm.gif;
@@ -7699,6 +8135,7 @@ bchat.png;
ccat.png;
ccrs.png;
clst.png;
+codemirror.png;
conf.png;
courses.png;
crsconf.png;
@@ -7781,6 +8218,7 @@ alnk.png;
aboutme.png;
addClickerInfoFile.png;
anonsurveythreshold.png;
+bubblesheet.png;
ccatconf.png;
ccat-22x22.png;
chat.png;
@@ -7793,6 +8231,7 @@ dialog-information.png;
docs-22x22.png;
document-open.png;
document-properties.png;
+download_sub.png;
dropbox.png;
dump.png;
edit-copy.png;
@@ -7808,15 +8247,20 @@ emblem-photos.png;
emblem-readonly.png;
emblem-system.png;
extres.png;
+exttool.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;
grp_settings.png;
grp_tools.png;
+helpdesk-access.png;
ims.png;
imsexport.png;
link-new-22x22.png;
@@ -7839,6 +8283,7 @@ preferences-desktop-remote-desktop.png;
preferences-desktop-theme.png;
preferences-desktop-wallpaper.png;
preferences-system-windows.png;
+receipt_number.png;
rcrs-22x22.png;
recover.png;
remotecontrol.png;
@@ -7850,6 +8295,7 @@ scoreupfrm.png;
selfenrl-queue.png;
selfenrl-queue-22x22.png;
sequence.png;
+shorturls.png;
simple.png;
simpprob.png;
start-here.png;
@@ -7860,11 +8306,14 @@ symbs.png;
system-lock-screen.png;
system-users.png;
timer.png;
+timezone.png;
trck-22x22.png;
+ungrade_sub.png;
uplcrs.png;
uploadscores.png;
verify.png;
view-mode-22x22.png;
+viewuser.png;
wishlist.png;
wishlist-link.png;
wishlist-link-lighter.png;
@@ -8006,17 +8455,16 @@ world2.gif
*.*loncom/html/res/adm/pages/reactionresponse/
-home/httpd/html/res/adm/pages/reactionresponse/
+home/httpd/html/adm/reactionresponse/interface file
Associated file for answering reactionresponse style questions
reaction_editor.html;
-reaction_frame.html;
reaction_help.html;
reaction_viewer.html;
-reaction_window.html
+reaction_preview.js;
@@ -8133,15 +8581,25 @@ file that allows setuid password privile
etc/rc.d/init.d/loncontrol
-etc/init.d/loncontrol
+etc/init.d/loncontrol
+home/httpd/perl/loncontrolroot script
Controls the launching/halting of lonc, lond, and lonsql processes.
-
+
+
+home/httpd/perl/systemd/loncontrol.service
+etc/systemd/system/loncontrol.service
+static conf
+
+Controls the launching/halting of lon-capa daemons by loncontrol in systemd
+
+
+
etc/rc.d/init.d/loncontrol
-etc/init.d/loncontrol
+etc/init.d/loncontrol
etc/rc.d/rc0.d/K05loncontrol;
etc/rc.d/rc1.d/K05loncontrol;
@@ -8151,7 +8609,7 @@ etc/rc.d/rc4.d/S95loncontrol;
etc/rc.d/rc5.d/S95loncontrol;
etc/rc.d/rc6.d/K05loncontrol
-
+
etc/rc.d/rc0.d/K05loncontrol;
etc/rc.d/rc1.d/K05loncontrol;
etc/rc.d/rc2.d/K05loncontrol;
@@ -8159,7 +8617,7 @@ etc/rc.d/rc3.d/S95loncontrol;
etc/rc.d/rc5.d/S95loncontrol;
etc/rc.d/rc6.d/K05loncontrol
-
+
etc/rc0.d/K05loncontrol;
etc/rc1.d/K05loncontrol;
etc/rc2.d/S95loncontrol;
@@ -8173,21 +8631,33 @@ etc/rc6.d/K05loncontrol
symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
-
-
+etc/rc.d/
setup loncontrol to run at boot
-
+
-c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
loncom/init.d/loncontrol
-
+
+
+etc/systemd/system/loncontrol.service
+
+Controls the launching/halting of lon-capa daemons by loncontrol in systemd
+
+
+-c '/usr/bin/systemctl enable loncontrol.service'
+
+
+-c '/bin/systemctl enable loncontrol.service'
+
+ loncom/init.d/loncontrol.service
+usr/local/loncapa/doc/utf8.def
@@ -8440,6 +8910,26 @@ Module for displaying the wishlist.works/unverified
+
+home/httpd/lib/perl/Apache/lonrelrequtils.pm
+handler
+
+Utilities to update information about LON-CAPA version requirements
+in a course.
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/lonaccesstimes.pm
+handler
+
+ Handler to display first access times for selected students for a
+specified folder, resource or course-wide, for roles with rights to
+view grades, but not edit them.
+
+works/unverified
+
+
Autocreate.pl
home/httpd/perl/Autocreate.plscript
@@ -8457,6 +8947,7 @@ Module for displaying the wishlist.
activity_to_accesscount.pl;
+check_authoring_spaces.pl;
clean_db.pl;
db_copy.pl;
dump_db.pl;
@@ -8464,6 +8955,7 @@ escape.pl;
excise_from_db.pl;
getties.pl;
login_count.pl;
+memcached_dump.pl;
modify_config_files.pl;
move_construction_spaces.pl;
parse_scantron.pl;
@@ -8472,6 +8964,7 @@ seed_accesscount.pl;
stress.pl;
testkerberos.pl;
unescape.pl;
+unsubresources.pl;
user_login_count.pl;