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: dee0f93ca99f
Choose a base ref
...
head repository: foswiki/distro
compare: 505aef1830b2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 7, 2016

  1. Copy the full SHA
    6f724c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b225bf7 View commit details
    Browse the repository at this point in the history
  3. Item13897: Revert xgettext to the non-OO version in master

    This utility is only used from the shell and extracts / merges
    MAKETEXT strings into the locale/*.pot and .po files.  It does
    not make use of any other Foswiki classes or services.
    gac410 committed Sep 7, 2016
    Copy the full SHA
    2d8970c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5310071 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a6f0b97 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Item13897: Fixed callbacks registering by Unit::TestApp.

    Added PlackPostTests to UnitTestContrib MANIFEST.
    vrurg committed Sep 8, 2016
    Copy the full SHA
    8e05477 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6fa6a2 View commit details
    Browse the repository at this point in the history
  3. Item14152: Merge commit '8e054779ecd5f3604d45b85b81fd5734b81c5daf' in…

    …to Item14152
    
    * commit '8e054779ecd5f3604d45b85b81fd5734b81c5daf':
      Item13897: Fixed callbacks registering by Unit::TestApp.
    vrurg committed Sep 8, 2016
    Copy the full SHA
    56cf018 View commit details
    Browse the repository at this point in the history
  4. Item13897: Object cloning and __attribute relations changed.

    Only __orig_* attributes are cloned and prefixed with additional __. All
    other __* attributes are ignored.
    vrurg committed Sep 8, 2016
    Copy the full SHA
    f4d4dbc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Item14152: Merge commit 'f4d4dbc42bf561daee53851446c58df9295646f8' in…

    …to Item14152
    
    * commit 'f4d4dbc42bf561daee53851446c58df9295646f8':
      Item13897: Object cloning and __attribute relations changed.
    vrurg committed Sep 12, 2016
    Copy the full SHA
    65af9d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Item14152: First test for the new Extensions.

    Implemented class replacement and pluggable methods.
    
    - TBM Fixed Foswiki::App cleanup upon early failure, before login manager
    initialized.
    
    - Temporary Foswiki::Class reports full stack upon die.
    
    - Added plugAround, plugAfter and pluggable handlers for Foswiki::Class
    extension and extensible keywords.
    
    - Foswiki::Config now calls unAssignGLOB upon destruction.
    
    - Added extension flow control exceptions.
    
    - Moved Sample and Empty extensions into UnitTestContrib.
    
    - Fixes and cleanups.
    vrurg committed Sep 13, 2016
    Copy the full SHA
    505aef1 View commit details
    Browse the repository at this point in the history