-
See [WP#29820](https://core.trac.wordpress.org/ticket/29820).
-
We should show the admins a notice when a license has expired. This could be something that is a scheduled check, or, better yet, we could see if it is possible to get this information from the respo…
-
-
See https://core.trac.wordpress.org/changeset/34828 (part of WordPress 4.4).
-
We cache the list of users who have a rank in the `wordpoints_users_with_rank` cache group. This doesn't really make sense, because this query is not run very often, only when the next rank is added o…
-
I just got an email from somebody with 60,000 users, and they say that creating one rank is taking hours to process. We knew that this could potentially be a problem when we first created the ranks co…
-
This will basically consist of a merge of the [WordPoints.org module](https://github.com/WordPoints/wordpointsorg/), except that there will be some changes we want to make in the process.
We did no…
-
This was specifically requested. In theory the same thing could be achieved via shortcode on the front end, the admin can view it just like everybody else. However, that could potentially be more of a…
-
These don't affect the query, so they shouldn't be made part of the query signature. It just wastes space in the database by duplicating the results between queries with the empty condition and those …
-
When attempting to save a reaction with a condition on the post title, for example, everything works fine on newer versions of PHP. But when testing on PHP 5.2, there is an error:
>The “comme…