/[drupal]/contributions/modules/forum_access/forum_access.module
ViewVC logotype

Log of /contributions/modules/forum_access/forum_access.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 23:25:30 2009 UTC (6 days, 19 hours ago) by salvis
Branch: MAIN
CVS Tags: HEAD
Changes since 1.51: +65 -2 lines
Diff to previous 1.51
Hide the 'Forums' menu item for users that can't see any forum.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 15:57:58 2009 UTC (7 days, 2 hours ago) by salvis
Branch: MAIN
Changes since 1.50: +27 -4 lines
Diff to previous 1.50
Keep the admin from changing the permissions of the internal-use-only forum moderator role and make it even more difficult to assign the role to a user.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 4 22:43:46 2009 UTC (7 weeks, 4 days ago) by salvis
Branch: MAIN
Changes since 1.49: +13 -6 lines
Diff to previous 1.49
Distinguish between grants as moderator or as normal user.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 01:09:20 2009 UTC (2 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.48: +23 -1 lines
Diff to previous 1.48
Keep the admin from assigning the internal-use-only forum moderator role to a user.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 14:16:33 2009 UTC (2 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
#578554: Fix a possible foreach() error message.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 23:44:59 2009 UTC (3 months ago) by salvis
Branch: MAIN
Changes since 1.46: +14 -2 lines
Diff to previous 1.46
#552636: Implement 'Drupal 5 legacy mode,' where posting comments and replies is always allowed, for backward compatibility, reported by magibird.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 23:55:35 2009 UTC (4 months, 1 week ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
Cast to VARCHAR rather than to CHAR for pgsql.

Revision 1.3.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 23:55:33 2009 UTC (4 months, 1 week ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.27: +2 -2 lines
Diff to previous 1.3.2.27 , to branch point 1.3 , to next main 1.52
Cast to VARCHAR rather than to CHAR for pgsql.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 22 21:56:01 2009 UTC (6 months ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-RC1
Changes since 1.44: +9 -9 lines
Diff to previous 1.44
Fix minor structural bug.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 22:31:21 2009 UTC (6 months, 4 weeks ago) by salvis
Branch: MAIN
Changes since 1.43: +11 -6 lines
Diff to previous 1.43
#410930: Work around a core bug that puts wrong values into $node->tid, reported by dme69.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 12:40:21 2009 UTC (7 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42
#413708: Make forums visible to users with 'administer nodes' permission, reported by nbz.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 22:21:29 2009 UTC (8 months, 1 week ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.41: +137 -49 lines
Diff to previous 1.41
#310254, #163964: Implement comment moderation as well as advanced node moderation, using ideas by Frank Steiner.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 16:06:26 2009 UTC (8 months, 4 weeks ago) by salvis
Branch: MAIN
Changes since 1.40: +16 -1 lines
Diff to previous 1.40
Remove 'post' links from forum page if the user doesn't have the 'create' permission.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 22:06:36 2009 UTC (9 months ago) by salvis
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39
Update a comment (no functional change).

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 23:51:32 2009 UTC (9 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.38: +9 -6 lines
Diff to previous 1.38
Use View grant to control access to the forum's admin page (with the access settings!), too.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 20:16:43 2009 UTC (9 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Minor cleanup (no functional change).

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 20:08:02 2009 UTC (9 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.36: +5 -5 lines
Diff to previous 1.36
Make forum_access_db_rewrite_sql() more resistant against name conflicts.

Revision 1.3.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 20:08:00 2009 UTC (9 months, 1 week ago) by salvis
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-12
Changes since 1.3.2.26: +6 -6 lines
Diff to previous 1.3.2.26 , to branch point 1.3
Make forum_access_db_rewrite_sql() more resistant against name conflicts.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 15 12:58:34 2009 UTC (9 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.35: +9 -4 lines
Diff to previous 1.35
Fix some comments (no functional change).

Revision 1.3.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 15 12:58:32 2009 UTC (9 months, 1 week ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.25: +9 -4 lines
Diff to previous 1.3.2.25 , to branch point 1.3
Fix some comments (no functional change).

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 23:38:40 2009 UTC (10 months ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.34: +9 -359 lines
Diff to previous 1.34
Factor out form and batch code into .inc files.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 23:11:36 2009 UTC (10 months ago) by salvis
Branch: MAIN
Changes since 1.33: +58 -6 lines
Diff to previous 1.33
Implement batch mode to support correct updating (using node_access_acquire_grants() rather than node_access_write_grants()).

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 16:52:15 2009 UTC (10 months ago) by salvis
Branch: MAIN
Changes since 1.32: +14 -12 lines
Diff to previous 1.32
Implement/enable grant priority.

Revision 1.3.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 02:12:25 2009 UTC (10 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.24: +3 -3 lines
Diff to previous 1.3.2.24 , to branch point 1.3
Fix string translation.

Revision 1.3.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 01:14:00 2009 UTC (10 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.23: +5 -2 lines
Diff to previous 1.3.2.23 , to branch point 1.3
Recognize unknown gids in hook_node_access_explain().

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 23:28:52 2009 UTC (10 months ago) by salvis
Branch: MAIN
Changes since 1.31: +115 -57 lines
Diff to previous 1.31
Provide help for getting along with Content Access.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 23:43:10 2009 UTC (10 months ago) by salvis
Branch: MAIN
Changes since 1.30: +41 -2 lines
Diff to previous 1.30
#109924: Add optional forum_access_preprocess_forum_list(&$variables) function to provide moderators in the $forums template variable.
#109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).

Revision 1.3.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 23:42:09 2009 UTC (10 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.22: +13 -8 lines
Diff to previous 1.3.2.22 , to branch point 1.3
#109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).

Revision 1.3.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 22:04:43 2008 UTC (11 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.21: +2 -2 lines
Diff to previous 1.3.2.21 , to branch point 1.3
#344711: Fix forum_access_access() to use $account consistently, patch by jaydub.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 22:04:41 2008 UTC (11 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
#344711: Fix forum_access_access() to use $account consistently, patch by jaydub.

Revision 1.3.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 18:22:15 2008 UTC (12 months, 3 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.20: +6 -2 lines
Diff to previous 1.3.2.20 , to branch point 1.3
#328341: Make pgsql CAST() conditional on the database engine.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 18:22:13 2008 UTC (12 months, 3 weeks ago) by salvis
Branch: MAIN
Changes since 1.28: +6 -2 lines
Diff to previous 1.28
#328341: Make pgsql CAST() conditional on the database engine.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 24 07:17:11 2008 UTC (14 months ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
#309113: Fix warning messages in bootstrap.inc (caused by bad drupal_set_message() call), by Berdir.

Revision 1.3.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 24 07:17:08 2008 UTC (14 months ago) by salvis
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-11
Changes since 1.3.2.19: +2 -2 lines
Diff to previous 1.3.2.19 , to branch point 1.3
#309113: Fix warning messages in bootstrap.inc (caused by bad drupal_set_message() call), by Berdir.

Revision 1.3.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 13:51:04 2008 UTC (14 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.18: +14 -17 lines
Diff to previous 1.3.2.18 , to branch point 1.3
#302774: Remove cruft from _forum_access_get_roles().

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 13:51:02 2008 UTC (14 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.26: +11 -15 lines
Diff to previous 1.26
#302774: Remove cruft from _forum_access_get_roles().

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 15:01:15 2008 UTC (16 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Use node_access_needs_rebuild() rather than node_access_rebuild() when enabling/disabling module.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 14:56:04 2008 UTC (16 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.24: +11 -11 lines
Diff to previous 1.24
Fix cosmetic coder issues (no functional change).

Revision 1.3.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 23:41:24 2008 UTC (19 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.17: +37 -1 lines
Diff to previous 1.3.2.17 , to branch point 1.3
#109924: Provide a themable moderators list; patch by jaydub.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 22:38:32 2008 UTC (19 months ago) by salvis
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#128846: Accommodate PostgreSQL 8.3's requirement for explicit casts; reported by SoAnIs, analysis by jaydub.

Revision 1.3.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 22:31:28 2008 UTC (19 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.16: +2 -2 lines
Diff to previous 1.3.2.16 , to branch point 1.3
Accommodate PostgreSQL 8.3's requirement for explicit casts; reported by SoAnIs, analysis by jaydub.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 10:48:53 2008 UTC (19 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#246959: Fix a bad t() call, patch by annez.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 14:25:44 2008 UTC (19 months, 4 weeks ago) by salvis
Branch: MAIN
Changes since 1.21: +59 -3 lines
Diff to previous 1.21
Port precautionary warning on Content Access page (will need to test and activate full diagnostics when CA is ported).

Revision 1.3.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 13:32:04 2008 UTC (19 months, 4 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.15: +22 -16 lines
Diff to previous 1.3.2.15 , to branch point 1.3
Add warning about possible interference by other node access modules with higher priority.

Revision 1.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 22 23:52:51 2008 UTC (20 months ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.14: +62 -3 lines
Diff to previous 1.3.2.14 , to branch point 1.3
Provide diagnostics related to Content Access module.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 02:13:40 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.20: +25 -2 lines
Diff to previous 1.20
#219778: Remove grants when roles are deleted, purge orphaned grants.

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 01:14:28 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.3.2.13: +20 -0 lines
Diff to previous 1.3.2.13 , to branch point 1.3
#219778: Remove grants when roles are deleted, purge orphaned grants.

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 07:08:42 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.12: +23 -4 lines
Diff to previous 1.3.2.12 , to branch point 1.3
Update moderator(s) when changing forum.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 06:05:19 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.19: +39 -11 lines
Diff to previous 1.19
#231611: Add support for non-forum content types.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 05:37:09 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
#230123: Newest pgsql refuses to do automatic type conversions.

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 05:34:23 2008 UTC (20 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.11: +4 -4 lines
Diff to previous 1.3.2.11 , to branch point 1.3
#230123: Newest pgsql refuses to do automatic type conversions.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 21:58:55 2008 UTC (21 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
#222477: forum_access_node_access_records() didn't return its result, by anantagati.

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 19:48:36 2008 UTC (21 months, 1 week ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.10: +2 -2 lines
Diff to previous 1.3.2.10 , to branch point 1.3
Tune message string (no functional change).

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 16:55:49 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.9: +3 -3 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Provide a message for uninitialized forums when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 16:39:11 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Provide a message for uninitialized forums when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 15:00:50 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15
Avoid E_NOTICEs (cosmetic).

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 14:59:12 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.8: +7 -7 lines
Diff to previous 1.3.2.8 , to branch point 1.3
Avoid E_NOTICEs (cosmetic).

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 13:51:51 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
#221095: Fix caching in forum_access_access(), by Josh Benner.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 13:35:45 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.7: +6 -6 lines
Diff to previous 1.3.2.7 , to branch point 1.3
#221095: Fix caching in forum_access_access(), by Josh Benner.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 03:43:47 2008 UTC (21 months, 2 weeks ago) by salvis
Branch: MAIN
Changes since 1.13: +9 -2 lines
Diff to previous 1.13
Avoid E_NOTICEs.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 23:09:04 2008 UTC (22 months ago) by salvis
Branch: MAIN
Changes since 1.12: +18 -13 lines
Diff to previous 1.12
First-shot port to D6.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 00:44:37 2008 UTC (22 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.11: +48 -27 lines
Diff to previous 1.11
Copy DRUPAL-5--1-9 to HEAD to port to D6.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 22:35:33 2008 UTC (22 months, 1 week ago) by salvis
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.3.2.6: +7 -4 lines
Diff to previous 1.3.2.6 , to branch point 1.3
#175957: Don't disturb the _taxonomy_term_select structure (incompatibility with og!), adapted from Paul Kishimoto.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 19:54:55 2008 UTC (22 months, 1 week ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.5: +15 -1 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Implement new hook_node_access_explain().

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 19:25:19 2008 UTC (22 months, 1 week ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.4: +5 -4 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Remove deprecated db_num_rows(); see http://drupal.org/node/163191.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 14:08:39 2007 UTC (23 months, 1 week ago) by salvis
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.3.2.3: +9 -5 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Add caching to forum_access_node_access_records() to improve Rebuild Permissions performance.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 20:05:58 2007 UTC (23 months, 4 weeks ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.2: +4 -4 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#166497: Add forum_access_uninstall(), by VeryMisunderstood.
Minor coding style fixes.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 23:19:00 2007 UTC (2 years ago) by salvis
Branch: DRUPAL-5
Changes since 1.3.2.1: +13 -14 lines
Diff to previous 1.3.2.1 , to branch point 1.3
#120161: Allow post access to containers, so they appear in the forums combobox.
#137575: Fix PostgreSQL incompatible queries, by a_m_c.
#146622: Make moderators string translatable, by deelight.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 16:45:16 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.3: +124 -25 lines
Diff to previous 1.3
Sync from HEAD

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 16:43:16 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Fix for broken acl query

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 18:10:47 2007 UTC (2 years, 10 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Typod user_access as forum_access

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 06:36:50 2007 UTC (2 years, 10 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-5
Changes since 1.8: +10 -5 lines
Diff to previous 1.8
Fix ANOTHER problem with roles (it's not 0/1 it's 1/2 for anony/authenticated) and fix problem with forum_access_init and page caching).

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 04:01:29 2007 UTC (2 years, 10 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-4
Changes since 1.7: +31 -18 lines
Diff to previous 1.7
Fixes for administrators getting access denied and incorrect module enabling and error with roles.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 08:17:04 2007 UTC (2 years, 10 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-3
Changes since 1.6: +64 -5 lines
Diff to previous 1.6
Ensure moderator has visibility even if not in normal visibility roles

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 23:52:07 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#97457: wrong tids in hierarchy

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 21:54:33 2006 UTC (3 years ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.4: +17 -5 lines
Diff to previous 1.4
Display enhancement

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 21:38:07 2006 UTC (3 years ago) by merlinofchaos
Branch: MAIN
Changes since 1.3: +15 -5 lines
Diff to previous 1.3
#97032  PGSQL fix and #97457 disappearing forums in select

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 7 21:01:16 2006 UTC (3 years, 1 month ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
Fix defaults for edit/delete

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 7 20:51:47 2006 UTC (3 years, 1 month ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +55 -48 lines
Diff to previous 1.1
Theoretically working for 5.0 now

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 7 20:15:51 2006 UTC (3 years, 1 month ago) by merlinofchaos
Branch: MAIN
Initial checkin -- intended for 5.0 -- does not yet work

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2