CVS log for loncom/interface/groupboards.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +8 -5 lines
- Prevent localization of group description in breadcrumbs for group tools.

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +17 -5 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.21: download - view: text, markup, annotated - select for diffs
Sat Nov 23 20:40:57 2013 UTC (10 years, 4 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.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
- Modifications to facilitate translation.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 23 17:35:07 2013 UTC (10 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +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.19: download - view: text, markup, annotated - select for diffs
Sat Aug 17 00:34:29 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
- Update some keys in de.pm which were originally multi-sentence,
  for consistency with code simplification made in resetpw.pm rev 1.29.
- Reduce number of phrases required for contacting helpdesk in case of a problem
  by unifying such phrases to a single phrase:
  "Please contact the [_1]helpdesk[_2] for assistance."

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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 15 14:32:45 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
XHTML: JavaScript event handlers in lower case

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 11 17:33:18 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +16 -52 lines
- Code to obtain unique unix timestamp-based identifier for new group board
  moved to lonnet.pm -- &get_timebased_id() -- to facilitate re-use.
- perldoc added for get_timebased_id().

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 21 21:20:06 2012 UTC (11 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- course's environment now has: internal.contentchange to store timestamp
  of when folders/composite pages uploaded to main content area of a
  course last changed.
- map::storemap() includes additional (third) arg -- if true, will cause
  update to internal.contentchange in course's environment.db
- internal.contentchange is also updated by nightly run of refresh_courseids.db
  in case course modification occurred on pre-2.11 server.
- internal.contentchange is stored for 10 mins in memcached, via &get_coursechange()
  routine in lonnet.pm

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 13 17:20:29 2009 UTC (15 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_8_99_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
Added missing CVS Ids for automatic version numbering to script header
(Irrespective if the script is still in use or not)

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Discussion Board Title edited.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 28 14:09:54 2009 UTC (15 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +18 -5 lines
- Wrapped list of group discussion boards in data_table
- Optimized &mt() call

Additional changes in de.pm:
- Some updates related to 2.8.0 release

Revision 1.11: 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_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, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0, GCI_1
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
- switch Store to Save

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 2 21:06:06 2006 UTC (17 years, 5 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.9: preferred, colored
Changes since revision 1.9: +8 -8 lines
- complet switch to LONCAPA::map

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 19 01:18:25 2006 UTC (17 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
loncommon::start_page() takes care of the &mt() call for the page title.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 20 15:51:10 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.7: preferred, colored
Changes since revision 1.7: +58 -13 lines
Creating group bulletin boards now uses lonnet::newput() to lock a record in groupboards.db file to ensure a unique numeric id used for the url.  New group id is stored in db file in combination with groupname as a new key.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 17 14:52:00 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +35 -21 lines
Fix priv checking for roles with sections.  Breadcrumbs includes link to all groups when page is displayed from 'Groups' link in inline menu.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 14 17:23:49 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- BUG# 4921

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 8 01:07:34 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +80 -19 lines
Adding breadcrumb trail for group discussion boards display. Also putting groupID in bulletinpage_$boardid when creating group.  This is used by lonbulletin.pm to determine which group a group bulletin board belongs to for the purposes of privileges checking.  This setting is currently unchanged when a group board is moved from one group's folder to another using DOCS (could cause some confusion). Some sanity checking could be in order here (e.g., checking identity of enclosing map).  Still need to add locking device to prevent possible namespace collision when new boards are created.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 30 18:27:19 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +10 -43 lines
Moving get_bbfolder_url() and get_group_bbinfo() to longroup.pm.  symb no longer needed for each bulletinboard when building links in groupboards.pm.  Total number of discussion boards now displayed in view group table for each group.  Also some alignment changes in this table.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 30 15:37:58 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
No need to specify register=1 and symb=$symb n links as these occur automatically when bulletinboard page requests are handled.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 30 14:08:35 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +14 -17 lines
- style

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jun 30 08:14:31 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Display of discussion boards in a group, and the ability for users with board creation privileges in the group to add new boards.  When a group is first created a group folder is created containing the group homepage, and a discussion boards folder is created if discussion is enabled for the group. A "course groups" folder is also appended to the top level map in the course, if it does not already exist. Only works with standard courses which use default.sequence as the top level map. Hidden resource parameter is also applied to course group folders with default as hidden, and unhidden set for corresponding groups. Group bulletin boards use coursedom and coursenum as identifiers (instead of user domain and username as for normal boards) to allow them to be differentiated in lonfeedback.pm.  A locking mechanism should be implemented to make group creation atomic to avoid overwriting of .sequence files if two groups are created within a second of each other in the same course. Also need to address modification to group settings, when discussion functionality is enabled/disabled, as folder may need to be created and/or hidden parameter modified.

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>