-
Right now you have go to the modules screen before you can add a new module. Not annoying at present, but in future we'll want to add a direct link. I'm thinking maybe it is possible to append a link …
-
The `wordpoints_debug_message()` and `wordpoints_debug()` functions should probably be deprecated. They currently aren't doing much of use. WordPress doesn't exactly have this kind of debugging functi…
-
The points logs table needs to have some changes made to it. Right now it is a dataTable, which is great because searching or moving to the next page is almost instant. The problem is that we are curr…
-
The tests are being run using WordPress's old unit testing framework, which is no longer maintained: http://unit-tests.svn.wordpress.org/trunk/ (https://unit-tests.trac.wordpress.org/)
I don't know i…
-
There are some tests that change behavior based on whether they are being run with multisite enabled, or the plugin is network active. Some of them are marked incomplete when the condition isn't met, …
-
Currently, the meta_key for the number of points for a user cannot be changed. It would be useful to allow this to be filtered. At this point I don't think that there should be a UI for it, because it…
-
This needs to be updated to allow for custom wp-admin paths
-
WordPoints should support WordPress multisite. That means is should detect when it is installed in a multisite environment, and change its behavior accordingly. What should be the difference between a…
-
Uninstallation currently gives a fatal error, because we are calling the `wordpoints_get_points_types()` when it hasn't been loaded. We need to fix this and implement better unit testing of the uninst…
-
Hi,,
I need to check if BadgeOS is compatible with Wordpress 3.8 as I get a FATAL ERROR when I try to activate it