Name | Modified | Size | Downloads / Week |
---|---|---|---|
screenshotpaste.0.1.2.py26.zip | 2012-11-04 | 188.5 kB | |
README.txt | 2012-11-04 | 2.2 kB | |
screenshotpaste.0.1.2.src.zip | 2012-11-04 | 198.3 kB | |
screenshotpaste.0.1.2.py27.zip | 2012-11-04 | 188.6 kB | |
screenshotpaste.0.1.1.zip | 2012-02-12 | 188.4 kB | |
screenshotpaste.0.1.1.src.zip | 2012-02-12 | 198.0 kB | |
screenshotpaste.0.1.0.src.zip | 2012-01-04 | 184.1 kB | |
screenshotpaste.0.1.0.zip | 2012-01-04 | 825.4 kB | |
Totals: 8 Items | 2.0 MB | 0 |
Screenshot Paste plugin for Trac Copyright 2011-2012 Roberto Longobardi The Screenshot Paste plugin for Trac is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The Screenshot Paste plugin for Trac is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the Screenshot Paste plugin for Trac. See LICENSE.txt. If not, see <http://www.gnu.org/licenses/>. The Supa applet, the Screenshot UPload Applet, is Copyright 2010 Christoph Linder and is developed under the LGPL 2.1. See lgpl-2.1.txt. Project web page on TracHacks: http://trac-hacks.org/wiki/ScreenshotPastePlugin Project web page on SourceForge.net: https://sourceforge.net/projects/screenshot4trac/ Project web page on Pypi: http://pypi.python.org/pypi/ScreenshotPastePlugin A Trac plugin to allow pasting screenshots captured in the clipboard directly as attachements to tickets, Wiki pages, etc., without the need to first saving as an image and then uploading it. Refer to BUILD.txt for details about how to build. Refer to INSTALL.txt for installation details. ================================================================================================= Change History: (Refer to the tickets on trac-hacks or SourceForge for complete descriptions.) Release 0.1.2 (2012-11-04): o Fixed Ticket #10427 (Track-Hacks): ScreenShotPaste doesn't work with trac 1.0 o Fixed Ticket #10352 (Track-Hacks): User redirected to empty page after attaching screenshot (missing trailing slash in URL) Release 0.1.1 (2012-02-12): o Fixed Ticket #9683 (Track-Hacks): Images are empty on Windows (linux works fine) Release 0.1.0 (2012-01-04): o First release publicly available