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: 3f9dcc1daac3
Choose a base ref
...
head repository: foswiki/distro
compare: dee0f93ca99f
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 6, 2016

  1. 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 6, 2016
    Copy the full SHA
    4eef383 View commit details
    Browse the repository at this point in the history
  2. Item14152: Merge commit '4eef383f3c031dce6d2ccba1af7c5657784fc036' in…

    …to Item14152
    
    * commit '4eef383f3c031dce6d2ccba1af7c5657784fc036':
      Item13897: Revert xgettext to the non-OO version in master
    vrurg committed Sep 6, 2016
    Copy the full SHA
    55bb1bd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Copy the full SHA
    d12ad13 View commit details
    Browse the repository at this point in the history
  2. Item14152: First class replacement implementation.

    Implemented with Moo::Role create_class_with_roles. Foswiki::Config has
    been choosen as the first victim.  An example extension class
    Foswiki::Extension::Sample::Class overrides its assignGLOB() method and
    instead of aliasing %Foswiki::cfg into $Foswiki::app->cfg->data it ties the
    global.
    
    This implementation is only an example. The module will later be deleted
    from the repository. The real implementation would make sense if we decide
    to move the config into a database, for example. In this case direct
    references to Foswiki::Config data attribute must be replaced with calls to
    get/set/delete/etc. method calls.
    vrurg committed Sep 7, 2016
    Copy the full SHA
    dee0f93 View commit details
    Browse the repository at this point in the history