Opened 16 years ago
Closed 16 years ago
#1073 closed enhancement (fixed)
Store current plug-in version when running a job
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.8 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It may be useful to know the version number of a plug-in that was used when executing a particular job. Plug-in implementation details tend to change once in a while. If an error is introduced it would be very useful to know which versions of a plug-in that is affected, and which jobs that has been executed with the affected versions. This is currently not possible because:
- There is no place to store the version of the plug-in that was used
- Plug-in version numbers can't be trusted (see #1072) since they are rarely updated.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4355]) Fixes #1073: Store current plug-in version when running a job