CVS log for loncom/imspackages/imsimport.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Jul 23 13:33:52 2023 UTC (9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +18 -6 lines
- Breadcrumbs text when displaying/editing resource in Course Authoring Space.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:04:30 2017 UTC (6 years, 5 months 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.47: preferred, colored
Changes since revision 1.47: +3 -2 lines
- Replace use of system() with File::Path::remove_tree().

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jun 9 21:22:51 2015 UTC (8 years, 10 months ago) by damieng
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +27 -22 lines
fixed bug 6782, and escaped most localized messages used in Javascript blocks to make sure bugs like that do not happen again

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:07:38 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +8 -8 lines
- Coding style: sort() keys()

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Sep 30 17:42:12 2013 UTC (10 years, 6 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +59 -23 lines
- Internationalization and Localization:
    Added missing &mt() calls and added related phrases and translations to de.pm
- Consistent wording and punctuation
- Consistent and improved layout using confirm_success and actionbox
- Added error handling for failed IMS package upload

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Sep 23 17:35:05 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +7 -7 lines
Consistent wording:
Replaced "bulletin board" by more modern (in web context) and better fitting word "discussion board"
as already started in redesign project and already in use

Revision 1.43: 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
CVS tags: version_2_11_0_RC1
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +12 -2 lines
- Support import of Blackboard Vista question banks (IMS format) containing
  questions with images.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jul 15 16:13:16 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
XHTML: action attribute in <form> tag required (dummy attribute added)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 15 14:32:51 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +8 -8 lines
XHTML: JavaScript event handlers in lower case

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jul 2 19:04:42 2013 UTC (10 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
- Disk quotas for authoring spaces.
  - Default is 500 MB, unless set at domain level, or individual user level.
  - Domain default set via "Blogs, personal web pages, webDAV/quotas, portfolio" in
    "Set domain configuration" by DC.
  - Quota for individual user's authoring space set via:
    "Create users or modify the roles and privileges of users" by DC
  - &display_usage() moved from portfolio.pm to lonhtmlcommon.pm to
    facilitate re-use. In portfolio.pm &display_portfolio_usage() now calls
    lonhtmlcommon::display_usage().

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jun 4 22:20:28 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
- Replace term: "Construction Space" with "Authoring Space" for
  consistency with type of role used to access it, and action taken there.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Oct 29 17:38:59 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 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.37: download - view: text, markup, annotated - select for diffs
Thu Oct 4 14:00:22 2012 UTC (11 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
That we are a co-author is additional information, not a warning

Revision 1.36: 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.35: preferred, colored
Changes since revision 1.35: +66 -77 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.35: download - view: text, markup, annotated - select for diffs
Mon Oct 24 22:02:38 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Bug #1320

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

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Sep 26 02:10:49 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0, loncapaMITrelate_1
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +22 -43 lines
- Use lonnet::get_my_roles to get active CC roles when determining where to import
  course discussion boards in IMS package imported into Construction Space.

Revision 1.32: 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_99_0, 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_0_RC1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 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.31: download - view: text, markup, annotated - select for diffs
Thu May 14 14:24:26 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: bz5969, bz2851, BZ5971-printing-apage
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 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.30: download - view: text, markup, annotated - select for diffs
Mon May 4 16:45:51 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
XHTML:
- XHTML conform <img> tag closure
- Added some missing alt attributes to <img>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Apr 23 09:40:46 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +5 -3 lines
Optimized Co-Author warning: XHTML, standard styles, &mt usage, consistent user:domain

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 4 19:39:29 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
XHTML

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 24 07:57:39 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, GCI_1
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Regular Expressions for both http and https.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 26 01:35:15 2008 UTC (15 years, 8 months ago) by www
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +4 -0 lines
Version headers for CVS, so one can immediately see the version of the packages.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 25 13:03:40 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Correct text for table header.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 24 13:48:40 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +124 -259 lines
- Localization
- Remove font tags
- Replace tables with datatable from loncommon.
- Include counts of items created for CMSs besides BB5 and ANGEL
- Pass ref to %total as additional argument to imsprocessor::copy_resources() to get
cont of files copied.
- Use lonhtmlcommon::topic_bar()

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:55:54 2006 UTC (17 years, 4 months ago) by albertel
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, 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_99_1, version_2_2_99_0
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- lots of \w -> probper regexp replacements

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 27 16:37:36 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
- switch to helper re

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 10 22:30:20 2006 UTC (18 years ago) by albertel
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.19: preferred, colored
Changes since revision 1.19: +7 -6 lines
- rest of the add_entries conversion

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 4 08:18:33 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +19 -5 lines
Support for import of WebCT Vista 4 IMS packages

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 27 19:05:15 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +0 -2 lines
- the js_ready argument to start/end_page already does this escaping

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Mar 27 18:39:55 2006 UTC (18 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
Escape line feeds in $start_page and $end_page when included in javascript.

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Existing webct4 code identified as appropriate for WebCT 4 Campus Edition. Vista to follow.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 23 23:17:46 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +20 -20 lines
xhtml

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 23 23:12:21 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +21 -9 lines
- start_page

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 8 17:58:22 2005 UTC (18 years, 5 months ago) by albertel
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.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
- eliminating the inclusion of Apache::Log (it annoys Apache 2 and aache 1 doesn't need it)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 27 18:19:36 2005 UTC (18 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3 lines
Remove redundant code now $chome is no longer required by &Apache::lonnet::process_coursefile().

Revision 1.11: 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_2_0_X, 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.10: preferred, colored
Changes since revision 1.10: +31 -31 lines
- ENV -> env

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +7 -5 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.9: 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.8: preferred, colored
Changes since revision 1.8: +38 -19 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.8: 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
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
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 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.7: 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.6: preferred, colored
Changes since revision 1.6: +30 -4 lines
Support for import of Blackboard 6 IMS exports (e.g. Concord RTT), and 'packages' within course content (Blackboard 5).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 8 09:19:39 2004 UTC (20 years ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_X, 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.5: preferred, colored
Changes since revision 1.5: +1 -1 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.5: 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.4: preferred, colored
Changes since revision 1.4: +582 -2728 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.4: download - view: text, markup, annotated - select for diffs
Sun Feb 29 00:55:39 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +783 -547 lines
Adding support for conversion of Blackboard quizzes and surveys to folders of problems.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 24 15:21:16 2004 UTC (20 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +276 -155 lines
Support for ANGEL IMS packages extended. ANGEL message boards now converted to threaded bulletin boards.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 23 14:14:45 2004 UTC (20 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +1221 -325 lines
Import from IMS packages. Processing of ANGEL pachages added - needs consolidation.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 10 23:36:32 2004 UTC (20 years, 2 months ago) by raeburn
Branches: MAIN
Temporary place to store imsimport.pm. Version suitable for testing by developer community
will be stored in main loncom tree later.  Requires modified loncfile.pm and lonupload.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>