CVS log for loncom/interface/lonbulletin.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Sep 8 23:54:40 2020 UTC (3 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, HEAD
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +8 -5 lines
- Prevent localization of group description in breadcrumbs for group tools.

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

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

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Sep 17 15:04:30 2013 UTC (10 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +6 -4 lines
- Bug 6669
  - lonhtmlgateway::process_incoming_html() used instead of
    lonfeedback::clear_out_html() to ensure fields contain valid xhtml.
    (more HTML tags now supported).
 - requires perl-XML-LibXML 1.62 or newer:
   update needed on CentOS/RHEL/Scientific Linux 5; SLES 9/10; RHEL 4.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:15:56 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
- "Exit Editing" returns user to Course Editor if edit mode was accessed via the
  "Edit" link for a templated page, or uploaded HTML/js/css/txt file, in the
  Course Editor.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Nov 17 00:05:50 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +17 -7 lines
- Appropriate breadcrumb trails when group page and group discussion boards
  are accessed via "Group" link in inline menu (i.e., form.ref is grouplist).

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Nov 8 22:01:00 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +41 -73 lines
- Consistent Interface for templated pages (bug 6128).
- Function for Templated "Bulletin Board" page moved into standard location,
  is either "Edit" (go to editing mode) or "Exit Edit" (go to viewing mode).

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon May 2 18:32:30 2011 UTC (12 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +2 -3 lines
- Eliminate duplicate, non-functional RichText/PlainText link.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Oct 27 01:00:38 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC2
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
- Second arg in lonnet::userfileupload() changed from boolean (coursedoc) to
  $context
    (possible values: coursedoc, existingfile, overwrite, canceloverwrite, or '').
  - To facilitate overwriting of existing files when uploading to portfolio

Revision 1.61: 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
CVS tags: version_2_10_0_RC1
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +3 -4 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.60: 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.59: preferred, colored
Changes since revision 1.59: +4 -2 lines
Bug #6162: some unused phrases in printouts of discussions

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 29 13:34:40 2010 UTC (14 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +7 -1 lines
- Propagate register=1 for discussion board included in a course when toggling
  between "Edit" and "Student" views.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Jan 31 06:03:55 2010 UTC (14 years, 2 months ago) by faziophi
Branches: MAIN
CVS tags: version_2_9_99_0, bz6209-base, bz6209
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +5 -34 lines
Refactors nearly-common code located in the templated pages,
into a new routine &print_template_fields() which controls printing
LC_Boxes for fields, and <textarea>s as necessary.  Custom fields
(links to be included, for example), are processed using handler routines
in closures, which are passed in a hash to the routine.

Saves about 140 lines of code are so?

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Dec 22 06:32:04 2009 UTC (14 years, 4 months ago) by faziophi
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +33 -13 lines
-- Upgrading bulletin boards to use new CKEditor
-- Move textareas and save buttons within the LC_Box templates
-- Use rich text editor if HTML is detected, else allow user to
   enable on demand

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Dec 14 13:42:33 2009 UTC (14 years, 4 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +15 -16 lines
Changed the order of 'Upload a Photo' and 'Title'.

Revision 1.55: 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
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Changes for XHTML 1.0 transitional conformity.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Dec 8 10:26:21 2009 UTC (14 years, 4 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +11 -5 lines
Seperated board text boxes from possibility to post with a simple horizontal row.
Added required attributes for img- and form-tag.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Dec 7 14:23:43 2009 UTC (14 years, 4 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +31 -31 lines
- Added functionboxes.
- Added standard template screen layout.
- 'Task' now has a heading in Studen view (like 'Web References').

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Dec 3 02:13:28 2009 UTC (14 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_99_1, GCI_3
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3 lines
Bug #2069 - do not turn hard-coded <a>-links into link-links (and thus make a mess)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Nov 30 11:22:54 2009 UTC (14 years, 4 months ago) by wenzelju
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Corrected typing error from r1.5 (wrong subroutine was called).

Revision 1.50: 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.49: preferred, colored
Changes since revision 1.49: +4 -2 lines
Adds check before calling lonfeedback::newline_to_br to see if
the text contains block-level HTML elements (such as <table> or <p> or <br />).
If HTML is detected, newlines will no longer be automatically converted
to <br /> tags -- this resolves bugs such as 5550, where for
example, inserting a table using the WYSIWYG editor causes
erroneous break tags to be created.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Nov 19 18:05:32 2009 UTC (14 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +142 -142 lines
Code Style:
- Consistent code indention
- Replaced tabs by blanks
- Removed trailing blanks

Use
cvs diff -w -r1.48 -r1.49 lonbulletin.pm
to confirm that no logical changes occurred.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Apr 4 21:47:40 2009 UTC (15 years ago) by bisitz
Branches: MAIN
CVS tags: version_2_8_99_0, bz5969, bz2851, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
XHTML conform tags (input, br, hr)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Feb 2 14:31:58 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +8 -2 lines
Discussion Board Title edited.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Mar 3 11:25:59 2008 UTC (16 years, 1 month ago) by bisitz
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, GCI_1
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Localization:
Added missing &mt()

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jan 19 15:28:52 2008 UTC (16 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
Same pathology as bug 4256 for lonsimplepage.pm. Same fix.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Jul 3 00:12:30 2007 UTC (16 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Store -> Save

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:48 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.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- switch Store to Save

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 23 18:48:47 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +15 -15 lines
- deathe to $_

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:09:51 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
- someday I will learn to spell

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:02:24 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
- typo

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:40:46 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_0
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +4 -3 lines
- need to html encode things that go in textareas

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jul 20 22:50:50 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_99_3, version_2_1_99_2, version_2_1_99_1
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +10 -3 lines
Include some hierarchy in storage of uploaded photos in bulletin boards to avoiding overwriting between group boards or between course boards created by a single user when filenames are in common.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 17 21:59:24 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +27 -15 lines
priv checking for group bulletin board editing for roles which include section specification. Breadcrumbs include link back to listing of groups if board was reached via the "Groups" link.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jul 8 01:23:13 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +100 -10 lines
Adding breadcrumbs to group discussion board display. Group context detected from course domain and course number in URL.  Corresponding groupID is determined from group entry in bulletinpage_$boardid.db file.

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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 21 21:01:22 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +5 -7 lines
- adding a simple error page handler

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:41:40 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
- typo

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:31:08 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +24 -18 lines
- start_page

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 30 02:39:09 2005 UTC (18 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
No, mathematics is not a spelling error

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jun 6 02:29:46 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1, version_1_99_0
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
- more bug#2667 fix up all of the other paces doing the blind \n to <br /> tranlation

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:22 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_0_tmcc
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +18 -18 lines
- ENV -> env

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +3 -2 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.24.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 18 21:15:19 2004 UTC (19 years, 8 months ago) by albertel
Branches: version_1_2_X
CVS tags: version_1_2_1, version_1_2_0, version_1_1_99_5
Diff to previous 1.24: preferred, colored next main 1.25: preferred, colored
Changes since revision 1.24: +3 -2 lines
- backport 1.27

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 18 21:14:00 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2 lines
- looks better when there is an image and not alot of text

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jul 28 18:53:38 2004 UTC (19 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +9 -6 lines
Modifications to allow Bulletin Boards to use multiple attachment functionality in lonfeedback v 1.108.

Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +5 -2 lines
Spelling links

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 10 18:44:40 2004 UTC (19 years, 11 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0
Branch point for: version_1_2_X
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Removed debug message.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 10 14:10:03 2004 UTC (19 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +44 -18 lines
Bulletin Board discussion can be printed as a separate resource.

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +3 -3 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.21: 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.20: preferred, colored
Changes since revision 1.20: +3 -2 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.20: download - view: text, markup, annotated - select for diffs
Fri Apr 30 23:13:52 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +10 -6 lines
- transitioning the tokenwrapper calls to the new mechainsm
- add in code to delete old images off the server
- put relevant images into subdris named after the handler that is creating them

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 13 15:01:29 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +24 -11 lines
Bug #1730: only come up in Edit-mode if nothing stored yet, otherwise student
view with Edit link.

Revision 1.18: 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
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Bug #2321: Bulletin Board was framed, conflict in non-remote mode.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 29 16:09:20 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Various small internationalization bugfixes.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Sep 21 21:40:06 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Internationalizing.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 17 19:45:39 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
Internationalize

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Getting status info into list_discussion.

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Further cleanup of spaghetti between lonxml::xmlend and
lonfeedback::list_discussion in preparation of an overhaul of
the discussion feature.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Sep 9 19:39:04 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bug #2148: new "mdc" privilege to edit/modify DOCS

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 10 10:53:18 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bug #1762: Public vs. Student view mess.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 20 13:31:46 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bug #1640: Recognizes "https:" as a web link.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 10 14:20:07 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Make upload filetype "filter" case insensitive
Show course search progress and check for aborted connection
Spelling mistake

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 3 13:03:58 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Work on textbased menus: "forward", "back", etc, on Syllabus, NavMaps, ...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 28 16:16:59 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +13 -6 lines
Taking Bulletin Board, Simple Page, Navigate, Syllabus, and About Me out of
lonwrapper, and starting to deal with the consequences.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 10 20:03:13 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Bug #1019 fixed.
Additional documentation.

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
Bug #1019.
Allow limited HTML in templates.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 10 15:19:43 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Help links.

Revision 1.3: 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
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
Ad hoc bulletin boards sort of work now.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 10 20:53:36 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +25 -11 lines
Continuing work on simple pages and ad hoc bulletin boards.

Simple pages sort of work, bulletin boards not yet.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 10 19:01:53 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Handlers for simple pages and bulletin boards

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>