CVS log for loncom/imspackages/imsimportdocs.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 2 17:06:45 2018 UTC (5 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.36: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.36: +6 -2 lines
- Bug 6754 LON-CAPA as LTI Provider
  - LTI launch of LON-CAPA may be for display within an iframe.

Revision 1.36: 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.35: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.35: +3 -2 lines
- Replace use of system() with File::Path::remove_tree().

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:00:48 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.34: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.34: +1 -5 lines
- Remove unused scalar.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 11 00:35:53 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
Diff to previous 1.33: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.33: +7 -7 lines
- Coding style: keys() sort()

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Dec 30 21:46:52 2013 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.32: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.32: +2 -2 lines
- Change capitalization to re-use existing key in lexicon(s).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Sep 30 17:42:12 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.31: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.31: +13 -11 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.31: download - view: text, markup, annotated - select for diffs
Sat Jul 27 22:04:49 2013 UTC (10 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.30: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.30: +2 -2 lines
- Support import of Blackboard Vista question banks (IMS format) containing
  questions with images.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Oct 31 12:54:17 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.29: +44 -115 lines
- Determine whether user can edit a particular resource in a course
  moved from lonmenu.pm to lonnet::can_edit_resource() to facilitate reuse
- is_course_upload() moved from lonmenu.pm to lonnet.pm
- file input elements for Upload File and IMS Import moved to fieldsets,
  toggle display by clicking icon/link
- Discontinue use of static extpickframe.html and extpickcode.html for
  External Resource
- Edit link to right of resource title in Course Editor added for uploaded
  html, css, js, txt, and for published resources which user has rights to
  edit
- IMS import directly into course -- first page moved from pop-up to
  inline fieldset; other routines re-named to reflect change in phases
  supported in pop-up window.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Nov 20 18:25:34 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.28: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.28: +14 -4 lines
XHTML, balanced tags:
- Close form in phase 1
- Added dummy action to form in phase 2
- Lower case attributes in phase 3

- Added some comments and line breaks to phase 1 code

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Nov 20 17:01:11 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.27: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.27: +25 -42 lines
Layout, localization and code style for import phase 3 (display_three, step 5):
- Removed inkorrect attribute closure for bgcolor (not needed anymore)
- Replaced code similar to topic_bar by simple success message: nothing to do anymore, so another step (5) doesn't make sense here
- Got rid of deprecated tags and outdated/unnecessary styles
- Re-initialize message/button: optimized and consistent localization
- Added some code comments

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Nov 20 16:20:17 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.26: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.26: +2 -2 lines
Ensure proper processing when no explicit choice for folder has been made in step 4:
Default selection is "current folder" now.
Before this change, no selection was handled as "new folder", but without a new name which is needed in this case

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Nov 20 14:39:32 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.25: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.25: +114 -141 lines
Layout, localization and code style for import phase 2 (display_two, step 3 and 4):
- Replaced hardcoded styles by standard styles (topic_bar, data_table)
- Removed unnecessary HTML tables
- Got rid of deprecated tags and outdated/unecessary styles
- Code style: Directly go on with next item in area loop when no content exists for current area
- XHTML: attributes in lower case
- Close <form>, close all data_table rows
- Split message text about what to do at the bottom in two texts and display the approriate part in each step where needed
- Localization: Added missing &mt() calls, use quant for item counter
- Consistent wording: "Finish Import"
- Added some code comments

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 20 11:16:59 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.24: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.24: +65 -43 lines
- Code style: Early escape in phase two when errors occurred/not allowed
- Show warning message for unsupported cms types found in IMS package
- Added error style to error message when privs are not sufficiant
- Added headline to PopUp window
- Added some code comments

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 6 17:16:53 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.23: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.23: +46 -95 lines
Optimizations for IMS upload to course docs, part 1 (display_one):
- Replaced hardcoded HTML code by standard topic_bar calls
- No special font/... needed
- Added missing &mt() calls
- Wrapped warning messages in paragraphs and added warning style
- Consistent wording: "Exit now" -> just "Cancel"
- Removed unneccessary text which says in simple words: "Click upload to upload"
- Added "File: " in front of file selection box
- XHTML: lower case HTML attributes

Revision 1.23: 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_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, GCI_2
Diff to previous 1.22: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.22: +4 -4 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.22: 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: bz5969, bz2851, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.21: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.21: +6 -6 lines
XHTML:
- XHTML conform <img> tag closure
- Added some missing alt attributes to <img>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 21 18:22:41 2007 UTC (16 years, 8 months ago) by albertel
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, 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, GCI_1
Diff to previous 1.20: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.20: +3 -3 lines
- fix ISE in import

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 2 01:33:31 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_0, version_2_4_99_0
Diff to previous 1.19: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.19: +2 -2 lines
- switch spot error goes to

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Nov 2 21:07:15 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.18: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.18: +5 -4 lines
- complete switch to LONCAPA::map

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 30 12:45:50 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.17: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.17: +12 -5 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

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

Revision 1.16: 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.15: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.15: +14 -14 lines
xhtml

Revision 1.15: 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.14: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.14: +13 -17 lines
- start_page

Revision 1.14: 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
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.13: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.13: +3 -4 lines
Remove redundant code now $chome is no longer required by &Apache::lonnet::process_coursefile().

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

Revision 1.12: 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.11: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.11: +27 -27 lines
- ENV -> env

Revision 1.11: 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.10: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.10: +3 -2 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.10: download - view: text, markup, annotated - select for diffs
Wed Feb 16 20:24:15 2005 UTC (19 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.9: +0 -10 lines
Removing debugging code

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: +41 -10 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 - [selected 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: +7 -7 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 to selected 1.8: 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 to selected 1.8: preferred, colored
Changes since revision 1.5: +1 -2 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
Sun Mar 21 20:44:58 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.4: +14 -0 lines
Bug fixes. Make sure target directories exist, and timestamp is included in path to documents in .page files.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 16 19:51:40 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.3: +2 -2 lines
Switch &amp; for + so buttons show correct wording

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 to selected 1.8: preferred, colored
Changes since revision 1.2: +17 -71 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:34:34 2004 UTC (20 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.8: preferred, colored
Changes since revision 1.1: +216 -38 lines
Now allows specification of destination of top level sequence from IMS package (group import into current folder, or creation of a new folder). Propagation of files and folders added to /userfiles area on current server back to /userfiles area in lonUsers directory for course on home server.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 2 15:45:06 2004 UTC (20 years, 2 months ago) by raeburn
Branches: MAIN
Diff to selected 1.8: preferred, colored
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>