Opened 15 years ago
Closed 14 years ago
#37 closed defect (fixed)
patch manager needs improvement
Reported by: | Peter Baumann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | applications | Version: | |
Keywords: | Cc: | cj | |
Complexity: | Medium |
Description
1) patch mgr shows only the 10 most recent patches, but doesn't state that clearly. should provide a brief text and maybe an option to see all patches.
2) download of patches leads to the error below:
While doing a GET operation on /patchmanager
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'patchop': u'Download'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8
System Information
Trac | 0.11.5
|
Python | 2.6.4 (r264:75706, Dec 7 2009, 19:02:09) [GCC 4.4.1]
|
setuptools | 0.6c9
|
SQLite | 3.6.16
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Bitten | 0.7dev
|
Pygments | 1.0
|
GIT | 1.6.3.3
|
jQuery: | 1.3.2
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/web_ui.py", line 34, in process_request result = patchMan.process_command(req.args['patchop'], req) File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/PatchMan.py", line 159, in process_command self.processDownloadPatch(req) File "/home/trac/petascope/plugins/PatchManager-andrei.egg/PatchManager/PatchMan.py", line 116, in processDownloadPatch self.env.log.debug(req.args['select[]']) KeyError: 'select[]'
Note:
See TracTickets
for help on using tickets.