CVS log for loncom/lonmap.pm
Up to [LON-CAPA] / loncom
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 4 20:39:58 2022 UTC (2 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_msu,
HEAD
Diff to previous 1.15: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.15: +2 -1
lines
- Provide more information to privileged users if map could not be loaded
during course initialization because file was missing.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:50:27 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_4_uiuc,
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
Diff to previous 1.14: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.14: +5 -5
lines
- Coding style: keys()
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 25 06:29:11 2014 UTC (10 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0
Diff to previous 1.13: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.13: +7 -3
lines
- When users with pav and vgr priv (e.g., Course Coordinators) print a
folder of resources for anonymous CODE(s) or for named student(s), e.g.,
for a bubblesheet exam, a (recursive) hidden setting for the parent folder
of the current folder will be ignored (related to changes in rev. 1.11
to address bug 6454).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 22 18:07:01 2013 UTC (11 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.12: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.12: +5 -4
lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 19 18:24:13 2013 UTC (11 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5
lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.
Revision
1.11:
download - view:
text,
markup,
annotated -
[selected for diffs]
Thu May 30 05:04:16 2013 UTC (11 years, 5 months ago) by
raeburn
Branches:
MAIN
Diff to previous 1.10:
preferred,
colored
Changes since revision 1.10: +44 -15
lines
- When users with pav and vgr priv (e.g., Course Coordinators) print a
folder of resources for anonymous CODE(s) or for named student(s), e.g.,
for a bubblesheet exam, parameter in map for hiddenresource will be
ignored when retrieving resources for folder in random order.
- Supports use case where CC sets hidden for exam folder while printing
bubblesheet exam, and also while grading exam.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 30 04:02:02 2013 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.9: +4 -4
lines
- initialize $map_number each time load_map() is called for top-level map.
- correct hash name when &merge_hash() is called for randompickseed.
- remove trailing white space for one line.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 3 20:32:40 2013 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.8: +1 -2
lines
- Eliminate duplicate declaration.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 20 16:10:57 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.7: +2 -2
lines
- Typo in comment.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 8 20:10:32 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.6: +12 -9
lines
- Printing Problems/Resources from folder for CODEd assignments:
- If randomorder parameter set for folder, seed used for ordering of
resources is set in lonnet::rndseed() based on CODE.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 29 11:50:53 2011 UTC (12 years, 11 months ago) by foxr
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.5: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.5: +57 -23
lines
BZ 6454 - Get random ordering to 1. Know when to randomize 2. generate random seeds consistent with lonuserstate.pm
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 21 10:10:07 2011 UTC (13 years ago) by foxr
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.4: +1 -2
lines
Appears to work correctly.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 7 12:01:51 2011 UTC (13 years ago) by foxr
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.3: +5 -8
lines
Tried and seems to work with sequences that have conditions.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 6 10:56:49 2011 UTC (13 years ago) by foxr
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.2: +83 -27
lines
Works correctly for simple maps with random out/randompick.
(need to take out the log spew of course).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 13 10:27:52 2011 UTC (13 years, 1 month ago) by foxr
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.11: preferred, colored
Changes since revision 1.1: +87 -39
lines
Good perl compilation.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 7 10:58:36 2011 UTC (13 years, 1 month ago) by foxr
Branches: MAIN
Diff to selected 1.11: preferred, colored
Initial try
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>