CVS log for loncom/interface/lonmsgdisplay.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.181.2.9.2.3: download - view: text, markup, annotated - select for diffs
Sat Oct 7 01:47:21 2023 UTC (6 months, 3 weeks ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.181.2.9.2.2: preferred, colored to branchpoint 1.181.2.9: preferred, colored next main 1.181.2.10: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.9.2.2: +7 -3 lines
- For 2.11.4 (modified)
  Include changes in 1.200

Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Sep 15 22:32:46 2023 UTC (7 months, 1 week ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.199: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.199: +7 -3 lines
- Stop access denied message for "Refers: to" link in course context where:
  (i) request.role.adv is not 1
  (ii) resource instance had URL hidden set to yes when message was created
  (iii) instance in same course currently has URL hidden not set to yes.

Revision 1.181.2.9.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 15 12:02:57 2023 UTC (7 months, 1 week ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.181.2.9.2.1: preferred, colored to branchpoint 1.181.2.9: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.9.2.1: +6 -4 lines
- For 2.11.4 (modified)
  Include changes in 1.199

Revision 1.181.2.10: download - view: text, markup, annotated - select for diffs
Wed Sep 13 13:57:55 2023 UTC (7 months, 2 weeks ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.9: preferred, colored next main 1.182: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.9: +6 -4 lines
- For 2.11
  Backport 1.199

Revision 1.199: download - view: text, markup, annotated - select for diffs
Wed Sep 13 12:18:13 2023 UTC (7 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.198: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.198: +6 -4 lines
- Bug 6929

Revision 1.181.2.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 23 02:19:19 2023 UTC (15 months ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.181.2.9: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.9: +17 -2 lines
- For 2.11.4 (modified)
  Include changes in 1.198

Revision 1.198: download - view: text, markup, annotated - select for diffs
Sat Sep 17 23:38:51 2022 UTC (19 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.197: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.197: +17 -2 lines
- Support access to specific LON-CAPA message after login in cases where a
  LON-CAPA loadbalancer node is used as the portal for a domain.

Revision 1.181.2.9: download - view: text, markup, annotated - select for diffs
Wed Jan 19 15:06:22 2022 UTC (2 years, 3 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4
Branch point for: version_2_11_4_msu
Diff to previous 1.181.2.8: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.8: +35 -4 lines
- For 2.11
  Backport 1.196, 1.197

Revision 1.197: download - view: text, markup, annotated - select for diffs
Wed Jan 19 15:04:15 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.196: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.196: +2 -2 lines
- Remove unwanted closing tag (originally added in rev. 1.53)

Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Jan 18 17:33:13 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.195: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.195: +35 -4 lines
Bug 6955
 -  If IP-based blocking set in domain config is in effect for user's
    current IP address, and 'Messaging 'is among blocked functions:
   (a) 'Send Feedback' (in course context), for resource(s) which allow it
       is only messaging mechanism available to users with out 'evb' priv.
   (b) Subject and Content for messages sent to instructor(s) via 'Send Feedback'
       are replaced in user's Sent Folder with: "Not shown due to IP block".

Revision 1.181.2.8: download - view: text, markup, annotated - select for diffs
Tue Dec 14 00:20:07 2021 UTC (2 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.7: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.7: +27 -16 lines
- For 2.11
  Backport 1.194, 1.195

Revision 1.195: download - view: text, markup, annotated - select for diffs
Tue Nov 30 16:16:14 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.194: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.194: +4 -5 lines
- Bug 6955 IP-based blocking.
  - Change in args passed to &blocked_in_folder().
  - Remove trailing whitespace.

Revision 1.194: download - view: text, markup, annotated - select for diffs
Tue Nov 30 15:55:37 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.193: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.193: +26 -14 lines
- Bug 6955 IP-based blocking. Pass user'sIP address as third arg to
  loncommon::blockcheck() and second to loncommon::blocking_status().

Revision 1.181.2.7: download - view: text, markup, annotated - select for diffs
Wed Nov 11 22:04:25 2020 UTC (3 years, 5 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Diff to previous 1.181.2.6: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.6: +28 -5 lines
- For 2.11
  Backport 1.193

Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Nov 11 01:27:04 2020 UTC (3 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.192: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.192: +28 -5 lines
- If display of a message in course context by a privileged user includes
  "student's view of problem" in Resource Details section, load CSS file(s)
  for the resource.

Revision 1.181.2.6: download - view: text, markup, annotated - select for diffs
Wed Sep 9 00:48:17 2020 UTC (3 years, 7 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.5: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.5: +10 -6 lines
- For 2.11
  Backport 1.192

Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Sep 8 23:54:40 2020 UTC (3 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.191: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.191: +10 -6 lines
- Prevent localization of group description in breadcrumbs for group tools.

Revision 1.181.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 10 05:16:30 2020 UTC (4 years, 3 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.4: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.4: +4 -4 lines
- For 2.11
  Backport 1.191

Revision 1.191: download - view: text, markup, annotated - select for diffs
Fri Jan 10 05:08:39 2020 UTC (4 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.190: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.190: +4 -4 lines
- Bug 6921.
  CSS to provide word wrap in display of message body in a LON-CAPA message.

Revision 1.181.2.4: download - view: text, markup, annotated - select for diffs
Tue Aug 13 21:03:34 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.3: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.3: +3 -3 lines
- For 2.11
  Typos in rev. 1.181.2.3 backport of 1.182 changes.

Revision 1.181.2.3: download - view: text, markup, annotated - select for diffs
Mon Aug 12 15:19:06 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.2: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.2: +10 -5 lines
- For 2.11
  Backport 1.182 (part), 1.187, 1.188, 1.189, 1.190

Revision 1.190: download - view: text, markup, annotated - select for diffs
Mon Aug 12 15:15:56 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.189: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.189: +3 -3 lines
- Coding style.

Revision 1.189: download - view: text, markup, annotated - select for diffs
Mon Aug 12 14:38:21 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.188: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.188: +2 -2 lines
- Use same size limit (1 MB) for both client-side and server-side checking
  of message attachment size.

Revision 1.188: download - view: text, markup, annotated - select for diffs
Sun Aug 11 15:15:39 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.187: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.187: +2 -2 lines
- Prepend LC_ to id of hidden form element used in client-side checking for
  uploaded file size, for purposes of namespacing.

Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Aug 7 16:08:04 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.186: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.186: +2 -2 lines
- Prepend LC_ to class name in client-side checking for uploaded file size,
  for purposes of namespacing.

Revision 1.181.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 6 17:53:56 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.181.2.1: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181.2.1: +20 -8 lines
- For 2.11
  Backport 1.183

Revision 1.186: download - view: text, markup, annotated - select for diffs
Mon Dec 18 23:20:48 2017 UTC (6 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.185: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.185: +8 -1 lines
- Bug 6754 LON-CAPA as LTI Consumer
  - Inline menu can include "Communicate" icon for External Tools
  - Functions menu for course personnel can include "Content Grades"
    item if External Tool instance is set to "gradable".

Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Aug 7 20:22:13 2017 UTC (6 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.184: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.184: +145 -53 lines
- Trust Settings
  Check if action is permissible based on trust settings for:
  catalog, domroles, enroll, reqcrs, msg, othcoau, or coaurem for current context.

Revision 1.181.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 2 13:31:48 2017 UTC (7 years ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.181: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181: +3 -2 lines
- For 2.11
  - Backport 1.184

Revision 1.184: download - view: text, markup, annotated - select for diffs
Wed Mar 15 20:58:12 2017 UTC (7 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.183: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.183: +3 -2 lines
- Only show "View recent activity" as an available action if current user is
  in course context, and the sender is a student who was in the same course
  context when sending the message.

Revision 1.183: download - view: text, markup, annotated - select for diffs
Fri Feb 26 21:44:39 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.182: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.182: +21 -9 lines
- Bug 6780. No "Groups" item in inline menu for users with unprivileged
  course roles if all group home pages are hidden, and no group tools
  enabled.

  Move &display_group_links() from lonsimplepage.pm to longroup.pm to
  facilitate re-use.

Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu Jun 18 20:19:06 2015 UTC (8 years, 10 months ago) by musolffc
Branches: MAIN
Diff to previous 1.181: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.181: +9 -4 lines
File size checking for uploaded files

A new javascript file, file_upload.js, handles client side file size checking.
The function, checkUploadSize(), accepts an html file input element and a maximum
file size (in bytes) as input.  If the size of the file to be uploaded exceeds the
size allowed, a message is displayed the the element is cleared.  Server side
checking is still used if it passes this test.

Loading file_upload.js adds event handlers to file input elements with
class="flUpload".
    <input type="file" class="flUpload" />

It also looks for a hidden element with id="free_space" that contains the maximum
upload size.
    <input type="hidden" id="free_space" value="$free_space" />

The free space is usually calculated by subtracting a user's disk usage from their
quota allowance.  In some cases it is a fixed value.

I have implemented this for every upload instance I could find.  These include:
* Message attachments
* Authoring space
* Portfolio
* Course editor
* Essay response problems
* Helpdesk request forms
* RSS feed uploads

Revision 1.181: download - view: text, markup, annotated - select for diffs
Tue Jun 9 21:22:56 2015 UTC (8 years, 10 months ago) by damieng
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.180: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.180: +21 -15 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.180: download - view: text, markup, annotated - select for diffs
Thu Feb 12 21:22:07 2015 UTC (9 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.179: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.179: +11 -3 lines
- Report if e-mail was created, in case where privileged user checked:
  "Send copy to permanent e-mail address (if known)". Also log this.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Feb 12 21:09:24 2015 UTC (9 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.178: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.178: +3 -2 lines
- If an attachment is included in a critical message, the URL needs to be
  passed as the final arg in the call to &lonmsg::user_crit_msg().

Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:52:30 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.177: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.177: +2 -2 lines
- Coding style: keys()

Revision 1.177: download - view: text, markup, annotated - select for diffs
Sun Oct 26 13:10:38 2014 UTC (9 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.176: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.176: +6 -6 lines
- disfacetoface output enclosed in <div></div> for web target, not tex target.

Revision 1.176: download - view: text, markup, annotated - select for diffs
Wed May 21 19:03:04 2014 UTC (9 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0
Diff to previous 1.175: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.175: +1 -2 lines
- Remove debug line.

Revision 1.175: download - view: text, markup, annotated - select for diffs
Wed May 21 17:36:58 2014 UTC (9 years, 11 months ago) by musolffc
Branches: MAIN
Diff to previous 1.174: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.174: +11 -2 lines
Addresses bug #5676
Critical messages are now displayed in reverse chronological order.  Also,
only the CRITICAL message folder will be accessible until all critical
messages have been dealt with instead of defaulting to the INBOX.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Fri Apr 25 17:56:42 2014 UTC (10 years ago) by bisitz
Branches: MAIN
Diff to previous 1.173: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.173: +3 -3 lines
Improved internationalization:
- Properly compile translation phrases
- Updated related translation file entries

Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Jan 16 18:38:25 2014 UTC (10 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.172: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.172: +3 -3 lines
Consistent display of message folders: All internal folders in upper case

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Jan 16 16:34:01 2014 UTC (10 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.171: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.171: +2 -2 lines
In case of trying to delete an internal folder ensure to display folder name INBOX in error message

Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue Dec 3 14:54:32 2013 UTC (10 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC2
Diff to previous 1.170: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.170: +2 -2 lines
Do not translate twice

Revision 1.170: download - view: text, markup, annotated - select for diffs
Wed Sep 4 14:51:00 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.169: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.169: +4 -5 lines
XHTML:
- Fixed typo, rev. 1.53 (text quotation closed at wrong position)
- Fixed typo, rev. 1.70 (incomplete <br />)
- Fixed tag order, rev. 1.53 (start was <b><a> and closure was </a></b>)

Revision 1.169: download - view: text, markup, annotated - select for diffs
Wed Sep 4 14:21:30 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.168: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.168: +5 -7 lines
Improve display changes made in rev. 1.168 by using CSS instead of dummy table cells.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Fri Aug 30 13:40:49 2013 UTC (10 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.167: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.167: +6 -9 lines
- Changes to messages in javascript alert pop-ups to facilitate translation.

Revision 1.167: download - view: text, markup, annotated - select for diffs
Fri Aug 30 04:16:19 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.166: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.166: +6 -4 lines
- More efficient use of screen space, while at the same time retaining
  visual separation of "New Folder" function from other mail folder functions.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Fri Aug 30 02:21:30 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.165: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.165: +2 -2 lines
- Fix typo in rev. 1.165

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Jul 22 18:06:51 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.164: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.164: +3 -3 lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Fri Jul 19 18:24:16 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.163: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.163: +2 -2 lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.

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

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Nov 30 14:57:17 2012 UTC (11 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.161: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.161: +40 -21 lines
Improved messages/communication page design and usability:
- Avoid wrong click by separating "New Folder" and other functions
- Better clarification of actions at top and bottom of message list
- Improved layout of action list at bottom ("Message Actions")
- Navigation links in menu at top of page now separated from other functions
- Actions for "No critical messages": actionbox
- Corrected unbalanced tags ("Destination folder")

Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Oct 2 16:42:07 2012 UTC (11 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.160: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.160: +2 -2 lines
Corrected tag closure

Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed May 23 12:28:21 2012 UTC (11 years, 11 months ago) by goltermann
Branches: MAIN
Diff to previous 1.159: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.159: +5 -2 lines
bug #6593 broadcast messages
if there is only one course member for an access status (active/expired/future), a condition check was missing whether that entry was selected

Revision 1.157.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 14 17:28:25 2012 UTC (12 years, 2 months ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.157: preferred, colored next main 1.158: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.157: +10 -4 lines
- Customization for MITrelate.
  - Backport 1.158.
  - No domain selector for users from relate domain who do not have .adv priv.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Wed Dec 28 21:49:54 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.158: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.158: +3 -319 lines
- Move routines for configuration of blocking communication during an exam
  from lonmsgdisplay.pm to separate handler -- lonblockingmenu.pm
- Access to corresponding URL: /adm/setblock from both Messages menu (as before)
  and also from Content and Problem Settings menu.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Dec 28 14:28:47 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.157: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.157: +2 -2 lines
- Fix comments.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu May 12 21:56:13 2011 UTC (12 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0, language_hyphenation_merge, language_hyphenation
Branch point for: loncapaMITrelate_1
Diff to previous 1.156: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.156: +36 -16 lines
- Sanity checking when retrieving course description for inclusion
  in message display.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue May 3 10:37:14 2011 UTC (12 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.155: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.155: +9 -3 lines
Course context was missing from critical messages.
Students need to know to which course the message is related to.
(Thanks to Leo Christianto)

Revision 1.124.4.12: download - view: text, markup, annotated - select for diffs
Sat Nov 20 13:19:49 2010 UTC (13 years, 5 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1
Diff to previous 1.124.4.11: preferred, colored to branchpoint 1.124: preferred, colored next main 1.125: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.11: +10 -8 lines
- Typo in 1.124.4.1
- Backport 1.155.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sat Nov 20 13:06:58 2010 UTC (13 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC2
Diff to previous 1.154: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.154: +9 -7 lines
- Sanity checking for ref to array.

Revision 1.124.4.11: download - view: text, markup, annotated - select for diffs
Fri Aug 20 19:12:22 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.10: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.10: +5 -2 lines
- Backport 1.51, 1.52.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Sat Aug 7 19:23:51 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC1
Diff to previous 1.153: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.153: +18 -28 lines
- Eliminate routines no longer needed following switch from FCKEditor 2 to CKEdi
tor 3
- Eliminate checking for environment.wysiwygeditor (no longer used).
- Access to "Richtext" editor available via link on each textarea for which it is
  to be made available.
- When editing an HTML document provide "Edit Math" button to allow
  insertion of TeX within the textarea. Button is hidden if Richtext editor in use.
- Additional tags permitted by clear_out_html() - <pre> and <chem>.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Sun Jun 6 02:40:30 2010 UTC (13 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.152: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.152: +6 -6 lines
- Bug 6251.
  - Third arg is now a ref to a hash, instead of a hash.
  - New (optional) fourth arg, is an additional attribute for the
    select tag, e.g., an onchange action.
- Update calls to loncommon::select_form() accordingly.

Revision 1.152: download - view: text, markup, annotated - select for diffs
Sun Jun 6 01:17:08 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.151: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.151: +4 -1 lines
Bug #5614: lost headers when cancelling reply

Revision 1.151: download - view: text, markup, annotated - select for diffs
Sat May 29 23:19:52 2010 UTC (13 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.150: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.150: +2 -2 lines
- More of bug6233.
  - Excerpt of message in an e-mail will (by default) omit the break between
    the group part  of the message and the individual student's part
    (<hr /> is eliminated), so warp the <hr /> in a couple of line feeds.

Revision 1.124.4.10: download - view: text, markup, annotated - select for diffs
Wed Apr 14 06:36:26 2010 UTC (14 years ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_0, version_2_8_99_1
Diff to previous 1.124.4.9: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.9: +2 -1 lines
- Backport 1.150.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Wed Apr 14 06:34:19 2010 UTC (14 years ago) by raeburn
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.149: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.149: +2 -1 lines
- Bug 6256.
  - Restoring </form> tag eliminated in rev 1.123.

Revision 1.124.4.9: download - view: text, markup, annotated - select for diffs
Mon Feb 15 03:37:59 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.8: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.8: +4 -2 lines
- Backport 1.139.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Feb 12 17:22:24 2010 UTC (14 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0
Diff to previous 1.148: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.148: +37 -23 lines
- Standard alternating background color for internal message box rows; hover color not needed anymore(?)
- Use standard data_table (call appropriate sub routines and removed now unnecessary styles)
- Moved color indicator to status column
- Localization: added missing &mt() call to status

Revision 1.148: download - view: text, markup, annotated - select for diffs
Fri Feb 12 15:21:37 2010 UTC (14 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.147: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.147: +38 -35 lines
Optimized screen ergonomics for actions and functions on internal message main page:
- Same alignment for headline and content
- Increased spacing between different items and removed now unnecessary dummy spacing cells
- "Action": Go button right next to corresponding item instead of extra cell
- Same type of usage and design for "New Folder" as for "Action" (headline > input element > Go)
- Better separation of "(un)check all" buttons
- Wrapped "showing ... messages" in separate paragraph
- Added filename style to filename
- Typo; Interpunctation

Revision 1.124.4.8: download - view: text, markup, annotated - select for diffs
Sat Jan 30 22:28:20 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.7: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.7: +2 -2 lines
- &build_block_table was moved to loncommon.pm, and called from there starting with lonmsgdisplay rev 1.44.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Jan 26 13:08:08 2010 UTC (14 years, 3 months ago) by wenzelju
Branches: MAIN
CVS tags: bz6209-base, bz6209
Diff to previous 1.146: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.146: +6 -6 lines
Error-messages in a confirm-success-box now have the same font-size as the success-messages. Partly there are both kinds of messages in one box, so it looks better if they have the same font-size.

Revision 1.124.4.7: download - view: text, markup, annotated - select for diffs
Mon Jan 25 21:08:48 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.6: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.6: +23 -17 lines
- Backport 1.141.

Revision 1.124.4.6: download - view: text, markup, annotated - select for diffs
Mon Jan 25 20:56:40 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.5: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.5: +19 -12 lines
- Remove two instances of extra trailing concatenators (added in 1.124.4.5).
- Backport 1.142, 1.146.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jan 25 20:54:27 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.145: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.145: +7 -7 lines
- Communication blocking tables: keep checkboxes on the same line as their labels.

Revision 1.124.4.5: download - view: text, markup, annotated - select for diffs
Mon Jan 25 19:30:59 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.4: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.4: +70 -20 lines
- Backport 1.125 (part), 1.138.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Jan 25 18:09:42 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.144: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.144: +7 -7 lines
- scope
- xhtml

Revision 1.124.4.4: download - view: text, markup, annotated - select for diffs
Mon Jan 25 17:59:43 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.3: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.3: +64 -43 lines
- Backport 1.135, 1.143, 1.144.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Jan 25 16:46:12 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.143: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.143: +3 -3 lines
- In &mt the argument expected by [quant,_N,text] needs to be a number.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Jan 21 13:29:41 2010 UTC (14 years, 3 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.142: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.142: +66 -59 lines
Added confirm-success style and boxes where missing.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu Jan 14 17:20:44 2010 UTC (14 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.141: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.141: +12 -5 lines
Consistent screen ergonomics:
- First checkbox, then option text
- Removed special styles

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Jan 13 18:23:01 2010 UTC (14 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.140: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.140: +23 -18 lines
- Optimized &mt() usage to allow proper translation of "There are no ... messages in this folder."
- Info style for messages about empty folders
- Adjusted translation files es.pm and zh.pm (partly; prepared new phrases), de.pm
  (including changes started in lonmsgdisplay.pm 1.140)

Revision 1.140: download - view: text, markup, annotated - select for diffs
Wed Jan 13 16:39:19 2010 UTC (14 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.139: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.139: +21 -9 lines
Optimized "Scrollbuttons" on "Send and display messages" page:
- Optimized &mt() usages: Separate style and content
  (Localization still not optimal; work in progress)
- Optimized display: Don't offer (in this case useless) buttons if only one page is shown

Revision 1.139.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 6 18:25:38 2010 UTC (14 years, 3 months ago) by raeburn
Branches: GCI_3
Diff to previous 1.139: preferred, colored next main 1.140: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.139: +4 -1 lines
- Customization for GCI_3
   - No student submission data appended to feedback messages sent to CCs in gcitest courses.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu Nov 26 05:21:43 2009 UTC (14 years, 5 months ago) by faziophi
Branches: MAIN
Branch point for: GCI_3
Diff to previous 1.138: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.138: +4 -2 lines
Adds check before calling lonfeedback::newline_to_br to see if
the text contains block-level HTML elements (such as <table> or <p> or <br />).
If HTML is detected, newlines will no longer be automatically converted
to <br /> tags -- this resolves bugs such as 5550, where for
example, inserting a table using the WYSIWYG editor causes
erroneous break tags to be created.

Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Nov 4 18:30:17 2009 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.137: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.137: +59 -13 lines
- Bug 6078 - wording change
- Accommodate Communities

Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Oct 13 16:37:57 2009 UTC (14 years, 6 months ago) by amueller
Branches: MAIN
Diff to previous 1.136: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.136: +1 -2 lines
lonaboutme: Changes because I invoke disfacetoface function with argument 'tex' on the wrong position
lonmsgdisplay: delete a log message statement.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Oct 12 08:01:08 2009 UTC (14 years, 6 months ago) by amueller
Branches: MAIN
Diff to previous 1.135: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.135: +11 -6 lines
-lonaboutme, lontemplate, loncommon, lonmsgdisplay: HTML Validation
-lonaboutme: new delimiter fro quoting the image tag, because from this line I lost the correct
   syntax highlighting for my favorite vim-editor.
-lonmsgdisplay: put target in the argument list of disfacetoface function, to force that I'm interested in a
 tex target. When printing lonaboutme page with facetoface discussion env{form.grade_target} has an empty value.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Sep 25 16:35:29 2009 UTC (14 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.134: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.134: +39 -20 lines
Localization - Communication and Messages action feedback:
- Added paragraphs and appropriate styles to success, warning and error messages
- Use "quant" to optimize phrases and translations
- Corresponding updates in de.pm

Revision 1.124.4.3: download - view: text, markup, annotated - select for diffs
Thu Sep 10 12:08:42 2009 UTC (14 years, 7 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0, GCI_2
Diff to previous 1.124.4.2: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.2: +15 -15 lines
- Backport 1.132, 1.133, 1.134.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Tue Sep 8 22:08:20 2009 UTC (14 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.133: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.133: +15 -15 lines
- Bug 6028.
 Clicking on column headers in message table on initial load of /adm/communicate bewould not sort because &handler in loncommunicate.pm does not retrieve QUERY_STRING (&handler in lonmsgdisplay.pm does).

Revision 1.114.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 28 23:29:45 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, GCI_1
Diff to previous 1.114: preferred, colored next main 1.115: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.114: +3 -3 lines
- Backport 1.132, 1.133.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Aug 28 23:27:32 2009 UTC (14 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.132: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.132: +2 -2 lines
- Bug 6004.
- Use correct formname for: "Bcc: course members with future access".

Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Aug 28 19:58:57 2009 UTC (14 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.131: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.131: +2 -2 lines
- Bug 6005.
 - Message number in left column of mail folder listing matches number range given in table preamble.

Revision 1.124.4.2: download - view: text, markup, annotated - select for diffs
Thu Aug 20 04:15:39 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124.4.1: preferred, colored to branchpoint 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124.4.1: +19 -13 lines
- Reverse part of rev 1.119.  lontemplate::*_functionslist routines not in 2.9.X.

Revision 1.124.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 13 16:58:36 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124: +27 -17 lines
- Backport 1.127, 1.128.

Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Jul 27 12:12:47 2009 UTC (14 years, 9 months ago) by kalberla
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.130: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.130: +1 -1 lines
Moved build_blocking_table from loncommon.pm to lonblockingstatus.pm
Added blocking table popup to blogs in lonrss.pm

Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon Jul 27 11:30:05 2009 UTC (14 years, 9 months ago) by kalberla
Branches: MAIN
Diff to previous 1.129: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.129: +2 -2 lines
Moved blocking_status_print from loncommon.pm to lonblockingstatus.pm

Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Jul 26 20:39:46 2009 UTC (14 years, 9 months ago) by kalberla
Branches: MAIN
Diff to previous 1.128: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.128: +11 -5 lines
Replaced blocking table in lonmsgdisplay.pm to new popup link.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Jul 25 23:16:04 2009 UTC (14 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.127: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.127: +5 -5 lines
- Term used for type of course used to facilitate collaborative activities,
  e.g., in a campus organization will be "Community".

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Jun 16 16:49:11 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage
Diff to previous 1.126: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.126: +25 -15 lines
- Replaced texts for message page button by commonly used icon-like texts
- Corrected unbalanced tags (added missing </a>)
- XHTML:
    - Properly exclude javascript code from being interpreted as HTML code
    - Properly escape parameters in <a href="URL" ...>
    - lower case "onclick", "onchange"

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Jun 11 16:48:33 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.125: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.125: +22 -26 lines
Functionslist:
- Moved sub routines from lontemplate.pm to lonhtmlcommon.pm to allow wider access
- Renamed sub routine names:
    - start_functionslist -> start_funclist
    - item_functionslist -> add_item_funclist
    - end_functionslist -> end_funclist
- Added line breaks for HTML source code
- Added pod documentation to sub routines
- Adjusted sub routine calls

Changes related to modification of LON-CAPA screen header:
- Moved functionslists into new standard screen header "head_subbox"

Other changes:
- Got rid of special style for fieldset legend; adjusted texts
  (lonmsgdisplay.pm, loncommon.pm, de.pm, zh.pm)
- Added warning/info style to warning/info message for weboutput
  and corrected tex output for "No page information provided" message
  (lonsimplepage.pm)
- Optimized floating for functions/actions
  (lonmsgdisplay.pm)

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Jun 5 12:49:50 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.124: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.124: +17 -7 lines
Replaced hardcoded styles for fieldset legends by CSS:
- legends are nearly always wanted to be in bold:
  Added style and removed now unnecessary <b> tags
- Padding wanted for legend texts:
  Added style and removed now unnecessary &nbsp;

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon May 11 16:51:27 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Branch point for: version_2_9_X
Diff to previous 1.123: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.123: +2 -2 lines
XHTML: Attributes in lower-case only (<form method="post" ...)

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri May 8 12:06:32 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.122: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.122: +29 -18 lines
Optimized screen layout for "Message Log for Selected Users":
- Replaced hardcoded table by standard pick_box
- Added <hr> for better separation of selection options and output
- Extended headline for output:
    - Added message about what kind of content is displayed
    - Added username:domain
    - Added aboutmewrapper to username

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Apr 25 20:22:07 2009 UTC (15 years ago) by www
Branches: MAIN
Diff to previous 1.121: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.121: +2 -2 lines
Recycle "success" style

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Apr 4 21:47:41 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.120: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.120: +2 -2 lines
XHTML conform tags (input, br, hr)

Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Mar 31 21:04:12 2009 UTC (15 years, 1 month ago) by kaisler
Branches: MAIN
Diff to previous 1.119: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.119: +4 -1 lines
Update the display for new Messages in the toplevelmenu, if you go on the message site the display in the toplevelmenu now is cleard

Revision 1.119: download - view: text, markup, annotated - select for diffs
Fri Mar 27 16:18:04 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.118: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.118: +54 -62 lines
Replaced hardcoded and handmade functionlist and actionslist
by standard functionslists provided by lontemplate.pm

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Mar 18 13:46:14 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.117: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.117: +2 -2 lines
- XHTML conform checked attributes in input tags
- Optimized white spaces usage

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Mar 4 17:07:31 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.116: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.116: +2 -2 lines
help_open_topic:
- Repaired unbalanced tags
  (only close help span, if opened before due to existing help link text)
- Localized alt content for help icon
- Added title to help icon
- Optimized CSS usage
- Optimized screen layout:
    - text and help icon now with same background again
    - less agressive background color
    - Added padding

Cheatsheet:
- Replaced <table> structure by <span>s
- Added missing &mt() call to additional help icons text

Adjusted screen layout creation in related scripts to keep old functionality:
lonfeedback.pm, lonmsgdisplay.pm

Table styles in construction space need to be revisited.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Feb 26 16:17:29 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.115: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.115: +3 -4 lines
Box title is now the main title of the next page and the link text or the former page title will be set to the subtitle in the near future.
Group: consistent wording

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Feb 25 16:39:54 2009 UTC (15 years, 2 months ago) by hauer
Branches: MAIN
Diff to previous 1.114: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.114: +2 -2 lines
edited all chat / Chat => chat room, one entry in mydesk.tab for chatroom and added some missing translations in de.pm

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat Feb 14 00:27:08 2009 UTC (15 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_1
Branch point for: version_2_8_X
Diff to previous 1.113: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.113: +4 -2 lines
Bug 5865.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Feb 10 09:30:16 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.112: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.112: +4 -4 lines
consistent wording

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Feb 4 22:52:00 2009 UTC (15 years, 2 months ago) by weissno
Branches: MAIN
Diff to previous 1.111: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.111: +3 -3 lines

weissno: changed "Display all Messages" to "Display All Messages" in the header - failure correction for my last change

Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Feb 4 20:14:45 2009 UTC (15 years, 2 months ago) by weissno
Branches: MAIN
Diff to previous 1.110: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.110: +3 -3 lines

weissno: changed "Display All Messages" to "Display all Messages" in the Header for an consistent wording

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jan 15 17:21:25 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_0
Diff to previous 1.109: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.109: +22 -7 lines
- Bug 5881.
  - Do not use <div></div> to generate two column display if WYSIWYG is activated.
- Remove extra </div>s.
- Add </td></tr> to balance opening tags.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Jan 12 04:11:25 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.108: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.108: +2 -2 lines
- "Output Tags" help button only is included in row of help items in authhoring context.
- Third argument to loncommon::helpLatexCheatsheet():  not_author (if true) suppresses display of "Output Tags" item.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Jan 6 21:38:43 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.107: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.107: +8 -8 lines
- Eliminate duplicate declarations.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Jan 4 17:43:19 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_99_1
Diff to previous 1.106: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.106: +17 -14 lines
- Don't duplicate contents of "Broadcast to:" in "To: " row if $tolist is empty.
- Don't show "To: " row if $tolist is empty.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Dec 22 09:08:47 2008 UTC (15 years, 4 months ago) by riegler
Branches: MAIN
Diff to previous 1.105: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.105: +2 -2 lines
added one call to &mt

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Dec 16 22:57:31 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_99_0
Diff to previous 1.104: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.104: +40 -40 lines
- Use LC_error and LC_warning to wrap messages generated in &disgroup().
- Pass $r (request object) as first arg to &disgroup().
- Return from &disgroup is $hasfloat ('' or 1)
    - 1 if <div>s to be used for 2 column display.
- Removed surplus </a> from inside <th></th> in &disgroup.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Dec 14 02:45:48 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.103: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.103: +9 -9 lines
- Use a single row for Functions and Actions fieldselects if window allows.
- Additional e-mail -> message changes.
- Remove line feed from within &mt() to aid localization.
- Bold Actions title in fieldset.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Dec 14 00:33:35 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.102: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.102: +3 -3 lines
- Bold "Functions" title for fieldset containing message actions.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:55:15 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.101: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.101: +3 -3 lines
Replaced
  <nobr>...</nobr>
by
  <span class="LC_nobreak">...</span>

- lonsearchcat.pm: Added missing start tag for nobreak area
- lonsurveyreports.pm: Added missing end tag for nobreak area

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Dec 7 19:29:29 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.100: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.100: +74 -30 lines
Display optimizations for functions and actions on message display screen:
- Replaced hardcoded styles and table  by fieldsets
- No special background color and no output in bold anymore
- Optimized float/nobreak behavior for each element
- Prepare functions in an optimized way: separate data collection from screen output (already done for actions)
- Added some comments

Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Dec 5 19:38:32 2008 UTC (15 years, 4 months ago) by schafran
Branches: MAIN
Diff to previous 1.99: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.99: +5 -5 lines
consistent notation of e-mail in sentences and E-mail in titles.
button and label renamed, making all button concise.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Dec 3 21:09:44 2008 UTC (15 years, 4 months ago) by schafran
Branches: MAIN
Diff to previous 1.98: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.98: +5 -5 lines
its a message, not e-mail

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Nov 25 21:59:24 2008 UTC (15 years, 5 months ago) by schafran
Branches: MAIN
Diff to previous 1.97: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.97: +3 -2 lines
Send button correction.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Nov 23 15:48:27 2008 UTC (15 years, 5 months ago) by schafran
Branches: MAIN
Diff to previous 1.96: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.96: +3 -3 lines
consistent and short button values like "Send", the longer description "Send reply to message" is set as title.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Nov 17 17:19:52 2008 UTC (15 years, 5 months ago) by schafran
Branches: MAIN
Diff to previous 1.95: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.95: +7 -6 lines
Error: you must have a course role selected to be able to send a broadcast message to a group in the course
renamed to: Error: you must have a course role selected to be able to send a broadcast e-mail to a group in the course

Compose Group E-mail Message
renamed to Compose Group E-mail

Messages being sent
renamed to E-mails being sent

Messages sent
renamed to E-mails sent

$r->print(&submit_button_row($folder,$dismode,$func.' '.$lt{'ma'},
changed to $r->print(&submit_button_row($folder,$dismode,$func,

my $func=&mt('Send New');
changed to my $func=&mt('Send');

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Nov 4 06:22:53 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.94: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.94: +566 -206 lines
Bug 5276.
-  Recipient type - To: or Cc: is preserved when displaying a message you received.
-  When replying can choose which of the To: and Cc: to include in the reply.
-  Additional recipients box includes separate To:, Cc: and Bcc: textboxes.

Message composition screen
- Made more compact
  - "Preview and Check Spelling" on same line as "Send" and "Cancel" buttons
  - "Attachment" row moved above main composition textarea
  - Now one "Critical message" checkbox with radio buttons for return receipt option

Message display
- Link to launch pop-up window to show broadcast recipients when displaying
  a sent message.

Broadcast Messages
- <div> used to create two column-format.
   - Selectors for broadcast recipients in left column.
   - Standard composition elements in right column.
- <fieldset> used to bound each status-based list of potential recipients

Group broadcast
- Group members with sgb priv (or mdg or vgr priv) can elect broadcast message to be Cc or Bcc when sending to active group members.
- If message recipient views message received from a group broadcast when ourse role is selected (in corresponding course), broadcast reply is possible, if group broadcast was originally Cc type, and viewer has sgb, mdg or vgr priv.

- Checking of group broadcast privs moved to new routine: &check_group_priv()

New keys in reciphash stored in nohist_emailrecip.db for sender:
  'course_broadcast','group_cc_broadcast','group_bcc_broadcast'
- allow retrieval of information about broadcast recipients/type.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Oct 23 10:15:37 2008 UTC (15 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.93: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.93: +11 -9 lines
Optimized Send button texts for internal messages
- Made translation of button text possible/practical: first concatenate, then translate. Added comments.
- Replaced "Mail" with "Message": A LON-CAPA internal message is a "Message", not a "Mail". Usage of "Mail" only in external e-mail context recommended.
- Use only "Send Message", not "Send New Message" - this has more confused than it has helped

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Oct 8 14:56:50 2008 UTC (15 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.92: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.92: +2 -2 lines
Added missing &mt() call

Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Aug 27 08:57:15 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0
Diff to previous 1.91: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.91: +3 -4 lines
- Eliminate unneeded <pre></pre> which occurs before the first legimate tag (i.e., <html>).
- Missing &end_pick_box().

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:29:12 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.90: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.90: +83 -28 lines
Wrapped output of internal messages in LON-CAPA standard tables (pick_box)
Separated rows for message text and resource details
Added some comments to source code

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Aug 25 11:20:19 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.89: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.89: +24 -9 lines
Display "Currently available actions" only, if there are actions available
A bit code clean up

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Jun 24 11:06:03 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_99_1, version_2_6_99_0
Diff to previous 1.88: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.88: +7 -4 lines
Added additional information text at top of page to make even clearer that critical messages need to be moved to the inbox.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Jun 6 22:50:41 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.87: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.87: +27 -14 lines
- Wrapped critical messages output in standard LON-CAPA tables
- Separated "From" and "Date"
- Changed style for confirm message from critical to warning (fits better)

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jun 6 17:46:15 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.86: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.86: +29 -17 lines
When creating a broadcast message the recipient lists now have headlines (current, expired, future)

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Jun 6 05:24:28 2008 UTC (15 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.85: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.85: +44 -14 lines
Bugs: 3706 5677 5678.
- Single attachment allowed in messages (whether sent via COM or FDBK).
- Warning displayed if uploaded file exceeded maximum size allowed for attachments (and was therefors discarded).
- Attachments included in forwarded messages (from both single message display, or from forward of multiple messages from folder display).
- Max size definition moved to a single location in lonmsgdisplay.pm and lonfeedback.pm
- Some appearance changes in modify_attachments display (for attachements associated with discussion posts).
- Subdirectory for storage of attachment file in sender's userfiles directory changed from feedback to feedback/$now (i.e., current UNIX time) to lessen likelihood of file being overwritten by a sequent message with an attachment of the same name.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Feb 22 18:08:35 2008 UTC (16 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3
Diff to previous 1.84: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.84: +9 -7 lines
Localization:
Optimized some &mt() calls

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Feb 22 13:32:49 2008 UTC (16 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.83: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.83: +3 -3 lines
Message which informs about how to handle critcal messages was too small. Many students don't recognize this important information. -> Added CSS class

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Dec 8 00:25:14 2007 UTC (16 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1
Diff to previous 1.82: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.82: +2 -12 lines
Bug 5178.
- The alert box to pick a destination folder when moving messages annoyed users.
- Now the alert is only shown if a user clicks "Go" but omitted to select a destination folder.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Aug 6 22:00:53 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0
Diff to previous 1.81: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.81: +22 -2 lines
- some more BUG#5350

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Jul 17 18:35:54 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_99_0
Diff to previous 1.80: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.80: +2 -3 lines
- BUG#3710, remebering the last mail folder isn't that useful (likely annoying?)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon May 14 13:22:47 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.79: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.79: +2 -2 lines
bug 5267.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat May 5 06:13:46 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.78: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.78: +3 -3 lines
- correctling css class

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat May 5 03:14:21 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.77: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.77: +96 -31 lines
bug 5168.
- users with srm priv can designate a reply-to address (which may not be the same as the sender's) for messages
- users with srm priv can specify that a specific message should be eligible fo replies.
- some modification of button display for critical messages for consistency with this.
- Reply link elininated in essage display functions if message is not allowed relies
- Critical message receipts go to reply to address (if different from original sender).

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat May 5 02:50:27 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.76: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.76: +3 -2 lines
Match of (rep)? was being ignored because of reset of $1.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu May 3 16:55:08 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.75: +2 -2 lines
- xhtml police

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu May 3 12:13:35 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.74: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.74: +26 -16 lines
Bug 5030.
- Wording of buttons changed depending on whether $content{sendback} is set.
- On button click, message is automatically marked as read after transfer to Inbox.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed May 2 20:26:08 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.73: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.73: +8 -4 lines
- style police
- html police

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed May 2 19:56:34 2007 UTC (17 years ago) by raeburn
Branches: MAIN
Diff to previous 1.72: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.72: +131 -27 lines
Bug 4614
- Messages composed using COM screen can now specify either Cc or Bcc for the additional recipients textbox.
- recipients written as key = frozenhash to nohist_emailrecip db file in sender's space
- key stored in packaged message
- display of message includes Cc list
- when replying to message can use checkboxes for Ccs and/or "check all", "uncheck all" buttons to include Ccs in reply.
- Does not currently apply to users added via checkboxes in broadcast mode or specified in file in upload mode.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:49 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.71: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.71: +7 -7 lines
- switch Store to Save

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue May 1 18:40:57 2007 UTC (17 years ago) by raeburn
Branches: MAIN
Diff to previous 1.70: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.70: +95 -97 lines
- Bug 3946. Messages sent with multiple recipients now included only once in "Sent Mail" folder, except when mode is "upload".

lonmsgdisplay.pm
- List of recipients included in message in "Sent Mail" folder for additional cases besides Critical and Broadcast.
- If a recipient has forwarding enabled, sender's record of recipients shows original recipient instead of the user account(s) to which it was forwarded.

lonmsg.pm
- Determination of course context of message moved to subroutine.
- User/domain of sent mail folder can be specified when storing sent mail.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Apr 22 13:41:22 2007 UTC (17 years ago) by raeburn
Branches: MAIN
Diff to previous 1.69: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.69: +46 -11 lines
- Bug 4551.  Users with dff privilege in a course can add a copy of a message to a User's Record (category Archive).
- Wording change for forwarding screen

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Apr 22 02:25:36 2007 UTC (17 years ago) by raeburn
Branches: MAIN
Diff to previous 1.68: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.68: +18 -31 lines
- Making perldoc work in lonmsg.pm
- Moving some documentation from lonmsgdisplay.pm to lonmsg.pm
- Fix for critical messages sent to users with multiple forwards (lonmsgdisplay.pm rev 1.12) also needed to be applied for broadcast messages.
- Check for $specialmsg_status{$recipient} modified so sent mail will be stored in case of multiple forwards for critical or broadcast mail.
- Include sanity checking for ARRAY refs.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Mar 1 09:30:58 2007 UTC (17 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.67: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.67: +2 -2 lines
Style police needs to replace all instances

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Feb 28 16:30:40 2007 UTC (17 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.66: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.66: +3 -1 lines
Bug #4996: student photos in feedback and discussions

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jan 29 20:07:44 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.65: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.65: +2 -2 lines
- name:domain , name2:domain wasn't working

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jan 22 21:51:05 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2
Diff to previous 1.64: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.64: +19 -7 lines
If there are blocked messages display information about them when there are no other messages in the folder which pass the display filter.

When a folder is deleted, set the $env value for the "folder" form element to '', otherwise "Empty Folder" will be reported for the INBOX, even if that is not true.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jan 17 18:05:57 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_1
Diff to previous 1.63: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.63: +14 -16 lines
Fix bug 5130.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jan 4 20:58:26 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.62: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.62: +1 -2 lines
Remove debug line.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jan 4 16:54:07 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.61: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.61: +24 -12 lines
If currently viewing a message in the context of a role in the course, check if rsource referred to by message should be encrypted using lonnet::EXT().

Both symb and url are encrypted in display of links, unless viewer has $env{'request.role.adv'}.

Only do check of browse access to the unencrypted baseurl, if not in course context, to determine whether to display "Refers to" link.  (Addresses case where a resource encrypted in one course, is used unencrypted in another).

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Jan 4 02:02:36 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_0
Diff to previous 1.60: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.60: +2 -2 lines
$fsqs not needed here because $sqs already contains the folder parameter (if defined).

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Dec 27 20:42:12 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.59: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.59: +5 -7 lines
Bug 5116.  Also check for return status of 'ok' or 'con_delayed' to store sent mail or send a message to user's User Notes.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Dec 24 22:13:19 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.58: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.58: +66 -11 lines
Include symb in msgid when sending feedback about a resource.

Include an error bit in msgid (1 if message is a "bomb" caused by an error when rendering a problem.

Include symb and resource title in messsage (<symb> and <resource_title> tags) when feedback is about a resource.

Navigate Contents page now checks for unread feedback or errors using symb instead of just resource url.

Navigate Contents page checks for resource context based on symb in msgid instead of in [url] included in message subject.  Backwards compatibility with old-style messages retained.

Subject for feedback messages about resources appends message title instead of url inside [].

Title on feedback page now avoids leaking unencrypted file name in cases where no title was assigned to a resource with hidden url.

When displaying feedback messages about a resource in a course, "Refers to" link displayed when viewer has corresponding course role selected includes symb in the link. Link text is now resource title.

"Refers to" link points to unencrypted resource url if feedback message is viewed under role other than original course, only if user has bre privilege for the resource, otherwise "Refers to" link is not displayed.

lonfeedback -- Some replacement of decode_symb() and &clutter() and &dewrapper() with &get_feedurl_and_clean_symb() for replies and edits of discussion posts.

lonfeedback -- More work on in ensuring hidden urls are encrypted or unencrypted as required.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Dec 23 18:27:28 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.57: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.57: +2 -2 lines
Link needs to include folder name to be able to display messages in folders other than INBOX.  Required for 2.3.0

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Dec 23 07:21:00 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.56: +22 -19 lines
- save and rember settings between visists
   - sorting (bug#2437)
   - msgstatus
   - folder
   - number to show (bug#4093)

Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 23 06:22:36 2006 UTC (17 years, 4 months ago) by albertel
Branches: trans_test
Diff to previous 1.56: preferred, colored next main 1.57: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.56: +14 -22 lines
- some test ideas about tranlating

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Dec 23 06:19:10 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Branch point for: trans_test
Diff to previous 1.55: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.55: +4 -4 lines
- a few messages missing the "" around the folder name
- one &mt was missing the $folder argument

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Dec 23 04:39:32 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.54: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.54: +2 -2 lines
- better for translating

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Dec 18 23:09:37 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1
Diff to previous 1.53: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.53: +7 -7 lines
- eliminating some extra code
- comment to fix emacs syntx highlighting

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Dec 18 00:16:27 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.52: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.52: +398 -208 lines
bugs 4205, 4511
"New messages" display did not include checkboxes and was not honoring limit to number of messages displayed.

"New messages" screen now eliminated.

Can use checkboxes to select multiple messages, and mark read, unread, delete, move to a new folder or forward, for all selected.

Unread messages now appear in bold text.

"Open" and "Delete" links removed.  Message date, sender, and subject for each message are now links which will display the message, if clicked.  Delete occurs by checking checkbox, and clicking "Go" (default action for checked items in folder is delete).

Number of pages required for display of folder contents now correct when the total number of messages is an exact multiple of the number to display per page.

Some sanity cheecking that destination folder for messages being moved is a user-defined folder.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Dec 17 15:52:37 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.51: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.51: +2 -1 lines
Escape quotes in mail folder names when creating strings for javascript arrays to avoid javascript errors.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Dec 8 20:32:36 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_2_99_0
Diff to previous 1.50: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.50: +2 -2 lines
transposed quant,_1 in an &mt() call.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Dec 8 14:43:38 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.49: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.49: +52 -40 lines
bug 3841 - Save => Store

Internationalization

More use of &mt([quant,_1,....])

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Dec 7 21:21:04 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.48: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.48: +7 -7 lines
- BUG#5070, split 'Display Face to face' abilities away from broadcast message send priviledge.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Dec 7 21:06:57 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.47: +11 -11 lines
- xhtml

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Dec 7 01:11:38 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.46: +25 -29 lines
- style

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 6 23:44:33 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.45: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.45: +291 -33 lines
Bug 4636.  Mail folders can now be deleted (if empty) or renamed.

email_status_X.db and nohist_email_X.db files used to store e-mail in different folders now have X set to a unique number (instead of the folder name) for newly created or renamed folders. Legacy data still supported.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Nov 29 19:31:47 2006 UTC (17 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.44: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.44: +9 -15 lines
Can set blocking of posting to discussion boards in a course, and to a user's course blog via FDBK.

More concise use of &mt() for internationalization.

Ignore the duplication of message in disnew() and disfolder(), for now, because disnew()'s days are numbered.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Nov 29 07:46:39 2006 UTC (17 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.43: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.43: +82 -124 lines
evb privilege - with this privilege users evade blocking of communication functionality defined by blocks placed by users with dcm privilege.

dcm privilege - this is now used to determine if link to block setting is displayed.

loncommon::findallcourses() now return a hash, where the keys are courseIDs instead of an array of courseIDs.  Places where findallcourses() was called - lonannounce, lonpickcourse changed accordingly.

loncommon::findallcourses() now reports courses for a user where the user's only role was a custom role.

lonnet::allowed() can now take a fourth optional argument ($role) which allows privs to be investigated for roles other than the user's currently active role

&blockcheck, &parse_block_record(), and &build_block_table() moved from lonmsgdisplay to loncommon, so they are available for evaluation of blocking state for other communication functions besides COM.

Each block record for a blocking event in a course is now a hash, with key=values of the hash being setter = username:domain of user who set block, title=event title for block, and blocks = hash of blocked features ('com','chat','boards','port','groups').

Backwards compatibility retained with previous : separated text for block record value.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Nov 29 05:54:34 2006 UTC (17 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.42: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.42: +10 -9 lines
bug 5018.  Username,domain separator in additional recipients changed from @ to : to support usernames containing @, and also to reduce likelihood of someone entering an e-mail address here.  Also change format expected in uploaded file when generating messages from a file.  Maybe add client side javascript to validate additional recipients entry?

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Nov 23 16:40:17 2006 UTC (17 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.41: +36 -36 lines
Eliminate $_

Style

Revision 1.35.2.6: download - view: text, markup, annotated - select for diffs
Wed Oct 4 20:28:21 2006 UTC (17 years, 6 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_2
Diff to previous 1.35.2.5: preferred, colored next main 1.36: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35.2.5: +2 -2 lines
- backport 1.41

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Oct 4 20:26:48 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.40: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.40: +2 -2 lines
- https ism (from ticket #5489)

Revision 1.35.2.5: download - view: text, markup, annotated - select for diffs
Tue Aug 29 00:28:51 2006 UTC (17 years, 8 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_1
Diff to previous 1.35.2.4: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35.2.4: +8 -6 lines
- backport 1.40

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 29 00:12:02 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.39: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.39: +8 -6 lines
- broadcast messages need to have this input in order for things to work correctly

Revision 1.35.2.4: download - view: text, markup, annotated - select for diffs
Wed Jul 19 16:01:45 2006 UTC (17 years, 9 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1
Diff to previous 1.35.2.3: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35.2.3: +5 -9 lines
- backport 1.39

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 19 13:09:32 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.38: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.38: +5 -9 lines
Removing sorting liks for now.  Remove debug line.

Revision 1.35.2.3: download - view: text, markup, annotated - select for diffs
Wed Jul 19 10:20:11 2006 UTC (17 years, 9 months ago) by albertel
Branches: version_2_2_X
Diff to previous 1.35.2.2: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35.2.2: +271 -35 lines
- backport 1.37 1.38

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jul 17 21:38:07 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.37: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.37: +270 -34 lines
Group members with sgb privilege can broadcast e-mail to a group and can select from a list of group members to receive the e-mail.  Those with only sgm privilege can enter username:domain of recipient(s), but will not get a list to pick from.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 17 16:26:09 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.36: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.36: +2 -2 lines
Form element name changed from selectedusers.forminput to selectedusers_forminput so attributes can be obtained via javascript calls for this element.

Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 30 02:06:15 2006 UTC (17 years, 10 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_1_99_0
Diff to previous 1.35.2.1: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35.2.1: +12 -3 lines
- backport 1.36

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 30 02:05:22 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.35: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35: +12 -3 lines
- BUG# 4880, fix up the replying to critical messages so it doesn't look werid

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 29 17:50:01 2006 UTC (17 years, 10 months ago) by albertel
Branches: version_2_2_X
Diff to previous 1.35: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.35: +5 -5 lines
- hiding course type idea for 2.2

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jun 29 13:52:19 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Branch point for: version_2_2_X
Diff to previous 1.34: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.34: +5 -4 lines
- BUG#4856

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jun 27 21:32:24 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X
Diff to previous 1.33: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.33: +2 -2 lines
- typo

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jun 27 18:34:43 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.32: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.32: +8 -19 lines
- switching the course type accessor

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jun 22 14:53:15 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.31: +7 -7 lines
- morph to use new lonnet provided error detector

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 12 22:55:23 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.30: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.30: +4 -8 lines
- braak at the notes adding lines, for use elsewhere

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue May 30 20:09:25 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.29: +33 -14 lines
Adding thin veneer to support "ANGEL-style" groups.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 30 12:46:09 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.28: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.28: +31 -29 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue May 23 21:42:09 2006 UTC (17 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.27: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.27: +13 -2 lines
If user's role is restricted to a section only allow students in that
section to be recipients of a course 'broadcast message'.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 17 14:58:28 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.26: +3 -3 lines
- style police

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed May 17 09:51:26 2006 UTC (17 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.25: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.25: +1 -132 lines
Removed old style student prompting.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 17 09:46:01 2006 UTC (17 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.24: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.24: +47 -8 lines
Use new student email display format... now need to do some cleanup.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu May 11 20:05:03 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Include keylist as argument passed to loncoursedata::get_group_memberships().  Used to add comma-separated list of active groups to a students classlist data in $classlist->{$student}->[index], where index is set so as to add to the end of the existing array.

Revision 1.23: download - view: text, markup, annotated - [selected for diffs]
Thu May 11 19:04:31 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +5 -3 lines
Notification links

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 1 19:37:33 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.21: +2 -2 lines
- upadte breadcrumbs calls

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon May 1 16:17:56 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.20: +13 -16 lines
- xhtml
- style police
- death to $_

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 1 05:57:26 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.19: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.19: +89 -42 lines
Can select message recipients based on group affiliation.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Apr 26 14:43:03 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.18: +3 -6 lines
- removing leftover debug lines
- use the more correcter way to get the dom/num info from a course id

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 26 14:10:58 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.17: +34 -25 lines
- did the data tabling incorrectly, fixed that
- eliminate some $_

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 25 23:13:25 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.16: +1 -1 lines
- xhtml

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 25 23:12:34 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.15: +30 -69 lines
- switch nested tables to LC_data_table

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 25 21:25:13 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.14: +64 -70 lines
- blocking didn't work on students in section it now does
- additionaly modifed the returned structure so no futher parsing is needed
- add a function for parsng the block record to make it so  further updates are easy to deal with

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 25 20:02:30 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.13: +18 -12 lines

- change display of username@domain to username:domain
- blocks were storing username@domain:title, changed to username:domain:title
  added code to support both old and new formats

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 25 19:50:09 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.12: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.12: +31 -23 lines
- some random cleanups to the code

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 25 19:45:50 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.11: +13 -10 lines
- sending a critical message with a msgforward address set would cause messages to not get added to the users sent message folder

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 23 07:13:21 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.10: +53 -18 lines
- sort the username doamin based on the reiever address when in the sent folder

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 23 05:49:57 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.9: +9 -6 lines
- localize some messages

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 23 05:34:45 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.8: +89 -20 lines
- BUG#4741, a complete failure to check any aspect of moving a message
            between folders  meant it was very easy to completly lose
            messages
   - checks if source and target folder are the same
   - checks for any error mesages from get / put and stops as soon as
     something goes wrong
   - requires the msgid to be moved to actually have a msg body to be moved

- additionally, was failing to move messages to the trash in &storechange
  because of a double unescape of the msgid

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 23 04:04:38 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.7: +2 -2 lines
- more properly hadle the bmsgiid subject (it is normally enocded then escaped, take care of undoing tat in the unpackmsgid now)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 23 03:50:54 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.6: +3 -2 lines
- always clear out all bad html in the subject/title line

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 23 03:00:34 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.5: +13 -2 lines
- BUG #4676, in the sent message screen show the username/domains of the recipents not the sender cause after all that's always the same

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 22 17:17:49 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.4: +5 -7 lines
- adding LC_error and LC_success classes

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 22 17:10:07 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.3: +7 -8 lines
- revamp msg display with css

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 22 17:03:43 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.2: +4 -4 lines
- correcting some vestiges of the lonmsg/lonmsgdisplay splitup

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 8 06:58:28 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.23: preferred, colored
Changes since revision 1.1: +1 -6 lines
- remove msgcount

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 8 06:53:37 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to selected 1.23: preferred, colored
- moving most of lonmsg into a new lonmsgdisplay module
- lonmsg now only contains the actual functions to send messages in the system and can now be ewasily used by now mod_pelr routines

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>