Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tcWebHooksPlugin-1.1-alpha4.54.105.zip | 2015-11-16 | 1.8 MB | |
README.md | 2015-11-15 | 868 Bytes | |
tcWebHooksPlugin 1.1-alpha4.54.105.tar.gz | 2015-11-15 | 252.3 kB | |
tcWebHooksPlugin 1.1-alpha4.54.105.zip | 2015-11-15 | 374.6 kB | |
Totals: 4 Items | 2.5 MB | 0 |
- Fixes for ResponsibilityChanged events not triggering a webhook.
- Provides a better responsiblityChanged template for Flowdock (Fixes issue [#14])
- Adds reason for not displaying _Root webhooks for non-admin users in Webhooks Project Tab. (Fixes issue [#11]).
- Removed buildWebHookTab.jsp as it was no longer used.
- Renamed projectWebHookTab.jsp webHookTab.jsp since it is now used for Build and Project tab pages.
- Converted Flowdock XML template to Java template (Fixes [#15]) Flowdock is now supported by default without the need to copy in an XML file.
- Added ability to use ${sanitise(varName)} or ${sanitize(varName)} in a template (Fixes [#17])
- Added new project (tcwebhooks-template-builder) to build some templates from XML. This should make it easier to convert XML templates (not bundled) into Java templates (bundled with a release).