-
First commit of the installation profile. Needs refactoring and it's not working yet.
-
Created a distribution makefile that enable the installation of the complete distribution. This is done due to the license issues of drupal.org make file.
-
Created a skeleton makefile that autogenerates the correct drupal-org.make file.
-
#558286 by gregarios: Fixed the javascript concatenation bug.
-
Added views support: now you can add a widget field to your field views. Deleted vote_up_down_views.inc which was incomplete and has wrong name.
-
Added tests for vote up and vote down different permissions.
-
Changes to make vote up and vote down different permissions working.
-
Fixed bug "Vote up down points widget doesn't show the correct id". Added vote up and vote down different permissions.
-
Line 121, changed a wrong regular expression. Now it passes every test.
-
#203729 by ingo86: Removed a wrong typed underscore inside the hook_menu. Now ?q=user_karma/karma_mass_recalculation is accessible.