Skip to content

Commit fd860d0

Browse files
committed
Added drag-and-drop attachment plugin
1 parent 669a3c3 commit fd860d0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.TRACFREEZE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
trac.admin.api.admincommandmanager
33
trac.admin.console.tracadminhelpmacro
44
trac.admin.web_ui.adminmodule
@@ -107,6 +107,7 @@ tracdjangoplugin.plugins.customwikimodule
107107
tracdjangoplugin.plugins.githubbrowserwithsvnchangesets
108108
tracdjangoplugin.plugins.plainlogincomponent
109109
tracdjangoplugin.plugins.reservedusernamescomponent
110+
tracdragdrop.web_ui.tracdragdropmodule
110111
tracext.github.githubloginmodule
111112
tracext.github.githubpostcommithook
112113
tracopt.ticket.commit_updater.committicketreferencemacro

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ libsass==0.23.0
99
TracSpamFilter[dns,spambayes] @ https://trac.edgewall.org/browser/plugins/trunk/spam-filter?rev=17766&format=zip
1010
# TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac >=1.4)
1111
https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip
12+
TracDragDrop @ svn+https://trac-hacks.org/svn/tracdragdropplugin/0.12@18635
1213

1314
# No pypi release compatible with trac 1.6 yet
1415
trac-github[oauth] @ git+https://github.com/bmispelon/[email protected]

trac-env/conf/trac.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ trac.versioncontrol.web_ui.log.logmodule = disabled
2727
trac.web.auth.loginmodule = disabled
2828
trac.wiki.web_ui.wikimodule = disabled
2929
tracdjangoplugin.* = enabled
30+
tracdragdrop.* = enabled
3031
tracext.github.githubloginmodule = enabled
3132
tracext.github.githubpostcommithook = enabled
3233
tracopt.ticket.commit_updater.committicketreferencemacro = enabled

0 commit comments

Comments
 (0)