w3c_validator 8.x-1.4

Unsupported

W3C Validator is now compatible with Drupal 9.

Also includes :
- update HTMLValidator dependencie, run `composer update`
- code refactoring and styling standard

w3c_validator 8.x-1.2

Unsupported

This new release now uses an external library to analyse the page.
You should use composer to install the module via: composer require drupal/w3c_validator

To update from a previous version:
- Delete the whole w3c_validator folder
- Run composer require drupal/w3c_validator
- Eventually run /core/rebuild.php if the module stands in a different location then it previously was
- Run update.php
- Enjoy and start correcting your HTML ^^ !

w3c_validator 8.x-1.1

Bug fixes
Unsupported

Fixes and refactoring includes:
- Issue #2771179: Remove deprecated usage of db_select, db_insert and db_delete from codebase by jalpesh, Dom.: Remove deprecated usage of db_select, db_insert and db_delete from codebase.
- Issue #2771267 by Dom.: Fix deprecated method usage
- Issue #2755291 by Dom., davidstinemetze: English Grammar Fixes

w3c_validator 8.x-1.0

Unsupported

First stable release of W3C Validator for D8.
This adds-up new functionnalities and also let down some others compared to D7 version.

Please open issues to suggest functionnalities for this module.

w3c_validator 7.x-1.0

New features
Unsupported

Initial port to 7.x

W3C Validator let's you validate your using the W3C HTML Validator test. This is on step into maintaining a properly coded site.

To admin W3C Validator, go to : /admin/config/development/w3c_validator
To validate manually a page, go to : /validator
To check your site and validate it all, go to : /admin/reports/w3c_validator

w3c_validator 6.x-1.2

New features
Unsupported
  • Feature: Possibility to chose between tho validation methods, using the W3C validator script or using the Tidy library (requires php tidy extension).
  • Feature: Possibility to validate authenticated pages, i.e.: unpublished nodes, private views. Only available when using the Tidy library method.
  • Task: default validator endpoint is now the official w3c validator url so you can start using the module right away without installing any script. A notice about the conveniency of installing your own instance of the validator is given in the system status report.

w3c_validator 6.x-1.1

New features
Bug fixes
Unsupported

* Improved help.
* Dont show "clear results" button when there are no results.
* If no content type is selected, all nodes will be validated.
* Prevent using the module if it has not been configured.
* Added translation template.
* Bug fixes related to warnings messages.

w3c_validator 6.x-1.x-dev

Bug fixes

Changes since 1.1:

  • Bug: Warnings were not stored and reported correctly
  • Check that the module is configured before anyone can use it
  • Wrong filename of one include file. Rename it.
  • Added translation template.
  • Better display of results with warnings.
Subscribe with RSS Subscribe to Releases for W3C Validator