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: foswiki/distro
base: d8188d882b01
Choose a base ref
...
head repository: foswiki/distro
compare: 6dd4c917c5cd
Choose a head ref
  • 2 commits
  • 39 files changed
  • 1 contributor

Commits on Oct 14, 2016

  1. Item13897: More OO-fication to the code.

    - Replacing 'use Moo;' with 'use Foswiki::Class';'.
    
    - Replacing new() calls with $app->create wherever possible.
    
    - Foswiki::App::create clearly distinguish between Foswiki::Object and
    other classes.
    
    - Foswiki::Infix::Error doesn't support @_newParams anymore. Only
    key/value parameters now!
    
    - Foswiki::Infix::Error text attribute must not be set directly. msg
    must be used instead. text is then formed using msg attribute.
    
    - Foswiki::Object doesn't support @_newParams anymore. No core class is
    using this notation. Less errors in the future, I hope.
    vrurg committed Oct 14, 2016
    Copy the full SHA
    16ebeca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6dd4c91 View commit details
    Browse the repository at this point in the history