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: fbf6a84b1393
Choose a base ref
...
head repository: foswiki/distro
compare: f798fe266f44
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Oct 7, 2016

  1. Item13897: Fixed load_package() for more reliability

    - Changed the way it checks if module has been loaded.
    
    - Improved error hadnling when loading fails.
    
    - Few documentation adjustments.
    vrurg committed Oct 7, 2016
    Copy the full SHA
    ff3d6d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    180b495 View commit details
    Browse the repository at this point in the history
  3. Item13897: Fixed loosing of cloned __orig_ attributes.

    Added documentation for method clone().
    vrurg committed Oct 7, 2016
    Copy the full SHA
    777c334 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9c9c49b View commit details
    Browse the repository at this point in the history
  5. Item13897: Experimental rewrite of Foswiki::IncludeHandlers::doc

    It was a hard to extend mess. Reimplemented using simple lexical parsing
    based on Perl's regexps. It is now much easier to adapt it to the new
    OO terminology and constructs.
    
    The old behaviour can be returned back by setting
    Foswiki::IncludeHandlers::doc::USER_LEXICAL_PARSER constant to 0. Could
    also be controlled by some LSC value but I see no point in this.
    
    - Slightly improved error handling by INCLUDE macro.
    vrurg committed Oct 7, 2016
    Copy the full SHA
    4aafe08 View commit details
    Browse the repository at this point in the history
  6. Item13897: Turn on memorly leak detection only by FOSWIKI_CHECKLEAK e…

    …nvironment variable.
    vrurg committed Oct 7, 2016
    Copy the full SHA
    f798fe2 View commit details
    Browse the repository at this point in the history