/[drupal]/contributions/modules/smackdown/smackdown.js
ViewVC logotype

Log of /contributions/modules/smackdown/smackdown.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.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 20:55:33 2009 UTC (3 weeks, 2 days ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.12: +3 -3 lines
Diff to previous 1.1.2.2.2.12 , to branch point 1.1.2.2
addition to #612696

Revision 1.1.2.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 20:13:58 2009 UTC (3 weeks, 2 days ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.11: +3 -3 lines
Diff to previous 1.1.2.2.2.11 , to branch point 1.1.2.2
#612696 by JacobSingh: fixing voting selector

Revision 1.1.2.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 16:39:34 2009 UTC (5 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.10: +4 -9 lines
Diff to previous 1.1.2.2.2.10 , to branch point 1.1.2.2
#599532 by Scott Reynolds - Better hook_menu() implementation
#599550 by Scott Reynolds - hook_nodeapi()  param useage
#567570 by Scott Reynolds - Use  instead of
#611966 by Scott Reynolds - Use drupal_get_token() and drupal_valid_token()
#599614 by Scott Reynolds - Set context if available

Revision 1.1.2.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 22:41:28 2009 UTC (3 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.9: +14 -12 lines
Diff to previous 1.1.2.2.2.9 , to branch point 1.1.2.2
making sure that the variable we need is defined before operation upon it.

Revision 1.1.2.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 21:17:34 2009 UTC (3 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.8: +2 -2 lines
Diff to previous 1.1.2.2.2.8 , to branch point 1.1.2.2
fixing error in javascript where Drupal.theme was used incorrectly.

Revision 1.1.2.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 19:02:46 2009 UTC (3 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.7: +83 -81 lines
Diff to previous 1.1.2.2.2.7 , to branch point 1.1.2.2
 better js formatting

Revision 1.1.2.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 23 22:02:55 2009 UTC (4 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.6: +18 -14 lines
Diff to previous 1.1.2.2.2.6 , to branch point 1.1.2.2
#527802 by tim.cosgrove - remove console.logs from js.
Proper useage of Drupal.theme and Drupal.t
New way to override the location that you're taken to after voting on a smackdown.

Revision 1.1.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 01:17:02 2009 UTC (4 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.5: +3 -3 lines
Diff to previous 1.1.2.2.2.5 , to branch point 1.1.2.2
fixing a bug where js variables were added mulitple times in some cases. also implementing the proper use of .replace() in js

Revision 1.1.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 00:36:23 2009 UTC (6 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.4: +13 -8 lines
Diff to previous 1.1.2.2.2.4 , to branch point 1.1.2.2
Some major changes: smackdowns can now be content type ambigious, meaning you're not just limited to one content type

Revision 1.1.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 00:09:12 2009 UTC (6 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.3: +30 -8 lines
Diff to previous 1.1.2.2.2.3 , to branch point 1.1.2.2
Syncing with changes from our community platform

Revision 1.1.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 21:55:43 2009 UTC (9 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.2: +9 -6 lines
Diff to previous 1.1.2.2.2.2 , to branch point 1.1.2.2
updated README. Added requirement for content copy in hook_requirements(). Added js theming of the voting indicator. Better /next determination. More accurate SESSION stores. better default theme of results.

Revision 1.1.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 07:04:47 2009 UTC (10 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.1: +5 -4 lines
Diff to previous 1.1.2.2.2.1 , to branch point 1.1.2.2
move the sid var set to the module instead of trying to detect it in js.
- provide a results tab themed similar to polls.

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:38:51 2008 UTC (11 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +56 -44 lines
Diff to previous 1.1.2.2
adding first iteration of D6 version of smackdown

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 16:48:53 2008 UTC (15 months ago) by sirkitree
Branch: DRUPAL-5--2
Branch point for: DRUPAL-6--1
Changes since 1.1.2.1: +1 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixing #298713, #244436

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 20:54:40 2008 UTC (22 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-5--2
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
fixing issue where base_path was not in the js file

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 23 00:40:47 2007 UTC (2 years, 2 months ago) by sirkitree
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5--2
Initial commit of the smackdown module.

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