<pre style='margin:0'>
neverpanic pushed a commit to branch master
in repository trac.macports.org.
</pre>
<p><a href="https://github.com/macports/trac.macports.org/commit/dbfa2d321bc6e476aafdc028206d3d885e79bcb6">https://github.com/macports/trac.macports.org/commit/dbfa2d321bc6e476aafdc028206d3d885e79bcb6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dbfa2d321bc6e476aafdc028206d3d885e79bcb6
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Mon Oct 31 00:22:35 2016 +0100
<span style='display:block; white-space:pre;color:#404040;'> Enable configurable CommitTicketUpdater
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This allows us to close and post to tickets from commit messages.
</span>---
conf/trac.ini | 5 ++++-
plugins/README | 5 +----
2 files changed, 5 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/conf/trac.ini b/conf/trac.ini
</span><span style='display:block; white-space:pre;color:#808080;'>index ce769a9..1234843 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/conf/trac.ini
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/conf/trac.ini
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,11 +31,13 @@ trac.versioncontrol.web_ui.browser.browsermodule = enabled
</span> trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
trac.versioncontrol.web_ui.log.logmodule = disabled
trac.web.auth.loginmodule = disabled
<span style='display:block; white-space:pre;background:#e0ffe0;'>+trac_configurable_ctu.configurablecommitticketreferencemacro = enabled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+trac_configurable_ctu.configurablecommitticketupdater = enabled
</span> tracext.github.githubbrowser = enabled
<span style='display:block; white-space:pre;background:#ffe0e0;'>-tracext.github.githublogmodule = enabled
</span> tracext.github.githubgroupshook = enabled
tracext.github.githubgroupsprovider = enabled
tracext.github.githubloginmodule = enabled
<span style='display:block; white-space:pre;background:#e0ffe0;'>+tracext.github.githublogmodule = enabled
</span> tracext.github.githubpostcommithook = enabled
tracopt.ticket.deleter = enabled
tracopt.versioncontrol.git.* = enabled
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -237,6 +239,7 @@ captcha_recaptcha_public_key =
</span> reject_handler = CaptchaSystem
[ticket]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+commit_ticket_update_ticket_prefix = (?:https?://trac\.macports\.org/ticket/)
</span> default_cc =
default_component = ports
default_description =
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/plugins/README b/plugins/README
</span><span style='display:block; white-space:pre;color:#808080;'>index 6756eeb..fa3b443 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/plugins/README
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/plugins/README
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,7 @@ This Trac installation is using the following plugins:
</span> AutocompleteUsersPlugin
UsernameDecoratePlugin
TracUserMigration (custom)
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ Configurable CommitTicketUpdater (custom), see https://github.com/neverpanic/trac-configurable-ctu
</span>
Old trac.macports.org on Mac OS Forge had these:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,10 +34,6 @@ TODO:
</span> * https://trac-hacks.org/wiki/XmlRpcPlugin
Is it useful without authentication? How to get an API token?
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * https://trac.edgewall.org/wiki/CommitTicketUpdater
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Enable only *AFTER* importing the git repository or it will trigger on importing changesets
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>
Rejected:
</pre><pre style='margin:0'>
</pre>