CVS log for loncom/interface/domainprefs.pm

[BACK] Up to [LON-CAPA] / loncom / interface

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: version_2_10_X


Revision 1.138.2.13: download - view: text, markup, annotated - select for diffs
Wed Nov 30 18:36:26 2011 UTC (12 years, 5 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, loncapaMITrelate_1
Diff to previous 1.138.2.12: preferred, colored next main 1.139: preferred, colored
Changes since revision 1.138.2.12: +2 -2 lines
- Backport 1.160.

Revision 1.138.2.12: download - view: text, markup, annotated - select for diffs
Mon Nov 7 03:27:23 2011 UTC (12 years, 6 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.11: preferred, colored
Changes since revision 1.138.2.11: +2 -2 lines
- Backport 1.156.

Revision 1.138.2.11: download - view: text, markup, annotated - select for diffs
Mon Oct 10 17:57:33 2011 UTC (12 years, 7 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.10: preferred, colored
Changes since revision 1.138.2.10: +1 -2 lines
- Remove extra brace in backport of 1.155 (1.138.2.10).

Revision 1.138.2.10: download - view: text, markup, annotated - select for diffs
Mon Oct 3 02:26:22 2011 UTC (12 years, 7 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.9: preferred, colored
Changes since revision 1.138.2.9: +96 -25 lines
- Backport 1.155.

Revision 1.138.2.9: download - view: text, markup, annotated - select for diffs
Fri Jul 29 14:28:24 2011 UTC (12 years, 9 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.8: preferred, colored
Changes since revision 1.138.2.8: +3 -3 lines
- Backport 1.144.

Revision 1.138.2.8: download - view: text, markup, annotated - select for diffs
Thu Mar 10 23:39:22 2011 UTC (13 years, 2 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0
Diff to previous 1.138.2.7: preferred, colored
Changes since revision 1.138.2.7: +14 -15 lines
- Backport 1.143.

Revision 1.138.2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 7 22:00:22 2011 UTC (13 years, 3 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.6: preferred, colored
Changes since revision 1.138.2.6: +2 -4 lines
- Backport 1.142.

Revision 1.138.2.6: download - view: text, markup, annotated - select for diffs
Thu Dec 30 18:53:08 2010 UTC (13 years, 4 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0_RC2
Diff to previous 1.138.2.5: preferred, colored
Changes since revision 1.138.2.5: +2 -1 lines
- Typo in 1.138.2.5 backport of 1.141.

Revision 1.138.2.5: download - view: text, markup, annotated - select for diffs
Sat Dec 25 00:52:58 2010 UTC (13 years, 4 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.4: preferred, colored
Changes since revision 1.138.2.4: +27 -6 lines
- Backport 1.141.

Revision 1.138.2.4: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:44:08 2010 UTC (13 years, 7 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.3: preferred, colored
Changes since revision 1.138.2.3: +12 -5 lines
- Backport 1.140.

Revision 1.138.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 26 08:27:38 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0_RC1
Diff to previous 1.138.2.2: preferred, colored
Changes since revision 1.138.2.2: +2 -2 lines
- Typo in 1.138.2.2.

Revision 1.138.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 26 08:07:42 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138.2.1: preferred, colored
Changes since revision 1.138.2.1: +60 -17 lines
- Backport 1.139 (part).

Revision 1.138.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 13 05:45:05 2010 UTC (13 years, 9 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +4 -13 lines
- For 2.10.
  - Course default for PDFForms fixed as "No" for all domains in 2.10.
  - Helpsettings domain configuration not included in 2.10.

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue Jul 20 02:42:40 2010 UTC (13 years, 9 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_10_X
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +87 -15 lines
- Control hosting of user sessions.
  - To accommodate multi-domain library servers, use internet domain names (e.g., msu.edu)
    instead of LON-CAPA domains in interface DC uses to set options for session hosting.

  - Provide mechanism to retrieve lonHostID for a hostname, so we can tell which
    domain determines session hosting config for external users on a multi-domain
    machine.

  - New routines in lonnet.pm:
     &get_server_homeID()  -- gets lonHostID for a hostname
     &internet_dom() -- gets internet domain name for a LON-CAPA Host ID
     &get_internet_names() -- gets internet domain names for all domains
                              for a server given one of the LC host IDs for the server.

   - New file in /home/httpd/lonTabs:
     - serverhomeIDs.tab (populated by loncron). : paired hostname:lonHostID

   - New subroutine in loncron: &write_serverhomeIDs() -- populates serverhomeIDs.tab
   - New subroutine in lond: &server_homeID_handler() -- returns LON-CAPA Host ID of server
   - New scalar in lond: $clienthomedom -- set to domain of LON-CAPA Host ID of client
   - New subroutine in domainprefs.pm: &build_location_hashes()
       -- used to set up options for session hosting as internet domain names
           - where two names (e.g., msu.edu, loncapa.org) are controlled by the same
             institution these will receive a single checkbox.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

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