-
https://github.com/WordPoints/hooks-api/issues/103#issuecomment-187720095, in exploring the possibility of firer agnostic extensions (which seem like a go), brought up the possibility of firer-agnosti…
-
In #2 the reversal API was introduced. Its purpose is to fire reversals for any hits that occurred for an event when that event is reversed. (Like when a post is published and then unpublished). Somet…
-
In https://github.com/WordPoints/hooks-api/issues/66#issuecomment-187420112 we've concluded that we need to introduce an extension that can block reverse firers for particular reactions.
From https:/…
-
In https://github.com/WordPoints/hooks-api/issues/53#issuecomment-182054365 I discovered that `wordpoints_alter_points()` et. al. expect the data (keys and values) in the `$meta` array to be slashed. …
-
See https://github.com/WordPoints/hooks-api/issues/108#issuecomment-194310828:
> One side-effect of using the same names for action types from different event[ type]s was that it allowed us to refere…
-
The points reactor has always composed two different responses, the response to a regular fire, when it awards points, and the response to a reverse, when it reverses the transaction.
A lot of discus…
-
In https://github.com/WordPoints/hooks-api/issues/102#issuecomment-187707793 we brought up the idea of generic extensions. Currently an extension only listens to the main firer by default. The current…
-
_This ticket assesses the current state of the API, and the path forward from here._
## Basic Goal
The fundamental question here is "how can we get the next version out as quickly as possible?" In th…
-
The WordPoints entity API consists mostly of classes which descend from `WordPoints_Entityish` and thus implement `WordPoints_EntityishI`. One exception is the `WordPoints_Entity_Array` class. This fa…
-
In https://github.com/WordPoints/hooks-api/issues/53#issuecomment-181953901 we've realized that the Post Publish event currently behaves as a repeatable event because it is hooked to the post delete a…