CVS log for loncom/homework/imagechoice.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:01:30 2014 UTC (10 years, 1 month ago) by bisitz
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, HEAD
Diff to previous 1.17: preferred, unified
Changes since revision 1.17: +30 -25 lines
- Internationalization:
    - Added missing &mt() calls
    - More flexible usage of button texts / re-use existing phrases
- Standard... headline, size, button texts, styles
- Improved wording; punctuation
- Mechanism which button was clicked more robust now

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 11 16:51:22 2009 UTC (14 years, 10 months ago) by bisitz
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, version_2_8_99_0, version_2_11_0_RC2, version_2_11_0_RC1, 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, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.16: preferred, unified
Changes since revision 1.16: +2 -2 lines
XHTML: Attributes in lower-case only (<form method="post" ...)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Feb 18 07:06:12 2009 UTC (15 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, GCI_1
Diff to previous 1.15: preferred, unified
Changes since revision 1.15: +2 -2 lines
- Starting with lonnet.pm rev 1.981, default for &lonnet::delenv() has been to \Q escape arg in regexp used to identify items in environment to delete.
  - No longer need to escape special characters in arg passed to lonnet::delenv().
- Call to lonnet::delenv() in rat/lonuserstate now includes second arg, because in this case first arg is to be treated as a regexp (so \Q escape is not wanted).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 13 14:06:47 2008 UTC (15 years, 5 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_8_0, version_2_7_99_1, version_2_7_99_0
Diff to previous 1.14: preferred, unified
Changes since revision 1.14: +15 -13 lines
Localization:
Added missing &mt() calls

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:46:53 2008 UTC (16 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_99_1, version_2_6_99_0
Diff to previous 1.13: preferred, unified
Changes since revision 1.13: +3 -3 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.13: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:02 2007 UTC (16 years, 11 months ago) by albertel
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_99_0
Diff to previous 1.12: preferred, unified
Changes since revision 1.12: +3 -3 lines
- switch Store to Save

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 3 00:03:56 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, 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.11: preferred, unified
Changes since revision 1.11: +2 -3 lines
- let's actually output the screen that writes the data to the coord screen

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 30 12:45:37 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, unified
Changes since revision 1.10: +5 -2 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:49:29 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, unified
Changes since revision 1.9: +28 -11 lines
- start_page

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 25 19:33:14 2005 UTC (18 years, 7 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
Diff to previous 1.8: preferred, unified
Changes since revision 1.8: +11 -4 lines
- BUG#4277 work around bug in safari

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:21 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: 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.7: preferred, unified
Changes since revision 1.7: +28 -28 lines
- ENV -> env

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 17 09:01:03 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, unified
Changes since revision 1.6: +3 -2 lines
- last? of the eradication of direct calls to $r->content_type()

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 9 20:35:10 2004 UTC (19 years, 6 months ago) by albertel
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, version_1_2_99_0
Diff to previous 1.5: preferred, unified
Changes since revision 1.5: +1 -2 lines
- remove log spew

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 24 00:14:01 2004 UTC (20 years, 1 month 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.4: preferred, unified
Changes since revision 1.4: +33 -34 lines
- converted to new randomlylabe syntax

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 17 22:02:05 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, unified
Changes since revision 1.3: +32 -21 lines
- BUG#2710, <randomlabel> nows uses imagechoice.pm

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 14 22:59:18 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, unified
Changes since revision 1.2: +50 -31 lines
- imagechoice.pm now understands boxes, <rectangle> on images works with this now
- BUG#2576

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:53:54 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, unified
Changes since revision 1.1: +37 -31 lines
- polygons set the request width now
- imagechoice stores its data where it won't be thrown away before we are ready
- imageresponse tries to cleanup after itself
- lonnet::hreflocation() understands what to do with /home references
- relative image URLs work now

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 9 23:22:19 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
- polygonal correct areas in an image now allowed
- imagechoice.pl changed to imagechoice.pm (while I converted the code for handling the box and single point case I haven;'t tested them and I haven't yet converted the edit code to try to use it, maybe later tonight unless I do some woodworking instead)
- imagechoice now shows you were you have clicked on the image when doing polygonal selection,

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>