/[drupal]/contributions/modules/advpoll/advpoll-vote.js
ViewVC logotype

Log of /contributions/modules/advpoll/advpoll-vote.js

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.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 16:02:47 2009 UTC (7 months, 2 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.1.2.11.2.3: +97 -67 lines
Diff to previous 1.1.2.11.2.3 , to branch point 1.1.2.11
#376294: (sponspored) Refactor drag-and-drop to use built-in tabledrag.js and allow click-to-add. Also fix various other bugs.

Revision 1.1.2.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 19:27:49 2009 UTC (9 months, 3 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.1.2.11.2.2: +3 -1 lines
Diff to previous 1.1.2.11.2.2 , to branch point 1.1.2.11
Return false when user clicks X in drag-and-drop so browser doesn't visit #.

Revision 1.1.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 16:38:39 2009 UTC (9 months, 3 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.1.2.11.2.1: +96 -1 lines
Diff to previous 1.1.2.11.2.1 , to branch point 1.1.2.11
#357448 - (sponsored) Add drag and drop support for ranking polls if jquery_update and jquery_ui are available. Also fix write-in handling in D6. Schweet.

Revision 1.1.2.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 03:56:49 2009 UTC (9 months, 4 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.1.2.11: +5 -20 lines
Diff to previous 1.1.2.11
First attempt to fix write-in JavaScript in D6 port.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 18:37:33 2007 UTC (23 months, 2 weeks ago) by fajerstarter
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta6
Branch point for: DRUPAL-6--1
Changes since 1.1.2.10: +5 -11 lines
Diff to previous 1.1.2.10 , to branch point 1.1
#100427: Make validation to check if user has already voted work. Also removed some JS that were in place to prevent this, since it's not needed any more.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 20:50:23 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.9: +5 -6 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#173135 by me and Anders: Ye shalt have clean code and update thy database.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 23:41:00 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.8: +5 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#173030 by me: Fix polls without write-ins enabled.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 15:36:47 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.7: +51 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#100496 by J.D., me, and Anders: Support write-in choices.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 15:40:49 2006 UTC (2 years, 11 months ago) by fajerstarter
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta1, DRUPAL-5--1-0-beta2, DRUPAL-5--1-0-beta3, DRUPAL-5--1-0-beta4, DRUPAL-5--1-0-beta5
Changes since 1.1.2.6: +3 -4 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Didn't seem like blinking fadeIn()  in Firefox was solved by the extra code in the previous commit anyway, so reverting to the cleaner code.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 15:02:45 2006 UTC (2 years, 11 months ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.1.2.5: +9 -4 lines
Diff to previous 1.1.2.5 , to branch point 1.1
* Separate error and status messages from the Ajax response.
* Fade in messages
* Sneaked in a code comment..

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 13:43:28 2006 UTC (2 years, 11 months ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fix bug that commit 46757 introduced which broke Ajax voting in IE and Opera.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 06:17:57 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.3: +17 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Unique ids for voting forms and vote submit buttons
Fix bug where form response is always sent as ajax
Check if user has already voted in _validate
#100427, On a poll submit, disable vote button for each of that poll's forms
Properly check if vote is cancellable when using ajax
Make progress on correctly displaying block code when submiting a vote via ajax

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 02:27:07 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.2: +4 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Use form_values rather than $_POST when checking for Ajax

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 06:02:48 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1.2.1: +39 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Merge DRUPAL-5 branch with HEAD

Revision 1.1.2.1
Wed Nov 29 02:27:06 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.1: +0 -39 lines
FILE REMOVED
file advpoll-vote.js was added on branch DRUPAL-5 on 2006-11-29 06:02:48 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 02:27:06 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
#99252 Cast votes using Ajax; refactor some results handling and split javascript into two main files - patch by fajerstarter and me

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