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: de226116e984
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: e9eace76f556
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on May 4, 2018

  1. add methods to test interal properties

    You shouldn't really do this. But sometimes its so much easier to write
    a test that flips an internal bit than to do it poperly(tm). Better a
    risky test than none...
    splitbrain committed May 4, 2018
    Copy the full SHA
    836f6ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b1b81b View commit details
    Browse the repository at this point in the history
  3. rename invokeParser to invokeHandler

    Because that's what happens. There is a difference between the Parser
    and the Handler in our system and this makes it more clear what happens.
    splitbrain committed May 4, 2018
    Copy the full SHA
    e9eace7 View commit details
    Browse the repository at this point in the history