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
Kevin Ansfield
c879105684
Replace jquery-ui.sortable with ember-sortable for nav items
...
refs #6458 , closes #6457
- replaces jquery-ui.sortable with ember-sortable for drag-n-drop handling
- moves the "new/blank" nav item out of the nav items list
- allows it to be excluded from the draggable list
- cleans up handling of the `navigationItems` array as there's no longer a need to ignore/exclude this extra item
- clears validation errors when typing in the respective field
- adds acceptance test for adding/removing nav items
- improves acceptance test for saving nav items to cover more edge cases
2016-02-09 22:08:21 +00:00
Austin Burdine
324a04487b
cleanup feature service error handling
2016-02-09 13:39:15 -06:00
Matt Enlow
6ed69181ef
Load more posts after post deletion
...
Closes #6390
- check if more posts should be loaded whenever one is deleted
- delete dead code from posts controller
- delete duplicate component gh-infinite-scroll-box
- simplify posts-list-item `posts.post` or `editor.edit` link logic by modifying `gh-content-view-container` to yield necessary vars directly and use inline ifs in template
- add `gh-tag` component for rendering tags and updating infinite scroll box on `settings/tags` page
2016-02-09 09:08:31 -07:00
Kevin Ansfield
3b565ed49f
Continuation of #6207 (convert feature controller to service)
...
refs #6207 , #6207
- updates tests for new async behaviour
- fixes tests failing on validation errors
- fixes `feature.labs` not updating after successful save
2016-02-09 08:37:44 -06:00
Austin Burdine
0ac222a439
convert feature controller to service
...
closes #6170
- add gh-feature-flag component to create a checkbox (reduce duplicate code)
2016-02-09 08:37:44 -06:00
Hannah Wolfe
18dc0e3bc5
Change URL for download count service
...
no issue
- we're moving the internal endpoint for fetching counts to count.ghost.org
2016-02-09 10:20:24 +00:00
Kevin Ansfield
f716050fc2
deps: ember-sortable@1.7.0
2016-02-09 10:17:37 +00:00
Hannah Wolfe
7bb153a372
Merge pull request #6439 from kevinansfield/fix-nav-validation
...
Fix navigation item validation behaviour
2016-02-08 20:15:18 +00:00
Kevin Ansfield
a4f70b55fc
Test client using real browsers on Travis
...
no issue
- drop phantomjs tests both locally and on Travis
- instruct Travis to install latest Chrome and Firefox
- start an X server when running the client tests on Travis
- update testem config to start Chrome and Firefox in both local and CI tests
- fix testing preview sizing in Firefox as it doesn't support `zoom: 50%` style
- improve infinite scroll testing to be more reliable
- fix post acceptance test to handle both mobile and desktop views
2016-02-08 16:10:40 +00:00
Kevin Ansfield
736111b58f
validate nav items when clicking the +
button, ignoring last item if blank
2016-02-08 14:20:57 +00:00
Hannah Wolfe
a02376a98d
Merge pull request #6445 from kevinansfield/fix-input-cursor
...
Return cursor pointer to text inputs
2016-02-08 10:07:29 +00:00
Sebastian Gierlinger
6f18fcabfa
Merge pull request #6444 from kevinansfield/fix-mixed-content-warnings
...
Fix mixed content security warnings due to gravatar images
2016-02-08 10:03:39 +01:00
Hannah Wolfe
bda942e20a
Merge pull request #6447 from kevinansfield/deps-ember-route-action
...
deps: ember-route-action-helper@0.3.0
2016-02-06 13:34:06 +00:00
Kevin Ansfield
be96259b65
deps: ember-route-action-helper@0.3.0
...
no issue
- cleans up passing route closure actions down through components and ensures callbacks are wrapped in the runloop - https://github.com/dockyard/ember-route-action-helper/pull/8
2016-02-06 13:09:47 +00:00
Kevin Ansfield
e399d33c47
Return cursor pointer to text inputs
...
refs #6412
- moves `cursor: pointer` style introduced in #6412 into more specific classes that only target select boxes rather than all inputs
2016-02-05 17:01:53 +00:00
Kevin Ansfield
cb7cafc0c9
Fix mixed content security warnings due to gravatar images
...
no issue
- switches gravatar URL generation to use protocol-relative URLs in `gh-profile-image` component
2016-02-05 16:48:15 +00:00
Hannah Wolfe
a435143ec5
Merge pull request #6442 from kevinansfield/ember-2-3-1
...
deps: ember@2.3.1
2016-02-05 15:45:43 +00:00
Austin Burdine
3b2a97179c
fix 404 acceptance tests
2016-02-05 06:16:29 -06:00
Kevin Ansfield
b45c3e2f61
deps: ember@2.3.1
...
no issue
Bugfix release: https://github.com/emberjs/ember.js/releases/tag/v2.3.1
2016-02-05 11:16:49 +00:00
Hannah Wolfe
df6f7c7b56
Merge pull request #6438 from kevinansfield/include-babel-polyfill
...
Include babel polyfill when compiling client
2016-02-04 20:44:02 +00:00
Hannah Wolfe
39d14e3a8d
Merge pull request #6437 from kevinansfield/deps-client
...
Update client dependencies
2016-02-04 20:40:33 +00:00
Kevin Ansfield
f52200ce26
Include babel polyfill when compiling client
...
no issue
- fixes issues when using `phantomjs` or other browsers that are not fully es6 compatible
2016-02-04 12:49:53 +00:00
Kevin Ansfield
497616b0bf
deps: liquid-tether@0.1.11
2016-02-04 11:22:08 +00:00
Kevin Ansfield
42e7e95ac1
deps: liquid-fire@0.23.0
2016-02-04 11:20:11 +00:00
Kevin Ansfield
5b03231106
deps: ember-cli@1.13.15
2016-02-04 10:59:49 +00:00