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: 28294f2aef81
Choose a base ref
...
head repository: foswiki/distro
compare: e9ecff39ef17
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 25, 2017

  1. Copy the full SHA
    d85280c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Item14152: Added callback deregistration routine

    Added CallbackTests test case.
    
    Fixed a left behind bug when callback could be issued on a destroyed
    object.
    
    Merge commit 'd85280c914f5fe65affe16e3236a7c162554b346' into Item14152
    
    * commit 'd85280c914f5fe65affe16e3236a7c162554b346':
      Item13897: Don't generate extra stack trace on fata exceptions
    vrurg committed Jun 17, 2017
    Copy the full SHA
    2d242cf View commit details
    Browse the repository at this point in the history
  2. Item14152: Forgotten MANIFEST

    vrurg committed Jun 17, 2017
    Copy the full SHA
    4f82634 View commit details
    Browse the repository at this point in the history
  3. Item14152: Fixed a problem with applying roles

    Attempt to apply roles to an unfinished class (i.e. before the 'extends'
    clause is done it's job) were causing problems with missing methods if
    a role using before/around/after on a method which is declared by an
    ancestor class only.
    vrurg committed Jun 17, 2017
    Copy the full SHA
    e9ecff3 View commit details
    Browse the repository at this point in the history