10 Mar, 2017

1 commit


18 Nov, 2016

1 commit


10 Nov, 2016

1 commit

  • - Update Meteor to 1.4.2.1
    - Install babel-runtime via NPM per https://forums.meteor.com/t/meteor-1-4-2-1-is-an-important-patch-for-1-4-2-users/31190
    - Update Meteor and Base version in README.md and Index.js page component.
    themeteorchef
     

04 Nov, 2016

2 commits

  • themeteorchef
     
  • - Remove dependency on faker NPM package.
    - Consolidate insert and update methods into single upsert method.
    - Add /edit and /new pages for editing and creating documents.
    - Move all exports to default exports (linter thing).
    - Add a module for editing and creating documents.
    - Update method tests for documents collection to use new upsert method.
    - Oh, I'm sure there's something else...
    themeteorchef
     

03 Nov, 2016

1 commit

  • - Bump Meteor to 1.4.2.
    - Bump all NPM packages to latest available versions.
    - Correct a few ESLint errors that were spotted.
    - Change casing of file names for components and containers to PascalCase.
    - Bump version of Base and Meteor in package.json and Index.js component.
    - Deprecate get-input-value.js module in favor of direct DOM selection via JS.
    themeteorchef
     

15 Aug, 2016

1 commit


27 Jul, 2016

1 commit


19 Jul, 2016

1 commit


05 Jul, 2016

1 commit


14 Jun, 2016

1 commit


19 May, 2016

1 commit


02 May, 2016

2 commits


21 Apr, 2016

1 commit

  • - Bump Meteor to 1.3.2.4
    - Update Meteor Version in README.md
    - Add an npm test command for running unit tests with Mocha
    - Remove unnecessary import of chai in api/documents/documents.tests.js and use assert directly.
    tmcdeveloper
     

20 Apr, 2016

1 commit


11 Apr, 2016

1 commit


05 Apr, 2016

2 commits


30 Mar, 2016

1 commit


29 Mar, 2016

1 commit


02 Mar, 2016

2 commits


23 Feb, 2016

1 commit


04 Feb, 2016

1 commit

  • - Adding imports where they make sense.
    - Converting from jshint to eslint and writing styleguide.
    - General file and convention cleanup.
    - Tweaks to misc. annoyances.
    Ryan Glover
     

15 Dec, 2015

1 commit


01 Nov, 2015

1 commit


26 Oct, 2015

1 commit

  • Thanks to @josephdburdick for helping to get this done.
    
    - Add support for setting environment variables on server startup.
    - Add support for setting MAIL_URL based on the value set in Meteor.settings.private.MAIL_URL.
    - Bump Base version in README.md and /client/templates/authenticated/index.html.
    Ryan Glover
     

29 Sep, 2015

1 commit


27 Sep, 2015

3 commits


26 Sep, 2015

2 commits


25 Sep, 2015

2 commits


07 Sep, 2015

1 commit


08 Jul, 2015

1 commit


07 Apr, 2015

2 commits

  • Update Meteor to v1.1.0.2.
    Add npm-debug.log to .gitignore.
    
    Closes #46
    Ryan Glover
     
  • Replace particle4dev:sass package with fourseven:scss to mitigate issue with former package not working on Windows.
    This is a blind fix as it hasn't been tested on a Windows machine. The package being introduced as a replacement, however, has noted support for Windows.
    
    Fixes #45
    Ryan Glover