Thomas Gelf
df631f506e
JobHook: pass args, not argument count
2016-06-17 14:06:17 +02:00
Thomas Gelf
966afa3154
JobHook: next attempt to get callbacks right :-/
2016-06-17 14:03:17 +02:00
Thomas Gelf
80c8d6a467
JobHook: define static callable as string
2016-06-17 13:58:12 +02:00
Thomas Gelf
804a2a7fcc
JobHook: fix typo
2016-06-17 13:52:23 +02:00
Thomas Gelf
83879b5d53
JobRunner, JobHook: improve logging
2016-06-17 13:48:35 +02:00
Thomas Gelf
f32d5a646b
JobHook: add new helper methods, accept Definition
2016-05-25 12:28:07 +02:00
Thomas Gelf
d6b4d6f31c
JobHook: do not require isPending
2016-05-25 12:28:07 +02:00
Thomas Gelf
4cc70311f2
JobHook: add getSuggestedRunInterval()
2016-04-22 13:38:36 +02:00
Thomas Gelf
7efbbe5bd1
JobHook: require a description
2016-04-22 11:12:29 +02:00
Thomas Gelf
36fa4f48a0
JobHook: provide Db
2016-04-22 11:12:29 +02:00
Thomas Gelf
cf1093ef54
JobHook: provide a new hook for hookable jobs
2016-04-22 11:12:29 +02:00
Thomas Gelf
66c8d7628f
PropertyModifierHook: provide db connection
2016-03-08 22:09:59 +01:00
Thomas Gelf
d8f721081e
PropertyModifierHook: fix default name string
2016-03-06 00:16:44 +01:00
Thomas Gelf
f23c074143
DataTypeHook: also add getSetting helper method
2016-03-05 17:04:38 +01:00
Thomas Gelf
d0250dc312
PropertyModifierHook: add getSetting method
2016-03-05 17:03:31 +01:00
Thomas Gelf
4bc5afb2f8
library/Director: fix PSR2 complaints
2016-02-26 11:58:37 +01:00
Thomas Gelf
a244ad467b
PropertyModifierHook: remove erraneous methods
2016-02-18 23:32:17 +01:00
Thomas Gelf
7b65efee23
Hooks: get rid of legacy pre 2.1 hook classes
...
In case you already implemented such you have to adjust your implementations.
Just replace Director/Web/Hook with Director/Hook. Sorry for the inconvenience.
Compat classes would have been possible, but as Director isn't stable yet I'd
like to avoid doing so.
2016-02-17 10:49:57 +01:00