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: dd9b500dddfd
Choose a base ref
...
head repository: foswiki/distro
compare: 6dccd6952e51
Choose a head ref
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 28, 2016

  1. Item13897: Fixed use of undefined users attribute

    ... upon global destruction.
    vrurg committed Nov 28, 2016
    Copy the full SHA
    99294e8 View commit details
    Browse the repository at this point in the history
  2. Item14152: Merge commit '99294e8f73d5c82ccdeb22ca294eb0a63e3450dc' in…

    …to Item14152
    
    * commit '99294e8f73d5c82ccdeb22ca294eb0a63e3450dc':
      Item13897: Fixed use of undefined users attribute
    vrurg committed Nov 28, 2016
    Copy the full SHA
    5c01e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

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

Commits on Nov 30, 2016

  1. Item13897: Completing the previous commit

    TestApp.pm somehow was overlooked...
    vrurg committed Nov 30, 2016
    Copy the full SHA
    9bdfe54 View commit details
    Browse the repository at this point in the history
  2. Item13897: Overloading of stringification operator by Foswiki::Object.

    Any Foswiki::Object descendant can now simply overload to_str() method
    to have it stringified in appropriate way.
    vrurg committed Nov 30, 2016
    Copy the full SHA
    e284891 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

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

Commits on Dec 3, 2016

  1. Item13897: Don't attempt to finalize login manager in global destruct…

    …ion.
    
    It often results in unitialized attributes being accessed.
    
    (cherry picked from commit cbaaf0b)
    vrurg committed Dec 3, 2016
    Copy the full SHA
    eb65efc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Copy the full SHA
    ed07442 View commit details
    Browse the repository at this point in the history
  2. Item14152: Merge commit 'ed0744222c351c641b466903948ee3a84cde8feb' in…

    …to Item14152
    
    * commit 'ed0744222c351c641b466903948ee3a84cde8feb':
      Item13897: Fixed cloning of non-HASH blessed objects.
      Item13897: Don't attempt to finalize login manager in global destruction.
      Item13897: A bit of improvement to stringify()
      Item13897: Overloading of stringification operator by Foswiki::Object.
      Item13897: Completing the previous commit
      Item13897: createNewFoswikiApp() is now initializing cfg using cfgParams
    vrurg committed Dec 16, 2016
    Copy the full SHA
    6dccd69 View commit details
    Browse the repository at this point in the history