Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added drag-and-drop attachment plugin #193

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .TRACFREEZE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
1 change: 1 addition & 0 deletions trac-env/conf/trac.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down