Hannah Wolfe
150d286ca7
Merge pull request #5755 from jomahoney/tabnav
...
Prevents partial tab view when using keyboard navigation in tag settings
2015-08-28 18:54:40 +01:00
Hannah Wolfe
5aac16df17
Merge pull request #5739 from cobbspur/forgotPassword
...
Add loading spinner to forgot button on signin page
2015-08-28 18:47:14 +01:00
Hannah Wolfe
30da915a70
Merge pull request #5754 from cobbspur/flowstep3
...
Prevent setup loop on step 3
2015-08-28 17:38:23 +01:00
cobbspur
9bf4a39e83
Add loading spinner to forgot button on signin page
...
refs #5652
- replaces basic forgot? button on signin page with spin button
- replaces {{input with gh-input}}
2015-08-28 17:20:03 +01:00
Sebastian Gierlinger
f705798bf9
Merge pull request #5756 from kevinansfield/fix-token-refresh-issue
...
Fix auth token refresh failing on app-boot with expired access_token
2015-08-28 17:27:49 +02:00
Kevin Ansfield
62684dffff
Fix auth token refresh failing on app-boot with expired access_token
...
issue #5751
- moves `makeRequest` override of simple-auth's OAuth authenticator into our own custom authenticator (previously our override was not taking effect until after ember-simple-auth's initial authentication routines, hence why it was working for post-login token refreshes but failing on app-boot)
2015-08-28 16:00:34 +01:00
John O'Mahoney
457f5c3a6d
Prevents partial tab view when using keyboard navigation in tag settings
...
refs #5652
- Mimics behaviour of post-settings-menu
- Surrounded the subnavpage with a conditional to check if the page is
active before focusing on it
2015-08-28 14:50:53 +01:00
Hannah Wolfe
fd3127b342
Merge pull request #5742 from kevinansfield/spin-button-minimum-timeout
...
Set a minimum spin time of 1 second for gh-spin-button
2015-08-28 13:15:45 +01:00
Hannah Wolfe
52abc298f1
Merge pull request #5750 from rafaelstz/master
...
Correct bold string
2015-08-28 12:53:05 +01:00
Hannah Wolfe
7d6045cc33
Merge pull request #5733 from kevinansfield/fix-tag-input-creation-order
...
Fix post tag input so it keeps the tag order
2015-08-28 12:41:28 +01:00
cobbspur
a5e47536cb
Prevent setup loop on step 3
...
closes #5747
- change transition event to regardless of user invite success/failure
2015-08-28 12:35:40 +01:00
Hannah Wolfe
1ac7d2a348
Merge pull request #5743 from cobbspur/invitations
...
Fix wording for failed invitations alert
2015-08-28 11:54:00 +01:00
Rafael Corrêa Gomes
69ba0922b2
Correct bold string
2015-08-27 20:48:15 -03:00
Kevin Ansfield
624893456e
Set a minimum spin time of 1 second for gh-spin-button
...
refs #5652 , #5719
- adds a timeout to `gh-spin-button` so the spinner is always shown for at least 1 second
As a stopgap solution before #5719 can be implemented it was decided to keep the button spinning for a minimum time, even if the associated action completes quickly. Discussion can be found at https://ghost.slack.com/archives/dev/p1440670418004358
2015-08-27 22:16:01 +01:00
cobbspur
187944bd3a
Fix wording for failed invitations alert
...
refs #5652
- Use conditional string for single/plural failed invitations
2015-08-27 18:17:13 +01:00
Hannah Wolfe
ee6dd39cba
Merge pull request #5735 from kevinansfield/fix-user-invite-validations
...
Fix invite user validation issues in signup
2015-08-27 14:57:57 +01:00
Kevin Ansfield
5d572bda0d
Fix invite user validation issues in signup
...
refs #5652
- wrap emails input in `{{gh-form-group}}` component to give element success/error classes
- pull validation messages into submit button
- clean up validation related aspects of step three controller
2015-08-27 14:05:52 +01:00
Hannah Wolfe
490f174357
Merge pull request #5738 from JohnONolan/dropdowncleanup
...
Consolidation of dropdown sizes
2015-08-27 13:18:43 +01:00
John O'Nolan
50dc6c2e81
Consolidation of dropdown sizes
2015-08-27 13:27:49 +02:00
Hannah Wolfe
7697f6352b
Merge pull request #5736 from JohnONolan/newtags
...
Newtags
2015-08-27 11:36:56 +01:00
John O'Nolan
3974a17174
Customised selectize theme for Ghost tags
2015-08-27 12:15:37 +02:00
John O'Nolan
5547f93535
Minor visual bugfixes
...
- Line height on forgotten password butotn
- Regresson in button display mode
2015-08-27 12:14:59 +02:00
Sebastian Gierlinger
62970cf53d
Merge pull request #5731 from ErisDS/remove-firstrun
...
Remove first run alert
2015-08-27 10:14:40 +02:00
Kevin Ansfield
06892cce42
Fix post tag input so it keeps the tag order
...
refs #5732
- patches ember-selectize to send the caret position to the create-item action handler
- updates `addTag` method in PSM controller to insert new tag in the correct place
2015-08-26 21:46:57 +01:00
Hannah Wolfe
79f1bd2571
Merge pull request #5727 from kevinansfield/fix-disappearing-tags-on-save
...
Fix new tags disappearing in PSM when saving post
2015-08-26 19:58:31 +01:00
Kevin Ansfield
0c4cc67dc1
Merge pull request #5726 from ErisDS/forms-tab
...
[WIP] Markup / tabindex / consistency fixes
2015-08-26 19:45:11 +01:00
Hannah Wolfe
b0fbd1b029
Spin button consistency
...
refs #5652
- always put button text inside opening/closing helper tag
- only include type if it is 'submit' as button is default
- wrap attributes in double quotes
2015-08-26 16:21:42 +01:00
Hannah Wolfe
a399adea3b
Improve markup + tabindex etc on setup/two
...
refs #5652
- ensure gh-spin-button passes type & tabindex through to markup
- add gh-input class to auto focus input
- add tabindexes to setup/two + make first field autofocus and button submit
2015-08-26 16:20:52 +01:00
Hannah Wolfe
5be781a0dc
Remove first run alert
...
refs #5652
2015-08-26 15:29:26 +01:00
Hannah Wolfe
5662ccc3f7
Merge pull request #5730 from JohnONolan/XELDA
...
Xelda
2015-08-26 15:19:56 +01:00
John O'Nolan
27680ba665
Merge pull request #5729 from kevinansfield/selectize-styles
...
Copy selectize styles ready for customisation
2015-08-26 16:05:13 +02:00
Hannah Wolfe
4e635466bf
Merge pull request #5721 from cobbspur/reset
...
Change reset page errors to match sign-in page
2015-08-26 14:54:30 +01:00
Kevin Ansfield
84c5d642e2
Copy selectize styles ready for customisation
...
no issue
- prevent ember-cli-selectize addon auto-importing styles
- copy all previously imported selectize styles into the app styles
2015-08-26 14:32:39 +01:00
John O'Nolan
51a9b4bf1f
Increase hit area on PSM controls
...
Closes #5714
2015-08-26 15:20:41 +02:00
John O'Nolan
8dd412f20c
Minor visual edits
...
- Adjust edit post button position
- Increase hit area on post settings cog
2015-08-26 15:12:04 +02:00
Kevin Ansfield
3a03f8fda9
Merge pull request #5720 from ErisDS/password-flow
...
Don't clear password field until setup is complete
2015-08-26 12:41:18 +01:00
cobbspur
78d8b7e1d8
Change reset page errors to match sign-in page
...
No Issue
- Takes the inline validation messages and displays below form
- Removes unnecessary gh-error-message components from signin and reset pages
- Returns error messages to sign-in validations
2015-08-26 12:00:37 +01:00
Sebastian Gierlinger
4b8eedf2bc
Merge pull request #5722 from ErisDS/download-count
...
Number formatting function for download counter
2015-08-26 10:36:12 +02:00
Sebastian Gierlinger
1f3ebd44dd
Merge pull request #5723 from ErisDS/dep-typeahead
...
Dep: Remove typeahead
2015-08-26 10:35:57 +02:00
John O'Nolan
6d1e6f8795
Merge pull request #5715 from dbalders/About-Page-Header
...
Add Menu to About Ghost Page
2015-08-26 06:04:15 +02:00
Kevin Ansfield
c78d91c72b
Fix new tags disappearing in PSM when saving post
...
closes #5708
- when adding a tag give it a throwaway UUID so that every selected/available tag object has a unique identifier for use with selectize
2015-08-25 23:53:19 +01:00
Sebastian Gierlinger
0d7a068b09
Merge pull request #5724 from ErisDS/coverage-fix
...
Update coverage path for travis
2015-08-25 19:24:01 +02:00
Hannah Wolfe
176f4a409e
Merge pull request #5725 from JohnONolan/zelda-fixes
...
Zelda fixes
2015-08-25 17:36:48 +01:00
John O'Nolan
4855fcc330
Optimise mobile navigation
...
Make everything a little bit larger on small screens
2015-08-25 18:01:26 +02:00
Hannah Wolfe
dbd4ff542b
Update coverage path for travis
2015-08-25 16:27:35 +01:00
Hannah Wolfe
cc5a4ab662
Dep: Remove typeahead
...
refs #5682
- we're now using selectize instead of typeahead, so it isn't needed
2015-08-25 16:26:10 +01:00
Hannah Wolfe
9d21a40ddf
Number formatting function for download counter
...
refs #5652
- safari doesn't support the nice toLocaleString function
- this adds a manual, cross-browser way of adding commas in the right places to long number strings
2015-08-25 15:04:58 +01:00
Hannah Wolfe
e039ec5032
Don't clear password field until setup is complete
...
ref #5652
- resolves issues with setup flow for the time being
- password is cleared on deactivate, rather than during step 2
- using transitionToRoute instead of transitionTo to remove deprecation warning
2015-08-25 13:16:39 +01:00
John O'Nolan
f1a17d57a2
Fix splitbutton height regression
...
Caused by removing display:flexbox from buttons a while back
2015-08-25 13:58:24 +02:00
Sebastian Gierlinger
a337cafa59
Merge pull request #5718 from ErisDS/issue-5675
...
Don't return from sending welcome mail
2015-08-25 10:58:20 +02:00