CVS log for loncom/publisher/londiff.pm

[BACK] Up to [LON-CAPA] / loncom / publisher

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun May 7 13:26:40 2017 UTC (6 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: 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, HEAD
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
- Diffs of resources in a course visible to users with view-only access
  to Course Editor.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jun 4 22:20:16 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5 lines
- Replace term: "Construction Space" with "Authoring Space" for
  consistency with type of role used to access it, and action taken there.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 29 17:38:55 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +3 -4 lines
- &constructaccess() moved from loncacc.pm to lonnet.pm
  - to facilitate re-use, and separate from handler,
  - for use in lonnet.pm (use Apache::Constants() not supported there.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 18 20:14:35 2012 UTC (12 years ago) by raeburn
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +12 -8 lines
- Text to use for Author/Co-author information line depends on content in
  which diffs are shown.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Dec 23 14:54:26 2011 UTC (12 years, 3 months ago) by www
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
Bug #2484: Close Window on "Diff"

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 7 18:28:28 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
- use values from Apache::lonnet::perlvar in place of static strings.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 7 15:18:13 2011 UTC (12 years, 5 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, loncapaMITrelate_1
Diff to previous 1.28: preferred, colored next main 1.29: preferred, colored
Changes since revision 1.28: +44 -15 lines
- Backport 1.31, 1.32 (with modifications to account for continued use of
  /priv/<username> in 2_10_X (instead of /priv/<domain>/<username> for 2.11.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 30 14:59:57 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +18 -10 lines
- permissions
- loncacc::constructaccess() args changed.
- coding style
   - eliminate leaning toothpicks
   - trim trailing white space

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 30 00:30:19 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +28 -9 lines
- permissions checking.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Oct 29 19:11:46 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +8 -9 lines
- Bug 1320 - replace \~($LONCAPA::username_re) in regexps with /priv
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- eliminate // when constructing filenames.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Oct 23 23:46:07 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Bug #1320

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Dec 14 16:26:04 2010 UTC (13 years, 4 months ago) by www
Branches: MAIN
Branch point for: version_2_10_X
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
That we are a co-author is additional information, not a warning

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu May 14 14:24:18 2009 UTC (14 years, 11 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_10_0_RC2, version_2_10_0_RC1, version_2_10_0, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, BZ5971-printing-apage
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Don't translate separator character between and domain.
Advantages: No need to change the translation files, if...
  - different separator character should be used
  - different output is wanted, e.g. just username, plainname, both, etc.
  - different style should be used for output
(work in progress to make this even more flexible by introducing a global function usernamewrapper)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 14 12:02:14 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +31 -28 lines
Various optimizations:
- Don't use <h1> for info text
- Don't display navigation bar in pop up window (Added parameter no_nav_bar to start_page call)
- Co-Author username display:
    - Consistent username:domain output
    - Now also display plainname and not only username
    - Use warning style (as it is done elsewhere, too, in these cases)
- Added info text when no diffs are found

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 20 14:37:30 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
CVS tags: BZ5434-fox
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +23 -16 lines
Reformatted POD, moved to bottom of file

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 10 13:20:04 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +19 -1 lines
POD documentation changes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jan 15 18:34:32 2007 UTC (17 years, 3 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_X, version_2_5_99_1, version_2_5_99_0, 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_99_0, GCI_1
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +3 -10 lines
- BUG#5146, handle files with different line endins in a single file

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:55:55 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +6 -6 lines
- lots of \w -> probper regexp replacements

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 19 21:47:29 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +115 -114 lines
- cleanup londiff/lonretrieve (style tabination xhtml css)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Sep 13 21:43:26 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +14 -6 lines
- BUG#5014, when modifying .meta files need to advertise that fact in the
     directoy browser
    - additionaly when doing full dir repbulishes, republish if the .meta file has changed
- also add support for retrieving a previoulsy published .meta file
- add support for getting diffs between previous .meta file revisions

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 17 13:41:45 2006 UTC (17 years, 11 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.18: preferred, colored
Changes since revision 1.18: +9 -3 lines
Bug #1431: if the file did not change, maintain the publication status

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 6 22:15:18 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -5 lines
- start_page

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 29 01:46:16 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_1_X, 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, version_1_99_0
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +82 -93 lines
Cleanup handler

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:26 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_0_tmcc
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +19 -19 lines
- ENV -> env

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 11 22:44:01 2004 UTC (20 years, 1 month 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_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +32 -19 lines
- Fixes BUG#2602, line ending changes made diff useless.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Dec 10 16:05:43 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
* bodytag does its own translation
* send out charset headers

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 10 15:42:49 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +13 -12 lines
Localization is done.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 13 15:20:11 2003 UTC (20 years, 8 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.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Toward Bug #551: Close window button on "diff"
Jon Kitzman

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 3 18:03:53 2003 UTC (21 years, 2 months ago) by harris41
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.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
best wishes to all.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:48:57 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +16 -10 lines
Better mark up and comparison between /res-files.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 16 13:05:49 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Toward bug 482

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 29 18:23:58 2002 UTC (21 years, 10 months ago) by stredwic
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +3 -13 lines
See Bug 90.  Update QUERY_STRING updates to using get_unprocessed_cgi.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 13 14:02:54 2001 UTC (22 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: stable_2002_spring, stable_2002_april
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +9 -4 lines
adding use for loncommon and lonnet; using loncommon's fileembstyle; removing
void context map

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 4 15:34:57 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +25 -0 lines
 - GPL headers added

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 9 17:38:12 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +35 -12 lines
Make londiff work for co-author

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 3 11:04:07 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +7 -0 lines
Diff improvements

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 2 23:00:05 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +8 -11 lines
Diff for current version, and unified output

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 2 21:35:15 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +16 -11 lines
Diffs built into retrieve

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 2 21:01:47 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diffs between two versions of a file

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>