Open
Bug 310673
Opened 20 years ago
Updated 12 years ago
Add continuous validation test capability
Categories
(Bugzilla :: Testing Suite, enhancement, P3)
Tracking
()
NEW
People
(Reporter: bugreport, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
3.63 KB,
patch
|
LpSolit
:
review-
|
Details | Diff | Splinter Review |
This needs a bit of cleanup, but it is possible to wrap the template toolkit in
a wrapper that calls an html validator.
We should definitely do this on certain installs on landfill.
There is a validator at http://www.htmlhelp.com/tools/validator/ that is easy to
build and install.
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
TODO:
1) Move valudation function to Template.pm (no reason to involve Util.pm)
2) Make location of validator executable configurable (localconfig, param, or
COnfig.pm ??)
3) Add the URL used to trigger the failing template to the logged information.
4) Save an exerpt of the HTML in the area of the first failure.
5) Disable the WRAPPER function altogether if validation is not in use.
Then, this is actually non-invasive enough that it could land.
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.22
Reporter | ||
Updated•20 years ago
|
Reporter | ||
Updated•20 years ago
|
Summary: Add contunuous validation test capability → Add contiunuous validation test capability
Reporter | ||
Comment 3•20 years ago
|
||
Assignee: zach → bugreport
Attachment #198124 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #198413 -
Flags: review?(LpSolit)
Reporter | ||
Comment 4•20 years ago
|
||
You can try this on landfill using "/opt/validator/bin/validate" or
"/opt/validator/bin/validate --verbose" as the value for the "validator" parameter.
![]() |
||
Comment 5•20 years ago
|
||
Comment on attachment 198413 [details] [diff] [review]
Non-invasive patch
defparams.pl no longer exists
Attachment #198413 -
Flags: review?(LpSolit) → review-
![]() |
||
Comment 6•20 years ago
|
||
The trunk is now frozen to prepare Bugzilla 2.22. Enhancement bugs are retargetted to 2.24.
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
![]() |
||
Comment 7•20 years ago
|
||
see bug 148487
Updated•20 years ago
|
Summary: Add contiunuous validation test capability → Add continuous validation test capability
![]() |
||
Comment 8•19 years ago
|
||
Note that I now use the 'HTML Validator' extension of Firefox to track HTML errors. Maybe that's enough as you cannot use runtests.pl here anyway.
![]() |
||
Comment 9•19 years ago
|
||
This bug is retargetted to Bugzilla 3.2 for one of the following reasons:
- it has no assignee (except the default one)
- we don't expect someone to fix it in the next two weeks (i.e. before we freeze the trunk to prepare Bugzilla 3.0 RC1)
- it's not a blocker
If you are working on this bug and you think you will be able to submit a patch in the next two weeks, retarget this bug to 3.0.
If this bug is something you would like to see implemented in 3.0 but you are not a developer or you don't think you will be able to fix this bug yourself in the next two weeks, please *do not* retarget this bug.
If you think this bug should absolutely be fixed before we release 3.0, either ask on IRC or use the "blocking3.0 flag".
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
Updated•18 years ago
|
Assignee: bugreport → zach
Status: ASSIGNED → NEW
Target Milestone: Bugzilla 3.2 → ---
![]() |
||
Updated•17 years ago
|
Assignee: zach → testing
You need to log in
before you can comment on or make changes to this bug.
Description
•