-
See https://core.trac.wordpress.org/changeset/35151.
-
As far as I can see, `WordPoints_Module_Paths` is the only class that we have that isn't in its own file. Shame on us.
-
Via https://github.com/WordPoints/wordpoints/issues/594#issuecomment-268651514 and https://github.com/WordPoints/wordpoints/issues/594#issuecomment-268654533:
> For some reason our tests are gettin…
-
This is a hold-over from CubePoints, and it is just inconsistent with the term used by WordPress and most plugins. So let's do users a favor and make things simpler by changing it. This might be espec…
-
We realized this in https://github.com/WordPoints/wordpoints/issues/529#issuecomment-280677700:
>The comment_type field actually raises an interesting question. For regular comments, it can be eith…
-
For the integer and decimal number data types.
-
As far as numbers go, we currently only have the `integer` data type. But we've always intended to introduce a data type for floats, and we've come across a use for one in https://github.com/WordPoint…
-
See https://github.com/WordPoints/buddypress/issues/6#issuecomment-269241085.
-
See https://github.com/WordPoints/buddypress/issues/4#issuecomment-267450036.
-
After the Hooks API was merged in #321, we now have a built-in autoloader. We should move all of our classes so that they can take advantage of this. This is a potentially breaking change, though it d…