Skip to content
  1. Apr 27, 2015
  2. Feb 16, 2015
  3. Oct 10, 2014
  4. Oct 09, 2014
    • Pol Dellaiera's avatar
      Fixed two functions: · fbfa2f3b
      Pol Dellaiera authored
      - max_by_item and min_by_item: To find the highest or lowest vote of an item
      - max and min: To find the highest or lowest vote of all items
      fbfa2f3b
    • Pol Dellaiera's avatar
      Fix missing .install file. · d9a299ff
      Pol Dellaiera authored
      Add a function to retrieve the configuration and a series of checks to validate it.
      7.x-1.4
      d9a299ff
    • Pol Dellaiera's avatar
      Rewrote the module once again. · e3717d87
      Pol Dellaiera authored
      Remove the 'Weighted average function', it was useless and can be recreated by choosing the right function.
      The module allows you now to define your own function to get C and m. Check the VotingAPI Example module also provided in the module.
      UI is cleaner and easier to use.
      Removed the loop in hook_votingapi_results_alter(), it's faster now.
      Implements hook_uninstall().
      Documentation will follow soon.
      7.x-1.3
      e3717d87
  5. Oct 08, 2014
  6. Oct 06, 2014