Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.797.2.124 and 1.797.2.131.2.14

version 1.797.2.124, 2021/12/10 18:10:43 version 1.797.2.131.2.14, 2024/02/28 17:17:13
Line 423  Used by lond parent to check if children Line 423  Used by lond parent to check if children
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lonLTItmp</targetdir>
     <categoryname>server standard</categoryname>
     <description>for temporary storage of LTI nonces</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/webdav</targetdir>    <targetdir dist='default'>home/httpd/webdav</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>for storage of webdav DAVLock files</description>    <description>for storage of webdav DAVLock files</description>
Line 461  extensions</description> Line 467  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/math_parser</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA math parser</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of HTML specific perl module fixes and additions    <description>location of HTML specific perl module fixes and additions
Line 480  extensions</description> Line 492  extensions</description>
   <description>cookie jar</description>    <description>cookie jar</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/ltiIDs</targetdir>
     <categoryname>server standard</categoryname>
     <description>stores LTI callback IDs for session logout</description>
   </directory>
   <directory dist='default'>
    <protectionlevel>modest_delete</protectionlevel>     <protectionlevel>modest_delete</protectionlevel>
  <targetdir dist='default'>home/httpd/balanceIDs</targetdir>   <targetdir dist='default'>home/httpd/balanceIDs</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
Line 1758  LON-CAPA release, starting with 2.10.1 Line 1776  LON-CAPA release, starting with 2.10.1
 2.11.1.tab;  2.11.1.tab;
 2.11.2.tab;  2.11.2.tab;
 2.11.3.tab;  2.11.3.tab;
   2.11.4.tab;
   2.11.4.B.tab;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   
Line 2523  Handler to check if an external resource Line 2543  Handler to check if an external resource
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/lonexttool.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to operate as an LTI Consumer
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltiauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltiauth.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to operate as an LTI Provider
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltiroster.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltiroster.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to service roster requests, as an LTI Consumer.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltipassback.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltipassback.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to service pass back of scores from a Tool Provider,
   as an LTI Consumer.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltilogout.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltilogout.pm</target>
   <categoryname>handler</categoryname>
   <description>
   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.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltiutils.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/ltiutils.pm</target>
   <categoryname>system file</categoryname>
   <description>
   Common routines for LTI (Consumer or Provider)
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/templates/LTIstandard.tool.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/LTIstandard.tool.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file which specifies package source for external tool (LTI) without passback
   of grades
   </description>
   </file>
   <file>
   <source>loncom/lti/templates/LTIpassback.tool.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/LTIpassback.tool.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file which specifies package source for external tool (LTI) which supports passback
   of grades, and storable parameters.
   </description>
   </file>
   <file>
   <source>loncom/interface/lonpickcode.pm</source>    <source>loncom/interface/lonpickcode.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 2568  Handler to pick a user from a directory Line 2662  Handler to pick a user from a directory
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/loncourseuser.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncourseuser.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to check if a user has a role (active, future or previous) in a course.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/loncourserespicker.pm</source>  <source>loncom/interface/loncourserespicker.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 3018  pref.gif; Line 3121  pref.gif;
 preferences-desktop-font.gif;  preferences-desktop-font.gif;
 preferences-desktop-locale.gif;  preferences-desktop-locale.gif;
 preferences-desktop-theme.gif;  preferences-desktop-theme.gif;
   printout.gif;
 problem_editing_colorful.gif;  problem_editing_colorful.gif;
 problem_editing_xml.gif;  problem_editing_xml.gif;
 problem_testing.gif;  problem_testing.gif;
Line 3432  Chart_Sequences.tex; Line 3536  Chart_Sequences.tex;
 Chart_Student_Data.tex;  Chart_Student_Data.tex;
 Chatting.tex;  Chatting.tex;
 Clicker_Registration.tex;  Clicker_Registration.tex;
   Clone_Tiny_URLs.tex;
 Coauthor.tex;  Coauthor.tex;
 Construction_Space_Overview.tex;  Construction_Space_Overview.tex;
 Content_Page_Overview.tex;  Content_Page_Overview.tex;
Line 3471  Course_Parameter_Levels.tex; Line 3576  Course_Parameter_Levels.tex;
 Course_Parameter_Table_Mode.tex;  Course_Parameter_Table_Mode.tex;
 Course_Prefs_Bridgetasks.tex;  Course_Prefs_Bridgetasks.tex;
 Course_Prefs_Display.tex;  Course_Prefs_Display.tex;
   Course_Prefs_ExternalTools.tex;
 Course_Prefs_Grading.tex;  Course_Prefs_Grading.tex;
 Course_Prefs_Printouts.tex;  Course_Prefs_Printouts.tex;
 Course_Prefs_Classlists.tex;  Course_Prefs_Classlists.tex;
 Course_Prefs_Feedback.tex;  Course_Prefs_Feedback.tex;
 Course_Prefs_Language.tex;  Course_Prefs_Language.tex;
   Course_Prefs_Linkprotection.tex;
   Course_Prefs_Menus.tex;
 Course_Prefs_Spreadsheet.tex;  Course_Prefs_Spreadsheet.tex;
 Course_Prefs_Discussions.tex;  Course_Prefs_Discussions.tex;
 Course_Prefs_General.tex;  Course_Prefs_General.tex;
Line 3533  Docs_About_Simple_Page.tex; Line 3641  Docs_About_Simple_Page.tex;
 Docs_About_Syllabus.tex;  Docs_About_Syllabus.tex;
 Docs_Adding_Course_Doc.tex;  Docs_Adding_Course_Doc.tex;
 Docs_Adding_External_Resource.tex;  Docs_Adding_External_Resource.tex;
   Docs_Adding_External_Tool.tex;
 Docs_Adding_Folders.tex;  Docs_Adding_Folders.tex;
 Docs_Adding_Pages.tex;  Docs_Adding_Pages.tex;
 Docs_Adding_Syllabus.tex;  Docs_Adding_Syllabus.tex;
Line 3557  Docs_Overview.tex; Line 3666  Docs_Overview.tex;
 Docs_Radio.tex;  Docs_Radio.tex;
 Docs_Score_Upload_Form.tex;  Docs_Score_Upload_Form.tex;
 Docs_Search.tex;  Docs_Search.tex;
   Docs_Short_URLs.tex;
 Docs_Simple_Problem.tex;  Docs_Simple_Problem.tex;
 Docs_String_Response.tex;  Docs_String_Response.tex;
 Docs_Supplemental.tex;  Docs_Supplemental.tex;
Line 3579  Domain_Configuration_IP_Access.tex; Line 3689  Domain_Configuration_IP_Access.tex;
 Domain_Configuration_LangTZAuth.tex;  Domain_Configuration_LangTZAuth.tex;
 Domain_Configuration_Load_Balancing.tex;  Domain_Configuration_Load_Balancing.tex;
 Domain_Configuration_Login_Page.tex;  Domain_Configuration_Login_Page.tex;
   Domain_Configuration_LTI_Provider.tex;
   Domain_Configuration_LTI_Tools.tex;
 Domain_Configuration_Passwords.tex;  Domain_Configuration_Passwords.tex;
 Domain_Configuration_Quotas.tex;  Domain_Configuration_Quotas.tex;
 Domain_Configuration_Request_Author.tex;  Domain_Configuration_Request_Author.tex;
Line 3591  Domain_Configuration_SSL.tex; Line 3703  Domain_Configuration_SSL.tex;
 Domain_Configuration_User_Creation.tex;  Domain_Configuration_User_Creation.tex;
 Domain_Configuration_User_Modification.tex;  Domain_Configuration_User_Modification.tex;
 Domain_Configuration_User_Sessions.tex;  Domain_Configuration_User_Sessions.tex;
   Domain_Configuration_WAF_Proxy.tex;
 Domain_Coordination_Intro.tex;  Domain_Coordination_Intro.tex;
 Domain_Coordination_Overview.tex;  Domain_Coordination_Overview.tex;
 Domain_Create_Users.tex;  Domain_Create_Users.tex;
 Domain_Crontab_Entries.tex;  Domain_Crontab_Entries.tex;
 Domain_Editing_Custom_Roles.tex;  Domain_Editing_Custom_Roles.tex;
 Domain_Manual_Title_Page.tex;  Domain_Manual_Title_Page.tex;
   Domain_Modify_Course.tex;
   Domain_Modify_Community.tex;
 Domain_Role_Approvals.tex;  Domain_Role_Approvals.tex;
 Domain_Role_Logs.tex;  Domain_Role_Logs.tex;
 Domain_User_Access_Logs.tex;  Domain_User_Access_Logs.tex;
Line 3683  Math_Response_Problems.tex; Line 3798  Math_Response_Problems.tex;
 Maxima_Argument_Array.tex;  Maxima_Argument_Array.tex;
 Maxima_Libraries.tex;  Maxima_Libraries.tex;
 Metadata_Description.tex;  Metadata_Description.tex;
   Modify_Anonsurvey_Threshold.tex;
 Modify_Community_Owner.tex;  Modify_Community_Owner.tex;
   Modify_Course_Chgpasswd.tex;
   Modify_Course_Credithours.tex;
 Modify_Course_Defaultauth.tex;  Modify_Course_Defaultauth.tex;
 Modify_Course_Instcode.tex;  Modify_Course_Instcode.tex;
   Modify_Course_LTI_Authen.tex;
 Modify_Course_Owner.tex;  Modify_Course_Owner.tex;
 Modify_Course_Quota.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;  Navigation_Screen.tex;
 Navmap_Host_Down.tex;  Navmap_Host_Down.tex;
 NavMaps_MarkPosts_Read.tex;  NavMaps_MarkPosts_Read.tex;
Line 6159  handles request to the CAPA homework pro Line 6282  handles request to the CAPA homework pro
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/loncapamath.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/loncapamath.pm</target>
     <categoryname>handler</categoryname>
     <description>
       lm element implementation, using the math parser package
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/units.json</source>
     <target dist='default'>home/httpd/lonTabs/units.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: units
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/constants.json</source>
     <target dist='default'>home/httpd/lonTabs/constants.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: constants
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcEnv.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation environment
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Definitions.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Definitions.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Operator definitions
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ENode.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ENode.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parsed tree node.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Operator.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Operator.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parser operator
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ParseException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ParseException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parse exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Parser.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Parser.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Equation parser
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QInterval.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QInterval.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: An interval of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QIntervalUnion.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A union of possibly disjoint intervals
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QMatrix.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QMatrix.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A matrix of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QSet.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QSet.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A set of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Quantity.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Quantity.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A quantity (value and units)
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QVector.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QVector.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A vector of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Token.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Token.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A parser token.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Tokenizer.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: String tokenizer
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Units.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Units.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Loads and converts units
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/xml/Safe.pm</source>  <source>loncom/xml/Safe.pm</source>
 <target dist='default'>home/httpd/lib/perl/Safe.pm</target>  <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 6405  by the URL-related pattern syntax: Line 6699  by the URL-related pattern syntax:
 <source>loncom/auth/blockedaccess.pm</source>  <source>loncom/auth/blockedaccess.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>  <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files) and resources in a course</description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/lonprotected.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonprotected.pm</target>
   <categoryname>handler</categoryname>
   <description>Information about deeplink-only access for a resource</description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
Line 6423  by the URL-related pattern syntax: Line 6724  by the URL-related pattern syntax:
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/lonslotcheck.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonslotcheck.pm</target>
   <categoryname>handler</categoryname>
   <description>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.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/publiccheck.pm</source>    <source>loncom/auth/publiccheck.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6444  by the URL-related pattern syntax: Line 6755  by the URL-related pattern syntax:
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/lonlinkexit.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonlinkexit.pm</target>
   <categoryname>handler</categoryname>
   <description>
   logout session launched via deep link and escape iframe and redirect
   (for LTI-protected link and appropriate Link Protection setting in course)
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/migrateuser.pm</source>    <source>loncom/auth/migrateuser.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6472  by the URL-related pattern syntax: Line 6793  by the URL-related pattern syntax:
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/auth/lonrelaunch.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonrelaunch.pm</target>
     <categoryname>handler</categoryname>
     <description>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.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/lonshibauth.pm</source>    <source>loncom/auth/lonshibauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6562  loncom/build/pod2html.sh ../auth/lonrole Line 6893  loncom/build/pod2html.sh ../auth/lonrole
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/lontiny.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lontiny.pm</target>
   <categoryname>handler</categoryname>
   <description>
   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.
   </description>
   </file>
   <file>
 <source>loncom/interface/lonsource.pm</source>  <source>loncom/interface/lonsource.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 6979  eps.gif; Line 7321  eps.gif;
 eps_big.gif;  eps_big.gif;
 exam.gif;  exam.gif;
 exam_big.gif;  exam_big.gif;
   externallink.gif;
 face-angel.png;  face-angel.png;
 face-angry.png;  face-angry.png;
 face-cool.png;  face-cool.png;
Line 7060  mpg.gif; Line 7403  mpg.gif;
 navmap.correct.gif;  navmap.correct.gif;
 navmap.partial.gif;  navmap.partial.gif;
 navmap.ellipsis.gif;  navmap.ellipsis.gif;
   navmap.none.closed.gif;
   navmap.none.open.gif;
 navmap.open.gif;  navmap.open.gif;
 navmap.page.open.gif;  navmap.page.open.gif;
 navmap.page.closed.gif;  navmap.page.closed.gif;
Line 7389  compiles/tth.so.i386.perl.5.28; Line 7734  compiles/tth.so.i386.perl.5.28;
 compiles/tth.so.x86_64.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.30;
 compiles/tth.so.x86_64.perl.5.32;  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.sles12;
 compiles/tth.so.x86_64.sles15;  compiles/tth.so.x86_64.sles15;
 compiles/tth.so.i386.debian5;  compiles/tth.so.i386.debian5;
Line 7920  next.gif; Line 8266  next.gif;
 nothumb.gif;  nothumb.gif;
 open-all-folders.gif;  open-all-folders.gif;
 open-first-problem.gif;  open-first-problem.gif;
   printout.gif;
 pdfupload.gif;  pdfupload.gif;
 parm.gif;  parm.gif;
 pcstr.gif;  pcstr.gif;
Line 8077  emblem-photos.png; Line 8424  emblem-photos.png;
 emblem-readonly.png;  emblem-readonly.png;
 emblem-system.png;  emblem-system.png;
 extres.png;  extres.png;
   exttool.png;
 folder-new.png;  folder-new.png;
 folder-new-22x22.png;  folder-new-22x22.png;
 format-justify-fill.png;  format-justify-fill.png;
Line 8124  scoreupfrm.png; Line 8472  scoreupfrm.png;
 selfenrl-queue.png;  selfenrl-queue.png;
 selfenrl-queue-22x22.png;  selfenrl-queue-22x22.png;
 sequence.png;  sequence.png;
   shorturls.png;
 simple.png;  simple.png;
 simpprob.png;  simpprob.png;
 start-here.png;  start-here.png;
Line 8134  symbs.png; Line 8483  symbs.png;
 system-lock-screen.png;  system-lock-screen.png;
 system-users.png;  system-users.png;
 timer.png;  timer.png;
   timezone.png;
 trck-22x22.png;  trck-22x22.png;
 ungrade_sub.png;  ungrade_sub.png;
 uplcrs.png;  uplcrs.png;
 uploadscores.png;  uploadscores.png;
 verify.png;  verify.png;
 view-mode-22x22.png;  view-mode-22x22.png;
   viewuser.png;
 wishlist.png;  wishlist.png;
 wishlist-link.png;  wishlist-link.png;
 wishlist-link-lighter.png;  wishlist-link-lighter.png;
Line 8288  Associated file for answering reactionre Line 8639  Associated file for answering reactionre
 </description>  </description>
 <filenames>  <filenames>
 reaction_editor.html;  reaction_editor.html;
 reaction_frame.html;  
 reaction_help.html;  reaction_help.html;
 reaction_viewer.html;  reaction_viewer.html;
 reaction_window.html  reaction_preview.js;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
Line 8409  file that allows setuid password privile Line 8759  file that allows setuid password privile
 <source>loncom/init.d/loncontrol</source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'>etc/rc.d/init.d/loncontrol</target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>  <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8'>home/httpd/perl/loncontrol</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream'>home/httpd/perl/loncontrol</target>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
Line 8418  Controls the launching/halting of lonc, Line 8768  Controls the launching/halting of lonc,
 <file>  <file>
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>  <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8'>etc/systemd/system/loncontrol.service</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream'>etc/systemd/system/loncontrol.service</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
Line 8471  symbolic links to /etc/rc.d/init.d/lonco Line 8821  symbolic links to /etc/rc.d/init.d/lonco
 loncom/init.d/loncontrol  loncom/init.d/loncontrol
   </dependencies>    </dependencies>
 </file>  </file>
 <file dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8">  <file dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream">
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target>etc/systemd/system/loncontrol.service</target>  <target>etc/systemd/system/loncontrol.service</target>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
   <installscript dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 sles15 rhes8 centos8 oracle7 oracle8">    <installscript dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream">
 -c '/usr/bin/systemctl enable loncontrol.service'  -c '/usr/bin/systemctl enable loncontrol.service'
   </installscript>    </installscript>
   <installscript dist="ubuntu18 ubuntu20">    <installscript dist="ubuntu18 ubuntu20">

Removed from v.1.797.2.124  
changed lines
  Added in v.1.797.2.131.2.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>