diff --git a/.TRACFREEZE.txt b/.TRACFREEZE.txt index 88da3de..3d1dfcb 100644 --- a/.TRACFREEZE.txt +++ b/.TRACFREEZE.txt @@ -1,4 +1,4 @@ -# generated by traccheck.py on 2024-02-18 05:44:42 with Trac version 1.6 +# generated by traccheck.py on 2024-04-18 14:36:14 with Trac version 1.6 trac.admin.api.admincommandmanager trac.admin.console.tracadminhelpmacro trac.admin.web_ui.adminmodule @@ -107,6 +107,7 @@ tracdjangoplugin.plugins.customwikimodule tracdjangoplugin.plugins.githubbrowserwithsvnchangesets tracdjangoplugin.plugins.plainlogincomponent tracdjangoplugin.plugins.reservedusernamescomponent +tracdragdrop.web_ui.tracdragdropmodule tracext.github.githubloginmodule tracext.github.githubpostcommithook tracopt.ticket.commit_updater.committicketreferencemacro diff --git a/requirements.txt b/requirements.txt index 605e06d..9b5c187 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ libsass==0.23.0 TracSpamFilter[dns,spambayes] @ https://trac.edgewall.org/browser/plugins/trunk/spam-filter?rev=17766&format=zip # TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac >=1.4) https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip +TracDragDrop @ svn+https://trac-hacks.org/svn/tracdragdropplugin/0.12@18635 # No pypi release compatible with trac 1.6 yet trac-github[oauth] @ git+https://github.com/bmispelon/trac-github.git@trac-1.6-py3 diff --git a/trac-env/conf/trac.ini b/trac-env/conf/trac.ini index 87ca32f..1766a5c 100644 --- a/trac-env/conf/trac.ini +++ b/trac-env/conf/trac.ini @@ -27,6 +27,7 @@ trac.versioncontrol.web_ui.log.logmodule = disabled trac.web.auth.loginmodule = disabled trac.wiki.web_ui.wikimodule = disabled tracdjangoplugin.* = enabled +tracdragdrop.* = enabled tracext.github.githubloginmodule = enabled tracext.github.githubpostcommithook = enabled tracopt.ticket.commit_updater.committicketreferencemacro = enabled