-
[Some deprecated functions are being removed in WordPoints 2.0](http://wordpoints.org/developer-guide/updating-to-2-0/). We'll want to remove references to them.
-
Similar to #138, we should run the tests with WordPoints network active. I'm currently in the process of creating some tests for https://github.com/WordPoints/wordpoints/issues/562, and these will spe…
-
When introducing the message entity in #1, we considered the possibility of a message thread entity relationship. Somehow I didn't end up discussing it at all in the ticket though. I'm not sure if it …
-
As a step toward https://github.com/WordPoints/wordpoints/issues/389 and completely deprecating the whole old points hooks API, we need to import all of the old hook instances on legacy sites to the n…
-
In anticipation of possibly allowing component network-activation status to be independent of whether WordPoints is network active, I think we should introduce a `is_wordpoints_component_network_activ…
-
If a class implements a magic getter for protected properties, it isn't possible to use the `values_key` and `options_key` args with those properties. This is because the object will just be cast to a…
-
During a module's uninstall routine, it is sometimes useful to be able to check whether WordPoints itself is being uninstalled, or just the module. Because of WordPoints itself is being removed, then …
-
When an extension is deactivated, an action is fired that the extension can hook into to run certain code on deactivation. For example, it is common practice to deregister any cron jobs on deactivatio…
-
In https://github.com/WordPoints/wordpoints/issues/645#issuecomment-302415982, we realized that proving updates for plugins is something that WordPress only does in the context of the main site/networ…
-
See https://github.com/WordPoints/wordpoints/issues/762#issuecomment-384753669