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
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
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
Kevin Ansfield
455d456a5b
Fix new post->tags transition
...
refs #6483 , closes #6541
- removes unloading of all tags when entering the tags screen. Tags list will now function similarly to the content list where already-loaded tags are visible immediately.
Fixes #6483 because it prevents selectize's data being changed out from underneath it before it's destroyed.
2016-02-18 18:01:08 +00:00
Kevin Ansfield
b4bae4741a
Revert "pass post tags as array to ember-cli-selectize"
...
This reverts commit efff6f62ae
.
2016-02-18 17:57:18 +00:00
Kevin Ansfield
17a8d8c029
Merge pull request #6520 from acburdine/issue-6515
...
Fix logging out from editor page
2016-02-18 12:36:59 +00:00
Kevin Ansfield
0daabbe02f
Merge pull request #6513 from acburdine/issue-6512
...
Fix underscore usage in post serializer
2016-02-18 09:30:44 +00:00
Kevin Ansfield
b0f4a0391d
Merge pull request #6533 from acburdine/issue-6483
...
Pass post tags as array to ember-cli-selectize
2016-02-18 09:08:09 +00:00
Kevin Ansfield
24e84ca531
Merge pull request #6531 from acburdine/issue-6530
...
Inject ajax service in settings/labs
2016-02-18 08:58:12 +00:00
Austin Burdine
efff6f62ae
pass post tags as array to ember-cli-selectize
...
closes #6483
- fix new post => settings/tags transition error
2016-02-17 22:24:16 -06:00
Austin Burdine
c1d962ac63
inject ajax service in settings/labs
...
closes #6530
- turns out one must inject a service in order to use it
2016-02-17 14:50:40 -06:00
Austin Burdine
a13b899817
add signin acceptance test
...
refs #6039
2016-02-16 23:08:24 -06:00
Austin Burdine
980c864f68
fix logging out from editor page
...
closes #6514
- removes transition.abort from the signout method because it can override the ember-simple-auth's page refresh
2016-02-16 20:07:03 -06:00
Austin Burdine
aa3be2a568
deps: ember-cli-deprecation-workflow@0.1.5
2016-02-16 15:06:32 -06:00
Austin Burdine
efe8fc4da6
deps: ember-cli@2.3.0
2016-02-16 12:32:48 -06:00
Austin Burdine
1ed2a8b6a7
fix underscore usage in post serializer
...
closes #6512
- because of the keyForAttribute method in the application serializer, the hash property must be snake_case
- change the normalize method to the more concise normalizeHash method available on the rest serializer
2016-02-16 09:37:15 -06:00
Kevin Ansfield
14a3f4411c
Merge pull request #6486 from acburdine/code-injection-test
...
Add settings/code-injection acceptance test
2016-02-15 11:07:01 +00:00
Kevin Ansfield
777b0227fd
Merge pull request #6488 from acburdine/labs-test
...
Add settings/labs acceptance test
2016-02-15 11:05:29 +00:00
Kevin Ansfield
1da47aa1c9
Merge pull request #6387 from novaugust/post-deletion
...
Fix post deletion scroll on content and tag screens
2016-02-15 11:02:42 +00:00
Kevin Ansfield
8ac61d0ed2
Merge pull request #6506 from acburdine/posts-error-fix
...
Improve 404 error handling in post route
2016-02-15 09:56:34 +00:00
Austin Burdine
53b92d4322
remove unused modal outlet
2016-02-14 18:55:59 -06:00
Austin Burdine
7e1941d45c
improve 404 error handling in post route
...
closes #6503
- change post route 404 handling to match that of the editor and tag routes
- fix 404 tests
2016-02-14 16:49:57 -06:00
Hannah Wolfe
17805767fd
Merge pull request #6468 from kevinansfield/ember-sortable-nav-items
...
Replace jquery-ui.sortable with ember-sortable for nav items
2016-02-14 13:44:07 +00:00
Austin Burdine
970c3cfc7d
add settings/labs acceptance test
...
refs #6039
2016-02-11 09:19:04 -06:00
Austin Burdine
330a74c8bd
add settings/code-injection acceptance test
...
refs #6039
2016-02-11 09:05:48 -06:00
Austin Burdine
c2a2af652c
Add settings/general acceptance test
...
refs #6039
- adds acceptance tests for settings/general flows
- fixes up mirage settings fixtures
2016-02-11 06:06:38 -06:00
Kevin Ansfield
6656256d0b
Merge pull request #6207 from acburdine/feature-service
...
Convert feature controller to service
2016-02-10 09:36:42 +00:00