CVS log for loncom/lonnet/perl/lonrep.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 3 13:40:50 2020 UTC (3 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, 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, HEAD
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
- Eliminate log spew when editing simple problem.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 2 01:09:53 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, 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_99_1, version_2_5_99_0, 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, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +4 -6 lines
- convert exisiting cookie reads/validations to use
   lonnet::check_for_valid_session

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 26 01:18:47 2007 UTC (17 years ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, 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, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +23 -10 lines
- attempt to work around an error that was seen

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 29 22:07:12 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +9 -8 lines
- only update the finfo if the file exists

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 21 15:21:31 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +16 -3 lines
- Apache2 caches finfo and needs finfo explicitly updated if one is touching
  $r->filename after the PerlMapToStorageHandler phase

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 31 08:13:52 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- BUG#3457, This looks like this fixes the replication issues for me.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:24 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -10 lines
- ENV -> env

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 16 21:35:17 2005 UTC (19 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
lonnet::repcopy() and lonnet::repcopy_userfile() now return strings, with simplified lower-case-only responses, for consistency with other return values from lonnet functions.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 2 22:26:36 2005 UTC (19 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
lonnet::repcopy() and lonnet::repcopy_userfile() now return strings rather than constants defined in Apache::Constants.  This allows lonnet::repcopy() to be used for cloning in batch course creation run from a command line script.  If Apache::Constants are to be returned by PerlHandlers these should be set in the appropriate handler rather than in subroutines in lonnet called by the handler, based on the string response from lonnet::repcopy().

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 29 18:55:24 2001 UTC (22 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, conference_2003, STABLE
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +25 -0 lines
GPL

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 14 17:54:04 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Does ignore directories (listings ending on /).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 5 21:34:59 2000 UTC (23 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +12 -2 lines
Now does not display "File Not Found" if no lonID cookie present

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 14 21:12:40 2000 UTC (24 years, 4 months ago) by www
Branches: MAIN
CVS tags: LATEST, Bacillus, Aquifex
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +6 -2 lines
Roles have starting and end time
Bug fixes after replication shift
New login screen
Authenticator routes to roles screen
Form variables are transfered to environment (not tested)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 13 14:48:36 2000 UTC (24 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +5 -39 lines
Transfered replication code from lonrep to lonnet (not tested yet)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 13 17:48:51 1999 UTC (24 years, 7 months ago) by albertel
Branches: loncom
CVS tags: start
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
LON-CAPA Communication Module

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 13 17:48:51 1999 UTC (24 years, 7 months ago) by albertel
Branches: MAIN
Initial revision

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>