CVS log for rat/lonsequence.pm

[BACK] Up to [LON-CAPA] / rat

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Oct 29 18:13:29 2022 UTC (16 months, 4 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.58: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.58: +2 -2 lines
- Bug 6975
  - &get_supplemental() routine moved from lonnet.pm to loncommon.pm
  - use LONCAPA::map() moved out of conditional block in loncommon.pm
  - $keeporder arg for update_content_constraints() no longer needed

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Oct 19 18:09:03 2022 UTC (17 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.57: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.57: +18 -5 lines
- Bug 6975
  When checking for stale session indicates update of session needed for
  supplemental content change(s) remove httpref.src entries for hidden or
  deleted resources.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Oct 19 00:03:12 2022 UTC (17 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.56: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.56: +2 -2 lines
- Bug 6975
  Folders and Resources in Supplemental Content area can be hidden using
  Course Editor.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jul 19 15:48:25 2021 UTC (2 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.55: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.55: +1 -5 lines
- Bug 6907 Content in a course can be set to be deep-link only.
  If initial access is via a deep-link (/tiny/$domain/$uniqueid), and
  target folder/resource is deep-link only, access to resources, menus,
  and items listed in Course Contents controlled by deeplink parameter value.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jun 24 21:19:22 2021 UTC (2 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.54: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.54: +3 -2 lines
- Prevent ISE when map title contains square brackets.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Apr 19 18:21:13 2021 UTC (2 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.53: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.53: +2 -2 lines
- lonnet::absolute_url() uses$ENV{'SERVER_NAME'} by default.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Sep 3 12:44:56 2020 UTC (3 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.52: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.52: +2 -2 lines
- Modify regexp added in rev. 1.52

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Sep 3 12:14:30 2020 UTC (3 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.51: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.51: +7 -3 lines
- Don't set "last_known" symb, if current resource is /adm/navmaps (users
  always have access to "Contents" item in inline menu).

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Jan 16 20:23:42 2019 UTC (5 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.50: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.50: +30 -13 lines
- Check $map is an object to avoid an ISE.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Apr 14 17:52:53 2018 UTC (5 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.49: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.49: +10 -7 lines
- Bug 6754 LON-CAPA as LTI Provider
  - No page flip arrows in inline menu if LTI launch was or a resource
  - No forward arrow if LTI launch was for map and this is last resource.
  - No reverse arrow if LTI launch was for map and this is first resource.
  - No Contents in inline breadcrumbs if LTI launch was for resource or map.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Apr 14 02:29:57 2018 UTC (5 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.48: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.48: +23 -13 lines
- Bug 6754 LON-CAPA as LTI Provider
  - Original LTI launch of LON-CAPA is for a resource, a map, or an entire
    course, and display is for iframe, tab or window; retain this in %env.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Sep 4 23:47:17 2017 UTC (6 years, 6 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.47: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.47: +10 -6 lines
- Include Functions menu with "Edit Folder" icon/link when displaying
  contents of a folder created in course, when accessed via an item in
  the breadcrumbs trail.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Sep 3 18:52:23 2017 UTC (6 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.46: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.46: +1 -4 lines
- New items added to big hash, where keys are map_breadcrumbs_$pc.
- Values differ from those for corresponding map_hierarchy_$pc items
  through omission of intermediate folders not shown in Course Contents.
- Used to genarate breadcrumb trail when displaying resource in course
  context contains with clickable links for folder hierarchy.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 21 21:30:05 2017 UTC (6 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.45: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.45: +98 -4 lines
- Breadcrumb trail when displaying resource in course context contains
  clickable links for folder hierarchy.
- Clicking the folder name causes display of a truncated Course Contents
  screen with for just the items in that folder.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Dec 15 00:46:52 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2, version_2_11_1
Diff to previous 1.44: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.44: +9 -9 lines
- Coding style:
 - keys()
 - for readability eliminate use of $_

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Nov 28 02:23:25 2013 UTC (10 years, 4 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.43: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.43: +5 -2 lines
- Wording changes -- differentiate between Course and Community; eliminate
  "Navigate".

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Dec 19 05:21:13 2012 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.42: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.42: +2 -2 lines
- Fix typo in rev. 1.42.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Dec 16 17:48:39 2012 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.41: +8 -7 lines
- Localization - use complete sentences to assist translators.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 4 09:25:17 2011 UTC (12 years, 8 months ago) by foxr
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse
Diff to previous 1.40: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.40: +4 -2 lines
Centralize knowledge of where the tmp directory is within LONCAPA.pm

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Feb 23 05:00:16 2010 UTC (14 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1
Diff to previous 1.39: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.39: +13 -2 lines
- Need to encrypt URL if bighash indicates that it should be encrypted,
  and user does not have advanced role.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 16 23:21:12 2009 UTC (14 years, 10 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, bz6209-base, bz6209, bz5969, bz2851, GCI_3, GCI_2
Diff to previous 1.38: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.38: +2 -2 lines
XHTML conform <br />

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 4 21:46:02 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.37: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.37: +6 -6 lines
XHTML conform tags (input, br, hr)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 16 13:52:04 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.36: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.36: +4 -2 lines
Replaced hardcoded style by LON-CAPA CSS style for order warning message

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Dec 19 13:49:26 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.35: +3 -2 lines
- Replace hardcoded protocol with &Apache::lonnet::absolute_url().

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:19:05 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.34: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.34: +29 -29 lines
Moved POD comments to bottom of file

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:13:37 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.33: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.33: +7 -17 lines
Added/updated/converted POD. Many files had their POD redone to new standards.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Nov 11 16:40:38 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +41 -1 lines
Added/modified POD comments

Revision 1.32: download - view: text, markup, annotated - [selected for diffs]
Sat Dec 1 01:59:54 2007 UTC (16 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_7_X, 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
Branch point for: version_2_8_X
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 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.31: download - view: text, markup, annotated - select for diffs
Wed Jul 11 23:51:02 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.30: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.30: +4 -40 lines
- elimintate some copyied code

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 16 21:19:11 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_X, version_2_3_99_0, version_2_3_2, version_2_3_1
Diff to previous 1.29: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.29: +17 -10 lines
- display of maps with entities in titles was incorrect

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Nov 2 21:27:58 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.28: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.28: +3 -4 lines
- complete switch to LONCAPA::map

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 2 21:15:22 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.27: +7 -7 lines
- complete switch to LONCAPA::map

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 8 13:56:40 2006 UTC (17 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.26: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.26: +3 -5 lines
Jump from Search into Resource Space

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 4 15:32:12 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.25: +17 -13 lines
- start_page work
- some $_ elimination
- some xhtml cleanup

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 5 20:57:55 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1
Diff to previous 1.24: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.24: +7 -3 lines
- adv users can see randomout things BUG#4061

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:27 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: 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.23: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.23: +11 -11 lines
- ENV -> env

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 1 00:22:57 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.22: +4 -4 lines
- the _symb.db now actually does store symbs
- I am pretty sure the symbread changes are correct, but I still need to double check them

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 17 09:09:57 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.21: +1 -8 lines
- more $r->content_type eradication

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 16 01:14:28 2004 UTC (19 years, 5 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.20: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.20: +2 -2 lines
- 1.18 broke the display of a map in an ambiguous context BUG#3470

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 10 06:38:24 2004 UTC (19 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.19: +2 -2 lines
Quickly saving my work on folders in COM, Trash.
Also fixed bodytag "emfo" - BTW, bodytag does its own &mt-call.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Aug 29 16:30:53 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_1, version_1_2_0
Branch point for: version_1_2_X
Diff to previous 1.18: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.18: +2 -1 lines
While moving through a sequence containing hidden resources, remember to update $randomout as we search for the first visible resource to display. For 1.2

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jul 6 15:27:00 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2
Diff to previous 1.17: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.17: +45 -5 lines
Fix bug #3087 ("Next arrow from test.page fails to go to next resource .... Rather it goes to a sequence and stops there).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 21 20:16:40 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_1, version_1_1_99_0
Diff to previous 1.16: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.16: +5 -3 lines
When forward is used to get to the first item in a random pick folder, lonpageflip causes a request to be made for the .sequence URL. lonsequence now checks to see if the first item in the sequence is hidden (i.e., randomout = 1).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 22 03:02:06 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_1_1_X, 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
Diff to previous 1.15: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.15: +7 -6 lines
Internationalizing.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 7 20:47:06 2003 UTC (20 years, 11 months ago) by www
Branches: MAIN
CVS tags: 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, conference_2003
Diff to previous 1.14: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.14: +15 -1 lines
Bug #1354 - show warning if it was not possible to show map in linear order.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 31 00:43:13 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.13: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.13: +3 -2 lines
Various new functionality for "ad hoc" courses.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 12 18:21:42 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.12: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.12: +4 -4 lines
- i think the last of bug#574

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 24 14:44:32 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.11: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.11: +86 -19 lines
Stores away in db-file. Still bug: exports one file less than checked.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 23 15:07:55 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.10: +14 -1 lines
Bug #175
If the beginning of a sequence is an empty resource, use "move" from
lonpageflip now to get to non-empty page.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 23 13:04:59 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.9: +2 -14 lines
Remove left-over garbage from old functionality

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 23 10:58:05 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.8: +21 -39 lines
Does display rough sequences if context ambiguous

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 23 10:19:30 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.7: +95 -2 lines
Selection of resources from sequences for RAT should be done out of
resource space - moved code for that from lonratedt
Starting to work on viewing of sequences out of course context

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 2 21:17:34 2002 UTC (22 years ago) by www
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.6: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.6: +2 -2 lines
Never mind ... sorry ... nonsense

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 2 21:05:50 2002 UTC (22 years ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.5: +3 -3 lines
lonnet::symblist was changed to hash reference, but this call was never changed.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:23:49 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.4: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.4: +24 -0 lines
GPL

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 17 17:06:15 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.3: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.3: +15 -1 lines
Fixed bug in "last known" resource

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 17 10:36:17 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.2: +44 -125 lines
Work on user dialogues

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 16 21:09:33 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.32: preferred, colored
Changes since revision 1.1: +16 -1 lines
Try to find out where coming from (last page or first page wanted?)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 16 20:47:39 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to selected 1.32: preferred, colored
Further work on flipping pages

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>