Austin Burdine
b510d9a12c
Merge pull request #6694 from jaswilli/bind
...
Remove Function.bind polyfill
2016-04-10 00:53:19 -05:00
Jason Williams
0feb66224b
Remove Function.bind polyfill
...
- Not used anymore, and phantomjs 2 has a native .bind
2016-04-09 13:06:54 -05:00
Kevin Ansfield
eb1cf51bf6
Avoid use of this.attrs for closure actions
...
no issue
- `this.attrs` is a glimmer-component thing (which doesn't exist in Ghost yet), to avoid confusion we should avoid using it
- https://locks.svbtle.com/to-attrs-or-not-to-attrs
- https://github.com/cibernox/ember-power-select/issues/233#issuecomment-170352572
2016-04-09 10:46:19 +01:00
Hannah Wolfe
0ed304f446
Merge pull request #6690 from kevinansfield/ember-suave-2-0
...
deps: ember-suave@2.0.1
2016-04-08 23:05:51 +01:00
Kevin Ansfield
1849dc1158
deps: ember-suave@2.0.1
...
no issue
- https://github.com/DockYard/ember-suave/releases/tag/v2.0.0
- fix linting errors arising from new rules
2016-04-08 16:27:24 +01:00
Kevin Ansfield
1667150a4a
deps: pretender@1.0.0
...
no issue
- https://github.com/pretenderjs/pretender/blob/master/CHANGELOG.md#10
- https://github.com/pretenderjs/pretender/compare/0.10.1...1.0.0
2016-04-08 15:54:23 +01:00
Kevin Ansfield
7d051777aa
deps: moment@2.12.0
...
no issue
- https://github.com/moment/moment/blob/develop/CHANGELOG.md#2103-see-full-changelog
2016-04-08 15:51:55 +01:00
Kevin Ansfield
e8b840a493
deps: Faker@3.1.0
...
no issue
- https://github.com/Marak/faker.js/compare/v3.0.1...v3.1.0
2016-04-08 15:36:37 +01:00
Kevin Ansfield
56637fe4fa
deps: remove unused es5-shim bower dependency
2016-04-08 15:34:21 +01:00
Kevin Ansfield
80ae749fde
deps: codemirror@5.13.2
...
no issue
- https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md#520-2015-04-20
2016-04-08 15:30:50 +01:00
Kevin Ansfield
3d20bb8f5b
deps: blueimp-md5@2.3.0
...
no issue
- https://github.com/blueimp/JavaScript-MD5/compare/1.1.0...v2.3.0
2016-04-08 15:28:30 +01:00
Kevin Ansfield
ec312f04ee
deps: ember-cli-pretender@0.6.0
...
no issue
- updates `pretender` dependency
- https://github.com/rwjblue/ember-cli-pretender/compare/v0.5.0...v0.6.0
2016-04-08 15:18:39 +01:00
Kevin Ansfield
206c6d1b69
deps: ember-cli-mocha@0.10.1
...
no issue
- https://github.com/switchfly/ember-cli-mocha/compare/v0.10.0...v0.10.1
2016-04-08 15:16:14 +01:00
Kevin Ansfield
fb8e9b743c
deps: ember-cli-mirage@0.1.13
...
no issue
- https://github.com/samselikoff/ember-cli-mirage/releases/tag/v0.1.12
- https://github.com/samselikoff/ember-cli-mirage/compare/v0.1.11...v0.1.13
2016-04-08 15:15:28 +01:00
Kevin Ansfield
8e4bd8f900
deps: ember-cli-deprecation-workflow@0.2.0
...
no issue
- https://github.com/mixonic/ember-cli-deprecation-workflow/compare/v0.1.6...v0.2.0
2016-04-08 15:15:22 +01:00
Kevin Ansfield
5def00185c
Merge pull request #6564 from szelpe/publishedDate
...
Fixed bugs regarding the published date input field validation.
2016-04-06 11:58:00 +01:00
Kevin Ansfield
cbae70d77b
Merge pull request #6668 from acburdine/app-logo-fix
...
Replace hardcoded AWS image url with static image url
2016-04-06 11:26:03 +01:00
Kevin Ansfield
6892df8a7b
Don't swallow error details in ajax service
...
no issue
- keep the original `ember-ajax` behaviour rather than returning `false` when we hit an ajax error - we should only be using `normalizeErrorResponse` to normalize our error responses 😉
- ensures our application code has access to the returned status code for ajax errors
2016-04-04 14:19:05 +01:00
Austin Burdine
5e73700b92
deps: ember-data@2.4.3
2016-04-03 19:03:55 -05:00
Austin Burdine
003ddd9ec7
deps: ember@2.4.4
2016-04-03 19:01:36 -05:00
Austin Burdine
c416f14663
replace hardcoded AWS image url with static image url
2016-03-31 12:09:54 -05:00
Jason Williams
0148ed383d
Merge pull request #6663 from kevinansfield/fix-xregexp-issues
...
Drop XRegExp dependency
2016-03-31 10:06:47 -05:00
Kevin Ansfield
95e041b2ea
deps: ember-cli@2.4.3
...
no issue
- https://github.com/ember-cli/ember-cli/releases/tag/v2.4.3
2016-03-31 10:13:15 +01:00
Kevin Ansfield
9eef2616e4
Drop XRegExp dependency
...
closes #6102
- removes the `xregexp` dependency
- pulls in the non-alphnumeric unicode list directly from the XRegExp library to ensure the word count helper still takes into account unicode strings
The XRegExp dependency was breaking as new browsers add more es6 support as evidenced in #6102 . Upgrading to version 3.1.0 fixed the Chrome "experimental JS" issue but was still broken in Safari Technology Preview.
We only use one feature of `XRegExp` in a single place for a relatively non-critical feature: calculating the word count. As such I figured it may be better to drop the 63KB minified dependency and simply copy the result of the compiled regex directly until such time as XRegExp has native support in our supported browsers.
2016-03-30 19:45:20 +01:00
Kevin Ansfield
7ef06ea748
deps: ember-sinon@0.5.0
...
no issue
- pulls sinon.js from NPM instead of bower - https://github.com/csantero/ember-sinon/releases/tag/v0.5.0
- only dependency updates and ember-cli changes - https://github.com/csantero/ember-sinon/compare/v0.3.0...v0.5.0
2016-03-29 13:03:59 +01:00
Kevin Ansfield
e23cb9e8a7
deps: liquid-tether@1.0.0
...
no issue
- contains cleanup and test fixes - https://github.com/pzuraq/liquid-tether/compare/v0.1.11...v1.0.0
2016-03-25 09:00:38 +00:00
Kevin Ansfield
3d06b053d2
Remove jquery-hammerjs bower dependency
...
no issue
- removes `jquery-hammerjs` as it doesn't appear to be used anywhere and isn't included in the build by ember-cli
2016-03-24 10:04:52 +00:00
Jason Williams
136bdbd9ff
Return http status 204 on deletes
...
Closes #2871
- Refactor api http handlers.
- Update tests.
- Remove special handling of responses in ember adapter.
2016-03-22 11:42:48 -05:00
Kevin Ansfield
94abaca531
Merge pull request #6611 from dbalders/ember-navitems
...
Remove Nav Item Placeholder and Set as Base Url Value
2016-03-22 16:18:28 +01:00
David Balderston
9eb0a8a690
Remove Nav Item Placeholder and Set as Base Url Value
...
Closes #6440
* Removed the `.fake-placeholder`class from the input, test, and css
* On adding a nav item, if the url value has not been set by the user,
then set it to the base url as shown in the input
* If url has been set by the user, just do what it has always done
2016-03-22 07:11:20 -07:00
king6cong
cf7bc6f415
fix invalid preview url
2016-03-22 20:42:46 +08:00
Jason Williams
82b0b92b73
Merge pull request #6619 from kevinansfield/ember-data-2-4-2
...
deps: ember-data@2.4.2
2016-03-21 13:31:03 -05:00
Kevin Ansfield
3d8e40f9ae
deps: ember-data@2.4.2
...
no issue
- https://github.com/emberjs/data/releases/tag/v2.4.1
- https://github.com/emberjs/data/releases/tag/v2.4.2
- uses the new public import path for `EmbeddedRecordsMixin` (http://emberjs.com/blog/2016/03/13/ember-data-2-4-released.html#toc_importing-modules - note that the module naming there isn't quite right)
2016-03-21 16:37:42 +00:00
Kevin Ansfield
8f33a3540d
deps: ember@2.4.3
...
no issue
- https://github.com/emberjs/ember.js/releases/tag/v2.4.2
- https://github.com/emberjs/ember.js/releases/tag/v2.4.3
2016-03-21 14:10:18 +00:00
Kevin Ansfield
db8946c90e
deps: ember-cli@2.4.2
...
no issue
- bugfix release: https://github.com/ember-cli/ember-cli/releases/tag/v2.4.2
2016-03-07 09:17:51 +00:00
Kevin Ansfield
7e0eb5911d
deps: ember-cli@2.4.1
...
no issue
- bugfix release - https://github.com/ember-cli/ember-cli/releases/tag/v2.4.1
2016-03-03 09:17:37 +00:00
Kevin Ansfield
4d35f954b4
deps: ember-data@2.4.0
2016-03-01 12:49:43 +00:00
Kevin Ansfield
73f2a61feb
deps: ember@2.4.1
2016-03-01 12:49:43 +00:00
Kevin Ansfield
f451ff5aef
deps: ember-cli@2.4.0
2016-03-01 12:49:28 +00:00
Peter Szel
956932b07f
Fixed bugs regarding the published date input field validation.
...
refs #5777
- removing error message from the previous validation
- only checking if date is in the past if the input date is valid to begin with
- always updating the view, even if the date hasn't changed to make sure the date format stays consistent
2016-02-28 01:33:24 +00:00
Peter Szel
6387b87fab
Fixed skiplink positioning
...
refs #5986
- removed static position of the skiplink to prevent pushing the page content down
- only applying :focus CSS selector to focusable sr-only content
2016-02-27 15:37:15 +00:00
Kevin Ansfield
f4cdf4dc15
Merge pull request #6561 from acburdine/test-fixes
...
Ember client test fixes
2016-02-24 09:36:24 +00:00
Kevin Ansfield
5de57f892d
Merge pull request #6548 from ErisDS/config-api
...
Restructure Configuration API endpoint
2016-02-24 09:34:51 +00:00
Austin Burdine
df720934e1
various test 🐛 fixes
...
refs #6550
- cleanup deprecation messages
- fix get `undefined` error in tests
2016-02-23 23:27:57 -06:00
Kevin Ansfield
ad1fbfa456
Refactor the feature service
...
no issue
- removes the unneeded manual caching of the settings object
- fixes multiple API requests to fetch settings when using the feature service
2016-02-23 15:22:32 +00:00
Hannah Wolfe
ed16998461
Restructure Configuration API endpoint
...
refs #6421 , #6525
- The configuration API endpoint was a bit of an animal:
- It's used currently in two ways, once for general config, another for the about page.
- These two things are different, and would require different permissions in future.
- There was also both a browse and a read version, even though only browse was used.
- The response from the browse was being artificially turned into many objects, when its really just one with multiple keys
- The new version treats each type of config as a different single object with several keys
- The new version therefore only has a 'read' request
- A basic read request with no key will return basic config that any client would need
- A read request with the about key returns the about config
- A read request with a different key could therefore return some other config
2016-02-19 18:49:23 +00:00
Austin Burdine
5429ef4784
Merge pull request #6546 from quangtt/preview-icon
...
Fix preview icon position in editor
2016-02-19 11:35:05 -06:00
Austin Burdine
b5c9598cad
deps: ember-cli-deprecation-workflow@0.1.6
...
- fixes deprecation error on build
2016-02-19 09:20:17 -06:00
quangtt
c557aaffd0
Fix preview icon position in editor (updated)
2016-02-19 21:55:04 +07:00
Kevin Ansfield
72cbda3646
Merge pull request #6518 from acburdine/ember-cli-take-2
...
Update ember-cli to 2.3.0
2016-02-19 11:56:47 +00:00