CVS log for rat/map.pm

[BACK] 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 (17 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_4_msu, HEAD
Diff to previous 1.15: preferred, colored
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 (9 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, 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, colored
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 (11 years, 8 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, colored
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, 1 month 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, colored
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, 3 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, colored
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 (15 years, 6 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1
Diff to previous 1.10: preferred, colored
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, 4 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, colored
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, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
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 (16 years, 8 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, colored
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 (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
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.6: download - view: text, markup, annotated - select for diffs
Fri Jan 26 23:37:51 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3 lines
- removing some &colon manipulations to use the qt(un)escape ruotines
- switching qtesacpe to do no html escaping, the title as returned from it is the exact text to display (as most places expect)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 16 21:18:08 2007 UTC (17 years, 2 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, colored
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, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_0
Diff to previous 1.3: preferred, colored
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, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1, version_2_2_99_0
Diff to previous 1.2: preferred, colored
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, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored
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 (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
- 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

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>