-
I think https://github.com/WordPoints/wordpoints/issues/703#issuecomment-321902407 summarizes fairly well:
> As noted in https://github.com/WordPoints/wordpoints/issues/704#issuecomment-318859561 t…
-
When updating an individual module it is deactivated before the update, and then reactivated afterward. If any errors occur during reactivation, then it is left inactive and the user is notified. Howe…
-
Currently it uses success type styling, but more recently the info type notice styling has been introduced to core.
![wordpoints_ _configure_ _wordpress_develop_ _wordpress_-_2017-02-27_08 42 44](h…
-
Currently we save each one separately, which is sub-optimal.
See https://github.com/WordPoints/wordpoints/issues/404#issuecomment-314213809
Related: #703
-
When uploading a new cover image, points for previously uploaded images should be removed. However, they aren't. Instead, you are awarded points each time you upload a new images, and the points are n…
-
Just so that they know absolutely for sure what they are doing.
-
This was holdover from the .org extension, which was built when transients had severe length limits. However, now even [site transients can be 167 characters in length](https://developer.wordpress.org…
-
We found a bug in our unit tests for entities (https://github.com/WordPoints/wordpoints/issues/461#issuecomment-312373050) that once fixed as now also revealed some bugs in our code.
The bug was th…
-
It has been [requested to add a category action to the Post points hook](https://wordpress.org/support/topic/category-46?replies=6).
I think this will be a good test of whether our API is flexible en…
-
While working on https://github.com/WordPoints/buddypress/issues/16, I wanted to encapsulate two WordPress actions fired by BuddyPress into a single action registered with the hooks API. These actions…