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: bf5630c542a5
Choose a base ref
...
head repository: foswiki/distro
compare: 79c1f1481997
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 14, 2017

  1. Item14237: Fixed a problem with applying roles to a failed to compile…

    … class.
    
    In this case the real problem (a syntax error in class module) was
    masked by failing Moo::Role::apply_roles_to_package method.
    vrurg committed Apr 14, 2017
    Copy the full SHA
    d1a91d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Item14237: Made BUILD method inheriting from the main class

    Similar to Foswiki::Aux::Callbacks role. Supported by Foswiki::Class.
    vrurg committed Apr 15, 2017
    Copy the full SHA
    4c4378f View commit details
    Browse the repository at this point in the history
  2. Item14237: Cache entries are converted from hashes to arrays

    to simplify manipulations.
    vrurg committed Apr 15, 2017
    Copy the full SHA
    622770f View commit details
    Browse the repository at this point in the history
  3. Item14237: Extracted Foswiki.spec into a separate entity.

    Now defined as mainSpec object attribute and added to the list of specs
    files manually.
    vrurg committed Apr 15, 2017
    Copy the full SHA
    a9118e0 View commit details
    Browse the repository at this point in the history
  4. Item14237: Fixed some leafState handling issues.

    In particular DataHash now enforces leaf status for a node in undefined
    state if the node is being assigned with a non-hash value.
    
    Fixed data loss when assigning a hash value to a branch node.
    
    Fixed mistypes.
    vrurg committed Apr 15, 2017
    Copy the full SHA
    f3e2b71 View commit details
    Browse the repository at this point in the history
  5. Item14237: Stylistic changes.

    vrurg committed Apr 15, 2017
    Copy the full SHA
    329490e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    76b7d84 View commit details
    Browse the repository at this point in the history
  7. Item14237: First steps toward new read/write methods

    Fixes to string expansion code.
    vrurg committed Apr 15, 2017
    Copy the full SHA
    79c1f14 View commit details
    Browse the repository at this point in the history