-
The `wordpoints_*_network_option()` functions handle what I inadvisedly decided to term "network" options. These options are used on both vanilla and multisite installs. On single-site installs, they …
-
Just an enable/disable feature. In the previous points hooks API this was accomplished by dragging a hook to the Inactive Hooks area.
Kind of related: #7.
-
Should add points when a user joins a group and remove points when they leave.
-
From https://github.com/WordPoints/hooks-api/issues/66#issuecomment-167881161:
> To avoid this, what we would have to do is allow the event to fire only once, hit or miss. After that, no matter wheth…
-
In the hooks API we introduced autoloading, but this requires that we generate a fallback file for servers that are running PHP 5.2 with the SPL extension disabled. We created a grunt build task that …
-
While working on https://github.com/JDGrimes/wp-plugin-uninstall-tester/issues/2 I discovered that the points component doesn't uninstall itself properly on multisite. When running the uninstall tests…
-
See WordPoints/wordpoints#17.
-
I think that it would be useful to select a group of entities within an entity array as the target for a reaction. For example, all of the authors of the comments on a post (unique or per-comment???),…
-
While working on https://github.com/WordPoints/wordpoints/issues/321#issuecomment-227894221, I realized that our uninstall tests were failing with this:
```
Fatal error: Class 'WordPoints_Modules' no…
-
#57 introduces an issue related to #51 that has been tucked away at the back of my mind for quite some time:
> For example, say that we have a site that has trainers and trainees. We want to be able …