Matt Enlow
1f195bdf88
Fix navigation deletion
...
Closes #4928
2015-02-23 17:02:48 -07:00
Hannah Wolfe
8cf111e767
Merge pull request #4934 from PaulAdamDavis/fix-nav-order-metadata
...
Add `order` property when parsing Navigation JSON
2015-02-23 23:39:06 +00:00
Paul Adam Davis
2843a35ecc
Add order
property when parsing Navigation JSON
...
Closes #4927
- Add `order` property when parsing Navigation JSON
- Fixes CSS issue where the placeholder nav item drag handle was still visible
2015-02-21 14:07:13 +00:00
Hannah Wolfe
2029f264d0
Merge pull request #4935 from PaulAdamDavis/input-error-style
...
Add `error` class styles for inputs
2015-02-20 16:17:28 +00:00
Sebastian Gierlinger
ca1d97ab43
Merge pull request #4923 from ErisDS/nav-trailing-slash
...
Ensure internal nav items have a trailing slash
2015-02-18 20:40:22 +01:00
Hannah Wolfe
a30b165e13
Merge pull request #4930 from jaswilli/issue-4871
...
Run listener callbacks in Ember run-loops
2015-02-18 19:19:01 +00:00
Sebastian Gierlinger
27859a9769
Merge pull request #4914 from ErisDS/nav-ux-fix
...
Use placeholder only for last item
2015-02-18 19:55:09 +01:00
Jason Williams
1bac657c8c
Run listener callbacks in Ember run-loops
...
Closes #4871
2015-02-18 17:11:02 +00:00
Paul Adam Davis
914d2fa1e3
Add error
class styles for inputs
...
No issue
Adds a red border to inputs when a `error` class is applied
Also DRY's up the URL input a tad.
2015-02-18 11:34:52 +00:00
John O'Nolan
c997ff52fa
Merge pull request #4870 from PaulAdamDavis/notifications-bug
...
Move bottom notifications outlet outside of <main>
2015-02-17 21:22:12 +02:00
Hannah Wolfe
01dc9bd834
Ensure internal nav items have a trailing slash
...
refs #4535
- all internal urls in ghost have a trailing slash, missing it out will cause nav-current to not work
2015-02-16 19:08:41 +00:00
Hannah Wolfe
4a2963a2ae
Use placeholder only for last item
...
refs #4535
- as discussed in the meeting on 1st February ;)
- changed the fake-placeholder to only operate on the last item, this way it feels right, I think
2015-02-13 23:27:22 +00:00
Matt Enlow
81fd5f9eaf
Merge pull request #4858 from PaulAdamDavis/nav-drag-order
...
Drag & Drop Navigation Reordering
2015-02-13 11:26:34 -07:00
Matt Enlow
2d7bbdcaa7
Merge pull request #4910 from 1pete/disable-reset-pw-btn
...
Set reset-password button disabled while submitting form
2015-02-12 19:51:49 -07:00
Jason Williams
6cc715d41b
Adjust reauth modal to handle removal of proxying
...
Closes #4907 .
- The modal signin no longer inherits from the signin page
controller to simplify the interaction with simple-auth.
2015-02-13 01:40:13 +00:00
1Pete
69f9cc5192
set reset-password button disabled while submitting form
2015-02-13 06:16:18 +07:00
Paul Adam Davis
68eb6b67b0
Drag & Drop Navigation Reordering
...
Closes #4540
- Implements drag & drop to reorder navigation items
- Adds a `sort` property to navigation items
- Adds a tiny library to enable touch events for drag & drop. It hooks onto jQuery UI.
- Sort nav items before being saved
- Adds `settings-view-navigation` to route for body class
2015-02-12 17:02:46 +00:00
Jason Williams
2a91a1071e
Update Ember to 1.10.0
...
No issue.
- Ember@1.10.0
- Update grunt-ember-templates to version that supports HTMLBars.
- Update Gruntfile.js to compile templates with HTMLBars.
- Convert Handlebars code to its HTMLBars equivalent.
2015-02-09 16:20:16 +00:00
John O'Nolan
3c52d96fe6
Merge pull request #4793 from PaulAdamDavis/url-upload-styles
...
Update Image URL Input Styles
2015-02-04 09:02:33 -04:00
John O'Nolan
6f0e445e9f
Merge pull request #4864 from PaulAdamDavis/user-image-styles
...
Update user image styles
2015-02-04 09:02:20 -04:00
Hannah Wolfe
31880e7cfa
Merge pull request #4880 from jaswilli/client-model-tests
...
Add tests for admin client models
2015-02-02 19:03:40 +00:00
Jason Williams
b1b24706b4
Merge pull request #4877 from harryhope/master
...
Ignore non-words in word counter
2015-02-02 10:52:04 -06:00
Jason Williams
d60fff9519
Add tests for admin client models
2015-02-01 21:41:55 +00:00
Harry Hope
6361976c39
ignore non-words in word counter
2015-02-01 01:22:20 -05:00
Jason Williams
15fcc8067b
Fix regression in re-setting slug on untitled post
...
Refs #4748
2015-02-01 05:17:24 +00:00
Jason Williams
db693b50cb
Do not add autofocus attribute unless set to focus
...
No Issue
- Don't add the "autofocus" attribute to the input element unless
the "focus" property is set to true.
2015-01-30 22:29:34 +00:00
Hannah Wolfe
aa4bcda52c
Merge pull request #4865 from PaulAdamDavis/user-settings-no-name-bug
...
Fix layout error when there's no user name
2015-01-30 20:16:04 +00:00
Paul Adam Davis
35ddf189e7
Move bottom notifications outlet outside of <main>
...
Closes #4379
- Moves the bottom notification outlet _outside_ the `<main>` element which allows notifications to show above the nav bar
- Removes (the now unnecessary) code which counter-positioned the bottom notifications when a Settings Menu was opened.
The way these notifications look or are positioned at various viewport sizes **has not changed**.
2015-01-30 16:01:13 +00:00
Jason Williams
571c9b61c3
Simplify url preview component, add test
...
No Issue
- Rework the preview URL component so its implementation is
simpler.
- Add test for gh-url-preview component.
- ember-mocha@0.3.0.
- Remove unused jshint options.
2015-01-29 17:13:02 +00:00
Paul Adam Davis
56e9f09277
Update user image styles
...
Related to #4844
The newly added user image in the content list uses a CSS property to
crop `img` tags, but it's not supported in IE or Firefox. This issue
corrects that by chancing them to be background images which can be
cropped cross-browser.
It also adjusts the nav bar user image (previously an `img` tag) which
would squash a non-square image.
Also removes the border around the settings/users/ user images, to be
consistent with the rest of the UI.
2015-01-29 11:34:14 +00:00
Paul Adam Davis
61a6197074
Fix layout error when there's no user name
...
No issue
- Adds a clearfix to the user settings header to prevent a broken
layout when there's no name.
2015-01-28 16:43:55 +00:00
Jason Williams
b3ed3d78cb
Add new navigation item on enter key
...
No Issue
- Fix regression in add item on enter behavior.
2015-01-27 23:14:45 +00:00
Jason Williams
f0ae1fa919
Set 'value' property before a dependent CP is used
...
No issue.
- Make sure value property has been set before computed
property isRelative is referenced.
2015-01-27 22:23:10 +00:00
John O'Nolan
9881af3404
Merge pull request #4844 from PaulAdamDavis/content-list-style
...
Update content list styles
2015-01-27 13:03:24 -05:00
Hannah Wolfe
057a8d19ac
Merge pull request #4842 from chilts/add-slash-to-tag-editor-tag-url
...
Make preview URLs include trailing slash when slug is given
2015-01-27 17:45:01 +00:00
Matt Enlow
8693e1dda0
Merge pull request #4855 from jaswilli/serializer-cleanup
...
Update Ember-Data, remove unneeded code
2015-01-26 12:05:50 -07:00
Jason Williams
f794490e61
Update Ember-Data, remove unneeded code
...
No Issue.
- Ember-Data@1.0.0-beta.14.1.
- Remove code from serializers for a workaround that's no longer needed.
2015-01-25 20:00:55 +00:00
Paul Adam Davis
d54af1b926
Update content list styles
...
Closes #4425
- Adds the author avatar (with defalt fallback)
- Shows author name when hovering the avatar (falls back to email address)
- Slightly adjusts type, colour, and spacing
2015-01-24 17:51:19 +00:00
Jason Williams
d633ffc766
Remove jshint rules that are no longer supported
...
No Issue
- grunt-contrib-jshint@0.11.0.
- remove error about browser global Notification being redefined.
2015-01-23 21:00:37 +00:00
Andrew Chilton
4e8dc4f6e3
Make preview URLs include trailing slash when slug is given
...
- the trailing slash isn't shown usually
- slash added when a slug is given to be more correct
2015-01-23 17:34:36 +13:00
Jason Williams
d446ad84ea
Implement Navigation item input behaviors
...
Closes #4807
2015-01-18 23:08:03 -06:00
Jason Williams
1c07273f5a
Update grunt-jscs dependency
...
No Issue
- grunt-jscs@1.2.0
- Clean up some instances of multiple spaces.
- Remove jscs:disable for regexes now that jscs better supports them.
2015-01-16 18:06:20 +00:00
Matt Enlow
3982e0f871
Merge pull request #4804 from jaswilli/issue-4539
...
Connect Navigation page to live data
2015-01-14 15:45:04 -07:00
Jason Williams
a007ae1442
Connect Navigation page to live data
...
Closes #4539
2015-01-14 21:24:08 +00:00
Fabian Becker
7090fa0430
Fix user role select
...
fixes #4800
- Correctly reference the user role for initial value
2015-01-14 00:58:15 +01:00
Paul Adam Davis
f90cb0c8de
Update Image URL Input Styles
...
No issue
The style for the URL input when uploading images are a bit broken.
This PR reduces the horizontal spacing in the settings menu uploader (to widen the input), corrects the button with black text in the editor uploader and makes sure all image upload inputs fill the container.
2015-01-13 11:16:04 +00:00
Hannah Wolfe
0cb3483bc0
Merge pull request #4694 from PaulAdamDavis/navigation-ember
...
Navigation UI Ember Integration
2015-01-13 09:31:32 +00:00
Hannah Wolfe
e8fa276fea
Update about page copyright
2015-01-12 17:46:11 +00:00
Hannah Wolfe
e6305e83fa
Merge pull request #4765 from martinnormark/master
...
Load next page if scrollHeight <= clientHeight
2015-01-12 14:17:51 +00:00
Jason Williams
66154145f1
Fixup validation engine to handle lack of proxying
...
Closes #4766
- Adjust ValidationEngine so it no longer assumes the properties
it is validating are proxies via ObjectController.
- Fixup controllers, templates, and routes to use models where
data needs to be validated.
2015-01-12 03:27:47 +00:00