/[drupal]/contributions/modules/votingapi/votingapi_views.inc
ViewVC logotype

Log of /contributions/modules/votingapi/votingapi_views.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.12.4.1
Thu May 15 22:03:25 2008 UTC (18 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.12: +1 -1 lines
FILE REMOVED
Removing the outdated votingapi_views file from this branch.

Revision 1.11.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 14:13:44 2007 UTC (2 years, 4 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.11.2.6: +3 -3 lines
Diff to previous 1.11.2.6 , to branch point 1.11 , to next main 1.12
#154995 and #160561

Revision 1.12 - (view) (download) (as text) (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.11: +265 -630 lines
Diff to previous 1.11
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.11.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 15:10:59 2007 UTC (2 years, 7 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.11.2.5: +73 -16 lines
Diff to previous 1.11.2.5 , to branch point 1.11
Some fixes to make the views integration code more reliable.

Revision 1.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 22 12:50:30 2007 UTC (2 years, 8 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.11.2.4: +9 -2 lines
Diff to previous 1.11.2.4 , to branch point 1.11
Fixes a critical bug that prevented new installations of VotingAPI from working.

Revision 1.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 09:59:55 2007 UTC (2 years, 8 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.11.2.3: +33 -55 lines
Diff to previous 1.11.2.3 , to branch point 1.11
Adding cleaner support for vote result formatters in views, and fixing code style issues.

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 18 12:27:51 2007 UTC (2 years, 8 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.11.2.2: +59 -25 lines
Diff to previous 1.11.2.2 , to branch point 1.11
#128862 - no way to explicitly select the current user's vote. Thanks, patachon!

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 17 06:59:26 2007 UTC (2 years, 8 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.11.2.1: +233 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Working VotingAPI integration with Views. No, seriously.

Revision 1.11.2.1
Sat Oct 14 03:31:57 2006 UTC (3 years, 1 month ago) by eaton
Branch: DRUPAL-5
Changes since 1.11: +0 -674 lines
FILE REMOVED
file votingapi_views.inc was added on branch DRUPAL-5 on 2007-03-17 06:59:26 +0000

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 03:31:57 2006 UTC (3 years, 1 month ago) by eaton
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.10: +124 -2 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 00:20:19 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Badly formed $Id$ tags weren't getting expanded.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 17:19:26 2006 UTC (3 years, 6 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1
Branch point for: DRUPAL-4-7
Changes since 1.8: +130 -0 lines
Diff to previous 1.8
More work on streamlining the actions system, and the beginnings of a UI for managing module-supplied voting action sets.

Also, a new setting has been introduced -- vote result calculation can be deferred until cron-time. This can be useful on heavy-load sites where MANY votes are being cast and complex, db-intensive calculations are used to weight the results.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 02:32:35 2006 UTC (3 years, 7 months ago) by eaton
Branch: MAIN
Changes since 1.7: +17 -51 lines
Diff to previous 1.7
Major enhancements to the actions subsystem, the addition of an experimental widgets library, and the (beginnings) of major enhancements to views integration.

Using the latest CVS version of Views.module, it's now possible to display a particular vote result (say, the number of people who've voted) without using esoteric combinations of filters.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 21 00:48:21 2006 UTC (3 years, 8 months ago) by eaton
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
Adding $Id tag

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 04:21:36 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
Changes since 1.5: +9 -23 lines
Diff to previous 1.5
Important commit -- the data type of the value_type field has been changed to accomodate a wider range of voting systems, especially in situations when several are used on one site.

If you're using the latest 4.7 cvs, hit your site's update.php, and run the VotingAPI updates. All existing table data will be converted automatically.

A new votingapi $op is now available as well, allowing modules to format their own data for use in tables, etc. See SimpleVote module for an example.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 04:10:13 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
Changes since 1.4: +201 -28 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 14:40:41 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
Changes since 1.3: +47 -29 lines
Diff to previous 1.3
Exposing more bits via Views -- a listing of all individual votes cast for a particular node can now be created.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 12 19:42:32 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
Changes since 1.2: +77 -2 lines
Diff to previous 1.2
Added quite a bit more stuff, including support for module-specific formatting of vote value strings, etc.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 12 09:01:25 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
Changes since 1.1: +36 -4 lines
Diff to previous 1.1
Aded some additional filtering capabilities. It's now possible to create a Node Moderation view, with current voting results displayed. Module-overridden formatting of the result value coming shortly.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 12 04:38:31 2006 UTC (3 years, 9 months ago) by eaton
Branch: MAIN
First stab at Views integration with VotingAPI. Configuring it is a little ugly -- mainly useful for custom modules that want to expose a vote-based default_view without coding all the table/field/filter stuff for Views.

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