/[drupal]/drupal/modules/comment/comment.pages.inc
ViewVC logotype

Log of /drupal/modules/comment/comment.pages.inc

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.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 6 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
- Patch #595084 by c960657: use type hinting for .

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 20:40:05 2009 UTC (6 weeks ago) by dries
Branch: MAIN
Changes since 1.26: +9 -15 lines
Diff to previous 1.26
- Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router paths for comment/*.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 03:07:17 2009 UTC (6 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 13:37:52 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#571604 by catch: Stop calling node_load() 3 times for every comment. ;)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 1 05:58:18 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.23: +3 -14 lines
Diff to previous 1.23
- Patch #537062 by yched: remove unneeded comment_edit() page callback and convert some code from arrays to objects for consistency.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 19:44:09 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 10:09:25 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.21: +14 -23 lines
Diff to previous 1.21
- Patch #523950 by moshe weitzman, yched, catch: update comment rendering to take full advantage of the drupal_render() paradigm.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 20:51:55 2009 UTC (4 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13, DRUPAL-6-14
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.29
Drupal 6.13

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 20:39:20 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
- Patch #504678 by catch: use objects instead of arrays.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 05:10:37 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
- Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:31 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- Patch #471070 by stella: millions of code style fixes.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 10:34:55 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.17: +5 -4 lines
Diff to previous 1.17
- Patch #468944 by Berdir: database clean-ups for comment.module.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 21:28:14 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
- Patch #372471 by JamesAn et al: killed theme_box().

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 12:41:54 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:30:26 2009 UTC (9 months ago) by webchick
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:19:55 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 16:19:29 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.12: +6 -8 lines
Diff to previous 1.12
#352337 by catch: Avoid pager query if there are no comments on a node.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 00:22:25 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter.  Oh, behave.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 31 12:02:21 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Patch #350984 by Moshe: kick comment rendering out of node module.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 16:32:21 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 19:41:14 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 21:44:01 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.7: +10 -4 lines
Diff to previous 1.7
- Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: convert comment module to new DB layer.  Doesn't break any additional tests so if we discover a regression, please submit a test with it.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:05 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 17:01:33 2008 UTC (17 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 16:30:20 2008 UTC (17 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.4: +21 -1 lines
Diff to previous 1.4
- Patch #66264 by boombatower: comment approval displayed on node view of comment.  Comes with tests and everything.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 13:12:41 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.3: +5 -6 lines
Diff to previous 1.3
- Patch #258171 by Senpai: code cleanup.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:36 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 18:53:38 2008 UTC (21 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
#216515 by chx and myself: cached forms made all subsequent forms on the page cached (critical); and a comment op check was buggy

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 21:01:44 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Branch point for: DRUPAL-6
Changes since 1.1: +10 -2 lines
Diff to previous 1.1
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 17:50:47 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4
- Patch #163499 by Crell et al: split up comment module.

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