Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
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: DoSomethingArchive/legacy-website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.11
Choose a base ref
...
head repository: DoSomethingArchive/legacy-website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.12
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 6, 2015

  1. Exports new permision settings for regional admins

    deadlybutter committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    423eb57 View commit details
    Browse the repository at this point in the history
  2. Reverting accidental export

    deadlybutter committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    473732f View commit details
    Browse the repository at this point in the history
  3. Fix export from Swapper module.

    We were exporting as part of an object, rather than as the default
    export. This meant that the expected import behavior wouldn't work,
    since the export was really an object with a `Swapper` property:
    
    `import Swapper from '../utilities/Swapper';`
    
    So the expected import code would be:
    
    `import { Swapper } from '../utilities/Swapper';`
    
    ...which is awkward, since it's the file's only export.
    DFurnes committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    0fc6ae2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5382 from deadlybutter/4901

    Exports new permision settings for regional admins
    Joe Kent committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    0137a56 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5390 from DFurnes/swapper-export-bug

    Fix export from Swapper module.
    DFurnes committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    395862b View commit details
    Browse the repository at this point in the history
Loading