CVS log for loncom/homework/drawimage.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:46:52 2008 UTC (16 years 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_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_99_1, version_2_6_99_0, 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, 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, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.9: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.9: +2 -2 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.9: download - view: text, markup, annotated - select for diffs
Tue May 30 12:45:36 2006 UTC (17 years, 10 months ago) by www
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_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_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.8: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.8: +6 -3 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 9 07:34:48 2004 UTC (19 years, 6 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_X, version_2_0_99_1, 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, 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, version_1_2_99_0
Diff to previous 1.7: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.7: +1 -3 lines
-remove spew

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 9 07:24:56 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.6: +110 -21 lines
- and <image> and <polygon> to <drawimage>
- add support for clipping subimages in randomlylabeled images

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 23 20:38:09 2004 UTC (20 years ago) by albertel
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.1: preferred, colored
Changes since revision 1.5: +11 -8 lines
- use redirection in <text> so contents get parsed.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 16 23:08:23 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.4: +7 -6 lines
- added font support (I can't get ttf to work)
- added direction support

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 16 22:27:37 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.3: +25 -2 lines
Added text support.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 24 00:16:35 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.1: preferred, colored
Changes since revision 1.2: +5 -5 lines
- removing some rather silly code

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 23 23:29:14 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- typos

Revision 1.1: download - view: text, markup, annotated - [selected for diffs]
Sat Nov 15 06:33:39 2003 UTC (20 years, 4 months ago) by albertel
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
- first pass at a <drawimage> tag probalby not great and it needs a new version of randomlylabel.pm to work

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>