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

Log of /contributions/modules/forumthread/forumthread.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.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 27 05:43:42 2008 UTC (10 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-6--1
Changes since 1.5.2.6: +2 -5 lines
Diff to previous 1.5.2.6 , to branch point 1.5
#343486 correct implementation of hook_alter

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 17:36:08 2008 UTC (15 months, 3 weeks ago) by brauerranch
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.5.2.5: +2 -2 lines
Diff to previous 1.5.2.5 , to branch point 1.5
Fix #291138 reported by Markpanzee - url() function had improper Drupal 5 arguments instead of Drupal 6.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 05:47:18 2008 UTC (15 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.11: +3 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1 , to next main 1.5
Backport of fixes for date & SQL Cleanup

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 00:40:24 2008 UTC (15 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.5.2.4: +5 -2 lines
Diff to previous 1.5.2.4 , to branch point 1.5
Fix block names and make dates work for both blocks and forum main page display

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 00:37:26 2008 UTC (15 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-6--1
Changes since 1.5.2.3: +2 -7 lines
Diff to previous 1.5.2.3 , to branch point 1.5
Modifications to forumthread module to make dates display properly

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 00:11:49 2008 UTC (15 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-6--1
Changes since 1.5.2.2: +3 -3 lines
Diff to previous 1.5.2.2 , to branch point 1.5
Fixes:
#286620 reported by eurekaloop - Blocks not displaying correct dates for nodes

Update:
Removed unused JOIN in SQL query

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 06:05:31 2008 UTC (17 months, 3 weeks ago) by brauerranch
Branch: DRUPAL-6--1
Changes since 1.5.2.1: +2 -2 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Fix bug in Comment Page compatability.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 25 18:49:55 2008 UTC (18 months ago) by brauerranch
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.5: +237 -143 lines
Diff to previous 1.5
#259620 (intchanter) Initial Drupal 6 conversion

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 21 14:31:49 2008 UTC (18 months ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.10: +5 -5 lines
Diff to previous 1.1.2.10 , to branch point 1.1
#258125 reported by maciagt. Incorrectly built links outside of the l() function.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 05:03:36 2008 UTC (18 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.9: +2 -51 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Removing unused bloat code.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 15:50:27 2008 UTC (18 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.8: +1 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
removing debugging code that should not have been committed

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 15:48:33 2008 UTC (18 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.7: +11 -4 lines
Diff to previous 1.1.2.7 , to branch point 1.1
updates to the use of jquery to be optional

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 17:32:30 2008 UTC (18 months, 3 weeks ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Fix selector error in forumthread_skipone.js, coding style fix and cvs ID fix in .js files

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 07:23:54 2008 UTC (18 months, 3 weeks ago) by brauerranch
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.1.2.5: +49 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Added jquery folding of comments on forum nodes

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 06:08:38 2008 UTC (19 months ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.4: +29 -11 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fixing block display and adding support for Comment Page module if installed

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 06:35:21 2008 UTC (19 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.3: +9 -20 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Coding style cleanup

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 19 23:55:10 2008 UTC (19 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.2: +98 -127 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Revised module to use the forum display for the forum list and containers while providing a threaded list when displaying forum topics within a forum

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 01:24:13 2008 UTC (19 months, 1 week ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1.2.1: +137 -26 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixed sorting and added settings that are distinct from forum module's settings

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 19:49:41 2008 UTC (19 months, 4 weeks ago) by brauerranch
Branch: DRUPAL-5
Changes since 1.1: +129 -27 lines
Diff to previous 1.1
initial DRUPAL-5 commit

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 27 21:53:05 2008 UTC (19 months, 4 weeks ago) by brauerranch
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
fixing a bug in db_rewrite_sql implementation

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 06:12:59 2008 UTC (20 months ago) by brauerranch
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA
Changes since 1.3: +105 -11 lines
Diff to previous 1.3
The beta release

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 06:29:58 2008 UTC (21 months, 1 week ago) by brauerranch
Branch: MAIN
Changes since 1.2: +22 -14 lines
Diff to previous 1.2
progressing towards beta release

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 16:14:18 2008 UTC (21 months, 1 week ago) by brauerranch
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
Coding style cleanup

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 22:35:38 2008 UTC (21 months, 1 week ago) by brauerranch
Branch: MAIN
Branch point for: DRUPAL-5
Initial commit of forumthread module. This module provides a simple threaded view of forums.

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