CVS log for loncom/interface/lonfeedback.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.370.2.5.2.5: download - view: text, markup, annotated - select for diffs
Fri Oct 6 23:03:46 2023 UTC (6 months, 2 weeks ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.370.2.5.2.4: preferred, colored to branchpoint 1.370.2.5: preferred, colored next main 1.370.2.6: preferred, colored
Changes since revision 1.370.2.5.2.4: +2 -2 lines
- For 2.11.4 (modified)
  Include changes in 1.393

Revision 1.370.2.7: download - view: text, markup, annotated - select for diffs
Fri Sep 15 23:02:08 2023 UTC (7 months, 1 week ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.370.2.6: preferred, colored next main 1.371: preferred, colored
Changes since revision 1.370.2.6: +2 -2 lines
- For 2.11
  Backport 1.393

Revision 1.393: download - view: text, markup, annotated - select for diffs
Fri Sep 15 23:00:16 2023 UTC (7 months, 1 week ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.392: preferred, colored
Changes since revision 1.392: +2 -2 lines
- Bug 6929

Revision 1.370.2.5.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 16 14:46:16 2022 UTC (17 months, 1 week ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.370.2.5.2.3: preferred, colored to branchpoint 1.370.2.5: preferred, colored
Changes since revision 1.370.2.5.2.3: +3 -4 lines
- For 2.11.4 (modified)
  Include changes in rev. 1.392

Revision 1.392: download - view: text, markup, annotated - select for diffs
Wed Nov 16 14:24:35 2022 UTC (17 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.391: preferred, colored
Changes since revision 1.391: +3 -4 lines
- Cache user's aboutme page availability to speed up display of discussion posts.

Revision 1.370.2.5.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 14 15:12:30 2022 UTC (17 months, 1 week ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.370.2.5.2.2: preferred, colored to branchpoint 1.370.2.5: preferred, colored
Changes since revision 1.370.2.5.2.2: +3 -4 lines
- For 2.11.4 (modified)
  Include changes in rev. 1.391

Revision 1.391: download - view: text, markup, annotated - select for diffs
Mon Nov 14 14:41:40 2022 UTC (17 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.390: preferred, colored
Changes since revision 1.390: +3 -4 lines
- Use cached names to speed up display of discussion posts.

Revision 1.370.2.5.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 19 18:08:38 2022 UTC (2 years, 3 months ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.370.2.5.2.1: preferred, colored to branchpoint 1.370.2.5: preferred, colored
Changes since revision 1.370.2.5.2.1: +182 -77 lines
- For 2.11.4 (modified)
  Include changes in 1.388, 1.389, 1.390

Revision 1.370.2.6: download - view: text, markup, annotated - select for diffs
Wed Jan 19 01:35:58 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
Diff to previous 1.370.2.5: preferred, colored
Changes since revision 1.370.2.5: +182 -77 lines
- For 2.11
  Backport 1.388, 1.389, 1.390

Revision 1.390: download - view: text, markup, annotated - select for diffs
Wed Jan 19 00:44:31 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.389: preferred, colored
Changes since revision 1.389: +3 -3 lines
- Default delay before closing window or reloading page is 2s.

Revision 1.389: 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.388: preferred, colored
Changes since revision 1.388: +47 -10 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.388: download - view: text, markup, annotated - select for diffs
Tue Jan 18 16:55:30 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.387: preferred, colored
Changes since revision 1.387: +146 -72 lines
- Handle case where URL on which feedback is to be sent is unavailable or
  is /adm/feedback itself.
- Handle cases where &fail_redirect() and no_redirect_back() are called when
  feedback is composed in modal window (i.e., "Send Feedback" link was used).
- Delay (s) can be passed as arg to &fail_redirect() and no_redirect_back()
  to allow user time to read message before window closes or page reloads.
- If there is only one available feedback option automatically check the
  radio button for that option.
- If there are no available feedback options display "Sorry, no recipients"
  before pop-up close or page reload.

Revision 1.370.2.5.2.1: download - view: text, markup, annotated - select for diffs
Fri Dec 31 20:39:00 2021 UTC (2 years, 3 months ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.370.2.5: preferred, colored
Changes since revision 1.370.2.5: +78 -33 lines
- For 2.11.4 (modified)
  Include changes in 1.378, 1.385, 1.386, 1.387

Revision 1.387: download - view: text, markup, annotated - select for diffs
Fri Dec 31 20:34:24 2021 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.386: preferred, colored
Changes since revision 1.386: +2 -2 lines
- Parentheses change from rev. 1.378

Revision 1.386: download - view: text, markup, annotated - select for diffs
Wed Oct 20 16:15:04 2021 UTC (2 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.385: preferred, colored
Changes since revision 1.385: +20 -18 lines
- Footer hiding options from menu collection also enforced when discussion
  blocking is in effect.

Revision 1.385: download - view: text, markup, annotated - select for diffs
Mon Oct 18 22:29:20 2021 UTC (2 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.384: preferred, colored
Changes since revision 1.384: +64 -23 lines
- Bug 6907
  Configuration for a numbered menu collection includes option to hide
  footer shown below a resource, and/or hide Discussion or Feedback links.

Revision 1.370.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 4 03:43:30 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
Branch point for: version_2_11_4_msu
Diff to previous 1.370.2.4: preferred, colored
Changes since revision 1.370.2.4: +2 -2 lines
- For 2.11
  Backport 1.384

Revision 1.384: 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.383: preferred, colored
Changes since revision 1.383: +2 -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.370.2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:51:07 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.370.2.3: preferred, colored
Changes since revision 1.370.2.3: +10 -4 lines
- For 2.11
  Backport 1.371, 1.381, 1.382, 1.383

Revision 1.383: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:45:48 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.382: preferred, colored
Changes since revision 1.382: +2 -2 lines
- Prepend LC_ to id of hidden form element used in client-side checking for
  uploaded file size, for purposes of namespacing.

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

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

Revision 1.370.2.3: download - view: text, markup, annotated - select for diffs
Wed Jun 12 13:32:38 2019 UTC (4 years, 10 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.370.2.2: preferred, colored
Changes since revision 1.370.2.2: +3 -6 lines
- For 2.11
  - Backport 1.380

Revision 1.380: download - view: text, markup, annotated - select for diffs
Sat Mar 2 23:40:43 2019 UTC (5 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.379: preferred, colored
Changes since revision 1.379: +3 -6 lines
- Some previously defined localized phrases still needed in interface when
  editing an existing post.

Revision 1.370.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 14 15:32:55 2018 UTC (5 years, 7 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.370.2.1: preferred, colored
Changes since revision 1.370.2.1: +28 -20 lines
- For 2.11
  Backport 1.374, 1.375, 1.376.

Revision 1.379: download - view: text, markup, annotated - select for diffs
Sat Apr 14 17:52:43 2018 UTC (6 years ago) by raeburn
Branches: MAIN
Diff to previous 1.378: preferred, colored
Changes since revision 1.378: +11 -3 lines
- Bug 6754 LON-CAPA as LTI Provider
  - No page flip arrows in inline menu if LTI launch was or a resource
  - No forward arrow if LTI launch was for map and this is last resource.
  - No reverse arrow if LTI launch was for map and this is first resource.
  - No Contents in inline breadcrumbs if LTI launch was for resource or map.

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

Revision 1.377: download - view: text, markup, annotated - select for diffs
Mon Dec 18 22:36:52 2017 UTC (6 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.376: preferred, colored
Changes since revision 1.376: +4 -4 lines
- Remove trailing white space.

Revision 1.370.2.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 16 16:02:58 2017 UTC (6 years, 5 months ago) by raeburn
Branches: version_2_11_2_msu
Diff to previous 1.370.2.1: preferred, colored next main 1.370.2.2: preferred, colored
Changes since revision 1.370.2.1: +28 -20 lines
- For 2.11.2 (modified).
  - Include changes in 1.374, 1.375, 1.376.

Revision 1.376: download - view: text, markup, annotated - select for diffs
Sun Nov 12 17:41:32 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.375: preferred, colored
Changes since revision 1.375: +9 -8 lines
- Replace use of open(PIPE "zip -r ...  2> /dev/null |") with use of
  Archive::Zip. LONCAPA-prerequisites will need perl-Archive-Zip.

Revision 1.375: download - view: text, markup, annotated - select for diffs
Wed Nov 8 00:36:56 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.374: preferred, colored
Changes since revision 1.374: +3 -3 lines
- Eliminate unnecessary border attribute, as LC_noBorder class is in use.

Revision 1.374: download - view: text, markup, annotated - select for diffs
Fri Nov 3 21:36:27 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.373: preferred, colored
Changes since revision 1.373: +23 -16 lines
- Sanity checking.

Revision 1.370.2.1: download - view: text, markup, annotated - select for diffs
Tue May 30 02:17:45 2017 UTC (6 years, 10 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2
Branch point for: version_2_11_2_msu
Diff to previous 1.370: preferred, colored
Changes since revision 1.370: +9 -9 lines
- For 2.11
  - Backport 1.373

Revision 1.373: download - view: text, markup, annotated - select for diffs
Tue May 30 00:01:32 2017 UTC (6 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.372: preferred, colored
Changes since revision 1.372: +9 -9 lines
- Don't bleed unencrypted URL in discussion action links.

Revision 1.372: download - view: text, markup, annotated - select for diffs
Wed Mar 23 02:19:09 2016 UTC (8 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.371: preferred, colored
Changes since revision 1.371: +24 -11 lines
- Bug 5917. Course preference to disable anonymous posts to discussion.
  - uses 'pac' priv.

Revision 1.371: download - view: text, markup, annotated - select for diffs
Wed Sep 30 21:04:04 2015 UTC (8 years, 6 months ago) by musolffc
Branches: MAIN
Diff to previous 1.370: preferred, colored
Changes since revision 1.370: +9 -3 lines
Adding upload file size checking to discussion comments and feedback messages.
This functionality was intruduced with file_upload.js

Revision 1.370: download - view: text, markup, annotated - select for diffs
Tue Jun 9 21:22:56 2015 UTC (8 years, 10 months ago) by damieng
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.369: preferred, colored
Changes since revision 1.369: +15 -5 lines
fixed bug 6782, and escaped most localized messages used in Javascript blocks to make sure bugs like that do not happen again

Revision 1.369: download - view: text, markup, annotated - select for diffs
Tue Feb 11 18:04:47 2014 UTC (10 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0
Diff to previous 1.368: preferred, colored
Changes since revision 1.368: +9 -5 lines
- Internationalization:
    - Added missing &mt() call
    - Proper compilation of translation phrases
- Standard styles

Revision 1.368: download - view: text, markup, annotated - select for diffs
Fri Oct 4 03:04:45 2013 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC2
Diff to previous 1.367: preferred, colored
Changes since revision 1.367: +9 -9 lines
- Facilitate translation by applying &mt() to complete sentences.

Revision 1.367: download - view: text, markup, annotated - select for diffs
Mon Sep 23 17:35:07 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.366: preferred, colored
Changes since revision 1.366: +2 -2 lines
Consistent wording:
Replaced "bulletin board" by more modern (in web context) and better fitting word "discussion board"
as already started in redesign project and already in use

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

Revision 1.365: download - view: text, markup, annotated - select for diffs
Mon Mar 18 23:21:16 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.364: preferred, colored
Changes since revision 1.364: +5 -5 lines
- Possible confirmation messages are mututally exclusive; concatenator not
  needed.

Revision 1.364: download - view: text, markup, annotated - select for diffs
Fri Jan 18 13:22:26 2013 UTC (11 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.363: preferred, colored
Changes since revision 1.363: +11 -5 lines
Improved and corrected screen layout for feedback about discussion setting changes:
- Corrected screen layout: No overlapping elements anymore
- Consistent layout: confirmwrapper and actionbox

Revision 1.363: download - view: text, markup, annotated - select for diffs
Thu Jan 3 20:51:23 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.362: preferred, colored
Changes since revision 1.362: +4 -4 lines
- Likely what was meant in change included in rev. 1.306.

Revision 1.362: download - view: text, markup, annotated - select for diffs
Thu Jan 3 20:41:45 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.361: preferred, colored
Changes since revision 1.361: +2 -2 lines
- Likely what was meant in change included in rev. 1.306.

Revision 1.361: download - view: text, markup, annotated - select for diffs
Wed Dec 19 05:18:31 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.360: preferred, colored
Changes since revision 1.360: +2 -2 lines
- Fix quotes (typo in rev. 1.360).

Revision 1.360: download - view: text, markup, annotated - select for diffs
Mon Dec 17 16:05:59 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.359: preferred, colored
Changes since revision 1.359: +5 -4 lines
- Localization.
  - Use complete sentences to facilitate transalation.

Revision 1.359: download - view: text, markup, annotated - select for diffs
Tue Oct 2 18:08:12 2012 UTC (11 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.358: preferred, colored
Changes since revision 1.358: +2 -2 lines
Use standard styles (info/warning/error):

Revision 1.358: download - view: text, markup, annotated - select for diffs
Fri Jun 22 20:33:15 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.357: preferred, colored
Changes since revision 1.357: +33 -7 lines
- Display of discussion posts where liking/unliking is enabled.
  - Styles used for posted text based on classification
    (mean +/- 1sigma; mean +/- 2sigma etc.) are now configurable from
    course settings.
  - Default is for no change to display of text.

Revision 1.290.2.7.2.6: download - view: text, markup, annotated - select for diffs
Sun Jun 17 15:35:15 2012 UTC (11 years, 10 months ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7.2.5: preferred, colored to branchpoint 1.290.2.7: preferred, colored next main 1.291: preferred, colored
Changes since revision 1.290.2.7.2.5: +2 -2 lines
- Customization for MITrelate.
  - Backport 1.357.

Revision 1.357: download - view: text, markup, annotated - select for diffs
Sun Jun 17 15:30:37 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.356: preferred, colored
Changes since revision 1.356: +2 -2 lines
- Include items with no votes when computing mean and std. dev.

Revision 1.356: download - view: text, markup, annotated - select for diffs
Fri Jun 8 00:48:18 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.355: preferred, colored
Changes since revision 1.355: +3 -3 lines
- xhtml
- fewer columns in textarea for composition works better in modal window.

Revision 1.355: download - view: text, markup, annotated - select for diffs
Mon May 28 19:03:03 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.354: preferred, colored
Changes since revision 1.354: +2 -2 lines
- xhtml.

Revision 1.354: download - view: text, markup, annotated - select for diffs
Thu May 10 11:56:06 2012 UTC (11 years, 11 months ago) by goltermann
Branches: MAIN
Diff to previous 1.353: preferred, colored
Changes since revision 1.353: +14 -9 lines
discussion/feedback
- put quoted message in a pick box
- changed order of buttons, "add attachment" button is now below already attached files

Revision 1.290.2.7.2.5: download - view: text, markup, annotated - select for diffs
Tue May 1 15:56:16 2012 UTC (11 years, 11 months ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7.2.4: preferred, colored to branchpoint 1.290.2.7: preferred, colored
Changes since revision 1.290.2.7.2.4: +4 -4 lines
- Customization for MITrelate.
  - Correction to backports in 1.290.2.7.2.4.

Revision 1.290.2.7.2.4: download - view: text, markup, annotated - select for diffs
Mon Apr 30 03:51:40 2012 UTC (11 years, 11 months ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7.2.3: preferred, colored to branchpoint 1.290.2.7: preferred, colored
Changes since revision 1.290.2.7.2.3: +565 -272 lines
- Customization for MITrelate
  - Backport 1.331 (part), 1.332, 1.333, 1.339, 1.344, 1.345, 1.346, 1.347,
             1.348, 1.349, 1.351, 1.352, 1.353.

Revision 1.353: download - view: text, markup, annotated - select for diffs
Sun Apr 29 22:55:20 2012 UTC (11 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.352: preferred, colored
Changes since revision 1.352: +4 -2 lines
- Update names of routines in POD.

Revision 1.352: download - view: text, markup, annotated - select for diffs
Sun Apr 29 22:02:02 2012 UTC (11 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.351: preferred, colored
Changes since revision 1.351: +17 -27 lines
- Streamline the code used to retrieve old versions of a post when
  replying to, or editing a discussion post.

Revision 1.351: download - view: text, markup, annotated - select for diffs
Sat Mar 17 14:49:29 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.350: preferred, colored
Changes since revision 1.350: +26 -5 lines
- No voting for own posts, hidden posts or deleted posts.
- Thumbs up and thumbs down icons grayed out for hidden posts displayed
  to users with privileges to see them.

Revision 1.350: download - view: text, markup, annotated - select for diffs
Sat Mar 17 04:55:10 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.349: preferred, colored
Changes since revision 1.349: +16 -8 lines
- Bug 6087.

Revision 1.349: download - view: text, markup, annotated - select for diffs
Sat Mar 17 04:02:28 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.348: preferred, colored
Changes since revision 1.348: +143 -30 lines
- Change to aggregate data stored for likes/votes totals for posters.
  - replace totalvotes with totalunlikes (totalvotes now computed
    when needed from totalunlikes + totallikes, to avoid multiple counts
    in totalvotes when voter changes his/her mind.
  - context (like, unlike, delete, undelete, hide, unhide) stored for each
    record in poster's aggregate data instead of likes (was 1 or -1).
  - deletion, undeletion, hiding and unhiding a post cause totalunlikes and
    totallikes for poster to be updated appropriately.

Revision 1.348: download - view: text, markup, annotated - select for diffs
Sat Mar 17 02:55:15 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.347: preferred, colored
Changes since revision 1.347: +2 -2 lines
- Fix name of routine in call included in 1.347.

Revision 1.347: download - view: text, markup, annotated - select for diffs
Fri Mar 16 18:32:47 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.346: preferred, colored
Changes since revision 1.346: +95 -93 lines
- Right to see ID behind anonymous posting is separate from right to delete
  and undelete postings for discussion boardss in groups.
- New routine: &can_see_hidden() used to determine if user can hide/unhide
  or delete/undelete postings by other users.

Revision 1.346: download - view: text, markup, annotated - select for diffs
Fri Mar 16 02:59:01 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.345: preferred, colored
Changes since revision 1.345: +3 -4 lines
- $group is set to $env{'form.group'} early in &handler() so use it.

Revision 1.345: download - view: text, markup, annotated - select for diffs
Fri Mar 16 01:43:48 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.344: preferred, colored
Changes since revision 1.344: +110 -86 lines
- Disallow users from voting for their own posts.
- Display information to user in cases where vote was not recorded.

Revision 1.344: download - view: text, markup, annotated - select for diffs
Thu Mar 15 21:55:13 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.343: preferred, colored
Changes since revision 1.343: +28 -25 lines
- Second and third args passed to &storediscussionlikes() need to be
  username, domain of person who posted discussion item, so counts used
  for karma etc. are incremented for poster not current voter.

Revision 1.343: download - view: text, markup, annotated - select for diffs
Thu Mar 15 21:33:27 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.342: preferred, colored
Changes since revision 1.342: +12 -10 lines
- Modifications to changes in rev. 1.340.
  - Indentation.
  - Move perl variables outside single quotes.

Revision 1.342: download - view: text, markup, annotated - select for diffs
Thu Mar 15 15:02:59 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.341: preferred, colored
Changes since revision 1.341: +8 -1 lines
- Reverse unwanted deletion in 1.341.

Revision 1.341: download - view: text, markup, annotated - select for diffs
Thu Mar 15 13:27:25 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.340: preferred, colored
Changes since revision 1.340: +227 -141 lines
- Reinstating changes in 1.336, 1.337, 1.338 & 1.339 which were removed in 1.340.

Revision 1.340: download - view: text, markup, annotated - select for diffs
Thu Mar 15 12:45:21 2012 UTC (12 years, 1 month ago) by goltermann
Branches: MAIN
Diff to previous 1.339: preferred, colored
Changes since revision 1.339: +185 -265 lines
added pickboxes to unify the ui.
tidied up text and buttons to be more clear.
changed a headline to fit to context.

Revision 1.339: download - view: text, markup, annotated - select for diffs
Tue Mar 13 05:37:49 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.338: preferred, colored
Changes since revision 1.338: +181 -134 lines
- Like/Unlike discussion posts.
  - Parameter: discussvote: possible values: yes, notended, no.
    (i.e., voting like/unlike possible, only possible if discussion
     open for posting, or not available (default).
  - Setting of discussvote to yes or notended for course/map/resource
    will require session hosting on LON-CAPA 2.11 or newer.

Revision 1.290.2.7.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 9 15:09:39 2012 UTC (12 years, 1 month ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7.2.2: preferred, colored to branchpoint 1.290.2.7: preferred, colored
Changes since revision 1.290.2.7.2.2: +64 -28 lines
- Customization for MITrelate
  - Backport 1.338.

Revision 1.338: download - view: text, markup, annotated - select for diffs
Fri Mar 9 15:02:31 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.337: preferred, colored
Changes since revision 1.337: +60 -26 lines
- Improved data structure for storing which users like/unlike a particular
  posting.
  (LON-CAPA 1.3 and later -- lonnet.pm 1.557 onwards -- handle storage of
  perl data structures).

Revision 1.290.2.7.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 7 01:26:48 2012 UTC (12 years, 1 month ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7.2.1: preferred, colored to branchpoint 1.290.2.7: preferred, colored
Changes since revision 1.290.2.7.2.1: +223 -6 lines
- Customization for MITrelate
  - Like/unlike discussion posts.
  - Backport 1.318, 1.319 (part), 1.321 (part), 1.322 (part), 1.323, 1.324 (part),
    1.325, 1.326, 1.330, 1.331 (part), 1.334 (part), 1.337.

Revision 1.337: download - view: text, markup, annotated - select for diffs
Wed Mar 7 00:02:10 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.336: preferred, colored
Changes since revision 1.336: +2 -2 lines
- Fix typo in 1.330 -- extra comma.

Revision 1.290.2.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 6 21:24:01 2012 UTC (12 years, 1 month ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.290.2.7: preferred, colored
Changes since revision 1.290.2.7: +32 -19 lines
- Customization for MITrelate.
  - Backport 1.336.

Revision 1.336: download - view: text, markup, annotated - select for diffs
Tue Mar 6 18:10:23 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.335: preferred, colored
Changes since revision 1.335: +30 -17 lines
- Bug 5991
  - Only append username:domain to poster's nickname if viewer has priv to
    see identity behnid anonymous postings.
  - Only wrap poster's name with &aboutmewrapper() if aboutme page service
    is available for the poster.

Revision 1.335: download - view: text, markup, annotated - select for diffs
Mon Feb 20 11:28:01 2012 UTC (12 years, 2 months ago) by goltermann
Branches: MAIN
Diff to previous 1.334: preferred, colored
Changes since revision 1.334: +3 -4 lines
improved layout and button labeling.

Revision 1.334: download - view: text, markup, annotated - select for diffs
Tue Jan 10 20:06:07 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.333: preferred, colored
Changes since revision 1.333: +23 -14 lines
User testing:
* you should vote on whether or not you "like" something AFTER you read it
* the you-know-you-have-done-this-because-you-cannot-do-it-anymore logic escaped users

Revision 1.333: download - view: text, markup, annotated - select for diffs
Tue Jan 10 14:52:57 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.332: preferred, colored
Changes since revision 1.332: +32 -3 lines
Bug #6545: discussion "karma"

Revision 1.332: download - view: text, markup, annotated - select for diffs
Tue Jan 10 01:06:26 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.331: preferred, colored
Changes since revision 1.331: +2 -2 lines
Weird: this was mispelled. Not sure if it was needed anywhere

Revision 1.331: download - view: text, markup, annotated - select for diffs
Tue Jan 10 00:54:05 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.330: preferred, colored
Changes since revision 1.330: +34 -9 lines
Work on Bug #6545

Revision 1.330: download - view: text, markup, annotated - select for diffs
Mon Jan 9 19:56:28 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.329: preferred, colored
Changes since revision 1.329: +5 -5 lines
Icons for Like/Unlike

Revision 1.329: download - view: text, markup, annotated - select for diffs
Sat Jan 7 22:03:01 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.328: preferred, colored
Changes since revision 1.328: +11 -11 lines
Less whitespace in message composition window

Revision 1.328: download - view: text, markup, annotated - select for diffs
Sat Jan 7 20:01:16 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.327: preferred, colored
Changes since revision 1.327: +9 -5 lines
Turn Feedback link into modal window

Revision 1.327: download - view: text, markup, annotated - select for diffs
Sat Jan 7 03:01:11 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.326: preferred, colored
Changes since revision 1.326: +31 -3 lines
Bug #6293: undelete discussion entries

Revision 1.326: download - view: text, markup, annotated - select for diffs
Fri Jan 6 20:05:59 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.325: preferred, colored
Changes since revision 1.325: +23 -3 lines
Like/unlike working

Revision 1.325: download - view: text, markup, annotated - select for diffs
Fri Jan 6 19:18:11 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.324: preferred, colored
Changes since revision 1.324: +33 -19 lines
Work on likes/unlikes

Revision 1.324: download - view: text, markup, annotated - select for diffs
Fri Jan 6 18:17:44 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.323: preferred, colored
Changes since revision 1.323: +29 -2 lines
Work on like/unlike

Revision 1.323: download - view: text, markup, annotated - select for diffs
Fri Jan 6 01:59:53 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.322: preferred, colored
Changes since revision 1.322: +25 -4 lines
Saving my work

Revision 1.322: download - view: text, markup, annotated - select for diffs
Thu Jan 5 21:18:49 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.321: preferred, colored
Changes since revision 1.321: +47 -21 lines
More work on likes/dislikes

Revision 1.321: download - view: text, markup, annotated - select for diffs
Wed Jan 4 23:31:36 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.320: preferred, colored
Changes since revision 1.320: +120 -18 lines
Work towards bugs #2174 and #6543

Revision 1.320: download - view: text, markup, annotated - select for diffs
Wed Jan 4 20:12:40 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.319: preferred, colored
Changes since revision 1.319: +22 -21 lines
This had been double-counting for a while ...
... no big deal, since we never looked at the data, and it is limited by course

Revision 1.319: download - view: text, markup, annotated - select for diffs
Wed Jan 4 19:27:04 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.318: preferred, colored
Changes since revision 1.318: +52 -3 lines
Work towards bugs #2174 and #6543

Revision 1.318: download - view: text, markup, annotated - select for diffs
Wed Jan 4 18:23:38 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.317: preferred, colored
Changes since revision 1.317: +16 -2 lines
Routine to get discussion records for a user

Revision 1.317: download - view: text, markup, annotated - select for diffs
Wed Jan 4 00:42:20 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.316: preferred, colored
Changes since revision 1.316: +2 -4 lines
Make normal links visible. Use specific styles if not wanted.

Revision 1.316: download - view: text, markup, annotated - select for diffs
Wed Jan 4 00:08:29 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.315: preferred, colored
Changes since revision 1.315: +13 -26 lines
Trying to make the discussion look more like the rest of LON-CAPA

Revision 1.315: download - view: text, markup, annotated - select for diffs
Tue Jan 3 18:21:58 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.314: preferred, colored
Changes since revision 1.314: +6 -13 lines
Cleanup

Revision 1.314: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:41:13 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.313: preferred, colored
Changes since revision 1.313: +4 -4 lines
Couldn't figure out what applied to what

Revision 1.313: download - view: text, markup, annotated - select for diffs
Tue Jan 3 01:51:00 2012 UTC (12 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.312: preferred, colored
Changes since revision 1.312: +14 -9 lines
Modal window for sorting/filtering

Revision 1.312: download - view: text, markup, annotated - select for diffs
Mon Dec 12 03:04:30 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.311: preferred, colored
Changes since revision 1.311: +2 -2 lines
Can stay modal if not modal itself ...

Revision 1.311: download - view: text, markup, annotated - select for diffs
Mon Dec 12 02:46:12 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.310: preferred, colored
Changes since revision 1.310: +2 -2 lines
Cannot have modal help windows inside modal windows

Revision 1.310: download - view: text, markup, annotated - select for diffs
Mon Dec 12 00:13:43 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.309: preferred, colored
Changes since revision 1.309: +2 -2 lines
Fix XHTML and use big enough modal window

Revision 1.309: download - view: text, markup, annotated - select for diffs
Sun Dec 11 19:17:54 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.308: preferred, colored
Changes since revision 1.308: +14 -11 lines
Work in progress: a little bit more compact output of modal window

Revision 1.308: download - view: text, markup, annotated - select for diffs
Sat Dec 10 23:16:36 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.307: preferred, colored
Changes since revision 1.307: +9 -25 lines
Bug #2359: modal windows for feedback

Revision 1.307: download - view: text, markup, annotated - select for diffs
Sat Dec 10 22:54:34 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.306: preferred, colored
Changes since revision 1.306: +19 -20 lines
Reply uses modal link, less copy/paste

Revision 1.306: download - view: text, markup, annotated - select for diffs
Sat Dec 10 01:45:36 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.305: preferred, colored
Changes since revision 1.305: +35 -28 lines
Saving my work: Bug 2359

Revision 1.305: download - view: text, markup, annotated - select for diffs
Mon Nov 7 20:05:55 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.304: preferred, colored
Changes since revision 1.304: +4 -4 lines
Trying to get rid of some of the copy/paste regular expressions.

Revision 1.290.2.7: download - view: text, markup, annotated - select for diffs
Fri Dec 24 23:18:57 2010 UTC (13 years, 4 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, version_2_10_0_RC2, version_2_10_0
Branch point for: loncapaMITrelate_1
Diff to previous 1.290.2.6: preferred, colored next main 1.291: preferred, colored
Changes since revision 1.290.2.6: +41 -20 lines
- Backport 1.303, 1.304.

Revision 1.273.4.12: download - view: text, markup, annotated - select for diffs
Sat Nov 20 01:33:04 2010 UTC (13 years, 5 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1
Diff to previous 1.273.4.11: preferred, colored to branchpoint 1.273: preferred, colored next main 1.274: preferred, colored
Changes since revision 1.273.4.11: +39 -17 lines
- Backport 1.303, 1.304.

Revision 1.304: download - view: text, markup, annotated - select for diffs
Sat Nov 20 01:07:05 2010 UTC (13 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.303: preferred, colored
Changes since revision 1.303: +15 -5 lines
- If pgd priv is used to allow feedback, check that symb is for a group
  bulletin board.
- Fix a typo in regexp used to check symb when showing posters in group board.

Revision 1.303: download - view: text, markup, annotated - select for diffs
Fri Nov 19 20:32:38 2010 UTC (13 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.302: preferred, colored
Changes since revision 1.302: +26 -14 lines
- Consistent behavior for bulletin boards for course configuration:
  exclusion from contributing to discussions (role or user-based) -- pch priv.
  - Textarea for posting not shown if pch priv prevents posts by current user.
  - Show "Discussion closed" if unable to post.
  - If board is a group board and user has pgd priv for the group, this
    trumps exclusion based on pch priv.

Revision 1.290.2.6: download - view: text, markup, annotated - select for diffs
Tue Sep 21 05:40:59 2010 UTC (13 years, 7 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.290.2.5: preferred, colored
Changes since revision 1.290.2.5: +8 -2 lines
- Backport 1.302.

Revision 1.273.4.11: download - view: text, markup, annotated - select for diffs
Tue Sep 21 04:58:17 2010 UTC (13 years, 7 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.10: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.10: +8 -2 lines
- Backport 1.302.

Revision 1.273.4.10: download - view: text, markup, annotated - select for diffs
Tue Sep 21 04:56:15 2010 UTC (13 years, 7 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.9: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.9: +5 -4 lines
- Part of 1.294 omitted in backport (in 1.273.4.9).

Revision 1.302: download - view: text, markup, annotated - select for diffs
Tue Sep 21 04:18:50 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.301: preferred, colored
Changes since revision 1.301: +8 -2 lines
- Bug 6363. For bulletinboard need to use real symb instead of fake symb in second arg
  passed to &discussion_open().

Revision 1.290.2.5: download - view: text, markup, annotated - select for diffs
Fri Aug 27 16:37:23 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0_RC1
Diff to previous 1.290.2.4: preferred, colored
Changes since revision 1.290.2.4: +2 -2 lines
- Typo in 1.290.2.3.

Revision 1.290.2.4: download - view: text, markup, annotated - select for diffs
Fri Aug 27 01:58:43 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.290.2.3: preferred, colored
Changes since revision 1.290.2.3: +2 -2 lines
- Typo in 1.290.2.3 (backport of 1.300).

Revision 1.290.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 26 09:09:24 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.290.2.2: preferred, colored
Changes since revision 1.290.2.2: +38 -11 lines
- Backport 1.300, 1.301.

Revision 1.301: download - view: text, markup, annotated - select for diffs
Thu Aug 26 03:59:16 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.300: preferred, colored
Changes since revision 1.300: +16 -2 lines
- Bug 3716.
  - If "Allow limited HTML in discussion" is not "Yes" in course preferences,
    Richtext editor is unavailable when composing discussion posts.

Revision 1.300: download - view: text, markup, annotated - select for diffs
Wed Aug 25 00:46:37 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.299: preferred, colored
Changes since revision 1.299: +21 -8 lines
- Display discussion controls if there is at least one posting.
- Efficiency - map hidden and deleted post IDs to hash in place of
               regexp match for each post ID
- Transactions which were to hide/unhide or delete posts do not contribute
  to count of visible postings.

Revision 1.273.4.9: download - view: text, markup, annotated - select for diffs
Fri Aug 20 04:49:11 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.8: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.8: +21 -5 lines
- Backport 1.294, 1.298.

Revision 1.290.2.2: download - view: text, markup, annotated - select for diffs
Sat Aug 14 18:14:29 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.290.2.1: preferred, colored
Changes since revision 1.290.2.1: +137 -113 lines
- Backport 1.294, 1.295, 1.296, 1.297, 1.298, 1.299.

Revision 1.299: download - view: text, markup, annotated - select for diffs
Sat Aug 14 17:48:13 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.298: preferred, colored
Changes since revision 1.298: +77 -81 lines
- Coding style.
    - Gather together items which are not to be displayed when outparttarget is 'tex'.

Revision 1.298: download - view: text, markup, annotated - select for diffs
Sat Aug 14 15:24:46 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.297: preferred, colored
Changes since revision 1.297: +10 -3 lines
- Consistent format for "This discussion is closed".
- If user has advanced role, include not to indicate that discussion is closed for
  non-advanced roles.

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

Revision 1.282.2.1: download - view: text, markup, annotated - select for diffs
Sat Jun 19 19:06:42 2010 UTC (13 years, 10 months ago) by raeburn
Branches: GCI_3
Diff to previous 1.282: preferred, colored next main 1.283: preferred, colored
Changes since revision 1.282: +15 -6 lines
- Backport 1.294 for GCI_3.

Revision 1.296: download - view: text, markup, annotated - select for diffs
Tue Jun 8 16:56:57 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.295: preferred, colored
Changes since revision 1.295: +6 -7 lines
Bug #6162: Internationalizable removal of function links during printout

Revision 1.295: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:07:05 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.294: preferred, colored
Changes since revision 1.294: +21 -22 lines
Bug #6162: some unused phrases in printouts of discussions

Revision 1.294: download - view: text, markup, annotated - select for diffs
Wed Jun 2 14:11:15 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.293: preferred, colored
Changes since revision 1.293: +16 -3 lines
Bug #5435: discussend overrides problem open status.

Revision 1.290.2.1: download - view: text, markup, annotated - select for diffs
Thu May 27 14:34:41 2010 UTC (13 years, 11 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.290: preferred, colored
Changes since revision 1.290: +3 -3 lines
- Backport 1.292, 1.293.

Revision 1.293: download - view: text, markup, annotated - select for diffs
Mon May 17 14:22:37 2010 UTC (13 years, 11 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.292: preferred, colored
Changes since revision 1.292: +2 -2 lines
Consistent icon for feedback.

Revision 1.292: download - view: text, markup, annotated - select for diffs
Wed Apr 14 13:58:11 2010 UTC (14 years ago) by wenzelju
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.291: preferred, colored
Changes since revision 1.291: +2 -3 lines
Created some new icons. These should be more meaningful concerning the menu-items they are linked with.

Revision 1.291: download - view: text, markup, annotated - select for diffs
Wed Mar 10 21:25:50 2010 UTC (14 years, 1 month ago) by droeschl
Branches: MAIN
Diff to previous 1.290: preferred, colored
Changes since revision 1.290: +1 -17 lines
In process of removing remote control, remote navmap and different icon modes code
Also some minor refactoring.

Revision 1.290: download - view: text, markup, annotated - select for diffs
Mon Mar 8 17:47:45 2010 UTC (14 years, 1 month ago) by bisitz
Branches: MAIN
Branch point for: version_2_10_X
Diff to previous 1.289: preferred, colored
Changes since revision 1.289: +2 -2 lines
Localization:
Added missing &mt() call

Revision 1.289: download - view: text, markup, annotated - select for diffs
Fri Feb 19 15:41:40 2010 UTC (14 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.288: preferred, colored
Changes since revision 1.288: +3 -3 lines
Removed double spacing from translation phrases
 -> HTML/Browsers ignore them anyway
 -> less error prone for translators
Adjusted language files accordingly (de, es, zh)

Revision 1.273.4.8: download - view: text, markup, annotated - select for diffs
Sun Feb 14 17:20:19 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_0, version_2_8_99_1
Diff to previous 1.273.4.7: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.7: +3 -3 lines
- Backport 1.276 (part).

Revision 1.273.4.7: download - view: text, markup, annotated - select for diffs
Mon Jan 25 04:34:37 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.6: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.6: +19 -12 lines
- Backport 1.283, 1.284, 1.285.

Revision 1.273.4.6: download - view: text, markup, annotated - select for diffs
Mon Jan 25 03:56:00 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.5: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.5: +30 -30 lines
- Backport 1.282 (part).

Revision 1.273.4.5: download - view: text, markup, annotated - select for diffs
Mon Jan 25 03:30:23 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.4: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.4: +19 -17 lines
- Backport 1.281, 1.287, 1.288.

Revision 1.288: download - view: text, markup, annotated - select for diffs
Mon Jan 25 03:10:19 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0, bz6209-base, bz6209
Diff to previous 1.287: preferred, colored
Changes since revision 1.287: +2 -2 lines
- Add white space removed in 1.287.

Revision 1.287: download - view: text, markup, annotated - select for diffs
Mon Jan 25 02:27:09 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.286: preferred, colored
Changes since revision 1.286: +4 -2 lines
- <b> </b> only applies to Sender's Name (not links: Reply etc.).

Revision 1.273.4.4: download - view: text, markup, annotated - select for diffs
Sun Jan 24 23:20:16 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.3: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.3: +14 -1 lines
- Backport 1.280 and 1.286 (part).

Revision 1.286: download - view: text, markup, annotated - select for diffs
Sun Jan 24 19:58:24 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.285: preferred, colored
Changes since revision 1.285: +19 -13 lines
- Simplify regexp in &contains_block_html().
- Coding style - indentation in &contains_block_html().
- Use &contains_block_html() to eliminate unwanted <br /> in display
  of discussion posts composed in Rich Text Editor.
- On post composition page decode() encoded HTML when displaying post
  to which user is replying.

Revision 1.285: download - view: text, markup, annotated - select for diffs
Sun Jan 24 15:30:04 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.284: preferred, colored
Changes since revision 1.284: +3 -3 lines
- Avoid unbalanced <p> tag in ceratin cases.
- xhtml

Revision 1.273.4.3: download - view: text, markup, annotated - select for diffs
Sun Jan 24 03:13:55 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.2: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.2: +3 -5 lines
- Backport 1.279.

Revision 1.273.4.2: download - view: text, markup, annotated - select for diffs
Sun Jan 24 02:39:35 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.273.4.1: preferred, colored to branchpoint 1.273: preferred, colored
Changes since revision 1.273.4.1: +85 -38 lines
- Backport 1.278.

Revision 1.284: download - view: text, markup, annotated - select for diffs
Thu Jan 21 23:13:50 2010 UTC (14 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.283: preferred, colored
Changes since revision 1.283: +5 -6 lines
- Valid XML in imsmanifest.xml for discussion posts included in IMS exports of courses.

Revision 1.283: download - view: text, markup, annotated - select for diffs
Tue Dec 22 06:14:35 2009 UTC (14 years, 4 months ago) by faziophi
Branches: MAIN
Diff to previous 1.282: preferred, colored
Changes since revision 1.282: +21 -5 lines
-- Adds <table>, <tbody>, etc. to list of acceptable tags
-- Adds HTML Tidy code to clean invalid HTML where needed
   **Commented out pending adding new dependencies**

Revision 1.282: download - view: text, markup, annotated - select for diffs
Tue Dec 8 13:33:12 2009 UTC (14 years, 4 months ago) by wenzelju
Branches: MAIN
Branch point for: GCI_3
Diff to previous 1.281: preferred, colored
Changes since revision 1.281: +44 -45 lines
Changes for XHTML 1.0 transitional conformity.

Revision 1.281: download - view: text, markup, annotated - select for diffs
Mon Dec 7 15:46:16 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.280: preferred, colored
Changes since revision 1.280: +17 -17 lines
- Corrected unbalanced tags (b, td, font)
- Corrected tag hierarchy (b, font)
- Real table headers for group discussion options
(Currently keep deprecated tags)

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

Revision 1.279: download - view: text, markup, annotated - select for diffs
Sat Nov 21 22:36:23 2009 UTC (14 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.278: preferred, colored
Changes since revision 1.278: +3 -5 lines
Link to Course Preferences

Revision 1.278: download - view: text, markup, annotated - select for diffs
Wed Nov 4 17:45:49 2009 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.277: preferred, colored
Changes since revision 1.277: +81 -33 lines
- Accommodate Communities.
 - role names when filtering post by role type from &Apache::lonnet::plaintext()
 - (C)course -> (C)community
   (S)student -> (M)member

Revision 1.273.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 12 18:51:43 2009 UTC (14 years, 6 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0, GCI_2
Diff to previous 1.273: preferred, colored
Changes since revision 1.273: +4 -6 lines
- Backport 1.277.

Revision 1.277: download - view: text, markup, annotated - select for diffs
Mon Oct 12 18:46:03 2009 UTC (14 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.276: preferred, colored
Changes since revision 1.276: +4 -6 lines
- Eliminate duplicate code used for table cell.

Revision 1.276: download - view: text, markup, annotated - select for diffs
Wed Aug 12 16:03:58 2009 UTC (14 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.275: preferred, colored
Changes since revision 1.275: +21 -6 lines
- Added missing breadcrumbs
- Consistent "username:domain" display (standard separator character)

Revision 1.275: download - view: text, markup, annotated - select for diffs
Thu Jul 9 12:53:28 2009 UTC (14 years, 9 months ago) by kalberla
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.274: preferred, colored
Changes since revision 1.274: +5 -2 lines
Moved blocking status table to popup.

Revision 1.274: download - view: text, markup, annotated - select for diffs
Thu May 28 19:38:33 2009 UTC (14 years, 10 months ago) by kalberla
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage
Diff to previous 1.273: preferred, colored
Changes since revision 1.273: +7 -7 lines
Changes on feedback_link bar. Now even shown when "Post Discussion" link is not shown.

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

Revision 1.272: download - view: text, markup, annotated - select for diffs
Thu May 7 11:12:47 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.271: preferred, colored
Changes since revision 1.271: +11 -4 lines
Communication, Messages, Feedback:
Optimized and consistent wording and icons

Revision 1.271: download - view: text, markup, annotated - select for diffs
Wed May 6 13:37:56 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.270: preferred, colored
Changes since revision 1.270: +8 -8 lines
Eliminate white spaces between HTML attribute and value

Revision 1.270: download - view: text, markup, annotated - select for diffs
Fri Apr 24 13:02:09 2009 UTC (15 years ago) by www
Branches: MAIN
Diff to previous 1.269: preferred, colored
Changes since revision 1.269: +12 -11 lines
CSS-ing the discussions

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

Revision 1.255.2.8: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:53:49 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, GCI_1
Diff to previous 1.255.2.7: preferred, colored to branchpoint 1.255: preferred, colored next main 1.256: preferred, colored
Changes since revision 1.255.2.7: +2 -2 lines
- Backport 1.268.

Revision 1.255.2.7: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:50:49 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.255.2.6: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.6: +2 -2 lines
- Backport 1.265.

Revision 1.255.2.6: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:49:39 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.255.2.5: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.5: +4 -4 lines
- Backport 1.264.

Revision 1.255.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:47:21 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.255.2.4: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.4: +13 -4 lines
- Backport 1.263

Revision 1.255.2.4: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:44:33 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.255.2.3: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.3: +4 -4 lines
- Backport 1.262

Revision 1.268: download - view: text, markup, annotated - select for diffs
Wed Mar 4 17:11:22 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.267: preferred, colored
Changes since revision 1.267: +2 -2 lines
Localization:
Added missing &mt() call to maxsize output

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

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

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

Table styles in construction space need to be revisited.

Revision 1.266: download - view: text, markup, annotated - select for diffs
Tue Feb 24 19:51:32 2009 UTC (15 years, 2 months ago) by weissno
Branches: MAIN
Diff to previous 1.265: preferred, colored
Changes since revision 1.265: +3 -3 lines

replaced the old lettericon feedback.gif with the new one com.png

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

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

Revision 1.263: download - view: text, markup, annotated - select for diffs
Fri Jan 23 13:29:15 2009 UTC (15 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.262: preferred, colored
Changes since revision 1.262: +13 -4 lines
Message Preview:
  - Use pick_box
  - Added headline

Revision 1.262: download - view: text, markup, annotated - select for diffs
Tue Jan 20 16:38:39 2009 UTC (15 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.261: preferred, colored
Changes since revision 1.261: +4 -4 lines
XHTML conform multiple selection

Revision 1.255.2.3: download - view: text, markup, annotated - select for diffs
Mon Jan 12 04:38:40 2009 UTC (15 years, 3 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_0
Diff to previous 1.255.2.2: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.2: +2 -2 lines
- Backport 1.261.

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

Revision 1.255.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 21 16:18:04 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_7_99_1, version_2_7_99_0
Diff to previous 1.255.2.1: preferred, colored to branchpoint 1.255: preferred, colored
Changes since revision 1.255.2.1: +13 -7 lines
- Backport 1.260.

Revision 1.260: download - view: text, markup, annotated - select for diffs
Fri Dec 19 19:38:07 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.259: preferred, colored
Changes since revision 1.259: +13 -7 lines
- Check that navmap object could be created to avoid ISE.
  - Display error message and log to lonnet.log if navmap object undefined.
- Regular Expressions for both http and https.

Revision 1.255.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 04:19:27 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.255: preferred, colored
Changes since revision 1.255: +3 -3 lines
- Backport 1.259.

Revision 1.259: download - view: text, markup, annotated - select for diffs
Sat Dec 13 03:50:04 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.258: preferred, colored
Changes since revision 1.258: +3 -3 lines
- Less risk of typos.

Revision 1.258: download - view: text, markup, annotated - select for diffs
Fri Dec 12 10:01:25 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.257: preferred, colored
Changes since revision 1.257: +4 -4 lines
Added missing ";" to all "&nbsp;"

Revision 1.257: download - view: text, markup, annotated - select for diffs
Fri Nov 21 20:17:11 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.256: preferred, colored
Changes since revision 1.256: +129 -128 lines
Fixd POD documentation

Revision 1.256: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:14:22 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.255: preferred, colored
Changes since revision 1.255: +128 -1 lines
Added/updated/converted POD. Many files had their POD redone to new standards.

Revision 1.255: 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
Branch point for: version_2_8_X
Diff to previous 1.254: preferred, colored
Changes since revision 1.254: +38 -17 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.254: download - view: text, markup, annotated - select for diffs
Thu Jun 5 00:15:24 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.253: preferred, colored
Changes since revision 1.253: +6 -5 lines
Localization:
- Added missing &mt() calls
- Corrected &mt() call
- Changed user display in discussion post to LON-CAPA-standard (username:domain)

Revision 1.253: 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.252: preferred, colored
Changes since revision 1.252: +3 -3 lines
Change arguments accepted by lonnet::appenv() to:
1. reference to hash
2. (optional) reference to array.

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

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

Revision 1.252: download - view: text, markup, annotated - select for diffs
Mon Feb 25 13:16:34 2008 UTC (16 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3
Diff to previous 1.251: preferred, colored
Changes since revision 1.251: +2 -2 lines
Bugfix:
Corrected wrong closing html tag for discussion link

Revision 1.251: download - view: text, markup, annotated - select for diffs
Fri Oct 26 20:51:43 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: 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.250: preferred, colored
Changes since revision 1.250: +5 -6 lines
- separate post/message links to opposite sides of the screen

Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Aug 10 00:02:08 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
- BUG#5364

Revision 1.249: download - view: text, markup, annotated - select for diffs
Mon Aug 6 20:08:31 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_99_0
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +2 -2 lines
- revert debugging change

Revision 1.248: download - view: text, markup, annotated - select for diffs
Mon Aug 6 19:55:51 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.247: preferred, colored
Changes since revision 1.247: +9 -4 lines
- BUG#5350

Revision 1.247: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:49 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.246: preferred, colored
Changes since revision 1.246: +5 -5 lines
- switch Store to Save

Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Mar 20 00:08:09 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +33 -25 lines
- error checking course email addresses
   - both at the setting stage for proper form and that the user exists
   - at the sending stage for proper form

Revision 1.245: download - view: text, markup, annotated - select for diffs
Wed Feb 28 21:45:42 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +2 -2 lines
- style police

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

Revision 1.243: download - view: text, markup, annotated - select for diffs
Tue Feb 27 20:35:22 2007 UTC (17 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +8 -4 lines
Bug #5177: configure what it says in feedback window

Revision 1.242: 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.241: preferred, colored
Changes since revision 1.241: +4 -101 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.241: download - view: text, markup, annotated - select for diffs
Tue Jan 23 01:27:17 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +7 -6 lines
When discussion postings are not displayed to a user because of a COM block, FDBK button should not provide the user with a way to post to the discussion.

Checkbox for copying posted message to user's course blog not shown if discussion osting are blocked.

Revision 1.240: download - view: text, markup, annotated - select for diffs
Fri Jan 5 06:47:22 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_1
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +2 -2 lines
If resource is encrypted for the correspondent, encrypted symb needs to be used in message ID as it will be accessible in the student's Sent Folder.

Revision 1.239: download - view: text, markup, annotated - select for diffs
Thu Jan 4 20:35:15 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.238: preferred, colored
Changes since revision 1.238: +3 -3 lines
- prevent waring on startup

Revision 1.238: download - view: text, markup, annotated - select for diffs
Wed Dec 27 02:45:41 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_0
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +3 -3 lines
Fix typo.

Revision 1.237: 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.236: preferred, colored
Changes since revision 1.236: +54 -28 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.236: download - view: text, markup, annotated - select for diffs
Mon Dec 11 18:50:40 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_2_99_1, version_2_2_99_0
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +12 -7 lines
bug 5037 - destinations for resource content, course content, or course policy can now be filtered based on sender's group memberships.

Revision 1.235: download - view: text, markup, annotated - select for diffs
Mon Dec 11 04:10:35 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.234: preferred, colored
Changes since revision 1.234: +8 -25 lines
Use loncommon::blocking_status() to call block checking and generate information for display if discussion board access is blocked.

Revision 1.234: download - view: text, markup, annotated - select for diffs
Sat Dec 9 16:07:34 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +26 -12 lines
Restore blocking for bulletin boards.

Provide a message about blocking if a user attempts to edit or reply to a post when he/she is subject to a blocking event.

Revision 1.233: download - view: text, markup, annotated - select for diffs
Fri Dec 8 22:35:56 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +10 -7 lines
&check_encrypt() is needed in more places.  Work in progress.

Revision 1.232: download - view: text, markup, annotated - select for diffs
Fri Dec 8 20:09:29 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +42 -15 lines
Bug 4972

"Send Message" link now displayed when discussion is closed and hidden.

Also shown when discussion is blocked.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Fri Dec 8 00:28:59 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +62 -5 lines
Bugs 1402 and 4309.

When a discussion posting is hidden or deleted, if that post was the last discussion item, then the entry in discussiontimes.db for the resource is set back to the timestamp of the most recent unhidden or undeleted post.

Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Dec 6 19:06:40 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +2 -2 lines
- sigh

Revision 1.229: download - view: text, markup, annotated - select for diffs
Wed Dec 6 19:03:37 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +2 -2 lines
- the coprrect typo fix. sorry about that

Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Dec 6 15:14:50 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
Apparently a typo.

Revision 1.227: download - view: text, markup, annotated - select for diffs
Wed Dec 6 11:50:51 2006 UTC (17 years, 4 months ago) by foxr
Branches: MAIN
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +2 -2 lines
My best guess about how to fix the syntax errors in this file.

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

Revision 1.225: download - view: text, markup, annotated - select for diffs
Thu Nov 30 08:51:20 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +2 -2 lines
- typo

Revision 1.224: download - view: text, markup, annotated - select for diffs
Thu Nov 30 04:05:47 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +36 -7 lines
Posts to bulletin boards can now be added to a user's course blog (previously this was only the case for replies).

State of "Add to course blog" checkbox is preserved when user uploads attachments at secondary screen before returning to main composition screen to submit post.

Fixed a typo in &mt('Re: ').

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

More concise use of &mt() for internationalization.

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

Revision 1.222: download - view: text, markup, annotated - select for diffs
Wed Nov 29 04:25:23 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +64 -52 lines
bug 4772. Duplicate discussion control bar at the end of the display of discussions to reduce scrolling.

Revision 1.221: download - view: text, markup, annotated - select for diffs
Wed Nov 29 03:55:15 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +132 -132 lines
Eliminate $_

Style - push() keys() sort() split()

Revision 1.220: download - view: text, markup, annotated - select for diffs
Wed Nov 29 03:23:02 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.219: preferred, colored
Changes since revision 1.219: +87 -47 lines
Internationalization

Revision 1.219: download - view: text, markup, annotated - select for diffs
Tue Nov 28 22:27:56 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +21 -14 lines
bug 3872.  Deleting a post now requires clicking a confirm button in the case where a user deletes his/her own post, and when a CC deletes another user's post.

Revision 1.218: download - view: text, markup, annotated - select for diffs
Tue Nov 28 21:44:37 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +24 -18 lines
- need to make sure that start page occurs before mstextconverted gets called and before end_page gets called

Revision 1.217: download - view: text, markup, annotated - select for diffs
Thu Nov 9 20:44:37 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +4 -4 lines
- xhtml

Revision 1.216: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:32:54 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_2, version_2_2_1, version_2_2_0
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +3 -3 lines
- reverting 1.194 to fix bug#4968 (real fix will be to swtich to a real html cleaner)

Revision 1.215: download - view: text, markup, annotated - select for diffs
Mon Aug 14 21:44:14 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_3
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +5 -5 lines
- xhmtl

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Aug 8 19:02:04 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +7 -5 lines
- BUG#4954 - adding future to the coursedata view of students status

Revision 1.213: download - view: text, markup, annotated - select for diffs
Thu Jul 27 15:48:56 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_99_2
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +5 -5 lines
Attachments included in bulletin board posts were not being stored in one case.

Revision 1.212: download - view: text, markup, annotated - select for diffs
Tue Jul 18 17:44:43 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_1
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +20 -20 lines
- xhtml

Revision 1.211: download - view: text, markup, annotated - select for diffs
Tue Jul 18 17:42:15 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +18 -46 lines
- grp_args -> group_args

Revision 1.210: download - view: text, markup, annotated - select for diffs
Tue Jul 18 17:31:50 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.209: preferred, colored
Changes since revision 1.209: +12 -11 lines
- style

Revision 1.209: download - view: text, markup, annotated - select for diffs
Tue Jul 18 17:20:32 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +4 -19 lines
- style

Revision 1.208: download - view: text, markup, annotated - select for diffs
Mon Jul 17 23:02:33 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +419 -111 lines
Access to edit/hide/delete functionality in discussions in group bulletin boards dependent on group privileges.  Breadcrumbs include link back to all grups list when discussion was accessed via 'Groups' link.  For both bulletin boards and discussion attached to resources, filtered display of posts can now be based on group affiliation. For users with mdg or vcg privileges in the course, selection is from all groups, for others selection is from user's own active groups.

Revision 1.207: download - view: text, markup, annotated - select for diffs
Fri Jun 30 04:49:03 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +5 -5 lines
- BUG#4895, non-anon bulletin borad posting was broken

Revision 1.206: download - view: text, markup, annotated - select for diffs
Thu Jun 29 22:20:22 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2 lines
- missing end tag

Revision 1.205: download - view: text, markup, annotated - select for diffs
Thu Jun 29 21:22:09 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +3 -1 lines
Bulletin Board Posting screen looks better with "Click to add/remove attachments:" and attachments + preview buttons below the textarea rather than at the right side.

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

Revision 1.203: download - view: text, markup, annotated - select for diffs
Wed May 10 22:47:22 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +13 -14 lines
- sticking elments back in there (not needed in firefox but might be somewhere else)
- making the 'Edit an anon post then set the type to anon' JS work again

Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed May 10 22:29:57 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +27 -40 lines
- convert to use radiobutton to select feedback destination

Revision 1.201: download - view: text, markup, annotated - select for diffs
Tue May 9 20:54:55 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +3 -3 lines
- had broken anon discussion posting in bulletin boadrs, fixed

Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue May 9 20:44:15 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +18 -3 lines
- in remote less mode hitting 'send' could cause a new window to get spawned, this occured because the onload handler was trying to submit to the 'loncapaclient' window which could be a different window

Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue May 9 20:38:45 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +10 -11 lines
- this seems lika better idea

Revision 1.198: download - view: text, markup, annotated - select for diffs
Tue May 9 20:00:44 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +34 -35 lines
- blog posting setting is remebered when going to a from attachments screen
- page headers added back to attachment screen
- anon versus nonanon is a radiobutton now

Revision 1.197: download - view: text, markup, annotated - select for diffs
Tue May 9 15:09:27 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +7 -9 lines
- morphing get_sections so it's easier to use

Revision 1.196: download - view: text, markup, annotated - select for diffs
Mon May 8 22:12:29 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +16 -17 lines
- data_tableing

Revision 1.195: download - view: text, markup, annotated - select for diffs
Mon May 8 22:07:31 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +23 -23 lines
- data tabling the display options table

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

Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue Apr 18 22:56:16 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +2 -2 lines
 -sigh

Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Apr 18 22:55:25 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +2 -1 lines
- adding a missing stat_page

Revision 1.191: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:59:02 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +3 -3 lines
- start_page

Revision 1.190: download - view: text, markup, annotated - select for diffs
Mon Apr 10 21:55:48 2006 UTC (18 years ago) by www
Branches: MAIN
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +11 -6 lines
Bug #4718: really show first resource

Revision 1.189: download - view: text, markup, annotated - select for diffs
Mon Apr 10 19:59:53 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +8 -8 lines
- start_page takes care of registering urls and the loadeventes/ unloadevents needed

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Mar 23 22:39:51 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +6 -3 lines
- one mode bodytag call

Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue Mar 21 18:37:25 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +69 -76 lines
- start_page
-elimintate Continue links in favor of the auto-generated ones

Revision 1.186: download - view: text, markup, annotated - select for diffs
Sun Mar 19 21:43:21 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +49 -61 lines
- add redirect abitilies to the head tag and start_page
- get lonfeedback to use them
- add function override to start_page

Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Mar 15 22:06:08 2006 UTC (18 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +3 -3 lines
Re-activating RSS

Revision 1.184: download - view: text, markup, annotated - select for diffs
Wed Mar 15 19:41:26 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +17 -27 lines
- converting some interface pages to stop generating </body> <head> </head> </html> and use the helper functions instead

Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon Mar 6 19:21:22 2006 UTC (18 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +4 -4 lines
Bug #2748: extra window after feedback

Revision 1.182: download - view: text, markup, annotated - select for diffs
Sat Mar 4 00:59:53 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +2 -2 lines
- move putstore logic to lond's side of things
    - changes currently don't handle newer client talking to older lond

Revision 1.181: download - view: text, markup, annotated - select for diffs
Thu Mar 2 18:54:49 2006 UTC (18 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +6 -4 lines
Don't throw away the subject of a FDBK message, but make sure that people
do not fake bombs.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Thu Feb 9 22:11:54 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +57 -10 lines
Bug 4651.  Specify which roles can edit their own discussion posts.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Feb 9 20:30:47 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +9 -9 lines
$newpostsflag is a reference to a scalar. Need to dereference it.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Jan 11 08:31:37 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_2, version_2_1_1
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +2 -1 lines
- when no feedback possible, don't show the feedback screen

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:16:53 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_0, version_2_0_99_1
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +3 -3 lines
- diabling access to blog/rss for 2.1

Revision 1.176: download - view: text, markup, annotated - select for diffs
Sun Nov 20 02:12:35 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +2 -2 lines
HTML rendering of RSS
Saving my work: edit interface

Revision 1.175: 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.174: preferred, colored
Changes since revision 1.174: +35 -12 lines
Implementing Course Journals

Revision 1.174: download - view: text, markup, annotated - select for diffs
Tue Nov 15 20:33:20 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +2 -6 lines
- cleanup

Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Nov 10 11:31:04 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +35 -20 lines
Bug #4413: Anonymous not talking to Anonymous (number participants)
Links to appropriate preferences
Deal with "+" in filenames (need to escape symb in links)

Revision 1.172: download - view: text, markup, annotated - select for diffs
Wed Nov 9 11:41:02 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +6 -6 lines
Make nicknames work again in discussions

Revision 1.171: 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.170: preferred, colored
Changes since revision 1.170: +5 -2 lines
Bug #3495: preview on mail

Revision 1.170: download - view: text, markup, annotated - select for diffs
Sun Oct 30 02:38:10 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +2 -1 lines
ADV roles need discussion open at any time. They might have granted extensions,
etc, to certain students or sections, and need to be able to reply to
student postings, even the resource is in another mode for themselves.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Oct 4 18:27:32 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +8 -7 lines
- remove course_id as an argument to loncoursedata::get_classlist

Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Sep 20 07:52:03 2005 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +4 -4 lines
- bringing tasks more generally into Lon-CAPA

Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Jun 6 20:40:01 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1, version_1_99_0
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +2 -2 lines
Bug #3945: there have been enough complaints from authors by now ...

Revision 1.166: download - view: text, markup, annotated - select for diffs
Mon Jun 6 20:04:23 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +2 -2 lines
Bug #2977: make anonymous more prominent

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Jun 6 02:16:09 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +26 -4 lines
- bug#2667, can;t do blin \n to <b /> replaces since, well the newlines might be inside ofa tag. need to parse the HTMl to get it correct

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue May 24 15:15:59 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +3 -3 lines
- some silly typos that mad adding attchments not work

Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri May 20 17:04:30 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +34 -3 lines
- xhtmlizing and adding docs

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Apr 11 15:33:46 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +2 -5 lines
- wrap_symb ddoes the checking so no need to check it before calling it

Revision 1.161: download - view: text, markup, annotated - select for diffs
Mon Apr 11 15:29:38 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +2 -2 lines
- er ? ressymb()? pretty sure it ws supposed to be wrap_symb

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Apr 11 12:20:22 2005 UTC (19 years ago) by raeburn
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +3 -9 lines
Add wrap_symb methods to lonnavmaps::navmap and lonnavmaps::resource to wrap bulletinboard symbs. Use method for resource in lonfeedback and lonwhatsnew to wrap symbs for bulletinboards.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Mon Apr 11 01:07:26 2005 UTC (19 years ago) by raeburn
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +7 -11 lines
Simplify rewriting of $resource->symb for bulletinboards. More use of &wrap_symb() and &dewrapper().

Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Apr 7 07:34:52 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +9 -28 lines
- increasing the use of loncommon::get_env_multiple

Revision 1.157: 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.156: preferred, colored
Changes since revision 1.156: +298 -303 lines
- ENV -> env

Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Mar 23 22:14:01 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +3 -3 lines
- BUG#4021 print discussion setting smaller

Revision 1.155: download - view: text, markup, annotated - select for diffs
Tue Mar 1 03:21:04 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
- <algebra> works in FDBK

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:50:20 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +4 -1 lines
- $r->content_type -> loncommon::content_type

Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:29:42 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +6 -24 lines
- <html> -> &Apache::lonxml::xmlbegin, thus valid doctypes are now getting output, Yeah! StandardsCmpliance

- backing out the encoding changes for now

- some xhtml cleanups
- one icon -> lonhttpd

Revision 1.152: 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.151: preferred, colored
Changes since revision 1.151: +45 -14 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.151: download - view: text, markup, annotated - select for diffs
Thu Feb 17 04:11:20 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +24 -22 lines
- xhtml cleanups
- stuck in a bunch of <label>s

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Feb 17 03:42:29 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +10 -6 lines
- more icons -> lonhttpd

Revision 1.149: download - view: text, markup, annotated - select for diffs
Mon Feb 14 01:37:45 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +3 -3 lines
- more lonhttpd redirects

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sun Feb 13 22:52:48 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
- making  few more logos go against lonhttpd

Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Dec 23 14:00:58 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +46 -26 lines
Export to IMS now exports discussion content - uses lonfeedback::listdiscussion().  Modification to export of templated documents (syllabus, aboutme, simplepage etc.) to IMS. Simple problems now converted to standard LON-CAPA problem format before export to IMS. Same routines could be used to dump simple problems to CSTR.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Dec 23 13:28:50 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +3 -3 lines
Correction to href value for discussion content in IMS export.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Thu Dec 9 21:58:29 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_99_1
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
Fix so symb is available to create the redirect after clicking "Show all posts" link. Required for 1.137 and later.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Sun Nov 21 04:24:49 2004 UTC (19 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +52 -39 lines
Sections in Sort/filter display come from loncommon::get_sections().  Some small display improvements.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Sat Nov 20 20:40:51 2004 UTC (19 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +224 -72 lines
Fix bug #3607.  Extend filtering to support multiple selections of roles and/or sections.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Fri Nov 19 19:43:05 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +2 -1 lines
- er typo?

Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Nov 19 19:11:33 2004 UTC (19 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +5 -5 lines
Need to pass $symb for discussion_open() to determine if discussion is closed.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Nov 19 18:58:49 2004 UTC (19 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +31 -32 lines
Correcting indentation

Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Nov 17 16:42:39 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +7 -7 lines
- encrypturl on discussions should be complet now
	- attachements work and url stays encrypted
- tested with both normal resources and bulletin boards

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Nov 15 23:02:45 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +3 -4 lines
- off is 0 and on is 1, what a novel concept. :-)

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:48:51 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +35 -75 lines
- some more consolidations

Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:17:51 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +1 -6 lines
- okay convinced myself that chgread never matters, discsymb takes care of it

Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:16:59 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +27 -40 lines
- moved some $r handling in redirect_back

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Nov 15 21:51:19 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +9 -6 lines
- restoring indiviual post read/unread toggle form

Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Nov 15 21:35:37 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +294 -383 lines
- even more better encrypturl support in discussions

Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Nov 14 07:54:41 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +11 -1 lines
- ugly, but ixes BUG#3603

Revision 1.131: 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.130: preferred, colored
Changes since revision 1.130: +1 -3 lines
Saving my work: cleanup

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Nov 11 22:47:55 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +2 -1 lines
- adding use lonenc in needed places
- reenabling encrypturl in DOCS

Revision 1.129: download - view: text, markup, annotated - select for diffs
Thu Nov 11 22:19:53 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +8 -6 lines
- DISC properly handles encrypturl

Revision 1.99.2.11: download - view: text, markup, annotated - select for diffs
Mon Oct 11 18:02:40 2004 UTC (19 years, 6 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.10: preferred, colored to branchpoint 1.99: preferred, colored next main 1.100: preferred, colored
Changes since revision 1.99.2.10: +2 -1 lines
- add in an untieHashes

Revision 1.99.2.10: download - view: text, markup, annotated - select for diffs
Thu Oct 7 19:55:52 2004 UTC (19 years, 6 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.9: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.9: +33 -12 lines
 backport changes from lonnavmaps 1.297 and 1.299, and lonfeedbak 1.127 and 1.128

Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Oct 4 21:35:52 2004 UTC (19 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +38 -9 lines
Fix bug #3515. identification of resources with discussion now occurs in lonfeedback after 'Mark all posts as read call'. To simplify further we might want to eliminate the extra code in lonnavmaps, called when sort is by "Has Discussion" and always do the resource->has_discussion call in lonfeedback.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Sep 21 20:44:16 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +3 -3 lines
- always pass navtime
- mark posts read as of navtime

Revision 1.99.2.9: download - view: text, markup, annotated - select for diffs
Thu Sep 16 19:42:09 2004 UTC (19 years, 7 months ago) by matthew
Branches: version_1_2_X
CVS tags: version_1_2_1
Diff to previous 1.99.2.8: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.8: +3 -3 lines
- my backport wasn't correct

Revision 1.99.2.8: download - view: text, markup, annotated - select for diffs
Wed Sep 15 20:35:16 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.7: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.7: +5 -14 lines
- eliminating the visit counting for 1.2, will return in an improved form in 1.3 and right now it is just slowin things down

Revision 1.99.2.7: download - view: text, markup, annotated - select for diffs
Wed Sep 15 20:29:37 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.6: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.6: +11 -13 lines
- backport 1.126

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Sep 15 06:17:11 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +11 -12 lines
- eliminate the get call on disc prefs, already in $ENV

-  elimintate the screnname/plainname calls already have them in the message

Revision 1.99.2.6: download - view: text, markup, annotated - select for diffs
Mon Sep 13 18:20:38 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.5: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.5: +10 -4 lines
- backport 1.123

Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Sep 13 12:49:42 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +12 -13 lines
Eliminate debugging messages. Indentation changes. Save messages from replication of attachments for IMS.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Sep 13 12:19:14 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +9 -8 lines
Escaping discussion post subject and content in attachments upload display.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Sep 13 05:12:56 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +13 -5 lines
Fix bug #3469. Make sure that hash values are not only defined but also are NOT ''.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Aug 31 22:27:10 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +15 -47 lines
1. Guy's fixes so close date for bulletin boards work correctly, and advanced users can still see posts after close, when display blocked fro students.
2. A fix so subject and comment are preserved when added via HTMLarea during round-trip to add attachments screen.
3. Clean-up: sub build_ims() no longer needed. Export achieved via other routines.

Revision 1.99.2.5: download - view: text, markup, annotated - select for diffs
Tue Aug 31 18:33:44 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
CVS tags: version_1_2_0
Diff to previous 1.99.2.4: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.4: +5 -1 lines
- backport 1.120 1.121

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Aug 31 18:31:31 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +5 -5 lines
 add <br/> to make things prettier

Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Aug 31 18:28:18 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +6 -1 lines
- add continue links

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Aug 31 15:55:16 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
- typo

Revision 1.99.2.4: download - view: text, markup, annotated - select for diffs
Tue Aug 31 15:54:48 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.3: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.3: +2 -2 lines
- somedays I can speel.

Revision 1.99.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:13:24 2004 UTC (19 years, 8 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99.2.2: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.2: +3 -3 lines
- backport 1.113

Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:12:39 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +3 -3 lines
- bug#3385, non-htmlarea feedback fails on IE

Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Aug 19 02:08:27 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +3 -3 lines
- logic was incorrect, and thus invalid html was generated in tex mode and thus printing broke.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Aug 17 14:27:19 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +817 -534 lines
Moved construction of display of each discussion posting to subroutines (build_posting_display, get_post_contents, get_post_versions, get_post_attachments).  Added support for export of postings to IMS package (still needs additional work).

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:25:53 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +2 -5 lines
Cleanup for bug 2838 is done.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:01:25 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +12 -15 lines
Bug 2838 (print attached discussions too) is fixed (finally). I am open to change any info (which can be relevant or not) but the general scheme seems works.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Aug 4 18:04:57 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +71 -63 lines
XML now used to store information about multiple attachments.  Still to do: option to set display of attachments inline in post.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Aug 3 21:29:32 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +69 -31 lines
Versions of messages and subjects in discussion posts stored in XML.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Aug 1 16:05:14 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +244 -42 lines
User can now toggle read/unread for individual discussion posts.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jul 29 22:42:25 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +3 -1 lines
Editing now works for bulletin board posts.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Jul 29 18:21:44 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +98 -5 lines
Course Coordinators (and others with lonnet::allowed('rin',$crs)) can now display all versions of a discussion post.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jul 28 18:50:26 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +567 -51 lines
Allow multiple attachments in discussion posts.  Different edited versions can include different (or the same) attachments.
Work still required: clean-up interface, change storage of versioned attachmenturl, message and subject in .db file to XML, add interface for course coordinators (i.e., for lonnet::allowed('rin',$crs)) to display old versions of posts.
Known issues: Edits are not currently stored for bulletin board posts.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jul 27 23:35:34 2004 UTC (19 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +15 -14 lines
Spelling links

Revision 1.99.2.2: download - view: text, markup, annotated - select for diffs
Tue Jul 27 14:29:03 2004 UTC (19 years, 9 months ago) by albertel
Branches: version_1_2_X
CVS tags: version_1_1_99_5, version_1_1_99_4
Diff to previous 1.99.2.1: preferred, colored to branchpoint 1.99: preferred, colored
Changes since revision 1.99.2.1: +6 -10 lines
 - remove 1.104 and backport 1.105

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat Jul 24 18:19:38 2004 UTC (19 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +3 -1 lines
Spellchecker in Feedback Preview (somehow again missing HTML tags)

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Jul 24 18:13:04 2004 UTC (19 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +6 -10 lines
More comprehensive fix for Bug #3232 - detects presence of HTMLarea at
runtime, since HTMLarea - even if the code is sent out - can "decide" to
not load.

Revision 1.99.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 23 20:01:46 2004 UTC (19 years, 9 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +4 -3 lines
- backport 1.104

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jul 23 19:58:40 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +4 -3 lines
 BUG#3232

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jul 23 16:56:29 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
- need to protect anything that is going to be put into a <textarea>

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Jul 22 23:18:01 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +215 -24 lines
Allow posters to edit/delete their own discussion postings.  Controlled by
course parameter set via PARM. Previous versions of postings are preserved.
Deleted postings are hidden. Course Coordinators etc. will be able to see
all versions of postings (interface still needed). Editing currently works for
resource discussions, but not bulletin boards (work in progress).

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Jul 21 23:57:24 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +274 -19 lines
Use filtering to control which posts are displayed.  1. Restrict display of posts to users with specific roles, status, sections OR 2. Select from list of users whoc have posted.  User interface needs more work.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jul 21 21:47:13 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +313 -21 lines
Can choose different sorting mechanism for discussion posts. Interface provided for filtering of posts for display (by poster's role, status -active/inactive, section). Choices currently have no effect (work-in-progress).

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Jul 9 23:05:52 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_3
Branch point for: version_1_2_X
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +51 -4 lines
1 - Single click to remove all speech bubbles from NavMap.
2 - Suppress display of link to open empty folder in NavMap

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Jul 5 22:54:33 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_2, version_1_1_99_1
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +17 -3 lines
Bug fixes for colspan for threaded discussions, and inline display afetr storing new discussion settings.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Jul 4 23:56:58 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +226 -64 lines
Bug 3091 fixes.
Discussion settings now appear after posts, and made more succinct.  Change link goes to another page, where choices can be made.

Not implemented: (a) filtering using ENV{'user.adv'} to disable these options for students - I actually think students might find these options useful rather than confusing. (b) Code to allow user to make any changes also the default option (PREF) - will add this tomorrow.

Work still needed: (a) modify code that builds display when target is 'tex'

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jun 28 16:41:08 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +8 -2 lines
- saving some notes

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Jun 23 17:42:58 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +80 -46 lines
Bug 2838 (print attached discussions too) is fixed.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Jun 12 01:07:10 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +10 -5 lines
Bug #3082: submission of feedback in non-htmlarea mode

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:54:36 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +1 -6 lines
- remove debug spew

Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Jun 4 19:27:33 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +28 -13 lines
- adding the ability to choose between whether 'closed' discussions are also 'hidden'
 - which is the last of BUG#2636

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Jun 4 18:58:32 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Misspelled subroutine names are annoying.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Jun 3 20:28:22 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +21 -10 lines
- if the discussion is closed, make sure they can't post at all

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jun 3 20:06:15 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +6 -2 lines
- discussend parameter now added, closes and hides discussion
    -BUGS#86,2862,and some of 2636

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Jun 3 14:28:39 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +7 -4 lines
HTMLarea - only have 5 minutes.

There are lots of odd problems with Mozilla, not just meta-refresh, but
also popup windows and one random segmentation fault.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Jun 2 16:47:33 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Preview button works now. Only hoping that not some other browsers actually
submit their form when calling their onSubmit method.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Jun 2 16:41:46 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +5 -3 lines
* Getting the logic right for "not not blocked"
* Editor language selection from localization files
* Needed to call standard onSubmit before real submit - posting works now
* Preview is still kaputt ...

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jun 1 21:40:57 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +7 -3 lines
Bringing up HTMLArea. Doesn't appear to be working, though:

* Preview button is kaputt (but could be disabled if HTMLArea is active)
* Doesn't even seem to post discussions

Stay tuned.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue May 25 22:16:05 2004 UTC (19 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +172 -47 lines
Interface changes. User can toggle two settings:
1. display all posts/only new posts
2. new posts considered read when (a) users marks as read, or (b) automatically, following
display.
Settings for specific discussion override 'global' user preferences.  If no global or local preferences have been set, default is to display all posts, and require user to iclick a link to mark new posts as read.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue May 11 10:42:41 2004 UTC (19 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +9 -1 lines
Set a default display setting for discussions (show only unread/ show all). Default will be overridden by a discussion-specific setting.

Revision 1.82: 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.81: preferred, colored
Changes since revision 1.81: +9 -8 lines
- finishuploadfile works better with a directory specfied
- bb posts, and emails no longer use token wrapper

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed May 5 23:04:57 2004 UTC (19 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +6 -2 lines
Reverting lonbulletin to v 1.120. Time of the previous visit passed in a query string retrieved in lonfeedback instead, so labelling of posts as "NEW" until user leaves board/resource works for both boards and resources.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed May 5 21:04:14 2004 UTC (19 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +147 -147 lines
Posts in discussions now identified as "NEW" if posts were added since user's last visit to resource or bulletin board.  "Speech bubbles" in NAVMAP also displayed for each resource or bulletin board if posts have been added since last visit.

User can set display to be all posts, or only unread posts.  To support cases where there are several "NEW" posts, the time of the previous visit is passed in a query string during hide/make visible, reply or delete operations so that the differentiation of "NEW" posts is retained until the user leaves the bulletin board.  This behavior does not currently apply to discussions associated with resources.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Apr 28 23:59:53 2004 UTC (20 years ago) by raeburn
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +33 -11 lines
nohist db file now used.  Also fix bug 2962. Time now recorded for last visit to discussion. "NEW" tag displayed alongside more recent posts.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Apr 28 21:13:13 2004 UTC (20 years ago) by raeburn
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +155 -21 lines
For discussion posts: added "Title" for each post, and the ability for a user to mark posts as read/unread, and to display only unread posts, or all posts. Read/unread information stored for visible posts for each user in a course-specific db file (e.g., msu_35101d1a78a4060msul1_discuss.db) in lonUsers/$dom/a/b/c/abcuser.  Should this be made a nohist_...db instead???

Revision 1.73.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 18 20:33:49 2004 UTC (20 years, 2 months ago) by albertel
Branches: version_1_1_X
CVS tags: version_1_1_3, version_1_1_2
Diff to previous 1.73: preferred, colored next main 1.74: preferred, colored
Changes since revision 1.73: +15 -29 lines
- backport relevant portions of 1.76 and 1.77

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Feb 13 15:03:39 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +16 -31 lines
Bug #2712: reply works on bulletin boards
Bug #2696: reply to anonymous postings possible

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Feb 11 22:14:10 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines

- sets the http header  BUG#2723

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jan 28 16:10:26 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +5 -1 lines
- turning on the code to hide the FDBK discussion if the problem shouldn't allow it.
-  currently only allows view of discussion when in 'CAN_ANSWER' 'CANNOT_ANSWER' modes

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Jan 13 02:31:09 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +19 -8 lines
Working through some of the FDBK/COM comments, bug #2187

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Nov 27 09:43:42 2003 UTC (20 years, 5 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.72: preferred, colored
Changes since revision 1.72: +12 -4 lines
- Part of BUG#2416, make the new bulletin boards backward compatabile with the old ones

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Nov 27 09:20:39 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +7 -5 lines
- Fixup html
- send headers for threadon/off switch

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Nov 24 16:46:15 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_1_0_99
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +6 -5 lines
Send out correct encoding headers.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Nov 24 16:00:45 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +3 -1 lines
Bug #2321: Bulletin Board was framed, conflict in non-remote mode.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Nov 7 21:21:17 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +51 -7 lines
Threaded discussion done (looks like).

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Nov 7 16:37:23 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +38 -5 lines
Saving my work on threaded discussions.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Nov 4 03:32:55 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +11 -4 lines
Set up table for later display of threads.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Nov 3 23:23:34 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +10 -3 lines
Start to respect the "Reply" button. No threaded display yet.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Nov 3 20:34:54 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +46 -41 lines
Just saving my work, not a good idea yet.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 21 00:22:23 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +15 -12 lines
Tiny steps toward threaded discussion. The "Reply" link does nothing at all
yet.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Oct 15 20:13:31 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +39 -35 lines
- xhtmlize

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Oct 15 20:01:48 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +26 -22 lines
Bug #2226: remove query string from refers-to-URL

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Sep 19 16:12:50 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
Bugs #1960 and #2156: <m> in CHAT and FDBK, just like everywhere else.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Sep 17 18:16:39 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
- stupid typo
- removing the blind acceptance of the answers target as a form parameter

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Sep 17 17:50:49 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- an even better solution

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Sep 15 21:50:49 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
- maybe this is better, should fix 2190

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Sep 15 19:56:44 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +4 -2 lines
Getting status info into list_discussion.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Sep 15 18:43:54 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +3 -3 lines
Bug #2190: call to &Apache::exists_config_define is not defined before child
completed another request.

At least things don't crash anymore - found no way of getting around error
messages, neither with eval nor with defined.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Sep 15 13:38:19 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +8 -2 lines
Further cleanup of spaghetti between lonxml::xmlend and
lonfeedback::list_discussion in preparation of an overhaul of
the discussion feature.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Sep 14 23:57:18 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +110 -1 lines
In preparation for implementing threaded discussion and disentangling COM
from FDBK, disentagle the subroutines - there is really no reason for the
discussion display to be embedded into lonxml.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Sep 11 20:03:28 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +5 -2 lines
- mod_perl 2 isms

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Sep 9 18:46:28 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4 lines
Hiding symb-splitting behind &decode_symb

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 3 18:09:50 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +4 -2 lines
- BUG#2118, use title if available when doing feed back

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Aug 6 17:00:30 2003 UTC (20 years, 8 months ago) by albertel
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.49: preferred, colored
Changes since revision 1.49: +4 -2 lines
- fixes BUG#1989, students can generate an answer mode display but only when
  generating a feedback email

Revision 1.49: 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
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +20 -14 lines
Have very limited connectivity, need to do big commit while online.
Will call this JULYone in Bugzilla. Fixes several small bugs.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jul 1 19:27:31 2003 UTC (20 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
- shouldn't be a bitwise and

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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jun 18 17:32:02 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
- ssi_body instead of ssi

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jun 6 02:24:49 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_99_2
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Rewinding changes on window registration.
Attempting to overcome JavaScript security by using POST to change window
location.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jun 4 22:05:22 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: conference_2003
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +2 -3 lines
Bug #1519: extra window after doing FDBK

Revision 1.43: 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
CVS tags: version_0_99_1, version_0_99_0
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +10 -7 lines
Attachments in discussions work, but not yet in other messages.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Mar 29 22:50:22 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +19 -8 lines
Work on small attachments for discussion and feedback

Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +2 -2 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.40: 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.39: preferred, colored
Changes since revision 1.39: +11 -4 lines

-adding answers to feddback messages

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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Feb 10 16:22:28 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +5 -4 lines
Bug #1019.
Allow limited HTML in templates.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Dec 26 16:40:33 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +29 -2 lines
Bug #905 - delete a feedback message (actually, hide for good)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Oct 28 23:28:52 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +17 -4 lines
- fixes BUG#776, a limited selection of HTML is allowed in messages in course that allow it.
- xhtml the course parms screen

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 28 14:00:18 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +40 -13 lines
Bug #728.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Oct 25 13:57:28 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +10 -5 lines
Toward Bug #728 - has function to evaluate recipient string

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Oct 11 20:52:13 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
The wonderful "You got messages" display.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 3 15:04:29 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +28 -4 lines
Bug 781

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Sep 16 19:54:01 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +8 -5 lines
- now when posting something it doesn't scare the student with a
"Sent 0 message(s)"

It says

"Sent 0 message(s), and 1 post(s)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Sep 11 13:36:50 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +10 -1 lines
Ad hoc bulletin boards sort of work now.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 10 21:06:22 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +3 -4 lines
Call appropriate function rather than explicitly prefixing "/res/"

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 26 12:47:28 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +4 -8 lines
Domain Logos and Headers

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jul 24 19:57:38 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Says discussion on that page

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 29 18:26:22 2002 UTC (21 years, 11 months ago) by stredwic
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +3 -11 lines
See bug 90.  Changed file to using loncommon::get_unprocessed_cgi function to update ENV{QUERY_STRING}.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 3 18:47:39 2002 UTC (22 years ago) by www
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +7 -2 lines
Screennames

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 26 16:15:34 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Accepts postdata from query string

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 2 03:50:27 2002 UTC (22 years, 1 month ago) by harris41
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +17 -14 lines
map to foreach

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 16 15:38:38 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +6 -3 lines
Discussion should now also work for students in sections

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 1 16:39:32 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +5 -2 lines
Standardize subjects

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 1 15:02:31 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +8 -2 lines
Stores discussion time

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 27 18:37:32 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +10 -4 lines
Feedback respects course preferences

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +24 -0 lines
- Finished GPLing the code

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 6 11:55:11 2001 UTC (22 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +14 -4 lines
Count feedbacks

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 6 11:15:09 2001 UTC (22 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +12 -4 lines
Counts submissions

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Hard line wraps.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 10 18:39:58 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +48 -1 lines
Hide/unhide

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 10 14:45:11 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +22 -3 lines
Anonymous posting enabled

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 26 23:26:56 2001 UTC (22 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +25 -0 lines
Stores contributions to class discussion.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 26 20:19:12 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
- fixed javascript errors

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 26 15:50:25 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- trying to eliminate the use of Apache::lonnet::homeserver

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 25 16:08:38 2001 UTC (22 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +14 -4 lines
New option for class discuss and "undefined" type check

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 13 18:18:40 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +5 -47 lines
- moved get_previous_attempt out of feedback

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 10 14:10:13 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +68 -41 lines
Ambiguous file reference, status/number sent bug, beautify screen output,
no broken table if no attempts

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:53:08 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +21 -4 lines
- doesn't auto-refresh when the target in /adm/feedback
- added no-cache lines
- doesn't check for receipents when the URL is /adm even if in course

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:17:48 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +218 -166 lines
 - reorganized everything

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 8 21:35:24 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +70 -14 lines
Bug Fixes and additional controls

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +5 -7 lines
Feedback works, kind of

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 6 14:22:30 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +80 -9 lines
Sends messages now.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 5 17:38:17 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +115 -3 lines
Includes resource data

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 3 16:20:59 2001 UTC (23 years, 3 months ago) by www
Branches: MAIN
Trying to make ugly things look pretty

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>