File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- # generated by traccheck.py on 2024-02 -18 05:44:42 with Trac version 1.6
1
+ # generated by traccheck.py on 2024-04 -18 14:36:14 with Trac version 1.6
2
2
trac.admin.api.admincommandmanager
3
3
trac.admin.console.tracadminhelpmacro
4
4
trac.admin.web_ui.adminmodule
@@ -107,6 +107,7 @@ tracdjangoplugin.plugins.customwikimodule
107
107
tracdjangoplugin.plugins.githubbrowserwithsvnchangesets
108
108
tracdjangoplugin.plugins.plainlogincomponent
109
109
tracdjangoplugin.plugins.reservedusernamescomponent
110
+ tracdragdrop.web_ui.tracdragdropmodule
110
111
tracext.github.githubloginmodule
111
112
tracext.github.githubpostcommithook
112
113
tracopt.ticket.commit_updater.committicketreferencemacro
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ libsass==0.23.0
9
9
TracSpamFilter [dns,spambayes ] @ https://trac.edgewall.org/browser/plugins/trunk/spam-filter?rev=17766&format=zip
10
10
# TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac >=1.4)
11
11
https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip
12
+ TracDragDrop @ svn+https://trac-hacks.org/svn/tracdragdropplugin/0.12@18635
12
13
13
14
# No pypi release compatible with trac 1.6 yet
14
15
trac-github [
oauth ] @
git+https://github.com/bmispelon/[email protected]
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ trac.versioncontrol.web_ui.log.logmodule = disabled
27
27
trac.web.auth.loginmodule = disabled
28
28
trac.wiki.web_ui.wikimodule = disabled
29
29
tracdjangoplugin.* = enabled
30
+ tracdragdrop.* = enabled
30
31
tracext.github.githubloginmodule = enabled
31
32
tracext.github.githubpostcommithook = enabled
32
33
tracopt.ticket.commit_updater.committicketreferencemacro = enabled
You can’t perform that action at this time.
0 commit comments