/[drupal]/contributions/modules/votingapi/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/votingapi/CHANGELOG.txt

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


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

Revision 1.4.4.9 - (view) (download) (annotate) - [select for diffs]
Sat Aug 15 17:59:54 2009 UTC (3 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3
Changes since 1.4.4.8: +7 -2 lines
Diff to previous 1.4.4.8 , to branch point 1.4
Updating changelog for a 2.3 release.

Revision 1.4.4.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 01:17:05 2009 UTC (4 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.4.4.7: +8 -2 lines
Diff to previous 1.4.4.7 , to branch point 1.4
Updating changelog for the 2.2 release.

Revision 1.4.4.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 19:52:37 2009 UTC (5 months ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1
Branch point for: DRUPAL-7--2
Changes since 1.4.4.6: +4 -2 lines
Diff to previous 1.4.4.6 , to branch point 1.4
Oh look more tweaks. Cleaning up the Views relationships code to make better use of the metadata.

Revision 1.4.4.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 19:37:53 2009 UTC (5 months ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.4.4.5: +2 -2 lines
Diff to previous 1.4.4.5 , to branch point 1.4
Updating changelog, tweaking views relationships to use the votingapi_metadata() information.

Revision 1.4.4.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 01:29:33 2009 UTC (5 months ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.4.4.4: +6 -2 lines
Diff to previous 1.4.4.4 , to branch point 1.4
Doc updates.

Revision 1.4.4.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 18:27:19 2008 UTC (14 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2
Changes since 1.4.4.3: +5 -1 lines
Diff to previous 1.4.4.3 , to branch point 1.4
Updating the changelog in preparation for RC1.

Revision 1.4.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 13:05:03 2008 UTC (17 months ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA6, DRUPAL-6--2-0-BETA7
Changes since 1.4.4.2: +6 -2 lines
Diff to previous 1.4.4.2 , to branch point 1.4
Guess what! Views support is rewritten again. Now VotingAPI uses Views2 relationships to atach its data, making sorts and filters more reliable. As an added bonus, votes on users and comments and other base table data items can be displayed in views as well. See the API.txt for details.

Revision 1.4.4.2 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 00:00:30 2008 UTC (17 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA-5, DRUPAL-6--2-0-BETA4
Changes since 1.4.4.1: +8 -2 lines
Diff to previous 1.4.4.1 , to branch point 1.4
Documentation tweaks.

Revision 1.4.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 00:54:19 2008 UTC (19 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Several important bug fixes for the D6 version of VotingAPI. #223517, #232233, #232236, and #235174 fixed thanks to patches posted by quicksketch and sammys. Also checked in an initial stub file for views2 integration, removing the old hook_init() code since Views2 handles pulling the inc files in itself.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 03:02:34 2007 UTC (2 years, 4 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +6 -2 lines
Diff to previous 1.3
Early stab at VotingAPI for Drupal 6 -- HEAD is the proper place for it, not the mistaken DRUPAL-5 branch checking made earlier. This branch will be moved to the appropriate D6 branch when related issues are sorted out.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 9 00:15:01 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
As it turns out, my modules are the only ones that used hook_votingapi() directly. I've removed it in favor of the discrete hooks; SimpleVote and nmoderation will follow.

Also, added support for taxonomy terms in the internal _votingapi_load_content() function.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 02:08:17 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
Unstable development version. Do NOT use this checkin on production sites! Stick with the DRUPAL-4-7 branch.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 2 04:25:19 2006 UTC (3 years, 6 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1
Branch point for: DRUPAL-4-7
The action loading and caching infrastructure has been made much more robust, and CRUD functions are in place for reading and writing user-created actions.

voting_actions.module has now been added to facilitate direct user manipulation of action criteria, etc. It's the part that's still heavily under development. In many installations, it'll be unecessary.

The votingapi_delete_vote() function no longer automatically recalculates. Modules using it should call recalculate manually after explicitly removing a vote.
Those needing a consistent, stable VotingAPI should probably still stick with the 4.7 branch. This version will be branched as soon as the issues are ironed out.

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