Opened 16 years ago
Closed 16 years ago
#3498 closed enhancement (fixed)
Add progressbar to validator validation
Reported by: | bilbo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
When I press "Validate", the validation can take sometimes around a minute, if used on very large data set.
There are multiple tests in validator, so when pressing "Validate", a progressbar (perhaps even cancellable progressbar) could be added, so you'll know which test is run currently and you can estimate how long to finish (and so you may also notice which of the test takes so long time, so you can perhaps write patch with some optimized version of it :). This could be done similarly to the progressbar shown while fixing things.
fixed in [o17722], plugin is [o17723]