Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokuwiki/dokuwiki
base: f30298a19484^
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 8e3e8693f66b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 17, 2018

  1. some basic framework to do at least some HTML validity checking

    Checks are done against the w3.org validator API. Currently we have some
    fails. One will be fixed in #2314, others still need to be fixed.
    
    This integration test also reveals some code bugs because texts do not
    suppress warnings and deprecation messages.
    splitbrain committed Apr 17, 2018
    Copy the full SHA
    f30298a View commit details
    Browse the repository at this point in the history
  2. handle empty changelogs correctly

    The code would previously throw a warning when a changelog did not exist
    or was empty.
    splitbrain committed Apr 17, 2018
    Copy the full SHA
    8e3e869 View commit details
    Browse the repository at this point in the history