/[drupal]/contributions/modules/commentrss/README.txt
ViewVC logotype

Log of /contributions/modules/commentrss/README.txt

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


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

Revision 1.6.2.1.2.2.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 14:09:17 2008 UTC (13 months, 3 weeks ago) by goba
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.6.2.1.2.2: +10 -15 lines
Diff to previous 1.6.2.1.2.2
Forward porting changes to commentrss from 5.x-1.x to 5.x-2.x, including:
 -  #214958 by Junyor and myself: add context to comment feeds, so people can identify where comments are coming from
  - #161150 report by twohills, patch by myself: Add different options for site
    front page feed exposure, and prevent all site feed from appearing on
    other pages. Setting backwards compatible.
  - Update help text to describe feed features better.
  - Moved settings page under 'RSS publishing' setting in admin > content.
  - #198151 report by ragaskar, patch by myself: avoid node comment RSS feed
    from appearing on other pages.
  - Removed lots of dead code from node comment feed generation code.
  - #189829 reported by zostay, mostly fixed already, but one missing piece:
    Built in check for comment support on node, so that a node feed will not
    be accessible at all if the node does not support comments.
  - Remove vocabulary feed as vocabulary_list module is not supported for
    years. Will look into Views integration later.
  - Added lots of phpdoc to API functions.
  - Align namespace handling in channel feed to core patch suggested at #157709
  - Rethink commentrss_format_items() to join on {users} instead of doing a
    user_load() on all comments handled. This leads to much better performance.
  - Better descriptions on settings.

Also used Drupal 6 features to split the module into pages.inc, admin.inc and the main module file only containing core hook callbacks, minimizing memory footprint.

Revision 1.6.2.2.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 14:05:11 2008 UTC (13 months, 3 weeks ago) by goba
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1, DRUPAL-5--2-2
Changes since 1.6.2.2.2.1: +1 -1 lines
Diff to previous 1.6.2.2.2.1 , to branch point 1.6.2.2
sites/all/modules is preferred

Revision 1.6.2.2.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 13:57:14 2008 UTC (13 months, 3 weeks ago) by goba
Branch: DRUPAL-5--2
Changes since 1.6.2.2: +10 -15 lines
Diff to previous 1.6.2.2
Update readme to 5.x-2.x functionality

Revision 1.6.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 22:59:51 2008 UTC (18 months, 3 weeks ago) by goba
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--2-0
Branch point for: DRUPAL-5--2
Changes since 1.6.2.1: +3 -2 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.7
Fixing readme

Revision 1.6.2.1.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 22:58:56 2008 UTC (18 months, 3 weeks ago) by goba
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2
Branch point for: DRUPAL-6--2
Changes since 1.6.2.1.2.1: +3 -2 lines
Diff to previous 1.6.2.1.2.1 , to branch point 1.6.2.1 , to next main 1.6.2.2
Fixing readme

Revision 1.6.2.1.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 22:51:43 2008 UTC (18 months, 3 weeks ago) by goba
Branch: DRUPAL-6--1
Changes since 1.6.2.1: +1 -1 lines
Diff to previous 1.6.2.1
#215278 by add1sun: port commentrss module to Drupal 6

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 05:28:29 2007 UTC (2 years, 4 months ago) by tangent
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +16 -24 lines
Diff to previous 1.6
Updated to reflect major changes

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 05:26:20 2007 UTC (2 years, 4 months ago) by tangent
Branch: DRUPAL-5
Branch point for: DRUPAL-6--1
Changes since 1.6: +16 -24 lines
Diff to previous 1.6
Updated to reflect major changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 11:43:14 2006 UTC (2 years, 11 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
update readme for 5.0

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 22:28:44 2006 UTC (3 years, 4 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.4: +11 -15 lines
Diff to previous 1.4
Updated for 4.7, thanks Moshe for the TODO notes

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 16:58:50 2005 UTC (4 years, 10 months ago) by goba
Branch: DRUPAL-4-5
Branch point for: DRUPAL-4-6
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 , to next main 1.7
give examples of comment rss feed URLs (backported from HEAD)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 16:58:31 2005 UTC (4 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
give examples of comment rss feed URLs

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:56:44 2004 UTC (4 years, 10 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.2: +9 -4 lines
Diff to previous 1.2
updated for 4.5, and also added per node type comment feeds, as I needed them for a project - will tag for 4.5 shortly

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 19:43:58 2004 UTC (5 years ago) by uwe
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
README -> README.txt (occurences within files corrected), as announced on the
devel mailinglist.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:01:33 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.

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