Opened 15 years ago
Closed 15 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 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
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