-
When a module path is registered in `WordPoints_Module_Paths::register()`, it needs to be the path to the module in the modules directory. From that will we get the realpath. However, it is easy to fo…
-
We used to run this on HHVM, which would [complete in about 12 minutes](https://travis-ci.org/WordPoints/wordpoints/jobs/211057721). Because we dropped HHVM (see #219), we switched it to run on PHP 7.…
-
Previously: https://github.com/WordPoints/hooks-api/issues/54
-
Previously: https://github.com/WordPoints/hooks-api/issues/6
-
This is a long-term project that will take some preparation. Some details on that can be found in https://github.com/WordPoints/hooks-api/issues/23. In part what we'd like to do is get better parity b…
-
This is a follow-up to https://github.com/WordPoints/hooks-api/issues/10.
https://github.com/WordPoints/hooks-api/issues/10#issuecomment-166353137 outlines the technical issues that this presents …
-
Introduce date data types, and also hook conditions relating to them.
See https://github.com/WordPoints/buddypress/issues/1#issuecomment-242832836
-
> Dynamic hooks should be named using interpolation rather than concatenation for readability and discoverability purposes.
>
> Dynamic hooks are hooks that include dynamic values in their tag name,…
-
I've thought this would be useful many times, most recently in https://github.com/WordPoints/buddypress/issues/17#issuecomment-269061085. I think that we could take advantage of it in core right now f…
-
Previously: https://github.com/WordPoints/hooks-api/issues/5
Some good info in that ticket, including some (old) code.
I think that maybe we need this for the badges extension, though my brain isn't…