CVS log for loncom/imspackages/imsprocessor.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.54.4.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 12:43:00 2018 UTC (5 years, 7 months ago) by raeburn
Branches: version_2_11_X
CVS tags: 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
Diff to previous 1.54: preferred, colored next main 1.55: preferred, colored
Changes since revision 1.54: +28 -22 lines
- For 2.11
  Backport 1.56, 1.57, 1.58

Revision 1.54.2.2: download - view: text, markup, annotated - select for diffs
Wed May 2 20:01:51 2018 UTC (5 years, 11 months ago) by raeburn
Branches: version_2_11_2_msu
Diff to previous 1.54.2.1: preferred, colored to branchpoint 1.54: preferred, colored next main 1.55: preferred, colored
Changes since revision 1.54.2.1: +22 -22 lines
- For 2.11.2 (modified)
  Include changes in 1.57, 1.58

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed May 2 19:34:58 2018 UTC (5 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +21 -21 lines
- Use three-argument open() to separate file mode from the filename.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed May 2 17:08:40 2018 UTC (5 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
- Use three-argument open() to separate file mode from the filename.

Revision 1.54.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:09:59 2017 UTC (6 years, 5 months ago) by raeburn
Branches: version_2_11_2_msu
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +7 -1 lines
- For 2.11.2 (modified)
  - Include changes in 1.56.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Nov 5 22:47:13 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +7 -1 lines
- Sanity checking.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue May 23 03:07:40 2017 UTC (6 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +4 -4 lines
- Replace use of LWP::UserAgent with LONCAPA::LWPReq so replication of
  content from /raw/ can include verification of the requesting server's
  client certificate (Apache/SSL used).

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:12:14 2014 UTC (9 years, 4 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
Branch point for: version_2_11_X, version_2_11_2_msu
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +19 -19 lines
- Coding style: sort() keys()

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Aug 2 12:56:26 2013 UTC (10 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, version_2_11_0
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +20 -8 lines
IMS import to Authoring Space
  - Additional changes to support import of Blackboard Vista question banks
    (IMS format) containing questions with images.
  - Remove & and % from names of problem files and directories when importing
    webctvista4.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jul 27 22:04:49 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +104 -13 lines
- Support import of Blackboard Vista question banks (IMS format) containing
  questions with images.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 18 18:54:11 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
- For perl 5.16 use of deprecated defined(%hash) generates warnings.
  - eliminate use.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Nov 3 17:54:53 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.49: preferred, colored
Changes since revision 1.49: +18 -12 lines
- Clean-up after changes for bug 1320.
  - Restore support for import of IMS content packages into CSTR.

imsimport.pm
- loncacc::constructaccess() args changed in rev 1.55.
- args changed for &jscript_one(), &jscript_two()
  no longer pass ref to scalar;
  instead set $javascript to return value from routines.
- eliminate unused routine.
- &display_one() eliminate unused arg: $uname.
- &display_two() replace $uname with $fn as sixth arg.
- &display_three() replace $newdir with $dirpath as final arg
  - this is the part of path to the directory after /priv/dom/uname where IMS
    content is stored.
- Eliminate $uname and $udom from args passed to lonupload::phaseone() and
  lonupload::phasetwo() - eliminated in lonupload.pm rev. 1.58.
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- coding style
   - eliminate leaning toothpicks

imsprocessor.pm
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- coding style
   - use {} as delimiter in calls to substitution where default of / is
     inappropriate ("leaning toothpicks").

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Oct 24 23:41:52 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +4 -4 lines
Bug #1320

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Aug 17 03:52:09 2009 UTC (14 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +18 -18 lines
- CMS option "ANGEL" changed to "ANGEL 5.5" to emphasize that existing support is for the IMS packages generated by the 5.5 version.
  (More recent releases create IMS content packages with different packaging).

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jul 15 08:26:55 2009 UTC (14 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
Consistent Wording: "Discussion Board"

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Apr 23 17:33:50 2009 UTC (15 years ago) by bisitz
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
XHTML:
Added quotation marks to HTML attribute values

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Aug 26 01:35:15 2008 UTC (15 years, 7 months ago) by www
Branches: MAIN
CVS tags: 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, GCI_1
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +5 -0 lines
Version headers for CVS, so one can immediately see the version of the packages.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Aug 25 13:43:39 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +76 -14 lines
Changes to support import of standalone question library from WebCT (d2lquestionlibrary type, with filename of questiondb.xml; items tagged as "objectbank" in XML file).
- rcardinality set to "Single" if only one answer is correct (even if questiondb.xml has attribute set to "Multiple").
- correctness of response based on numerical test of text defined by setvar tag.
- itemfeedback accumulated and displayed in <postanswerdate> block for all response types.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Aug 23 21:08:29 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +11 -3 lines
- Keep count of files renamed to report as files copied when reporting results of IMS import into CSTR.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 23 17:47:44 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +48 -25 lines
Some changes for import of content from WebCT Campus Edition 4:
- Naming of sequence files now uses the title of the item identifier (with the IMS identifier key appended for uniqueness).
- for content files in my_files, file path used in src attribute in resource tag in a map is part which proceeds my_files in entry in hrefs array.
- .html files are only generated if there are links to include
General change:
- localization of content type titles

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Sep 30 13:20:08 2007 UTC (16 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: 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
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +23 -10 lines
WebCT Campus Edition 4.1 differences
- varname attribute in <setvar> is set to que_score instead of answerValue
- <matimage> inside <presentation><flow><material>

Fix typo:
Replace webct4ce with webctce4

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Apr 15 16:44:56 2006 UTC (18 years ago) by raeburn
Branches: MAIN
CVS tags: 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_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, 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.39: preferred, colored
Changes since revision 1.39: +80 -34 lines
Modifications so WebCT Vista 4 learning modules are imported.  Change file name modifications so Spanish language characters are preserved in file names.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Apr 5 23:36:52 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Removing >:utf8 directive when writing problems to file, as spanish characters were not being saved correctly.  Apparently need either both <:utf8 when reading in from source xml AND >:utf8 when writing to source or neither of them (tests run by Guy).  Adopting second of these for now.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Apr 5 19:45:53 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +16 -2 lines
Fixes so matching questions imported from WebCT Vista 4 IMS packages now work correctly.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 5 17:33:51 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +72 -3 lines
Support for import of WebCT Vista 4 "Jumbled Sentence" question type.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 4 17:42:28 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +5 -13 lines
Import of WebCT Vista 4 "Combination" question type supported (maps to LC problem with radioresponse).

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 4 08:16:41 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +801 -181 lines
Adding support for import of WebCT Vista 4 IMS packages. Work in progress.  True/False, string, shortanswer, multiple choice, essay all functional.   Matching, jumbled and combination still require work.  Work in progress.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 24 17:36:27 2006 UTC (18 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +22 -22 lines
Existing webct4 code identified as appropriate for WebCT 4 Campus Edition. Vista to follow.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 24 17:16:07 2006 UTC (18 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +39 -23 lines
Use relative paths in src, when constructing <img src="" /> tags in items imported into CTSR so images will load when viewing resources prior to publication of imported items.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 27 18:19:36 2005 UTC (18 years, 5 months ago) by raeburn
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.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
Remove redundant code now $chome is no longer required by &Apache::lonnet::process_coursefile().

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Oct 27 17:07:23 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Changes to argument list in lonnet::process_coursefile() - lonnet rev 1.638 - broke stuff.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Oct 25 13:54:46 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +560 -82 lines
Can now convert BB6 pool and assessment questions to LON-CAPA problems. Some fixes made to bb6 parser.  Mapping of feedback items to hints still needed.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Oct 14 22:28:56 2005 UTC (18 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +72 -17 lines
sub parse_bb6_assessment() complete.
sub write_bb6_questions() will be next.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 12 22:54:20 2005 UTC (18 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +119 -2 lines
Start on parser for BB6 assessments/pools.  Saving my work.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jul 20 05:13:46 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +2 -5 lines
Do not need to decode entities in Web CT4 quiz DB import (already done by HTMLParser). Correct &nbsp as &nbsp; etc. Make img src tags xhtml compliant, while avoiding converting <img src /> to <img src / />.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jul 13 21:21:01 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_99_2
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix scope for unitid; units now imported.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 13 20:25:12 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
foilgroup options need quotes.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 13 19:56:37 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +23 -5 lines
Now converts all WebCT CE functions, except sum(), to LON-CAPA equivalents.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 13 17:42:53 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +6 -3 lines
Additional conversions of WebCT math functions.  More to follow.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jul 12 16:05:59 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +4 -2 lines
Stop script block appearing before <problem> tag as it confuses the colorful editor.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat May 28 01:32:32 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_99_1, version_1_99_0
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +6 -5 lines
Put all XML/HTML cleanup into separate handler

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue May 3 18:38:37 2005 UTC (18 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +81 -15 lines
Fetch remotely stored images, referred to img src tags, and store locally, and convert img tags.  Other fix-ups to BB5 import code.  xhtml compliance.

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 23 20:55:33 2005 UTC (19 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +47 -30 lines
Correction to parsing of WebCT 4 quiz_properties files.  Include <param></param> entries (with randompick parameter) in homework sequences, where webCT4 questions were N of M picks (N < M). Also pass randompick parameter into make_structure() so that problem container is identified as .sequence instead of .page, when randompick applies.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 23 19:54:27 2005 UTC (19 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +37 -50 lines
Clean up. Remove or replace debugging to STDERR with logging via &logthis(). Cetegory info and settings hashes for webct4 question database need to be passed by reference to process_assessment() because questionDB.xml is only processed the first time process_assessment() is called.  Change to imsmanifest parser so quiz_properties attributes are stored.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 15 15:25:32 2005 UTC (19 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +762 -123 lines
Various fixes to import of questions from webct4 question database. Notably:
attempt to handle underspecified string response type questions, by assuming order of answers (in resprocessing area)  matches order of answer boxes in a multi-part problem.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 21 23:47:46 2005 UTC (19 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +707 -110 lines
Add option to import WebCT4 IMS package.  Work still required on import of questions and quizzes. Import of BB6 assessments also requires work (BB6 IMS packaging uses  QTI-type packaging for assessments unlike BB5).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 14 22:46:12 2005 UTC (19 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +199 -150 lines
User's choice of content types to import (e.g., only discussion boards, and quizzes) is now incorporated when building the LON-CAPA structure from the description of course organization in the IMS manifest file.  In addition, a .sequence file is now created for access to all questions contained in question pools.  Previously these questions were only accessible in the case of imports into CSTR.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Dec 23 18:38:45 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +0 -2 lines
Remove debugging output.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 13 23:11:09 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_99_1
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +109 -4 lines
Import assessment questions from quizzes or surveys into DOCS as simple problems.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 13 20:01:09 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +156 -89 lines
Save each set of imported questions in a page (for an assessment) or in a sequence (for a pool).  Make sure directories are created, and replicated (if using DOCS to import into a course).  Distinguish between question import for CSTR and DOCS. Also some minor improvements in appearance.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 5 23:21:49 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +170 -57 lines
Support for import of Blackboard 6 IMS exports (e.g. Concord RTT), and 'packages' within course content (Blackboard 5).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 4 17:34:29 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +6 -0 lines
Fix for an oversized %ENV when launching unzip. Required for 1.2

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 11 09:57:52 2004 UTC (19 years, 11 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, version_1_1_99_1, version_1_1_99_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +1 -4 lines
Suppress display of output from unzip. Fix bug.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 8 09:19:39 2004 UTC (20 years ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +28 -24 lines
Set correct URL for inline images and linked files where IMS package import is via DOCS. Also fix some bugs in the parsing of Blackboard resource files.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 21 20:44:58 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Bug fixes. Make sure target directories exist, and timestamp is included in path to documents in .page files.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 20 00:45:16 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +1 -4 lines
Make sure first item in sequence file is always set to type=start.  As we are no longer putting Blackboard announcements first in top level sequence folder, checkfor announcements is no longer required.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 16 23:35:33 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +5 -0 lines
Fix so titles will be retrieved for items in the imsmanifest.xml file for ANGEL packages.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 16 19:20:58 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +145 -57 lines
imsimport.pm - now allows choice of areas to be imported
imsprocessor.pm - fixes to consolidation
imsimportdocs.pm - modifications to accompany changes to imsprocessor.pm

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 9 16:44:01 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2006 -78 lines
Continuing consolidation to support import of IMS packages into both construction space, and directly into DOCS. Calls to lonnet::userfileupload now included to allow unpacked files to propagate back to home server for the course, when the IMS import process is called from DOCS.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 2 15:45:06 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Modularization of imsimport.pm -> imsprocessor.pm
imsprocessor.pm contains routines to allow import of IMS packages into both
an author's contrsuction space, and also into a course directly via the DOCS interface.

imsimportdocs provides the user interface for import on an IMS package directly into a course using the DOCS screen. Both are currently incomplete, as additional existing routines in imsimport.pm need to be modularized, (and ins ome cases modified) to support both DOCS and CSTR targets, before routines are moved to imsprocessor.pm

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>