P Richards
2014-10-16 21:23:04 UTC
HI Louis (as this is aimed mainly at you ;))
I'm just taking some time to look at your application around mantis (I think
it's probably fair to say application rather than plugin in this case)
Whilst I could easily switch off at the site of mysql_query within the
plugin ;)
I notice you have a comment on your plugin event:
# check BEFORE DELETE (but unfortunately after the 'are you sure?' page...)
'EVENT_BUG_DELETED' => 'checkTimetracks',
This strikes me as you are having to work around an issue with the
placements of hooks within Mantis - would you care to elaborate on the
issue? - as this might be a case of somewhere it would make sense for you to
add an additional hook or better placed hook.
Paul
I'm just taking some time to look at your application around mantis (I think
it's probably fair to say application rather than plugin in this case)
Whilst I could easily switch off at the site of mysql_query within the
plugin ;)
I notice you have a comment on your plugin event:
# check BEFORE DELETE (but unfortunately after the 'are you sure?' page...)
'EVENT_BUG_DELETED' => 'checkTimetracks',
This strikes me as you are having to work around an issue with the
placements of hooks within Mantis - would you care to elaborate on the
issue? - as this might be a case of somewhere it would make sense for you to
add an additional hook or better placed hook.
Paul