CVS log for loncom/interface/lonmsg.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.239.2.5: download - view: text, markup, annotated - select for diffs
Thu Feb 8 03:09:10 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.239.2.4: preferred, colored to branchpoint 1.239: preferred, colored next main 1.240: preferred, colored
Changes since revision 1.239.2.4: +12 -4 lines
- For 2.11.X
  Backport 1.250, 1.251

Revision 1.251: download - view: text, markup, annotated - select for diffs
Thu Feb 8 03:02:12 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.250: preferred, colored
Changes since revision 1.250: +2 -2 lines
- Typo

Revision 1.250: download - view: text, markup, annotated - select for diffs
Thu Feb 8 01:46:23 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +12 -4 lines
- For users with srm priv, unless replies are explicitly disallowed, set
  a Reply-to email address, where available, in case the "From" address is
  reserved for use by TLS authentication.

Revision 1.239.2.4.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 23 17:52:06 2023 UTC (15 months ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.239.2.4: preferred, colored next main 1.239.2.5: preferred, colored
Changes since revision 1.239.2.4: +3 -5 lines
- For 2.11.4 (modified)
  Include changes in 1.249

Revision 1.249: download - view: text, markup, annotated - select for diffs
Sun Sep 18 22:33:45 2022 UTC (19 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +3 -7 lines
- URLs in direct links to LON-CAPA messages in notification email, and to
  publicly accessible syllabus or portfolio files can be set to use hostname
  of portal server instead of user's homeserver as first part of URL.

Revision 1.239.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 19 03:33:46 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.239.2.3: preferred, colored to branchpoint 1.239: preferred, colored
Changes since revision 1.239.2.3: +49 -19 lines
- For 2.11
  Backport 1.248

Revision 1.248: 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.247: preferred, colored
Changes since revision 1.247: +49 -19 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.239.2.3: download - view: text, markup, annotated - select for diffs
Mon Dec 13 23:54:26 2021 UTC (2 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.239.2.2: preferred, colored to branchpoint 1.239: preferred, colored
Changes since revision 1.239.2.2: +8 -4 lines
- For 2.11
  Backport 1.247

Revision 1.247: 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.246: preferred, colored
Changes since revision 1.246: +9 -4 lines
- Bug 6955 IP-based blocking. Pass user'sIP address as third arg to
  loncommon::blockcheck() and second to loncommon::blocking_status().

Revision 1.239.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 4 03:44:12 2021 UTC (3 years, 3 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.239.2.1: preferred, colored to branchpoint 1.239: preferred, colored
Changes since revision 1.239.2.1: +3 -2 lines
- For 2.11
  Backport 1.246

Revision 1.246: download - view: text, markup, annotated - select for diffs
Fri Dec 18 15:23:02 2020 UTC (3 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +3 -2 lines
- Retrieval of requestor's IP address centralized in lonnet::get_requestor_ip()
- Domain configuration to allow domain's LON-CAPA nodes to operate behind a
  WAF/Reverse Proxy using aliased hostname (CNAME).
- Web requests from other nodes bypass the WAF as their requests are made
  directly to the server hostname (A record); same for internal LON-CAPA
  connections for lonc -> lond.

Revision 1.245: download - view: text, markup, annotated - select for diffs
Tue Jun 9 21:32:32 2020 UTC (3 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +3 -3 lines
- Provide 'Reply To' address set in lonmsg.pm when calling mime_email() in
  loncommon.pm
- Update documentation for mime_email().

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Dec 27 18:14:25 2018 UTC (5 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.243: preferred, colored
Changes since revision 1.243: +3 -2 lines
- Call Apache::lonnet::hostname($lonhost) before accessing
  $Apache::lonnet::protocol{$lonhost) so %Apache::lonnet::protocol is populated.

Revision 1.239.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 4 22:53:55 2016 UTC (7 years, 8 months 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.239: preferred, colored
Changes since revision 1.239: +6 -2 lines
- For 2.11
  - Backport 1.243

Revision 1.243: download - view: text, markup, annotated - select for diffs
Tue Jul 21 21:26:32 2015 UTC (8 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +6 -3 lines
- speedup "What's New" page for people with large number of messages in INBOX.

Revision 1.242: download - view: text, markup, annotated - select for diffs
Tue Jun 23 02:42:34 2015 UTC (8 years, 10 months ago) by musolffc
Branches: MAIN
Diff to previous 1.241: preferred, colored
Changes since revision 1.241: +22 -23 lines
New function to send email (with an attachment)

loncommon.pm contains &mime_email() to build and send emails using MIME::Lite.  The
functionality is based on the previous code in lonsupportreq.pm.  Now both
lonsupportreq.pm and lonmsg.pm call mime_email().

Files attached to LON-CAPA messages (normal or critical) will now be included in the
external email if the "Send copy to permanent e-mail address (if known)" option is
selected.  Attachments were previously only sent internally and stripped from the
external email.

This should resolve bug #6723.

Revision 1.241: download - view: text, markup, annotated - select for diffs
Thu Jun 18 23:02:48 2015 UTC (8 years, 10 months ago) by musolffc
Branches: MAIN
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +22 -26 lines
Reverting to rev. 1.239

MIME::Entity is not included with LON-CAPA.
Will change to MIME::Lite per Stuart Raeburn's suggestion.

Revision 1.240: download - view: text, markup, annotated - select for diffs
Thu Jun 18 21:42:37 2015 UTC (8 years, 10 months ago) by musolffc
Branches: MAIN
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +27 -23 lines
Attaching files to external email

Files attached to LON-CAPA messages (normal or critical) will now be included in the
external email if the "Send copy to permanent e-mail address (if known)" option is
selected.  Attachments were previously only sent internally and stripped from the
external email.

The module Mail::Send was replaced by MIME::Entity to allow attachments.

This should resolve bug #6723.

Revision 1.239: download - view: text, markup, annotated - select for diffs
Fri Feb 13 01:46:03 2015 UTC (9 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Branch point for: version_2_11_X
Diff to previous 1.238: preferred, colored
Changes since revision 1.238: +14 -14 lines
- Coding style: eliminate $_ for readability.

Revision 1.238: 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
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +77 -31 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.237: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:53:22 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +2 -2 lines
- Coding style: keys()

Revision 1.236: download - view: text, markup, annotated - select for diffs
Sun Oct 26 15:34:44 2014 UTC (9 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +4 -2 lines
- Coding style.

Revision 1.235: download - view: text, markup, annotated - select for diffs
Wed Jul 24 18:21:39 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.234: preferred, colored
Changes since revision 1.234: +2 -2 lines
Corrected wording typos
Updated related phrases in German translation file

Revision 1.234: download - view: text, markup, annotated - select for diffs
Mon May 21 18:35:35 2012 UTC (11 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +1 -2 lines
Removal of "priv" more global: now done in lonnet::declutter
(related to BZ 1320, 6591)

Revision 1.233: download - view: text, markup, annotated - select for diffs
Mon May 7 17:34:11 2012 UTC (11 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +2 -1 lines
Follow up lonpubdir.pm 1.143:
- Bug 1320: Corrected URL matching to decide whether bombs should be displayed or not in CSTR.
Bomb link in resource row shows list of bombs again now.

Revision 1.232: download - view: text, markup, annotated - select for diffs
Sat Mar 5 21:32:02 2011 UTC (13 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +4 -1 lines
- Bug 6413.
  - Subject for notification e-mail uses subject from corresponding LON-CAPA
    message (uness blank), with [LON-CAPA] prepended.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Sun Feb 13 17:44:51 2011 UTC (13 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +3 -3 lines
- Use a more suitable name for this variable in %env.

Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Nov 10 14:44:50 2010 UTC (13 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +2 -1 lines
Bug #5528:
Explicitly send character encoding UTF-8 in outgoing e-mail to ensure correct character display in user's e-mail client:
- Notification e-mails
- Broadcast e-mails (DC)
- Helpdesk requests

Character encoding of special chars in e-mail subject still dysfunctional (as before)

Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Nov 9 19:00:56 2010 UTC (13 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC2
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +4 -1 lines
- Handle course feedback recipients stored with pre 2.4 LON-CAPA:
  (a) @ was acceptable separator (in place of :) for username:domain.
  (b) textbox entry for comma-separated list of recipients.

Revision 1.228: download - view: text, markup, annotated - select for diffs
Thu Oct 28 16:20:50 2010 UTC (13 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +1 -2 lines
Bugfix:
Allow students to send course feedback to course personnel who have a username which contains a "@" character.

Background:
"@" in usernames were replaced by ":" in the sub routine "secapply" since a change in lonfeedback.pm 1.36 to address bug #728. The sub routine moved lateron with version 1.242 to lonmsg.pm 1.197.

The replacement was probably made to ensure the user made entries to follow the format "username:domain". "username@domain" was replaced by "username:domain". Unfortunately, "username@institution:domain" was incorrectly replaced by "username:institution:domain".

The current course configuration doesn't allow free entries like "username:domain". The username is entered, but the domain is chosen from a dropdown list. The "@"->":"-replacement isn't needed anymore. courseprefs.pm takes care about this. Removing the replacement allows to receive feedback again for "@"-users.

Revision 1.222.2.2: download - view: text, markup, annotated - select for diffs
Mon Sep 13 23:38:04 2010 UTC (13 years, 7 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1
Diff to previous 1.222.2.1: preferred, colored to branchpoint 1.222: preferred, colored next main 1.223: preferred, colored
Changes since revision 1.222.2.1: +2 -2 lines
- Backport 1.227.

Revision 1.227: download - view: text, markup, annotated - select for diffs
Mon Sep 13 23:35:44 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +2 -2 lines
- Fix typo.

Revision 1.222.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 20 18:45:20 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +19 -6 lines
- Backport 1.226.

Revision 1.226: download - view: text, markup, annotated - select for diffs
Sat May 29 22:39:52 2010 UTC (13 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC1
Diff to previous 1.225: preferred, colored
Changes since revision 1.225: +20 -8 lines
- Improved more general fix for bug6233.
  Unless recipient user preference set to retain HTML tags in notification e-mail:
     - Remove HTML tags and decode HTML Entities in message excerpt, then encode in utf8 before sending e-mail.

Revision 1.225: download - view: text, markup, annotated - select for diffs
Tue Mar 2 15:10:47 2010 UTC (14 years, 1 month ago) by jms
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +4 -1 lines
Fixed bug #6233, non-breaking page space tags stripped from outgoing external messages.

Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Mar 31 21:04:12 2009 UTC (15 years ago) by kaisler
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_8_99_0, bz6209-base, bz6209, bz5969, bz2851, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +3 -3 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.223: download - view: text, markup, annotated - select for diffs
Sun Mar 29 20:05:06 2009 UTC (15 years, 1 month ago) by kaisler
Branches: MAIN
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +7 -1 lines
Add new function mynewmail to check if new mails are aviable(for the toplevel menu)

Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Feb 5 00:45:29 2009 UTC (15 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_0, version_2_8_99_1
Branch point for: version_2_9_X
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +2 -26 lines
- Move &user_lang() from lonmsg.pm to loncommon.pm so it is more generally available.
- This routine is used to get a language handle object from Locale::Maketext for a user different to the current session user.

Revision 1.214.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:08:25 2009 UTC (15 years, 3 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, GCI_1
Diff to previous 1.214.2.4: preferred, colored next main 1.215: preferred, colored
Changes since revision 1.214.2.4: +2 -2 lines
- Backport 1.221.

Revision 1.221: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:04:40 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +3 -3 lines
- Args to loncommon::getlangs() were reversed.

Revision 1.214.2.4: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:21:10 2009 UTC (15 years, 3 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.214.2.3: preferred, colored
Changes since revision 1.214.2.3: +36 -9 lines
- Backport 1.220.

Revision 1.220: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:20:27 2009 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.219: preferred, colored
Changes since revision 1.219: +35 -8 lines
- Bug 5857.
- Retrieve senderemail addresses from stored addresses in the order: 'permanentemail','critnotification','notification'. Use the first non-blank entry found.
- Check for $env{'form.can_reply'}  and  $env{'form.reply_to_addr'} when setting 'From:' and 'Reply-to' addresses in e-mail header.
- Set $replytoaddress to 'do-not-reply@'.$hostname if can_reply is 'N'.

Revision 1.214.2.3: download - view: text, markup, annotated - select for diffs
Tue Dec 23 19:27:33 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_7_99_0
Diff to previous 1.214.2.2: preferred, colored
Changes since revision 1.214.2.2: +2 -2 lines
- Backport 1.219.

Revision 1.219: download - view: text, markup, annotated - select for diffs
Tue Dec 23 19:22:13 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +2 -2 lines
- Cache a user's language preference. Used when creating e-mail notifications to send to a user.

Revision 1.214.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 21 04:21:53 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.214.2.1: preferred, colored
Changes since revision 1.214.2.1: +8 -6 lines
- Backport 1.218.

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Dec 19 02:43:52 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +8 -6 lines
- Check if homeserver uses https protocol, and provide appropriate URL in notifiction e-mail.
- Remove machine specification with http or https from baseurl and attahmenturl when packaging message.

Revision 1.214.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 23:37:56 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +2 -2 lines
- Backport 1.216.

Revision 1.217: download - view: text, markup, annotated - select for diffs
Sat Dec 6 20:29:18 2008 UTC (15 years, 4 months ago) by schafran
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +3 -3 lines
e-mail is generated, not message

Revision 1.216: download - view: text, markup, annotated - select for diffs
Fri Nov 28 14:36:50 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +2 -2 lines
- Moving &preferred_languages() and &get_genlanguages() from loncommon.pm to lonlocal.pm, so they cn be available in cases where lonlocal.pm is used but loncommon.pm is not.

Revision 1.215: download - view: text, markup, annotated - select for diffs
Wed Nov 19 17:38:26 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +154 -93 lines
Added/Converted POD comments

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Nov 4 04:18:22 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_8_X
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +10 -5 lines
- New <group></group> entry in packaged message to store group for group broadcasts.
- Email to permanentemail, only send if notification has not also been sent to same address.
- process_sent_mail() takes extra argument - recipid, so it can be passed to &packagemsg() for access to recipients by type (To, Cc, Bcc, Broadcast etc.).

Revision 1.213: download - view: text, markup, annotated - select for diffs
Sat Sep 13 02:37:26 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +38 -14 lines
- Bug 5786. Language used for text wrapped around body of message in notification e-mail should correspond to language preference of recipient determined in order: user pref, domain default), unless message is sent in course content, and a language is defined for course (use course langage in this case).
lonmsg.pm - &user_lang() used to get a language hadler for recipient.
          - Translation of text uses &mt_user() instead of &mt().

lonlocal.pm - &mt_user() added (exported). Calls maketext, but takes language handler as firrst arg.

loncommon.pm - &get_genlanguages() added - functionality to turn en-ca into en-ca,en and also to remove duplicates from @preferred_languages - moved from &preferred_languages() to a separate subroutine so it is more widely available.

Revision 1.212: 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
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_99_1, version_2_6_99_0
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +22 -13 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.211: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:45:07 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2 lines
Change arguments accepted by lonnet::appenv() to:
1. reference to hash
2. (optional) reference to array.

Change all instances where lonnet::appenv() is called to replace first argument passed (originally a hash) to a reference to the hash.

- Modify lonnet.pm rev 1.35 code intended to prevent "dangerous" modifications of the environment, so it will actually do this.
- Allow these modifications to be made in certain instances:
   DC switching to adhoc role
   CC switching to a different course role in the current course.
   user self-enrolling as a student

Revision 1.210: download - view: text, markup, annotated - select for diffs
Sat Aug 18 00:32:52 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0
Diff to previous 1.209: preferred, colored
Changes since revision 1.209: +12 -18 lines
- switch from calling critical directly to using cput

Revision 1.209: download - view: text, markup, annotated - select for diffs
Thu May 10 00:50:52 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +3 -3 lines
- internationalize

Revision 1.208: download - view: text, markup, annotated - select for diffs
Wed May 9 23:53:15 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +34 -11 lines
Bug 5056.  E-mail notification excludes excerpt of if a non-critical message is received during a COM blocking period.

Revision 1.207: download - view: text, markup, annotated - select for diffs
Wed May 9 21:04:51 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +2 -2 lines
Substitution of HTML tags needs to occur one line earlier.

Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue May 8 17:23:10 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +24 -9 lines
Bugs 4647 and 5164
- User can set option for HTML tags to be included in message excerpt sent in notification emails. Default is strip HTML.
- Interface changed for setting of notification email addresses - now set each address to receive all, critical only or non-critical only.
- javascript checks notification e-mail address to see if it is a valid format.
- Internationalization was missing in some places.

Revision 1.205: download - view: text, markup, annotated - select for diffs
Tue May 8 16:50:02 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +6 -1 lines
Include a subject line in sent mail when there is just a single recipient.

Revision 1.204: 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.203: preferred, colored
Changes since revision 1.203: +29 -8 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.203: download - view: text, markup, annotated - select for diffs
Wed May 2 20:26:08 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +2 -2 lines
- style police
- html police

Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed May 2 19:56:34 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +39 -14 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.201: download - view: text, markup, annotated - select for diffs
Tue May 1 18:40:57 2007 UTC (16 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +79 -50 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.200: 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.199: preferred, colored
Changes since revision 1.199: +11 -7 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.199: 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.198: preferred, colored
Changes since revision 1.198: +56 -12 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.198: download - view: text, markup, annotated - select for diffs
Fri Mar 2 23:17:59 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2 lines
- starting work on moving to distributed DNS, eliminate usage of the lonnet hostanme global

Revision 1.197: download - view: text, markup, annotated - select for diffs
Fri Feb 23 00:39:31 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +95 -1 lines
- making error messages get sent again for print failures (BUG#2231)
  - moving decide_receivers to lonmsg for easier inclusion/use by
    cgi scripts

Revision 1.196: download - view: text, markup, annotated - select for diffs
Fri Feb 9 15:30:48 2007 UTC (17 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +27 -28 lines
Got quite a lot of ISEs because of incomplete feedback address in course
environment - crash in line 573. That line should not be reached if there
is no valid recipient.

Revision 1.195: download - view: text, markup, annotated - select for diffs
Thu Dec 28 19:43:24 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +7 -7 lines
Getting the interpolation in &mt() straight.

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Dec 28 18:47:15 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +27 -12 lines
Bug 5098
And some internationalization.

Revision 1.193: 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
CVS tags: version_2_3_0
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +10 -4 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.192: download - view: text, markup, annotated - select for diffs
Wed Dec 27 18:00:00 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +3 -1 lines
msgid to include escaped symb.

Revision 1.191: 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.190: preferred, colored
Changes since revision 1.190: +30 -18 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.190: download - view: text, markup, annotated - select for diffs
Wed Dec 13 01:45:15 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_2_99_1
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +14 -11 lines
bug 4745 sent message now stored for critical messages sent in on-course context.

Revision 1.189: 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
CVS tags: version_2_2_99_0
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +26 -2 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.188: download - view: text, markup, annotated - select for diffs
Wed Dec 6 17:14:50 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +2 -2 lines
Bug #4072: fudge "from" field

Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:55:53 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +5 -6 lines
- lots of \w -> probper regexp replacements

Revision 1.186: download - view: text, markup, annotated - select for diffs
Wed Nov 1 22:22:31 2006 UTC (17 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +12 -5 lines
Bug #4072: Add a reply-to field to notification messages.

Revision 1.173.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 19 09:36:14 2006 UTC (17 years, 10 months ago) by albertel
Branches: version_2_1_X
Diff to previous 1.173.2.1: preferred, colored to branchpoint 1.173: preferred, colored next main 1.174: preferred, colored
Changes since revision 1.173.2.1: +16 -8 lines
- backport lonmsg.pm 1.185 lonmsgdisplay 1.31

Revision 1.185: 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
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +13 -1 lines
- braak at the notes adding lines, for use elsewhere

Revision 1.184: 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.183: preferred, colored
Changes since revision 1.183: +21 -19 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.183: 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.182: preferred, colored
Changes since revision 1.182: +22 -9 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.173.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 23 05:47:33 2006 UTC (18 years ago) by albertel
Branches: version_2_1_X
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +90 -21 lines
- backport 1.9 of lonmsgdisplay

Revision 1.182: 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.181: preferred, colored
Changes since revision 1.181: +3 -1 lines
- more properly hadle the bmsgiid subject (it is normally enocded then escaped, take care of undoing tat in the unpackmsgid now)

Revision 1.181: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:17:23 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +3 -1 lines
- adding machine that cuased the error to be added to the error message

Revision 1.180: 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 previous 1.179: preferred, colored
Changes since revision 1.179: +14 -1941 lines
- 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

Revision 1.179: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:54:35 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2 lines
- elminating a multi end_page occurance

Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Mar 16 22:12:17 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +4 -5 lines
- more start_paging, added the ddomain attribute to start_pagee

Revision 1.177: download - view: text, markup, annotated - select for diffs
Thu Mar 16 21:39:26 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +11 -13 lines
- page genearizlzation

Revision 1.176: download - view: text, markup, annotated - select for diffs
Wed Mar 15 21:55:43 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +4 -3 lines
- reeanbling RSS feed

Revision 1.175: download - view: text, markup, annotated - select for diffs
Wed Mar 15 17:05:00 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +2 -2 lines
- BUG#4699 - checking section 1 was also checking 10 11 etc

Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jan 30 07:32:20 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +61 -29 lines
Eliminate duplication of message storage for broadcast and critical messages.  Message content now stored in a single record in nohist_email.db for each broadcast or critical mailing. Display of critical and broadcast messages in &disfacetoface() for individual students retrieves this message (based on msgid).

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Jan 23 23:15:51 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_3, version_2_1_2
Branch point for: version_2_1_X
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +12 -7 lines
- stop adding citations to the sent message version
- don't display citations in the not a user.adv case

Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Jan 10 15:29:13 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +11 -9 lines
- err actaully correcting the style

Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue Jan 10 02:11:17 2006 UTC (18 years, 3 months ago) by banghart
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +17 -17 lines
	Style stuff.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Mon Jan 9 20:07:27 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_1
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +32 -10 lines
- fix up the perm hadnling in messaging

Revision 1.169: download - view: text, markup, annotated - select for diffs
Thu Jan 5 20:10:54 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +18 -11 lines
- perf improvement, get all of the statuses we'll need in one ::get() rather than iterated gets

Revision 1.168: download - view: text, markup, annotated - select for diffs
Thu Jan 5 19:52:52 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +2 -1 lines
- BUG$4542, older messages didn't have a recuser,

Revision 1.167: download - view: text, markup, annotated - select for diffs
Tue Jan 3 04:17:02 2006 UTC (18 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +23 -18 lines
When unpacking msgids, explicitly set $fromcid to '' for pre-1.140 msgids where processid is in position used for course context in 1.140 and later.  Speed up messages display by storing descriptions in a hash to avoid repeated lonnet::coursedescription() calls.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Tue Jan 3 03:18:58 2006 UTC (18 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +11 -4 lines
Speed up message display. Do not retrieve course description if $fromcid is '' (no course) or only digits (i.e., process id in old style msgid - rev 1.140 and earlier).

Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Dec 21 22:58:07 2005 UTC (18 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_0, version_2_0_99_1
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +2 -2 lines
Be sure to set %status equal to the hash retrieved by lonnet::get();

Revision 1.164: download - view: text, markup, annotated - select for diffs
Sat Dec 10 00:46:34 2005 UTC (18 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +9 -6 lines
Use lonmsg::unpackmsgid() to split msgid for sentmail.  remove some unnecessary unescaping from lond.

Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Dec 9 21:18:13 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +2 -2 lines
- typo

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Dec 9 20:54:26 2005 UTC (18 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +29 -4 lines
Use packagemsg() and unpackagemsg() routines in lonmsg.pm to store and retrieve DC mail, and eliminate packagmail() and unpackagemail() routines  (no longer needed) from lonnotify.pm.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Mon Dec 5 22:16:52 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +3 -3 lines
- missed an RSS box

Revision 1.160: download - view: text, markup, annotated - select for diffs
Tue Nov 29 22:55:10 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +9 -1 lines
Acknowledgement of receipt e-mails now receive course context appropriate for course from which original critical message was sent.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Nov 29 22:41:30 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +89 -55 lines
Bug 3999.  Critical and Broadcast messages now handled similarly.  For each recipient a copy of the message is stored in the nohist_email db for the course, with subject Critical. [$user:$domain] or Broadcast. [$user:$domain] to allow for straightfoward construction of the Record page for each user in a course. A separate copy (with a different subjeca)t is stored in the nohist_email_sent db file, to alllow a more meaningful isubject in the sent mail folder display. The timestamp, courseID, and process ID parts of the msgIDs are common to the messages in the two db files.  Also double escaping of message content is no$w used for both Critical and Broadcast so User records will display subject and message in both cases.  Legacy broadcast messages still supported through use of Broadcast. as identifier of new style (compared with Broadcast for old style.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon Nov 28 20:14:43 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +12 -4 lines
Bug 4454. Replies to COM messages that were originally sent in course context now retain the same course context even if replied to in a different context.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Mon Nov 28 18:32:39 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +35 -7 lines
Bug 4333. Include course context in display of folder contents in COM. Can sort by course (description, NOT courseID).  Currently implemented for all folders. Could be restricted to just INBOX, as per bug request.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Nov 23 22:32:11 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +105 -35 lines
Bug 3946.  Only a single copy of a broadcast message is stored in the "Sent" Folder.  To: line now continues list of (multiple) recipients.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Nov 18 13:35:30 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
Implementing Course Journals

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Nov 17 21:33:40 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +12 -3 lines
Having fun with RSS. Option when doing Broadcasts and Calendar Announcements

Next steps:
* dynamically generated, showing due dates, etc

Long term:
* podcasts
* blogs

Revision 1.153: download - view: text, markup, annotated - select for diffs
Tue Nov 1 15:59:18 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +3 -1 lines
Bug #3495: preview on mail

Revision 1.152: download - view: text, markup, annotated - select for diffs
Fri Jul 8 10:39:49 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +23 -8 lines
Back in town.

Revision 1.151: download - view: text, markup, annotated - select for diffs
Tue Jun 7 18:19:32 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_99_1, version_1_99_0
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +4 -6 lines
Only have grds and pprm links show if looking at resource message
Sorry for the syntax-bug submit

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Jun 7 15:26:51 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
- reverting 1.149 not sure what's goal was and it made the server not start

Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Jun 7 13:42:51 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +3 -3 lines
Only show action links if info is available

Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Jun 6 21:06:14 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +5 -2 lines
Bug #2986: purge deleted messages immediately

Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Jun 6 20:31:24 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +3 -3 lines
Use existing functions

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jun 6 19:51:05 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +17 -1 lines
Direct links to track student, parameters, and grades from message, if
context is clear.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Jun 6 02:29:46 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +4 -4 lines
- more bug#2667 fix up all of the other paces doing the blind \n to <br /> tranlation

Revision 1.144: download - view: text, markup, annotated - select for diffs
Sat Jun 4 21:11:30 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +7 -5 lines
- bug #3715 html editor for COM style messages

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri May 20 17:00:40 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +3 -1 lines
- if in a sec only boradcast to that sec

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sun May 15 01:11:32 2005 UTC (18 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +21 -10 lines
COM: still forgetful about which folder I was in
GRDS: Added "Grading" to the Validate Button (confused me at first)
GRDS: Able to override the don't-reset-correct safeguard with checkbox

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:51:43 2005 UTC (19 years ago) by raeburn
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +8 -7 lines
Adding course_id to msgid for LON-CAPA COM messages (uses course context of sender). Fixes to display of ungraded items, and change in parameters extracted from msgid to filter for course messages.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:23 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +173 -177 lines
- ENV -> env

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Mar 1 03:28:14 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +5 -4 lines
- jsMath wroks in COM

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Feb 28 21:19:55 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +4 -4 lines
- better english for these buttons

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Feb 17 04:39:58 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +6 -3 lines
- Fixes the WYSIWIG problems, the problem is since we are setting the encoding to UTF-8 on the homewor page, adn we _aren't_ setting it on the feed back generation page, when the WYSIWIG editor generates a &nbsp; it becoms what ever rthe local encoding that was randomlypicked represents as a non-breaking space. Which muck things up to hell and back. So the fix is set the encoding to UTF-8 everywhere.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Feb 17 04:11:21 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +23 -23 lines
- xhtml cleanups
- stuck in a bunch of <label>s

Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Feb 17 04:02:47 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +5 -5 lines
- some of the </a> were in really weird places

Revision 1.134: download - view: text, markup, annotated - select for diffs
Thu Feb 17 03:36:05 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +10 -2 lines
- showing the list of students in has order doesn't seem like a good idea, how about name order instead

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Feb 2 21:35:16 2005 UTC (19 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +10 -8 lines
Saving my work on permanent email address copies - not yet tested.

Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Jan 31 11:27:14 2005 UTC (19 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +21 -9 lines
Saving my work towards aspects of bugs 1290 and 3442.

Revision 1.131: download - view: text, markup, annotated - select for diffs
Sun Jan 30 23:32:29 2005 UTC (19 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +22 -7 lines
* Display Folder from viewing a new message goes back to
  New Messages instead of INBOX.
* Notification email includes message text

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Jan 25 15:28:02 2005 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +5 -5 lines
- use <pre> rather than <blockquote> this finishes fixing 3507

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Jan 4 15:36:38 2005 UTC (19 years, 3 months ago) by matthew
Branches: MAIN
CVS tags: version_1_3_1
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
Bug 3786:&discourse:Added '_' to the deliminator for student names so you
can actually send a message to students.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Jan 1 18:36:13 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +4 -7 lines
Bug #3771: not loosing status anymore when moving messages between folders.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Jan 1 18:24:12 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +5 -6 lines
Toward Bug #3771 - unclear why I had thought that email_status uses unescaped
msgids.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat Jan 1 17:58:48 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +6 -5 lines
Bug #3772: Remember position in folder and number of displayed messages when
moving or deleting checked messages.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Dec 15 02:35:17 2004 UTC (19 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_1_3_0, version_1_2_99_1
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +18 -12 lines
Bug #3668: "Back to Folder" goes back to correct position in folder
Bug #3709: additional safeguards against ISE on undefined first message number
Bug #3710: should not forget #messages anymore

Revision 1.124: download - view: text, markup, annotated - select for diffs
Wed Dec 15 01:17:09 2004 UTC (19 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +7 -1 lines
Bug #3709: ISE on PREVIOUS

I could not get the ISE on line 956 to happen by using PREVIOUS, in spite of
doing lots of PREVIOUS, NEXT, FIRST, LAST - but I could make it happen with
an empty folder.

Detecting empty folders now. Will keep on trying.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Dec 11 16:31:59 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +1 -2 lines
Real fix for bug#3507.
Replacement of \n with <br> was breaking links where textarea had split
the <a from the href=" because it needed to break the line.  This is a radical
general change to satisfy a specific case.  If the replacement functionality is
desirable it might be better to parse the message and only make substitutions
where \n occurs outside HTML tags.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Dec 11 14:09:46 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +8 -2 lines
Fix bug #3507. Might want make this more general - e.g., just check for &Apache::lonnet::allowed('srm',$ENV{'request.course.id'}), so that all messages (not just crit messages) sent within course context avoid translation of HTML tags to &gt; etc., if user has srm privilege.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Nov 17 21:31:37 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +5 -4 lines
Fixing Reply and Forward for messages in folders.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Nov 17 21:05:26 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +61 -10 lines
Storing my work on saved comments and smaller menu.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Nov 15 21:37:44 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +2 -1 lines
Don't forget the sorting

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Nov 15 21:28:58 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +15 -7 lines
Make menu nicer for people than for Perl.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat Nov 13 14:45:57 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +15 -2 lines
Wire up scrolling menu.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Nov 12 21:53:30 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
- er typo

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Nov 12 16:22:48 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +111 -92 lines
Saving my work: cleanup

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:41:53 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +18 -11 lines
Further work on cleaning up menus

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Nov 11 18:24:44 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +14 -4 lines
Saving my work: trying to consolidate INBOX and Critical Messages into folder
idea.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Nov 9 16:29:32 2004 UTC (19 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +85 -1 lines
Trying to clean up and consolidate before attacking folders again.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Oct 26 19:50:15 2004 UTC (19 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +39 -3 lines
Show current state of resource if available. Also on Reply screen.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Sep 28 14:38:50 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +4 -4 lines
Duh.  Fix stuff from the prior commit.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Sep 28 14:12:40 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +29 -35 lines
use loncoursedata::get_classlist instead of doing the classlist dump ourselves.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Sep 20 15:01:56 2004 UTC (19 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +78 -33 lines
Just saving work from during the trip

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri Sep 10 08:42:21 2004 UTC (19 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +21 -11 lines
Saving my work:
* orange on green did not look great for help link (something still fishy
with use of &mt there)
* moving between folders works now, TRASH is still not quite working right

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Sep 10 06:38:24 2004 UTC (19 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +130 -37 lines
Quickly saving my work on folders in COM, Trash.
Also fixed bodytag "emfo" - BTW, bodytag does its own &mt-call.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Sep 9 08:00:12 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +9 -3 lines
- replied status was no longer being set (BUG#3425)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Jul 15 21:08:45 2004 UTC (19 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +26 -1 lines
Added support for "Gradebook: Ability to add text to rep".
lonmsg.pm: Added &retrieve_instructor_comments
lonstatistics.pm: Added 'comments' field to student data selector.
lonaboutme.pm: Added anchor for comments section.
lonstudentassessment: Added output for "comments" column:
    html: link is included
    excel & csv: text is included, although excel has limits.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jul 9 21:08:24 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +5 -1 lines
- stupid %ENV problem again

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Jun 2 20:40:07 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_1, version_1_1_99_0
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +15 -6 lines
Broadcast messages now appear in display of user notes, record of face to face discussions, critical messages, and broadcast messages for each student.  Assigned to me as item 7 in "1.2 Plans" - LON-CAPA dev list 2/10.  Partial solution to bug #2331.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon May 17 19:00:45 2004 UTC (19 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +423 -9 lines
Course Coordinators and Instructors can schedule blocking periods for student display of e-mail.
During a blocking period students will be unable to display LON-CAPA e-mail sent during the current
blocking period. If Course Coodinators or Instructors need to contact students during this time, they
should send a critical message (these will still be viewable). Note: because COM functions can be
used outside a course context, blocking prevents display of all messages sent to the student during the
blocking period (including other courses).

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon May 10 22:39:51 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +4 -4 lines
- feedback message attachements now work

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri May 7 12:03:53 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +6 -4 lines
- finishuploadfile works better with a directory specfied
- bb posts, and emails no longer use token wrapper

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon May 3 19:10:39 2004 UTC (19 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +7 -2 lines
Added 'tex' target neccessary to work with lonaboutme.pm.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Apr 6 15:56:37 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
Bug 2147 (email bug)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Mar 31 05:24:00 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +6 -6 lines
- trying to be UTF8 transparent

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Mar 26 19:35:59 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +5 -2 lines
Improve workflow after sending messages, fix "Cancel"
Start of experiment with lonindexer.pm to display pages and sequences

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Mar 26 17:13:59 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +6 -3 lines
Better screen output.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Mar 26 16:57:53 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
&comprep was removed, need to call &compout

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Mar 2 02:51:09 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +103 -125 lines
* Bug #2500: Reply now has "additional recipient"
* Removal of redundant code

Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 1 23:06:17 2004 UTC (20 years, 1 month ago) by albertel
Branches: version_1_1_X
CVS tags: version_1_1_3, version_1_1_2
Diff to previous 1.71: preferred, colored next main 1.72: preferred, colored
Changes since revision 1.71: +2 -1 lines
- backport 1.86

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Mar 1 20:57:47 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +17 -8 lines
XMLify

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Mar 1 18:30:50 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +74 -71 lines
New headers and breadcrumbs

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Mar 1 16:19:45 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +17 -7 lines
Adding &mt() to crumbs display.
Saving my work on lonmsg.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Mar 1 02:21:57 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +46 -18 lines
Saving my work (some headers lost):
* trying to slowly clean up
* use breadcrumbs
* internationalize

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Mar 1 01:19:51 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +219 -220 lines
Re-tabinate.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Mar 1 01:06:10 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1 lines
Bug #2784: message from uploaded file was not sent.
For 1.1.2 and s10

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Feb 2 22:27:08 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +9 -4 lines
Bug #2604: add course name to feedback
Bug #2676: add section to feedback

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Jan 31 02:42:44 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +4 -2 lines
Bug #2666: Explanation of what "Confirm Receipt" does.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Jan 31 01:26:41 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
Bug #2528: Some words of confirmation after successfully mailing a message.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Jan 31 01:21:35 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Bug #2640: Add subject to receipt subject.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jan 28 20:48:35 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
- Fixes BUG#2499, emails with large <m> where getting shoved onto one line because
   - we use <pre>
   - we strip out extra returns before processing

- I tired these changes out with a variety of messages both with and without <m> sections, and post discussion, looks good to me. let me know if you see anything else that looks ugly

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jan 15 18:25:36 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +2 -7 lines
Rewinding to 1.78 - 1.79 not a good idea.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jan 15 15:12:31 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +8 -3 lines
Just saving my work.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Jan 15 03:53:12 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +7 -3 lines
FAQ and Bugs

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Dec 31 02:33:27 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +9 -1 lines
Bug #2444: error messages can be displayed from Construction Space

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Dec 30 22:45:59 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3 lines
Bombs in "Remarks" field on Roles screen for author roles with bombs.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Dec 30 22:19:18 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +12 -20 lines
Bug #2444: show bombs in construction space.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Dec 30 20:39:30 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +4 -3 lines
Work on Bug #2444: retrieval of bombs possible again.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Dec 30 14:57:49 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +32 -1 lines
Bug #2444: saving my work, does not work yet.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Dec 29 21:21:39 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +5 -11 lines
Rollback to 1.70 in order to really fix the bug.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Dec 5 22:14:15 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1
Branch point for: version_1_1_X
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +12 -6 lines
- Fixes, BUG#2419, (author's not seeing error messages), but only by converting to error messages, delaying real fix to 1.2 (BUG#2444)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Oct 18 16:33:44 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_1_0_99
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +20 -11 lines
Bug #2298: now whines louder if it cannot deliver a message.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Oct 15 21:10:24 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +112 -93 lines
Bug #2171: Cancel button on send and send reply

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Oct 15 20:34:37 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +5 -4 lines
Trying to address Bug #2197: do not print to mail handle if it could not be
opened.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Oct 15 18:01:10 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +64 -60 lines
I was going to work on something else ... anyway, more i18n.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Oct 4 20:49:40 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Internationalization, and in particular, lonlocal:locallocaltime and
Japanese dates.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Aug 29 20:38:12 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +85 -51 lines
Bug #2031: Next and Previous buttons when viewing messages
Jon Kitzman
combined with functionality bug #788 (Kitzman) to keep sorting order
when doing "Next" and "Previous"
We never had a routine to get the keys of a namespace in lonnet.pm

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Aug 18 17:37:42 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +6 -6 lines
Better fix of Bug #788.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Aug 17 19:13:32 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +41 -43 lines
- retabination

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Aug 15 17:57:57 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +84 -17 lines
Bug #788
Sorting mail
Jon Kitzman
- now clickable table headers to sort in different ways.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Aug 13 15:57:51 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +14 -1 lines
Bug #1766: be able to broadcast messages to roles other than student

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Aug 12 20:12:05 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +3 -2 lines
Bug #2017: don't leave user hanging when no critical messages left

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jul 25 13:13:43 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +3 -2 lines
I screwed up. Please do not hurt me.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jul 25 01:18:04 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +92 -1 lines
Documentation updates

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Jul 5 10:07:11 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +6 -1 lines
Have very limited connectivity, need to do big commit while online.
Will call this JULYone in Bugzilla. Fixes several small bugs.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jun 23 22:25:14 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +8 -8 lines
- fixes BUG#1809, call clear_out_html for chat and internal messages

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jun 20 14:55:01 2003 UTC (20 years, 10 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +3 -1 lines
Add Latex cheatsheet.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Apr 2 14:57:32 2003 UTC (21 years ago) by www
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Direct notification email directly to login screen.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Apr 2 00:50:46 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +51 -1 lines
Sends notification emails.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Mar 31 16:34:08 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +21 -11 lines
Attachments displayed in normal messages.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Mar 30 21:58:17 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +12 -4 lines
Attachments in discussions work, but not yet in other messages.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Mar 17 17:02:38 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +1 -5 lines
-removing baseurl testing logsthises

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 16:55:06 2003 UTC (21 years, 1 month ago) by albertel
Branches: version_0_6
CVS tags: version_0_6_2
Diff to previous 1.42: preferred, colored next main 1.43: preferred, colored
Changes since revision 1.42: +12 -10 lines
- bacport of 1.48 (fully encode entities in messages)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Feb 18 15:47:40 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +36 -16 lines
-Fixes BUG#1255, sets the base url of email messages that contain forwars of a problems view, thus relative links will work.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:39:53 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +0 -4 lines

- removing old code

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:09:27 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +12 -10 lines

-adding answers to feddback messages

VS: ----------------------------------------------------------------------

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Dec 30 14:10:58 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +20 -7 lines
Finished "Select Student" screen.
Incorporation of the "Select Student" screen in messages and parmset.
Clean-up for "Face-To-Face" functionality.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Dec 27 16:33:36 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +61 -4 lines
Bug #274 Face-to-face discussion (and critical messages) recorded.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Dec 27 14:59:42 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +49 -2 lines
Toward bug #274 - recording of face-to-face discussion (look-up of all student
communication)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 23 18:02:44 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +3 -1 lines
Bug #1007 - Delete link on View Message screen.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Oct 25 13:55:45 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Branch point for: version_0_6
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +5 -4 lines
Bug #782

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 11 20:09:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +1 -2 lines
Actually check for mail

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 11 20:04:34 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +17 -1 lines
Mark if new email came in

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Sep 16 20:06:12 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +17 -17 lines
- should be better about silly messages (I keep get this message listed from 1969 that is ne no matter what I do with sending myself messages our trying to delete. With this it at least stops showing up.)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 7 13:57:26 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +47 -3 lines
Bug 707
Renamed old sending function xxx_raw, and made same-name new functions that
look at user's environment "msgforward".

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Aug 28 14:11:27 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +20 -14 lines
Convenience links to about-me page, syllabus, and email.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 29 22:17:05 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +7 -3 lines
Email can also contain LaTeX

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jul 22 14:23:29 2002 UTC (21 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +12 -7 lines
Checking commit of scripts to make sure I don't get too far out of sync. Added help
links to the message sender describing 'critical message', and several help links in
the course parameters screen. (These will not work until some .tex files are checked
in.)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jun 26 20:41:55 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2 lines
Bug 509 - shows subject of critical messages in addition to sender and date.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jun 24 14:33:21 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Get rid of spurious error-message-email if user did never have email.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 7 15:24:34 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +4 -16 lines
Changed to use loncommon::get_unprocessed_cgi().  Bug 90.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 23 21:06:07 2002 UTC (22 years ago) by matthew
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +22 -13 lines
Minor cleanups, call to &Apache::loncommon::select_dom_form.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 11 20:46:21 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +25 -16 lines
Handle case of not having critical messages cleanly.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 18 18:38:04 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +28 -4 lines
Check/Uncheck All messages to be deleted.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 16 19:59:10 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +19 -19 lines
map to foreach

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 1 18:38:51 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +10 -9 lines
Full subject (so URLs get included)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 19 17:17:46 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +25 -1 lines
- Finished GPLing the code

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 5 21:01:54 2001 UTC (22 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +17 -3 lines
Bulk delete

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 5 19:44:23 2001 UTC (22 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +16 -10 lines
Receipt of critical is optional.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Oct 1 19:24:49 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +5 -4 lines
Hard line wraps.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 16 01:42:07 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +42 -8 lines
Mail from uploaded file

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:05:04 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
Did not log msgid

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 13 19:36:39 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +10 -1 lines
Additional recipients

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Aug 10 22:47:39 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +20 -5 lines
Send to group/section

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 9 15:29:37 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +17 -4 lines
Broadcast Messages

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 9 14:57:33 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +67 -7 lines
Start on Broadcast

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 6 11:41:11 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +33 -2 lines
Can forward and send message to individual user

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 3 18:47:18 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +51 -16 lines
More functions

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 3 17:16:48 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +56 -30 lines
Mark as deleted.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 3 14:54:52 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +41 -26 lines
Reply to critical message

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 3 14:00:07 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +46 -6 lines
Receipt of critical messages

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:16:29 2001 UTC (22 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +26 -1 lines
More email functions

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 27 20:17:14 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- changed the put() and cput() calls
- updated all locations that used them
- changed lonnet::modifyuser() to use new get and put.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 26 21:40:27 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- modified eget and del in lonnet to take optiona domain and user args
- modified lonmsg usr_crit_received to use new semantics
- retrofitted devalidate to use the new more powerful del

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 26 20:26:43 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
- modified get to now use an array reference, and to accept to optional
  arguments $udom and $uname to specify who we are talking about.
- modified all current uses of get() to pass array references
- fixed bookmarks

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 6 18:17:34 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +64 -10 lines
Feedback works, kind of

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Feb 6 16:51:24 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +66 -3 lines
Trying to implement mail reader

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 31 22:31:37 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +33 -5 lines
Logs critical messages

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 20 18:06:08 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +20 -5 lines
Bug Fixes and Received Function

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 20 14:40:26 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +11 -9 lines
Bug fixes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 20 10:59:02 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +89 -5 lines
Adding functionality

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 19 14:20:17 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Module to deal with messaging and error messages

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>