CVS log for loncom/homework/templates/DropBox.problem

[BACK] Up to [LON-CAPA] / loncom / homework / templates

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:34:28 2012 UTC (11 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, HEAD
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +8 -7 lines
- Wording change (to reflect change in naming of items in Functions menu).
- xhtml (to allow w3c validation) - remove span tag wrapping ul tag.
- use standard LON-CAPA css.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 21 14:50:40 2011 UTC (12 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +6 -6 lines
Easier access to parameters and stored data.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 1 17:17:09 2011 UTC (12 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_10_0
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Better ".00" than a rounding surprise

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 27 16:56:20 2010 UTC (13 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_10_0_RC2, version_2_10_0_RC1
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +8 -4 lines
Be able to control score feedback using problemstatus parameter

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 20 23:58:31 2010 UTC (14 years ago) by www
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +23 -6 lines
More on Bug #6250

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 10 21:27:18 2010 UTC (14 years, 2 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_99_1
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Fix quotes.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 6 17:12:47 2009 UTC (14 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: bz6209-base, bz6209, bz2851, GCI_3
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +10 -7 lines
Consistent problem templates:
- New line after each tag (not for texts in foils)
- One empty row after each end tag and before new start tag for second level tags
- No indentation for second level tags, e.g. <script>
- Four white spaces as indentation for each further sub level
    Exceptions:
        -Content (mostly text) in separate line(s): no indentation
        - Concept groups: same indentation as foilgroup
          (allows to insert code from problems without concept groups without changing the indentation and vice versa)
- No new line at end of template
- Removed new lines from within the middle of default texts
- Added one blank each after "<m>$" and before "$</m>" to ensure no misinterpretation neither by human nor by machine (e.g. "<m>$x" is not "<m>$ $x")
- Replaced deprecated font tag in <instructorcomment> by CSS
- Removed dos line endings
- dos2unix conversion
  (ClickImageExample.problem, RandomLabelExample.problem, SimpleMatching.problem)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 10 13:29:26 2009 UTC (14 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_8_99_0, bz5969, GCI_2, BZ5971-printing-apage
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
Define the scoreformat parameter, since it is used in the points display

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 16 18:35:27 2009 UTC (15 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, GCI_1, BZ5434-fox
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- additional MSOffice extensions.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 6 15:13:48 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_0, version_2_7_99_1
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- default maxfilesize for DropBox.problem is 10.0 MB.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 31 17:54:03 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- default maxfilesize for DropBox.problem is 10.O MB.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 16 02:46:31 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_99_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4 lines
Bug 5719 Size limits for File Upload in Essay response.
 - Max. cumulative size for submitted files applies to total for all files submitted to a particular essayresponse item. Default is 100 MB.
 - In course context, &lonacc:get_posted_cgi() will now no longer add file contents to %env if size exceeds max. for item.
 - Additional checks in essayresponse::file_submission() will assign award as "EXCESS_FILESIZE" if total of all files being submitted for sinle essayresponse item exceed max set via
PARM.
 - Modification to $Apache::lonhomework::results{"resource.$part.$id.$which"} to now include a comma separated list of only those submitted files which passed both the filetype and size tests.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 23 21:08:40 2007 UTC (16 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Argh. The real reason for Bug #5281

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 23 18:25:09 2007 UTC (16 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Move resource type parameter

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 20 22:04:01 2007 UTC (16 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +18 -1 lines
Score display

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 18 17:05:08 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: 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_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- extraneous d

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 27 02:26:46 2006 UTC (18 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
More file types

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 27 02:17:20 2006 UTC (18 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Bug #4596: Drop Box

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 23 22:18:51 2006 UTC (18 years, 3 months ago) by www
Branches: MAIN
Toward Bug #4596

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>