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: boomfish/JavaLoader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: markmandel/JavaLoader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 5 contributors

Commits on Jan 31, 2012

  1. CF8 Fixes for tests.

    markmandel committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    66511fb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2012

  1. Move title to 1.1

    markmandel committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    5d8944d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2012

  1. Configuration menu
    Copy the full SHA
    40ffaf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdde057 View commit details
    Browse the repository at this point in the history
  3. fix variable scope

    seancoyne committed Feb 25, 2012
    Configuration menu
    Copy the full SHA
    028395e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2012

  1. have function arguments before the class loader when calling switchTh…

    …readContextClassLoader
    seancoyne committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    c3f528e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2012

  1. CF8 Compatability fixes.

    markmandel committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    5eca62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30a26a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2012

  1. Configuration menu
    Copy the full SHA
    baa7a20 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2012

  1. fixed unscoped variable

    unscoped variable in query loop causes error on Railo when strict scoping is used
    d1rtym0nk3y committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    5b72797 View commit details
    Browse the repository at this point in the history
  2. Merge pull request markmandel#5 from d1rtym0nk3y/develop

    fixed unscoped variable
    markmandel committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    9971d6c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. CF2016 fix where the precedence of arguments results in the parent, a…

    …nd not the child variable of arguments.arguments. This caused the arguments structure referenced in _buildArgumentArray to have a StructCount of 1, containing the array of arguments. Simply renaming the variable to something that isn't a scope variable (args) fixes the issue.
    danielslaughter committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    0c8a88b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merge pull request markmandel#11 from danielslaughter/hotfix/argument…

    …s-scope
    
    CF2016 fix where the precedence of arguments results in the parent scope, not the child
    markmandel authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    72ef32f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Remove CF7 workaround

    pfreitag committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    145094e View commit details
    Browse the repository at this point in the history
  2. Merge pull request markmandel#12 from pfreitag/develop

    Remove CF7 workaround
    markmandel authored Mar 21, 2017
    Configuration menu
    Copy the full SHA
    644fdf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Bump version number

    Updated documentation URL, date and version number.
    pfreitag authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    2fba3a0 View commit details
    Browse the repository at this point in the history
  2. Bump Version to 1.2

    pfreitag authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    743ba14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request markmandel#13 from pfreitag/develop

    Bump version number
    markmandel authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c450ed1 View commit details
    Browse the repository at this point in the history
Loading