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
John O'Nolan
8a61322ce2
Add white bg to forgotten password link
...
Lastpass injects its password-fill icon into password inputs, this shows up awkwardly with the forgot-password button. Adding a white BG hides this.
Followup on #5641
2015-08-25 10:20:34 +02:00
Hannah Wolfe
2c29ae1ad2
Don't return from sending welcome mail
...
closes #5675
- welcome mail is non-critical, invalid mail setups shouldn't interfere with setting up a blog
2015-08-25 09:08:11 +01:00
David Balderston
a46014c6ed
Add Menu to About Ghost Page
...
Header on About Page was still missing, so added it in
* Added the header to the about.hbs
2015-08-24 18:27:33 -07:00
Sebastian Gierlinger
e9c3ec5afc
Merge pull request #5711 from ErisDS/nosrcmap
...
Temporarily disable sourcemaps
2015-08-24 22:22:56 +02:00
John O'Nolan
034cfbef16
Add disclosure for new jQuery CDN usage in Casper
2015-08-24 20:53:58 +02:00
Hannah Wolfe
4217295050
Temporarily disable sourcemaps
...
- Sourcemaps are adding ~.4mb to the release zip, which is not cool
- Long term, we need to swap this out for a system that will let us do sourcemaps in dev, and
generate a separate non-minified css file without the sourcemap when doing a release
- Short term, I'm disabling sourcemaps & they'll need to be enabled when needed
2015-08-24 18:56:50 +01:00
Hannah Wolfe
222ecc08b6
Merge pull request #5710 from kevinansfield/fix-alerts-closing-on-transition
...
Fix alerts disappearing when navigating
2015-08-24 17:53:35 +01:00
Kevin Ansfield
32ff18ccb0
Validate tag names don't start with commas
...
closes #5685
- Adds client and server-side validation for tag names starting with commas
- Trim tag names before adding in PSM (tag attributes are already trimmed before saving in TSM)
2015-08-24 16:55:30 +01:00
Kevin Ansfield
04e2e0e735
Fix alerts disappearing when navigating
...
closes #5707
- fix disappearing alerts after transitions by not clearing all alerts/notifications when closing menus
- remove `notifications.closeNotifications()` calls left over from needing to clear validation notifications
2015-08-24 16:07:09 +01:00
Hannah Wolfe
2b030c7370
Merge pull request #5694 from kevinansfield/zelda-invite-fixes
...
Minor UI fixes for invitations
2015-08-24 12:41:43 +01:00
Hannah Wolfe
656fbf3bbc
Merge pull request #5691 from acburdine/spin-fix
...
Fix auto width and height of spin button
2015-08-24 12:07:39 +01:00
John O'Nolan
d1e5a8d89c
Merge pull request #5702 from kevinansfield/zelda-signin-updates
...
Fixes for sign-in error handling
2015-08-24 08:00:13 +02:00
Hannah Wolfe
fc39bd1ed4
Merge pull request #5705 from sebgie/auth-strategies-coverage
...
Improve middleware coverage
2015-08-23 19:05:39 +01:00
Sebastian Gierlinger
6120d0a80f
Improve middleware coverage
...
refs #5286
- changed auth-strategies to be testable
- added tests
2015-08-21 23:46:42 +02:00
Hannah Wolfe
7fa468d9ea
Merge pull request #5682 from kevinansfield/tags-v4
...
Replace the current tag input with a selectize based input
2015-08-21 21:34:06 +01:00
Hannah Wolfe
4233b68852
Merge pull request #5699 from kevinansfield/close-nav-menu-on-transition
...
Mobile nav menu fixes
2015-08-21 21:32:26 +01:00
Hannah Wolfe
55c07338d9
Merge pull request #5687 from kevinansfield/fix-tags-validation
...
Add inline error handling and tests for tag creation/editing
2015-08-21 21:31:40 +01:00