/[drupal]/contributions/modules/commentrss/commentrss.install
ViewVC logotype

Log of /contributions/modules/commentrss/commentrss.install

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.1.2.2.2.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 23:58:01 2009 UTC (2 months, 1 week ago) by davereid
Branch: DRUPAL-6--2
Changes since 1.1.2.2.2.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2.2.1.2.2 , to branch point 1.1.2.2.2.1
by Dave Reid: Minor @file documentation improvement.

Revision 1.1.2.2.2.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 17 15:56:31 2009 UTC (4 months, 1 week ago) by davereid
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.1.2.2.2.1.2.1: +8 -1 lines
Diff to previous 1.1.2.2.2.1.2.1 , to branch point 1.1.2.2.2.1
#316080 by Dave Reid: Fixed the default local tab menu details and removed unnecessary code.

Revision 1.1.2.2.2.1.2.1 - (view) (download) (as text) (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
Changes since 1.1.2.2.2.1: +1 -2 lines
Diff to previous 1.1.2.2.2.1
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.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 08:43:23 2008 UTC (14 months, 3 weeks ago) by goba
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2
Branch point for: DRUPAL-6--2
Changes since 1.1.2.2: +7 -14 lines
Diff to previous 1.1.2.2
Fix help and settings wording

Revision 1.1.2.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 13:30:55 2008 UTC (19 months ago) by goba
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2
Changes since 1.1.2.2: +7 -14 lines
Diff to previous 1.1.2.2
Generic UI cleanup and bugfixing.

- Clean up install and uninstall process. Use consistent variable defaults
  instead of defaults set on installation.
- #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.
- Simplified callbacks for feeds so that we don't need internal wrapper.
- #187595 report by Boobaa: tie to 'access comments' permission instead of
  'access content' for access to the comments feeds.
- 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.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 04:20:06 2007 UTC (2 years, 4 months ago) by tangent
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-6--1-0
Branch point for: DRUPAL-5--2, DRUPAL-6--1
Changes since 1.1.2.1: +25 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Initial commit

Revision 1.1.2.1
Sun Jul 15 20:17:07 2007 UTC (2 years, 4 months ago) by tangent
Branch: DRUPAL-5
Changes since 1.1: +0 -25 lines
FILE REMOVED
file commentrss.install was added on branch DRUPAL-5 on 2007-07-16 04:20:06 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 15 20:17:07 2007 UTC (2 years, 4 months ago) by tangent
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Initial commit

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