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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 13 17:20:35 2009 UTC (15 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_8_99_0, 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, 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, HEAD, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Added missing CVS Ids for automatic version numbering to script header
(Irrespective if the script is still in use or not)

Revision 1.10: 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_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_99_1, version_2_5_99_0, GCI_1
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +3 -5 lines
- convert exisiting cookie reads/validations to use
   lonnet::check_for_valid_session

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:41:07 2006 UTC (17 years, 4 months 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_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
- bunch of \w replacements

Revision 1.8: 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_2_X, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
- Apache2 caches finfo and needs finfo explicitly updated if one is touching
  $r->filename after the PerlMapToStorageHandler phase

Revision 1.7: 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_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, 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.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- ENV -> env

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 16 21:35:17 2005 UTC (19 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 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.5: 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.4: preferred, colored
Changes since revision 1.4: +1 -1 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.4: download - view: text, markup, annotated - select for diffs
Thu Sep 2 18:01:52 2004 UTC (19 years, 8 months ago) by albertel
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_99_1, version_1_2_99_0
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- modified getfile,repcopy, and added repcopy_userfile
    repcopy hands userfile repcopies off to repcopy_userfile
    repcopy_userfile can take either urls or paths
- lonuploadrep changed to use the repcopy instead of using getfile and trhrowing the contents away

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 19 20:16:40 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
- this caused a fun infinite loop of requests, multidomain server
   -server asked for /raw/uploaded, machine saw that it wasn't the homeserver since it belonged to a different domin, so asked itself for /raw/uploaded which it didn't think it was the homeserver for so it asked itself for /raw/uploaded ...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 1 17:36:53 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
No need to do the copy if the session is hosted on the course's home server as $r->filename was already set to point to file in lonUsers/ ... /userfiles/ by lontrans.pm

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 31 16:12:08 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
PerlHeaderParserHandler phase handler for requests for /uploaded files.
Uses lonnet::getuploaded to check if locally stored version of file is outdated.
Uses lonnet::getfile to retrieve file if local copy is absent, or local copy is outdated.

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>