competition 8.x-1.x-dev

New features

Initial dev release for the D8 version of the module. Bears little to no resemblance to the D5 version ;)

competition 5.x-1.0-rc1

Bug fixes
Unsupported

Changes:

  1. http://drupal.org/cvs?commit=126406 - Changing an entry's associated competition now also sets the correct parent.
  2. http://drupal.org/cvs?commit=126455 - Implemented hook_relativity_detach() to remove the associated competition.
  3. http://drupal.org/cvs?commit=129844 - Added a relativity patch as a dependency.

competition 5.x-1.0-beta3

Bug fixes
Unsupported

Changes:

  1. http://drupal.org/cvs?commit=119014: Created a view for use in the nodereference picker for winners.
  2. http://drupal.org/cvs?commit=119750: Fixed argument handler for Competition: ID.
  3. http://drupal.org/cvs?commit=120571: Changed the Open Competitons view to Latest Competitions.
  4. http://drupal.org/cvs?commit=120618: Added voting links to competition nodes.

Here is some rough documentation until we release something official:

  1. Install & enable the module as normal.
  2. Set the appropriate permissions.
  3. Configure the module over at /admin/settings/competition.
  4. The Node Relativity module needs to be configured so that the following are true*:
    • The Competition type is a parent of the Competition Entry type.
    • The Competition Entry type is the parent of whichever content types are chosen as competition entry data, those content types checked over at /admin/settings/competition.
  5. Select those same content types over at /admin/settings/versus.
  6. As an admin, create once or more competitions.
  7. Users should now be able to create competition entries.
  8. Once competitions in the current round close, change the site's state to the voting phase.
  9. Users can now vote on each other's entries.

competition 5.x-1.0-beta2

New features
Bug fixes
Unsupported

Changes:

  • Exposed Competition: ID as a field to Views.
  • Exposed Competition: ID as an argument to Views.
  • Moved the submittable content types setting from the module's settings to a CCK field in the Competition content type.
  • Added links to standings on Competition nodes.
  • Added an "All Competitions" view sorted by round (descending).
  • Fixed some bugs.

competition 5.x-1.0-beta1

New features
Unsupported

Here is the initial beta. I apologize for taking while to get this out; I was on vacation for the last little while. A major component that's missing is documentation. I'm planning to get this done soon.

Here is some rough documentation:

  1. Install & enable the module as normal.
  2. Set the appropriate permissions.
  3. Configure the module over at /admin/settings/competition.
  4. The Node Relativity module needs to be configured so that the following are true*:
    • The Competition type is a parent of the Competition Entry type.
    • The Competition Entry type is the parent of whichever content types are chosen as competition entry data, those content types checked over at /admin/settings/competition.
  5. Select those same content types over at /admin/settings/versus.
  6. As an admin, create once or more competitions.
  7. Users should now be able to create competition entries.
  8. Once competitions in the current round close, change the site's state to the voting phase.
  9. Users can now vote on each other's entries.
  10. When the voting phase ends, move the site to the post-voting stage & then enter the winners into competitions.
  11. When you'd like to move to the next round, move the site to the next phase and start again.

competition 5.x-1.x-dev

New features

This is still under heavy development, and probably won't do anything for you. You've been warned!

Subscribe with RSS Subscribe to Releases for Competition