-
https://github.com/WordPoints/wordpoints/issues/404#issuecomment-314212848:
>I've just realized that when there is no per-site install routine to run, the IDs of the sites aren't added to the list …
-
This [has been requested](https://wordpress.org/support/topic/get-list-of-ranks/#post-8655476), and see https://trello.com/c/BJlz67lD.
-
Up to this point we have sort of been making the unspoken assumption that libraries are going to be identified by a slug. However, it isn't as simple as that. Libraries can originate from various loca…
-
If the text of a log cannot be regenerated, then we shouldn't update it. Currently in that case the text of the log will be changed to `(no description)`. See #16.
-
In https://github.com/WordPoints/wordpoints/issues/703#issuecomment-321920059 we decided that perhaps it would be best to just handle curating the list of installed site IDs for an installable interna…
-
This would get users started, and allow them to see how things can be used without having to explore every nook and cranny.
However, the reason that I shied away from doing this is that it will mea…
-
In https://github.com/WordPoints/wordpoints/issues/642#issuecomment-308847531 we noted that `wordpoints_refresh_rank_users()` could use some performance improvements.
- It should run in batches, us…
-
I was just struggling with why a query for a hook reversal wasn't matching the hit that I could plainly see in the database. I was sure that it had something to do with slashing, but I finally figured…
-
Two issues on line 339 of components/points/admin/includes/functions.php :
` `
1. 'label' tag mispelled
2. label tag unclosed
This causes all subsequent profile html (from wordpress core an…
-
The un/installer class bundles all of the bootstrap for installation, uninstallation, and update, into a single class. It is growing to thousands of lines long, with hundreds of methods. We need to re…