CVS log for loncom/publisher/loncfile.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Jul 14 23:20:15 2023 UTC (9 months, 1 week ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +67 -67 lines
- Remove trailing whitespace.  No code changes.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Jul 14 14:32:57 2023 UTC (9 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +45 -11 lines
- Breadcrumbs text when creating new file in Course Authoring Space.
- Creation of new files with extensions: .page, .sequence, .rights and
  .library is disabled in Course Authoring Space.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Mar 6 02:31:16 2019 UTC (5 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: 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_msu
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +91 -71 lines
- Include intermediate confirmation screen when changes were made automatically
  to path, directory and/or filename proposed by user.
- Escape instead of encode entities in URLs being assigned to location.href in
  javascript calls.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun May 22 01:09:54 2016 UTC (7 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +13 -13 lines
- Eliminate some <span> tags and include LC_error class in <p> tag instead.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jan 19 15:36:11 2015 UTC (9 years, 3 months ago) by goltermann
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +16 -11 lines
authoring space overhaul
this update tries to improve the user experience of the authoring space.

added codemirror for xml editor and script tags in colorful editor
added possibility to deactivate codemirror in author settings
added dropdown menu to insert problem templates into xml editor (thanks to tobias reinhardt)
added feature of saving current scrollposition on save when editing problems
added possibility to fold blocks in colorful editor, this state will be saved and restored
added shortcuts to create empty problems, html files and directories

and other smaller features and bugfixes

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Jun 14 21:40:05 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +2 -3 lines
- Pass correct third arg to loncommon::excess_filesize_warning().
- Eliminate unused scalar: $authorspace.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Jul 23 13:40:20 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +3 -3 lines
Corrected typo in loncfile.pm 1.120 - wrong sub routine name (bug #6168)

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Jul 3 05:03:19 2013 UTC (10 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +14 -2 lines
- Bug 6168 (a part).
  - Display warning if copying file would exceed quota in authoring space
  - Testing if quota would be exceeded by file upload moved from lonupload.pm
    to &excess_filesize_authorspace() routine in loncommon.pm to facilitate reuse.

Revision 1.119: 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
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +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.118: download - view: text, markup, annotated - select for diffs
Thu Apr 11 14:59:58 2013 UTC (11 years ago) by bisitz
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +5 -5 lines
Consistent wording: "file name" vs. "filename"
Use "filename" since this is more commonly used.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Nov 30 11:36:14 2012 UTC (11 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +53 -46 lines
- Consistent and improved page layout:
    - confirm_success
    - actionbox
    - removed impropriate headline usage
- form.action: Improved code readability
- Typos

Revision 1.116: 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.115: preferred, colored
Changes since revision 1.115: +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.115: download - view: text, markup, annotated - select for diffs
Mon Jun 4 19:23:41 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +3 -2 lines
- Ignore .DS_Store file when determining if a directory in Authoring is
  empty and so can be deleted via web interface.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Nov 14 00:20:31 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
- &authorspace() routine now takes an argument: $uri
  so "Construction Space" breadcrumb points at appropriate author space
  for resource/directory being viewed or acted om.
  - current role could be different or ("no role" - i.e., cm), so is only
    used to determine authorspace when $uri is unavailable.

Revision 1.106.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 7 13:38:45 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.106: preferred, colored next main 1.107: preferred, colored
Changes since revision 1.106: +3 -3 lines
- Fix Construction breadcrumb trails for /adm/cfile, /adm/publish,
  /adm/retrieve, /adm/upload.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Nov 2 19:12:40 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +24 -19 lines
- Fix Construction breadcrumb trails for /adm/loncfile
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- coding style
   - eliminate leaning toothpicks

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Oct 30 19:27:27 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +5 -3 lines
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- coding style: eliminate leaning toothpicks.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Oct 24 22:39:21 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +7 -15 lines
Bug #1320

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

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun Oct 23 01:27:34 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +8 -9 lines
... bug 1320 ...

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Oct 22 23:09:44 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +3 -2 lines
Bug #1320

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Oct 22 21:25:37 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +3 -2 lines
Read the metafiles

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Mar 1 01:36:55 2011 UTC (13 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0
Branch point for: version_2_10_X
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +34 -6 lines
- access checking.

Revision 1.105: 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
CVS tags: version_2_10_0_RC2
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2 lines
That we are a co-author is additional information, not a warning

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Nov 27 23:20:46 2010 UTC (13 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +4 -5 lines
- Inhibit menu in directory selector page in pop-up for testbank and IMS import
  to Construction Space.

Revision 1.100.2.4: download - view: text, markup, annotated - select for diffs
Tue Apr 13 22:28:42 2010 UTC (14 years ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1, version_2_9_0, version_2_8_99_1
Diff to previous 1.100.2.3: preferred, colored next main 1.101: preferred, colored
Changes since revision 1.100.2.3: +2 -2 lines
- Fix typo in backport in 1.100.2.3.

Revision 1.100.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 27 15:05:21 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.100.2.2: preferred, colored
Changes since revision 1.100.2.2: +31 -28 lines
- Backport 1.103.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Dec 2 09:53:02 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_10_0_RC1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +33 -30 lines
Don't apply "LC_filename" twice.  Sub routine "display" already wraps filename in "LC_filename".

Revision 1.100.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 28 14:32:26 2009 UTC (14 years, 7 months ago) by raeburn
Branches: version_2_9_X
CVS tags: GCI_2
Diff to previous 1.100.2.1: preferred, colored
Changes since revision 1.100.2.1: +3 -2 lines
- Backport 1.102.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Aug 28 01:08:48 2009 UTC (14 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
- Bug 5983.

Revision 1.100.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 13 09:45:52 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +3 -19 lines
- Reversing changes from 1.99 )not included in 2.9.X).

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu May 28 17:08:38 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: bz5969, bz2851, BZ5971-printing-apage
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
Changes related to modification of LON-CAPA screen header.
Added dynamic link to Construction Space to breadcrumbs

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue May 26 18:01:39 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Branch point for: version_2_9_X
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +107 -45 lines
Optimized warning/error styles and Localization:
- Added warning/error style to some messages
- Replaced some error styles by warning styles for messages which are more warnings than errors
- Added filename style to paths/filenames
- Optimized &mt calls for Copy/Move/Rename/Decompress operations
- Added full stops to full sentences
- Adjusted and added corresponding phrases in de.pm

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue May 26 16:29:56 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +18 -2 lines
Changes related to modification of LON-CAPA screen header.
start_page call:
- Added breadcrumbs
- Added head_subbox and included CSTR standard header
  (crumbs in header doesn't work here - will be checked and changed later)

Revision 1.98: 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
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +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.97: download - view: text, markup, annotated - select for diffs
Mon May 11 16:51:32 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +5 -5 lines
XHTML: Attributes in lower-case only (<form method="post" ...)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Apr 13 21:29:26 2009 UTC (15 years ago) by raeburn
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +46 -16 lines
- Additional extensions allowed for new files created in Construction Space:
js css txt

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Apr 4 21:45:57 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +5 -5 lines
XHTML conform tags (input, br, hr)

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Mar 26 16:50:12 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +5 -3 lines
Optimized Co-Author warnings:
- Replaced error style by warning style which fits much better here
- Don't use headline tag anymore as style to highlight message
- Optimized &mt usage
- Consistent/standard output of username:domain

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Jan 29 11:50:32 2009 UTC (15 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +8 -4 lines
Localization: Optimized "bad filename" warning message

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Jan 15 18:31:19 2009 UTC (15 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +5 -2 lines
Localization:
- Get rid of \' inside mt arguments (avoid delimiter rebuild issues in synch.pl)
- Other related mt call optimizations
- de.pm: some other wording improvments

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Dec 19 14:01:16 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, GCI_1
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
- Regular Expression for both http and https.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Sep 24 17:30:18 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +3 -4 lines
Name of form in opener (IMS import or Testbank import) was changed from dataForm to info.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue May 27 17:33:28 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_7_0, version_2_6_99_1, version_2_6_99_0
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +14 -3 lines
Bug #2075: Get rid of "done" (or at least forward immediately)

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:46:38 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3 lines
Change arguments accepted by lonnet::appenv() to:
1. reference to hash
2. (optional) reference to array.

Change all instances where lonnet::appenv() is called to replace first argument passed (originally a hash) to a reference to the hash.

- Modify lonnet.pm rev 1.35 code intended to prevent "dangerous" modifications of the environment, so it will actually do this.
- Allow these modifications to be made in certain instances:
   DC switching to adhoc role
   CC switching to a different course role in the current course.
   user self-enrolling as a student

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Oct 18 21:58:21 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_X, 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.86: preferred, colored
Changes since revision 1.86: +6 -5 lines
- BUG#5488,
   - strip leading trailing blanks from filenames,
   - switch to displaying file names with pre to preserve the multiple
     blank spaces in a row if they exists

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Jul 25 19:56:57 2007 UTC (16 years, 9 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.85: preferred, colored
Changes since revision 1.85: +3 -1 lines
- add task to creation menu

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jul 23 23:53:31 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +22 -9 lines
- bug#1860, allow case where trying to recreate a directory of the same name of a previously created directory that has had items published out of it before.
- prevent user form creating a file that is the same name as a directory that has been created and published out of before

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Jul 10 23:34:54 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +7 -1 lines
- BUG#4548 was able still to copy/rename a file to (name).(number).(extension)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Apr 26 21:17:16 2007 UTC (17 years 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.82: preferred, colored
Changes since revision 1.82: +51 -35 lines
- switch <font color="red". to css
- bug#5245 allow creation of files with the same name as previously deleted obsolte files, but warn about it

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Apr 20 20:55:01 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +5 -5 lines
- don't complain about mime types if the lc of the extension is the same

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Mar 30 20:37:31 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +4 -4 lines
- filenames can have perios in the directory names, need to only strip the filename

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:41:08 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
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +6 -7 lines
- bunch of \w replacements

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Nov 23 01:50:57 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
CVS tags: version_2_2_99_0
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +15 -4 lines
	Bug 5079. Address Comment 1. Offer link to directory and to
		newly named file.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Nov 22 22:10:58 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
	Bug 5079. Construction space rename file returns to directory
		  listing.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue May 30 12:47:41 2006 UTC (17 years, 10 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.76: preferred, colored
Changes since revision 1.76: +6 -3 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:30:30 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
- BUG#4732

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Apr 10 22:47:18 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +14 -12 lines
- start_page

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Nov 9 09:06:59 2005 UTC (18 years, 5 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_99_1
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +4 -4 lines
.bak files also need ignoring when deleting empty directories.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Nov 8 17:58:35 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +2 -10 lines
- eliminating the inclusion of Apache::Log (it annoys Apache 2 and aache 1 doesn't need it)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Aug 26 19:44:16 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3 lines
- : in a file name causes some suprising results BUG#4293, lets turn it off

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Aug 16 15:52:08 2005 UTC (18 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_0_0
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +6 -2 lines
Fix bug 4257.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jul 14 22:49:26 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_99_3
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +42 -10 lines
Bug 1860.  Allow deletion of a directory which only contains .save, .meta and .log files associated with published, obsoleted, then deleted resource(s).

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon May 30 16:56:46 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_99_2, version_1_99_1, version_1_99_0
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +8 -2 lines
Bug 3392 - don't allow ':::', etc
Bug 4113 - require extensions

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed May 25 22:27:17 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
- need to grab the $1 value before it gets beaen up

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:24 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.66: preferred, colored
Changes since revision 1.66: +73 -73 lines
- ENV -> env

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Apr 7 04:46:36 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +3 -4 lines
- according to the perl docs the use of $` or $' slows down all regexps in a program so elimnating them

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Mar 10 03:50:49 2005 UTC (19 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +5 -2 lines
* Be able to make new library files
* Check for existing filename on new file generation was defunct
* Bug #3443: Copyright/Distribution Help was misplaced on screen and outdated

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Dec 28 21:28:49 2004 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +6 -5 lines
- copying was not allowing copyng between dirs, also fixed the english on the error statement. BUG#3768

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Sep 10 20:05:03 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_0, version_1_2_99_1, version_1_2_99_0
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +10 -3 lines
- BUG#3065, / in gfilename were troublesome

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Aug 24 21:21:41 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +3 -2 lines
- move didn't actually work. Sigh (BUG#3368)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Aug 24 15:53:21 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +10 -5 lines
- bug#3375 copy metadata when copying a file

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Aug 20 16:29:15 2004 UTC (19 years, 8 months ago) by www
Branches: MAIN
CVS tags: version_1_1_99_5
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Bug #2450: deleting un-openable files from Construction Space

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Aug 12 06:50:15 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- sigh

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jul 2 08:07:17 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +14 -4 lines
- BUG#3151, directories with . in their names cause all kinds of havoc.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jun 10 18:20:16 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
- " causes alot of things to go breaky. (BUG#3067 at least)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed May 26 22:31:30 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +5 -4 lines
- trying to protect more funky filenames from breaingthings

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 26 22:25:38 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +327 -335 lines
- style police woke up on the wrong side of the vbed and noticed this mess

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 26 22:15:19 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +6 -6 lines
- style police aren't happy, thinking of instituting a 'indent must not need to do anything' law

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Apr 3 00:23:47 2004 UTC (20 years ago) by www
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +9 -1 lines
Bug #2870: do not allow directory to be renamed with MIME-type extension.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Mar 2 16:48:27 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +18 -6 lines
- BUG#2545, move and rename are not exactly the same

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Feb 17 22:06:10 2004 UTC (20 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +35 -7 lines
Modified to permit processing of testbank uploads and IMS package uploads.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jan 5 16:48:50 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +33 -1 lines
Bug #2361: find out if file is unpublished or obsolete before deleting,
renaming or moving.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Dec 29 19:01:27 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Correct language headers in loncfile
Improved filename crumbs
Better prettyprint

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Dec 15 22:01:14 2003 UTC (20 years, 4 months ago) by taceyjo1
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +9 -15 lines
Just some cleanup work, nothing really important, however, made easier by the great christmas cd

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Dec 15 20:44:06 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +52 -51 lines
Localization is finished. All entries are in ru.pm.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Dec 13 19:54:16 2003 UTC (20 years, 4 months ago) by taceyjo1
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +39 -14 lines
Deleting of directoies is now included, also fixed a regular expression mistake that allows for more graceful handling of files that do not have extensions, let me know if it breaks anything

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Nov 19 15:06:33 2003 UTC (20 years, 5 months ago) by taceyjo1
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.44: preferred, colored
Changes since revision 1.44: +4 -24 lines
Whoops, forgot to remove some debugging information, it pollutes the log less now

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Nov 19 14:57:32 2003 UTC (20 years, 5 months ago) by taceyjo1
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +71 -9 lines
loncfile includes the new decompression system integrated, a lot better than the old way lonconstruct and lonpubdir just support

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Nov 8 10:48:33 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- BUG#1904

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Sep 11 21:02:38 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +37 -17 lines
- fixes BUG#2133
   - adds a 'Move file' that is an alias for Rename
   -for copy and rename if the sourec is a file and the dest is a directory the file is copied/renamed to the new directory with the same previous name
   - copy preserves previous file extension if none was specified

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 28 20:28:33 2003 UTC (20 years, 8 months ago) by matthew
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +5 -5 lines
no comment

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 26 19:17:02 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +43 -1 lines
Bug #2004: when renaming a file, also rename hidden files.
Jay Ihry

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 4 20:34:19 2003 UTC (20 years, 8 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
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +21 -105 lines
Bug #2018: fix &exists() and use it.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 4 20:08:23 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +8 -53 lines
Bug #2018: looks like it works.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Aug 4 17:45:06 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Working on bug #2018: could not handle absolute vs. relative URLs

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 3 00:40:00 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +112 -228 lines
Just saving my work. This is hard.

Really, there are always only two relevant filenames:

$fn: where we are right now
$newfilename: any second fileparameter (copy, rename, etc)

Make sure that these are now *always* full *file*-paths, e.g.

/home/author/public_html/bar/foo.html

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Aug 1 20:32:05 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +4 -8 lines
Looking better for bug #2018, needs testing.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Aug 1 18:06:33 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +5 -1 lines
Create style and rights files.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 20 15:30:13 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Put in uniform headers.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jun 19 21:04:37 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +14 -8 lines
- better solution to BUG#1242, cleans onall actions now

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jun 19 20:49:13 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +7 -1 lines
- remove bad characters from file names(BUG#1242)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 19 20:23:39 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +9 -7 lines
- defaults to creating a resource if 'Select Action' is left (BUG#1705)
- change to use method POST rather than GET, (BUG#1520)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 10 18:34:14 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- fixes BUG#195, renames that involve moves across directories wern't adding the default extension back on

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Mar 8 01:41:53 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +7 -3 lines
New .sequence and .page menu options

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 12 19:56:14 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +42 -11 lines
- can rename a directory (but can't move it)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 10 23:26:15 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +5 -1 lines
- adding in BUGS#1246 suggestion on new file extensions

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 10 23:19:45 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +11 -11 lines
- I think new file works as one migth expect now Fixes BUG#1246

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Feb 10 23:13:17 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +8 -3 lines
- part of BUG#1246, renames dont need fileextension

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 4 22:01:38 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +31 -30 lines
- xhtmlize

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 4 21:54:17 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +108 -9 lines
- added code for new file creation

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 9 22:11:52 2003 UTC (21 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6_1
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +23 -9 lines
- Fixes condition where one could copy a file to a directory. BUG#1142
- Must suply filename in all cases

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 27 17:05:50 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4 lines
- Done link after delete is now correct
- Fixes BUG#1010

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Oct 28 23:23:41 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +35 -6 lines
- Fixes BUG#910, when copying files using ../ it simplifies the message

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 10 02:31:26 2002 UTC (21 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
Correct ad hoc mapping of urls to use HTTP::Entities::encode.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 2 20:06:57 2002 UTC (21 years, 7 months ago) by harris41
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +20 -20 lines
various spelling fixes

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 2 16:39:15 2002 UTC (21 years, 7 months ago) by harris41
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
fix a spelling error

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 24 03:56:58 2002 UTC (21 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +10 -2 lines
Bug 442: Two issues with special chars. solved here:
1. spaces in names - escape works fine on this issue.
2. apostrophe's in uploaded file names:

Apostrophe solution not so easy as spaces:  The problem was in the
Frame src tag for the lower frame of construction space.. it's of the form:
<frame> src='$lowerframe' ...Thanks to matt for finding this.
The embedded ' closes the src from the point of view of the html.  Amazingly the
 extra characters don't cause browsers to complain.  The problem: demonstrably,
escaping via lonnet::escape does nothing worth while.  Using my handy dandy
html pocket guide, I determined that lonnet::escape is too simple minded
and may in fact be not quite right.  did a:
1. made the quotations " rather than '
2. Substituted for " in $lowerframe by:
   $lowerframe=~s/\"/&quot\;/g;

Turning " -> &quot; as per the entity chart on pg 82 of HTML Pocket ref.
This works fine.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 5 02:09:05 2002 UTC (21 years, 8 months ago) by foxr
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +6 -2 lines
Ensure that files manipulated in construction space will have permissions:
rw-rw---  and directories:  rwxrwxs---
This fix is inspired by, but not actually all of bug 59... Also need to catch
this for uploads.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 29 01:55:51 2002 UTC (21 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +29 -18 lines
Get cancel actions to work.

Still need to :
  validate bugzilla issues.
  ensure this stuff works for non filesystem auth.
  Clean up final copy to remove detritus I've introduced in debug.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 28 02:16:59 2002 UTC (21 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +902 -182 lines
Complete rewrite:
- Break out functionality.
- Integrate pod as per proposed commenting standard to see how that works.

NOTE: Work still to be done:
  - Test cancel code paths.
  - Ensure that bugs: 52, 115, 158, 195, 259, 443, 457, 540 get addressed.
  - Figure out how to address bugs 442, 516 543

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 7 01:35:48 2002 UTC (21 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +11 -5 lines
- $fn seems to be set to the full path (/home/$uname/public_html) but was treated as if to was relative to the public_html directory.

- tested for filesystem authenticated, but not internal users

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 27 03:18:46 2002 UTC (21 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +27 -7 lines
Add a sub for URL -> Path conversion, use it in handler...
  still must look for applications eleswhere in the module.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 24 05:11:40 2002 UTC (21 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +75 -5 lines
(Bug 259).
Correct directory mapping in construction space:
- Generation of names for creational operations was wrong for internally
  authenticated users.
- Stage 2 Create directory: Done left us in a bad directory.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 21 17:13:49 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring, stable_2002_april
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +49 -33 lines
- better chcking of existance and suffixes
- Cancel button

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +25 -0 lines
 - GPL headers added

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 24 18:21:09 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Bug fix for link back

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 24 18:09:38 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +53 -2 lines
Actually does stuff now

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 24 01:40:14 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +16 -10 lines
Some more functionality - still not there.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 23 20:09:06 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +72 -98 lines
More functionality

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 23 18:51:32 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +12 -1 lines
Copy action

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 23 18:26:40 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
More actions in construction space

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>