From f97efe4c351e26d4cb5bcfea5eb0642090db52c9 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Fri, 2 Oct 2015 14:21:13 -0700 Subject: [PATCH] Attempt to convert all issues into links --- History.md | 714 ++++++++++++++++++++++++++--------------------------- 1 file changed, 357 insertions(+), 357 deletions(-) diff --git a/History.md b/History.md index 5f065ef3d2..6daf788d48 100644 --- a/History.md +++ b/History.md @@ -5,7 +5,7 @@ and an `_id` field is not explicitly passed. With this change, there are no longer two algorithms used to generate document IDs. `Random.id()` can still be used to generate crpytographically - secure document IDs. #5161 + secure document IDs. [#5161](https://github.com/meteor/meteor/issues/5161) ## v1.2.0.2, 2015-Sept-28 @@ -21,7 +21,7 @@ ## v1.2.0.1, 2015-Sept-22 -* Fix incorrect publishing of packages with exports but no source. #5228 +* Fix incorrect publishing of packages with exports but no source. [#5228](https://github.com/meteor/meteor/issues/5228) ## v1.2, 2015-Sept-21 @@ -53,17 +53,17 @@ a shorter list of breaking changes you should be aware of when upgrading. * `loginWithPassword` now matches username or email in a case insensitive manner. If there are multiple users with a username or email only differing - in case, a case sensitive match is required. #550 + in case, a case sensitive match is required. [#550](https://github.com/meteor/meteor/issues/550) * `loginWithGithub` now requests `user:email` scope by default, and attempts to fetch the user's emails. If no public email has been set, we use the - primary email instead. We also store the complete list of emails. #4545 + primary email instead. We also store the complete list of emails. [#4545](https://github.com/meteor/meteor/issues/4545) * When an account's email address is verified, deactivate other verification - tokens. #4626 + tokens. [#4626](https://github.com/meteor/meteor/issues/4626) * Fix bug where blank page is shown when an expired login token is - present. #4825 + present. [#4825](https://github.com/meteor/meteor/issues/4825) * Fix `OAuth1Binding.prototype.call` when making requests to Twitter with a large parameter set. @@ -72,23 +72,23 @@ a shorter list of breaking changes you should be aware of when upgrading. match Google's new requirements. * Add `Accounts.oauth.unregisterService` method, and ensure that users can only - log in with currently registered services. #4014 + log in with currently registered services. [#4014](https://github.com/meteor/meteor/issues/4014) * The `accounts-base` now defines reusable `AccountsClient` and `AccountsServer` constructors, so that users can create multiple - independent instances of the `Accounts` namespace. #4233 + independent instances of the `Accounts` namespace. [#4233](https://github.com/meteor/meteor/issues/4233) * Create an index for `Meteor.users` on `services.email.verificationTokens.token` (instead of - `emails.validationTokens.token`, which never was used for anything). #4482 + `emails.validationTokens.token`, which never was used for anything). [#4482](https://github.com/meteor/meteor/issues/4482) -* Remove an IE7-specific workaround from accounts-ui. #4485 +* Remove an IE7-specific workaround from accounts-ui. [#4485](https://github.com/meteor/meteor/issues/4485) ### Livequery * Improved server performance by reducing overhead of processing oplog after database writes. Improvements are most noticeable in case when a method is - doing a lot of writes on collections with plenty of active observers. #4694 + doing a lot of writes on collections with plenty of active observers. [#4694](https://github.com/meteor/meteor/issues/4694) ### Mobile @@ -135,7 +135,7 @@ a shorter list of breaking changes you should be aware of when upgrading. `android-versionCode` and `ios-CFBundleVersion` in the `config.xml` of the Cordova project. The build number is used to differentiate between different versions of the app, and should be incremented before distributing - a built app to stores or testing services. #4048 + a built app to stores or testing services. [#4048](https://github.com/meteor/meteor/issues/4048) * Other changes include performance enhancements when building and running, and improved requirements checking and error reporting. @@ -156,23 +156,23 @@ a shorter list of breaking changes you should be aware of when upgrading. being rendered into an empty container element. (This lets us throw the error when compiling templates rather than when the app runs.) -* Improve parsing of `