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: 994e9d4e041f^
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 64159a61e94d
Choose a head ref
  • 7 commits
  • 85 files changed
  • 1 contributor

Commits on Apr 27, 2018

  1. Copy the full SHA
    994e9d4 View commit details
    Browse the repository at this point in the history
  2. removed obsolete CS setup

    splitbrain committed Apr 27, 2018
    Copy the full SHA
    ffa824e View commit details
    Browse the repository at this point in the history
  3. remove DOKU_INC checks

    There is no need for this check, since these files should not have any
    main code that is executed on direct call.
    
    Fixes PSR1.Files.SideEffects.FoundWithSymbols
    splitbrain committed Apr 27, 2018
    Copy the full SHA
    b4f2363 View commit details
    Browse the repository at this point in the history
  4. do not check for namespace use, yet

    We have to support lots of legacy code without namespaces
    splitbrain committed Apr 27, 2018
    Copy the full SHA
    4b3d170 View commit details
    Browse the repository at this point in the history
  5. disable some sniffs on things we can not change

    because backwards compatibility. There will be more excludes. This is
    just a start.
    splitbrain committed Apr 27, 2018
    Copy the full SHA
    99c1e5d View commit details
    Browse the repository at this point in the history
  6. adldap is a 3rd party lib

    splitbrain committed Apr 27, 2018
    Copy the full SHA
    09d57d5 View commit details
    Browse the repository at this point in the history
  7. line lengths shortened

    This makes sure all files use line lenghts shorter than 120 characters.
    
    This is a quick fix. It might not always be the nicest change.
    splitbrain committed Apr 27, 2018
    Copy the full SHA
    64159a6 View commit details
    Browse the repository at this point in the history