Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template compilation on the server (discussion) #16

Closed
wants to merge 7,260 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 11, 2015

  1. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    825786b View commit details
    Browse the repository at this point in the history
  2. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    03e4c90 View commit details
    Browse the repository at this point in the history
  3. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    05a0243 View commit details
    Browse the repository at this point in the history
  4. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    111c0e6 View commit details
    Browse the repository at this point in the history
  5. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    b55177e View commit details
    Browse the repository at this point in the history
  6. Version bumps

    Tried to get everything to an rc.0 of the very latest version,
    which required some research in some cases about the published
    versions.  For example, some packages had version histories like:
    
    ```
    ...
      1.0.3-winr.2               January 20th, 2015
      1.0.3-winr.3               February 24th, 2015   installed
      1.0.3                      March 17th, 2015      installed
      1.0.4-anubhav.0            August 6th, 2015
      1.0.4-plugins.0            July 22nd, 2015
      1.0.5-galaxy.0             July 17th, 2015
    ```
    
    In this case, I would bump the version from `1.0.4-plugins.0`
    to `1.0.5-rc.0`, skipping `1.0.4`.
    dgreensp committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    9d50f19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a6ca3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4b6ae2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Fix HTML.isConstructedObject and comment

    The comments are not related to the fix, they are just for future
    reference.
    
    The fix is that having an "own" property named `constructor` should
    not disqualify an object from being considered an "instance of some
    class."  Instead, we should detect that an object like
    `{constructor: ...}` is a plain object by noting that
    `!(x instanceof x.constructor)`.
    dgreensp committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    4416390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388b39d View commit details
    Browse the repository at this point in the history
  3. bump version numbers

    dgreensp committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    fc4dca1 View commit details
    Browse the repository at this point in the history
  4. bump version numbers

    dgreensp committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    5f399a0 View commit details
    Browse the repository at this point in the history
  5. bump version numbers

    dgreensp committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    de240fd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. version bumps

    dgreensp committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    65b920c View commit details
    Browse the repository at this point in the history
  2. version bumps

    dgreensp committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    7eabc24 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

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

Commits on Sep 2, 2015

  1. New addAssets package.js API; same file can be source and asset

    1. Add `addAssets` API to `package.js`
    2. Rename `getSourcesFunc` to `getFiles` in internal code
    3. Changed `PackageAPI#sources` to `PackageAPI#files` with a new structure that
       has separate objects for assets and sources
    4. Added some tests for different error conditions
    5. The same file can now be a source and an asset
    Sashko Stubailo committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    610a7c3 View commit details
    Browse the repository at this point in the history
  2. Bump package versions for new RC

    Sashko Stubailo committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    b742fa8 View commit details
    Browse the repository at this point in the history
  3. Bump package versions for new RC

    Sashko Stubailo committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    ac7f72f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. Bump package versions for RC 14

    Sashko Stubailo committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    d2a8eb1 View commit details
    Browse the repository at this point in the history
  2. Bump package versions for RC 14

    Sashko Stubailo committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    6274a18 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Treat argument to #each as expression, not path

    Fixes #5137
    Sashko Stubailo committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    616f811 View commit details
    Browse the repository at this point in the history
  2. Treat argument to #each as expression, not path

    Fixes #5137
    Sashko Stubailo committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    b217d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

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

Commits on Sep 17, 2015

  1. blaze: don't snapshot data context in each..in

    w authored and yyx990803 committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    815a375 View commit details
    Browse the repository at this point in the history
  2. Bump package versions for RC 16

    Sashko Stubailo committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    2ec5213 View commit details
    Browse the repository at this point in the history
  3. Bump package versions for RC 16

    Sashko Stubailo committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    606cfdf View commit details
    Browse the repository at this point in the history
  4. Bump package versions for RC 16

    Sashko Stubailo committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    966ea41 View commit details
    Browse the repository at this point in the history
  5. Bump package versions for RC 16

    Sashko Stubailo committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    150f436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0e3270 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    599abc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00e94d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Bump package versions

    Sashko Stubailo committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    526644c View commit details
    Browse the repository at this point in the history
  2. Bump package versions

    Sashko Stubailo committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    8335821 View commit details
    Browse the repository at this point in the history
  3. Bump package versions

    Sashko Stubailo committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    242634f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Bump versions for RC 18

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    52942c9 View commit details
    Browse the repository at this point in the history
  2. Bump versions for RC 18

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    c9f6395 View commit details
    Browse the repository at this point in the history
  3. Don't use jQuery to add attributes to body

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    4fda072 View commit details
    Browse the repository at this point in the history
  4. Bump package versions for RC 19

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    096e5e4 View commit details
    Browse the repository at this point in the history
  5. Bump package versions for RC 19

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    b1ec963 View commit details
    Browse the repository at this point in the history
  6. Bump package versions for RC 19

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    70bbf17 View commit details
    Browse the repository at this point in the history
  7. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    a507fc0 View commit details
    Browse the repository at this point in the history
  8. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    233c84e View commit details
    Browse the repository at this point in the history
  9. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    cf75815 View commit details
    Browse the repository at this point in the history
  10. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    ad466ed View commit details
    Browse the repository at this point in the history
  11. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    9f6502e View commit details
    Browse the repository at this point in the history
  12. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    726b973 View commit details
    Browse the repository at this point in the history
  13. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    5e6b648 View commit details
    Browse the repository at this point in the history
  14. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    e39efb2 View commit details
    Browse the repository at this point in the history
  15. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    4d6c969 View commit details
    Browse the repository at this point in the history
  16. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    9ed1542 View commit details
    Browse the repository at this point in the history
  17. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    5e247da View commit details
    Browse the repository at this point in the history
  18. Remove RC qualifier from all version numbers

    Sashko Stubailo committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    42f5703 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Merge branch 'master' into devel

    Conflicts:
    	History.md
    	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
    	packages/babel-compiler/package.js
    	packages/ecmascript/package.js
    	packages/sha/package.js
    	tools/upgraders.js
    Sashko Stubailo committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    385bcad View commit details
    Browse the repository at this point in the history
  2. Bump release version and package versions

    Sashko Stubailo committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    4d282e2 View commit details
    Browse the repository at this point in the history
  3. Bump release version and package versions

    Sashko Stubailo committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    ca31a41 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Revert "Don't use jQuery to add attributes to body"

    This reverts commit e6bc9413f3f7313225dc4ae87e2e25a85ca0c59a.
    Sashko Stubailo committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    ad2e4b3 View commit details
    Browse the repository at this point in the history
  2. Make static html depend on jQuery so that adding attrs works

    Sashko Stubailo committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    08d2260 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Bump packages for 1.2.0.2

    Sashko Stubailo committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    b229ace View commit details
    Browse the repository at this point in the history
  2. Bump packages for 1.2.0.2

    Sashko Stubailo committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    5f0c939 View commit details
    Browse the repository at this point in the history
  3. Bump packages for 1.2.0.2

    Sashko Stubailo committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    be72e87 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Make Template.dynamic work as a block helper

    Fixes #4756
    maxnowack authored and Sashko Stubailo committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    6ae2d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Bump all version numbers

    Sashko Stubailo committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    e50d7d6 View commit details
    Browse the repository at this point in the history
  2. Bump all version numbers

    Sashko Stubailo committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    787b101 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Bump versions for 1.2.1 release

    Sashko Stubailo committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    ac3e101 View commit details
    Browse the repository at this point in the history
  2. Bump versions for 1.2.1 release

    Sashko Stubailo committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    b694a53 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    409a191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e252b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01ce839 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

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

Commits on Dec 1, 2015

  1. Fix meteor/meteor#5441

    skishore committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    ff44238 View commit details
    Browse the repository at this point in the history
  2. Fix meteor/meteor#5441

    skishore committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    ac0db00 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    2dd6986 View commit details
    Browse the repository at this point in the history
  2. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    4d3f573 View commit details
    Browse the repository at this point in the history
  3. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    83c82b4 View commit details
    Browse the repository at this point in the history
  4. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    937db3b View commit details
    Browse the repository at this point in the history
  5. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    3cd84e0 View commit details
    Browse the repository at this point in the history
  6. Bump package version numbers

    avital committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    2bc5a1b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Configuration menu
    Copy the full SHA
    519965b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e42a806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62eb6d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cedabb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54772c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb91006 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Configuration menu
    Copy the full SHA
    e893dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a396901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf65baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2683267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d93e38a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e107f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Correct argument.

    mitar committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    da3a5a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Configuration menu
    Copy the full SHA
    d9b21a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70d84b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f0ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086122b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9c1763 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80934fa View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. Configuration menu
    Copy the full SHA
    187b441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d16d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86e9547 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396869a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0003c1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cc1380 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Configuration menu
    Copy the full SHA
    41d55fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657c683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc1da1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe6d61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a01eb82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dca157 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Configuration menu
    Copy the full SHA
    518da2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f0dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f3b77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0acc11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1de89e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a81c28f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da6ef82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ec256b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfe5891 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e8e24e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f42a9ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb60f68 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9270d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe46e4c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3dbaca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5594e00 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    740fb0c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf71ba3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ef51b2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba07f99 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    403c2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Refactor static-html to not use jquery

    Simply use setAttribute instead.
    
    Fixes #5320
    PR #6105
    ozsay authored and Sashko Stubailo committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    ec55add View commit details
    Browse the repository at this point in the history
  2. Refactor static-html to not use jquery

    Simply use setAttribute instead.
    
    Fixes #5320
    PR #6105
    ozsay authored and Sashko Stubailo committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    3b51a71 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/devel' into release-1.3

    Conflicts:
    	History.md
    	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
    	packages/ecmascript/package.js
    	tools/isobuild/compiler.js
    dgreensp committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    3bab7b9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/devel' into release-1.3

    Conflicts:
    	History.md
    	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
    	packages/ecmascript/package.js
    	tools/isobuild/compiler.js
    dgreensp committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    a2adaba View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    de4a0be View commit details
    Browse the repository at this point in the history
  2. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    d813828 View commit details
    Browse the repository at this point in the history
  3. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    0e2e50d View commit details
    Browse the repository at this point in the history
  4. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5f0db93 View commit details
    Browse the repository at this point in the history
  5. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    85e0afa View commit details
    Browse the repository at this point in the history
  6. Bump 1.3 beta release numbers.

    The beta released with this commit (modules-beta.6) included everything on
    the release-1.3 branch up to bdf64da3391b85217048706c7fc752a18624715e
    ("Avoid circular package.json resolution chains.").
    
    Unfortunately, additional commits were pushed to the branch before this
    commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
    does not correspond to any commit in the branch history.
    
    Rather than attempting to rewrite the branch history, I decided to amend
    this commit with this explanation before pushing it.
    
    To see exactly what was released with the sixth beta:
    
      git fetch --tags
      git log release/METEOR@1.3-modules-beta.6
    benjamn committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    705dbb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    a2616ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b369474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15a12f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    444603c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d2c5ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f00270 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Configuration menu
    Copy the full SHA
    ff6a913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af72ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f485b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebe460f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99af3aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    314edcc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

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

Commits on Feb 10, 2016

  1. Merge pull request #4520 from dolgarev/devel

    Added check of params for template's methods events and helpers
    Sashko Stubailo committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    b597e60 View commit details
    Browse the repository at this point in the history
  2. Cleaner code.

    mitar committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    1cf7e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44ce7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68fd857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3b1508 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    269202d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3ee62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe3abf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbecc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae4eac8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2f2308 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89b2b5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22df8af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    effcd94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8412d84 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a3cf22 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    4bf96c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12fd5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeeed2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e59b6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6900a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc915e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9af261 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f1cd8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6478d98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa2d5ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af4cdb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Configuration menu
    Copy the full SHA
    64e8f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db859ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abee3ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea97260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    906fe23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62b5ac7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e55f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5183156 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f24bac7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    569d1c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93dc431 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Configuration menu
    Copy the full SHA
    45726b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c7555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ee0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    498fc05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eea96df View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    22feb1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466faf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94266a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b5303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4cc226 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6faf26f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b71677 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cda0124 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c38a9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a58a444 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d4c562 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a11e8ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95e4c46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd17075 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    021fa6b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9af9bc2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6932685 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    003b501 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f50ff41 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e59b55 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6b25c10 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c19dee0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    626edbb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Improve Blaze automatic URLs blocking

    Now also blocks against `vbscript:` URLs in addition to `javascript:` URLs
    avital committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    53af037 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Add 'packages/blaze-html-templates/' from commit '42f57036877b533fe40…

    …aba02e524fe5295f817f8'
    
    git-subtree-dir: packages/blaze-html-templates
    git-subtree-mainline: 021375d
    git-subtree-split: 42f5703
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    eef8515 View commit details
    Browse the repository at this point in the history
  2. Add 'packages/blaze-tools/' from commit 'dd1707575a07797d69397238b4a4…

    …9dce6acc1025'
    
    git-subtree-dir: packages/blaze-tools
    git-subtree-mainline: eef8515
    git-subtree-split: dd17075
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    4ccc691 View commit details
    Browse the repository at this point in the history
  3. Add 'packages/blaze/' from commit '53af03796725d03dc30560c94204ad6526…

    …956f9d'
    
    git-subtree-dir: packages/blaze
    git-subtree-mainline: 4ccc691
    git-subtree-split: 53af037
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    d4f4218 View commit details
    Browse the repository at this point in the history
  4. Add 'packages/caching-html-compiler/' from commit '021fa6b246bfc06167…

    …c65158d32a9c1bd1a8474f'
    
    git-subtree-dir: packages/caching-html-compiler
    git-subtree-mainline: d4f4218
    git-subtree-split: 021fa6b
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    c0e4955 View commit details
    Browse the repository at this point in the history
  5. Add 'packages/html-tools/' from commit '9af9bc287c3f0c595fdb8806bcdaf…

    …e6a7210ee46'
    
    git-subtree-dir: packages/html-tools
    git-subtree-mainline: c0e4955
    git-subtree-split: 9af9bc2
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    34339e4 View commit details
    Browse the repository at this point in the history
  6. Add 'packages/htmljs/' from commit '693268517c96d01627077bf486a942f73…

    …9365264'
    
    git-subtree-dir: packages/htmljs
    git-subtree-mainline: 34339e4
    git-subtree-split: 6932685
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    bebde22 View commit details
    Browse the repository at this point in the history
  7. Add 'packages/spacebars-compiler/' from commit '003b501d434feb7654555…

    …2053215d0e811774886'
    
    git-subtree-dir: packages/spacebars-compiler
    git-subtree-mainline: bebde22
    git-subtree-split: 003b501
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    568e28c View commit details
    Browse the repository at this point in the history
  8. Add 'packages/spacebars-tests/' from commit 'f50ff413e871bc211b41b30c…

    …3a336ee01f99a7a5'
    
    git-subtree-dir: packages/spacebars-tests
    git-subtree-mainline: 568e28c
    git-subtree-split: f50ff41
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    aa671e9 View commit details
    Browse the repository at this point in the history
  9. Add 'packages/spacebars/' from commit '0e59b55b11506705c564447687f219…

    …79b3138804'
    
    git-subtree-dir: packages/spacebars
    git-subtree-mainline: aa671e9
    git-subtree-split: 0e59b55
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    655426c View commit details
    Browse the repository at this point in the history
  10. Add 'packages/static-html/' from commit '6b25c10375bea867d4d8cfd41f2b…

    …3bfb17411f09'
    
    git-subtree-dir: packages/static-html
    git-subtree-mainline: 655426c
    git-subtree-split: 6b25c10
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    321b7a2 View commit details
    Browse the repository at this point in the history
  11. Add 'packages/templating-tools/' from commit 'c19dee0fbba8dde42f6ea96…

    …f15cbdc6d1ce2c7e3'
    
    git-subtree-dir: packages/templating-tools
    git-subtree-mainline: 321b7a2
    git-subtree-split: c19dee0
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b549823 View commit details
    Browse the repository at this point in the history
  12. Add 'packages/templating/' from commit '626edbba9cf032f27aa039921ab5a…

    …d1cf2b9042b'
    
    git-subtree-dir: packages/templating
    git-subtree-mainline: b549823
    git-subtree-split: 626edbb
    martijnwalraven committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    852d904 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Expose makeAttributeHandler.

    mitar committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    60317b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request meteor#8 from meteor/expose-attribute-handlers

    Expose makeAttributeHandler.
    mitar committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    39dd91a View commit details
    Browse the repository at this point in the history
  3. Added CircleCI testing.

    mitar committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    514ce9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3571313 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

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

Commits on Mar 9, 2016

  1. Fixed testing.

    mitar committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    8fd9f3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request meteor#9 from meteor/testing

    Added CircleCI testing.
    mitar committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    b3dc0b2 View commit details
    Browse the repository at this point in the history
  3. Fixed tests.

    mitar committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    2d11ba3 View commit details
    Browse the repository at this point in the history
  4. Fixed CircleCI command.

    mitar committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    cda8c7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da554fc View commit details
    Browse the repository at this point in the history
  6. Fixed tests.

    mitar committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    2e044a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    1e8f37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c5090 View commit details
    Browse the repository at this point in the history
  3. Allow CircleCI parallelization.

    mitar committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    0c27236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d8d4a5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request meteor#10 from meteor/split-templating

    Refactored packages into multiple packages.
    mitar committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    20b4db1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e61cd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

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