CVS log for rat/map.pm
Up to [LON-CAPA] / rat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 22 17:24:55 2022 UTC (2 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_5_msu,
version_2_11_4_msu,
HEAD
Diff to previous 1.15: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.15: +18 -10
lines
- Bug 6975
Code to trigger updates of cached Supplemental Content information for a
course moved from londocs.pm to lonnet.pm to facilitate reuse, and called
after uploading file and/or extracting archive file using Course Editor.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jun 14 19:05:00 2014 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X,
version_2_11_5,
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,
version_2_11_0
Diff to previous 1.14: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.14: +6 -2
lines
- Using "multiple" radio and checking "Remove All" in Course Editor results
in a map containing only zombies, so map::startfinish() needs to add both
start and finish.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 21 21:20:19 2012 UTC (12 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0_RC1
Diff to previous 1.13: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.13: +18 -5
lines
- course's environment now has: internal.contentchange to store timestamp
of when folders/composite pages uploaded to main content area of a
course last changed.
- map::storemap() includes additional (third) arg -- if true, will cause
update to internal.contentchange in course's environment.db
- internal.contentchange is also updated by nightly run of refresh_courseids.db
in case course modification occurred on pre-2.11 server.
- internal.contentchange is stored for 10 mins in memcached, via &get_coursechange()
routine in lonnet.pm
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 12 11:35:10 2009 UTC (15 years, 8 months ago) by raeburn
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_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,
GCI_3,
GCI_2,
GCI_1,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse
Diff to previous 1.12: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.12: +4 -4
lines
- When using external resources from a SSL web server, don't strip out the https://
part - otherwise constructed link (e.g., adm/wrapper/ext/example.com) is without any indication that a site uses https.
- In sequence file src is http://https:// ....
- Remove the surplus http:// prefix when generating Edit link etc.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Dec 19 03:49:56 2008 UTC (15 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_0,
version_2_7_99_1,
version_2_7_99_0
Diff to previous 1.11: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.11: +6 -6
lines
- Regular Expressions for both http and https.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 11 14:47:24 2008 UTC (16 years, 1 month ago) by bisitz
Branches: MAIN
CVS tags: version_2_7_X,
version_2_7_1
Diff to previous 1.10: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.10: +3 -3
lines
Past tense of "occur" is "occurred" (rr!)
Also added some missing &mt() calls and corrected some other little typos
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 1 03:07:39 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: 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
Diff to previous 1.9: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.9: +42 -71
lines
- the existing map flattening was very slow this preserves most orderings while be much much faster
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 1 01:59:54 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.8: +5 -2
lines
- the sorting of the resources in the maps is really really slow
for larger (~80ish) maps make it avoidable if we don't care
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 2 01:47:42 2007 UTC (17 years, 3 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_99_0
Diff to previous 1.7: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.7: +3 -3
lines
- neccearry bits for proper editing or restoring of deleted resources
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 12 01:04:32 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, unified
Changes since revision 1.6: +11 -4
lines
- when having multipled deleted resources with the same urls, restore
the one with id you wanted to restore
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 16 21:18:08 2007 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X,
version_2_3_2,
version_2_3_1
Diff to previous 1.4: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.4: +3 -2
lines
- when using enities in titles, maps would get saved incorrectly
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 3 20:46:04 2007 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_0
Diff to previous 1.3: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.3: +2 -2
lines
- revert to not announcing a -1 as an error as it just indicates the file doesn't exist. In this case outstr will be returned with undef as it's value.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:55:55 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1,
version_2_2_99_0
Diff to previous 1.2: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.2: +2 -2
lines
- lots of \w -> probper regexp replacements
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 4 14:59:55 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.1: +3 -1
lines
Checking for existence of allgroups_folder.sequence uses map.pm to check the file system instead of using navmap object to check current user's session.
Locking added while allgroups_folder.sequence is being added, to avoid contention between two CCs adding the first group to a course at the same time.
rat::loadmap() now checks for a return value of -1, as lonnet::getfile() returns -1 when the file is missing. Not sure when the existing branch (checks for -2) is triggered.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 17 22:35:51 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X,
version_2_2_2,
version_2_2_1,
version_2_2_0
Diff to selected 1.6: preferred, unified
- more of BUG#4965, trying to seperate base routines from handlers
- map.pm contains copies fo routines from lonratedt.pm and lonratsrv.pm
for 2.3 I plan to eliminate the originals and the rest to use the new routines
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>