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: 2e758cc9c23d
Choose a base ref
...
head repository: foswiki/distro
compare: 8c0d138c8571
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 28, 2016

  1. 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 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
  3. Copy the full SHA
    6e53a93 View commit details
    Browse the repository at this point in the history
  4. Item14237: Merge commit '6dccd6952e519b8f1a004099542a9a1d7a89b3d3' in…

    …to Item14237
    
    * commit '6dccd6952e519b8f1a004099542a9a1d7a89b3d3':
      Item13897: Fixed cloning of non-HASH blessed objects.
      Item13897: Don't attempt to finalize login manager in global destruction.
    vrurg committed Dec 16, 2016
    Copy the full SHA
    3e0a428 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    298331f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Item13897: Getting list of class attributes.

    Class attributes declared using Moo's 'has' are now recorded if
    FOSWIKI_ASSERTS environment variable is set to true.
    
    - Added Foswiki::Class::getClassAttributes() and
    Foswiki::Object::classAttributes.
    vrurg committed Dec 20, 2016
    Copy the full SHA
    128af37 View commit details
    Browse the repository at this point in the history
  2. Item14152: Merge commit '128af377dc5eb6d4eb4e0b376e156017e2e4490f' in…

    …to Item14152
    
    * commit '128af377dc5eb6d4eb4e0b376e156017e2e4490f':
      Item13897: Getting list of class attributes.
    vrurg committed Dec 20, 2016
    Copy the full SHA
    334de39 View commit details
    Browse the repository at this point in the history
  3. Item14237: Merge commit '334de392750e32208371354b15fc981aadc93a6b' in…

    …to Item14237
    
    * commit '334de392750e32208371354b15fc981aadc93a6b':
      Item13897: Getting list of class attributes.
    vrurg committed Dec 20, 2016
    Copy the full SHA
    94d21b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Item14237: Added 'perl' and 'legacy' spec formats.

    'legacy' is for the Foswiki 2.x style .spec format. Currently parsed but
    not completely supported. Compatibility is not guarantted though the
    parser was trying to resemble the LoadSpec.pm code as much as possible.
    
    'perl' is for perl code format where it'd be possible for spec writer to
    write any Perl code which would then be inserted into a sub body and
    called. Sub return value is supposed to be a list of spec items.
    
    - Made Foswiki::Config::_getSubHash a public method.
    vrurg committed Dec 28, 2016
    Copy the full SHA
    8c0d138 View commit details
    Browse the repository at this point in the history