CVS log for loncom/LONCAPA.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 25 22:29:29 2019 UTC (4 years, 7 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Diff to previous 1.35.2.1: preferred, colored next main 1.36: preferred, colored
Changes since revision 1.35.2.1: +8 -1 lines
- For 2.11
  Backport 1.36

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 25 02:43:33 2019 UTC (4 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +8 -1 lines
- Domain Configuration for passwords for internally-authenticated users.
  - Default minimum password length of 7 set in a single location.
  - Value for min length set in domain's configuration may not be less than
    the default.
  - javascript function:  warnIntPass() warns aboit invalid values for
    min and max length, expiration time, and number saved for domain
    config for passwords.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 15 22:01:23 2019 UTC (5 years, 1 month ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- For 2.11
  - Default renderer for unconfigured domains is tth for pre-2.12 releases.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Feb 15 20:56:10 2019 UTC (5 years, 1 month ago) by raeburn
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +8 -1 lines
- Default renderer for unconfigured domains set in a single location.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 8 14:49:51 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +11 -1 lines
- Move routine used to get Linux distro from &get_distro() in loncron
  to &distro() in LONCAPA.pm to facilitate reuse.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 7 20:05:52 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +9 -1 lines
Trying to get rid of some of the copy/paste regular expressions.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 4 09:25:53 2011 UTC (12 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +116 -3 lines
Centralize knowledge of where the tmp dir is within LONCAPA.pm

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 14 16:12:53 2011 UTC (12 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0, loncapaMITrelate_1
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +42 -1 lines
- Duplicated &try_to_lock() routine moved to one location (in LONCAPA.pm).
- Try to get locks for lock_apachereload and lock_lciptables before
  making system calls (in lond and loncron respectively).

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jun 15 05:31:43 2010 UTC (13 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_10_0_RC2, version_2_10_0_RC1
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
- Bug 6313.
  - Underscores not allowed in LON-CAPA domain names.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Oct 29 03:23:52 2009 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_9_0, version_2_8_99_1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +6 -3 lines
- Distinctive courseID for Communities - all begin with 0
- LONCAPA::match_community will match this type of courseID
- Client session sends installed LON-CAPA version when initiating lonc/lond
  connection to remote server.
- Roles in Communities unavailable for user sessions hosted on LON-CAPA
  releases which predate 2.9.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 13 14:01:10 2009 UTC (14 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_99_0, bz5969, bz2851, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +6 -17 lines
- Accumulate POD at end of file.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:19:33 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +97 -105 lines
Moved POD comments to bottom of file

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Nov 17 13:24:02 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +25 -6 lines
More POD comment fixes

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 17 13:22:01 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +96 -74 lines
Added & converted POD documentation

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jul 2 21:15:29 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, GCI_1
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +5 -5 lines
- BUG#5305 allow @ in usernames

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 10 20:22:30 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +6 -1 lines
- lonid can have . and - now

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:23:50 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_0, version_2_2_99_1
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +8 -2 lines
- add clean_courseid

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 10 23:06:13 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_0
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
- require a word char to satr a username

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:34:42 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
- allow usernames to start with a digit

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:33:56 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +1 -5 lines
- change the is_course checkign and get both lonaboutme and lonrss to use the same one

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 6 22:22:36 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
- more re fix ups

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 4 21:38:50 2006 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
- er exactly backwards there

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 1 21:52:28 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +32 -10 lines
- course ids and usernames are slightly different (courseids must start \d\w\d usernames can not start with a digit) add re for both course ids and any kind of internal name

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 27 16:34:38 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +4 -5 lines
- switch to using the cleaning routines for controlling what is valid in a db name

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 22 19:58:29 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +49 -5 lines
- adding some helper vars for matching valid domina/username handle character classes
- exporting these under the :match tag

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 13 19:11:05 2006 UTC (17 years, 5 months ago) by albertel
Branches: auto_convert_32_to_64
Diff to previous 1.13: preferred, colored next main 1.14: preferred, colored
Changes since revision 1.13: +27 -2 lines
- checks for a .old and auto converts if not existing

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 11 20:07:18 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3
Branch point for: auto_convert_32_to_64
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +7 -2 lines
- need to cleanup the sym if result is undefined

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 3 10:26:22 2006 UTC (17 years, 8 months ago) by foxr
Branches: MAIN
CVS tags: version_2_1_99_2, version_2_1_99_1
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +2 -10 lines
Take out escape_latex

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 27 21:47:15 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_99_0
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +11 -3 lines
- early outs in the locking leave the sym witha value, cleaning it out now

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 27 15:21:28 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +17 -2 lines
- add ability for locking multiple dbs at once

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 27 14:49:29 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +14 -4 lines
- currently the hash locking mechanism only support one has at a time, detects this and bomb on multiple calls

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:19:36 2006 UTC (17 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +12 -2 lines
Add escape_LaTeX to escape tex special characters .

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 19 10:00:27 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- death to unless

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 19 09:35:08 2006 UTC (17 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +22 -1 lines
Routines to establish locking ties and unties with a complete filename

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 30 19:29:48 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +4 -6 lines
- style
- removing use of noexistant logthis message being sent trough die

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 30 19:26:34 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -4 lines
- the ref var seemed unneccesary

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 30 15:39:56 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Separate out the locking tie/untie-hash functions, so they can be used by
service programs.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 30 12:45:12 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +215 -4 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 8 22:05:54 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
- adding the LONCAPA.pm base

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>