Hannah Wolfe
d35291259b
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
Matt Enlow
920c80e908
Merge pull request #4858 from PaulAdamDavis/nav-drag-order
...
Drag & Drop Navigation Reordering
2015-02-13 11:26:34 -07:00
Matt Enlow
d3d2f9a1ae
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
691f22596e
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
fd2ac648fa
set reset-password button disabled while submitting form
2015-02-13 06:16:18 +07:00
Paul Adam Davis
97506a53f6
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
5ea14118c8
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
5d7e297923
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
bfe546ad5b
Merge pull request #4864 from PaulAdamDavis/user-image-styles
...
Update user image styles
2015-02-04 09:02:20 -04:00
Hannah Wolfe
89f0b42cda
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
8b0505070d
Merge pull request #4877 from harryhope/master
...
Ignore non-words in word counter
2015-02-02 10:52:04 -06:00
Jason Williams
b18878fd7e
Add tests for admin client models
2015-02-01 21:41:55 +00:00
Harry Hope
6e2765da70
ignore non-words in word counter
2015-02-01 01:22:20 -05:00
Jason Williams
9d8a68332c
Fix regression in re-setting slug on untitled post
...
Refs #4748
2015-02-01 05:17:24 +00:00
Jason Williams
8f5120150c
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
d98c6fdad2
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
Jason Williams
5553f4f6fe
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
e3edcff41b
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
c9f998099b
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
97e70f22b0
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
e4c67f1502
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
42b0f3ebed
Merge pull request #4844 from PaulAdamDavis/content-list-style
...
Update content list styles
2015-01-27 13:03:24 -05:00
Hannah Wolfe
63fe50d997
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
77d28758be
Merge pull request #4855 from jaswilli/serializer-cleanup
...
Update Ember-Data, remove unneeded code
2015-01-26 12:05:50 -07:00
Jason Williams
f0d7a918a1
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
9b39eb54b6
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
28cb7ada3a
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
96ae7a9cea
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
245b0bea12
Implement Navigation item input behaviors
...
Closes #4807
2015-01-18 23:08:03 -06:00
Jason Williams
a0e1053f76
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
d1dfc07612
Merge pull request #4804 from jaswilli/issue-4539
...
Connect Navigation page to live data
2015-01-14 15:45:04 -07:00
Jason Williams
d87994aa35
Connect Navigation page to live data
...
Closes #4539
2015-01-14 21:24:08 +00:00
Fabian Becker
bd5fcdf768
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
0b4be72936
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
53296aaf8f
Merge pull request #4694 from PaulAdamDavis/navigation-ember
...
Navigation UI Ember Integration
2015-01-13 09:31:32 +00:00
Hannah Wolfe
553b8745e2
Update about page copyright
2015-01-12 17:46:11 +00:00
Hannah Wolfe
2f29361877
Merge pull request #4765 from martinnormark/master
...
Load next page if scrollHeight <= clientHeight
2015-01-12 14:17:51 +00:00
Jason Williams
8f53631d5b
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
Paul Adam Davis
804d058ab1
Navigation UI Ember Integration
...
Closes #4537
- Adds Navigation to the Settings menu
- Adds a `navigationUI` config flag (redirects if not an editor or author)
2015-01-11 20:04:01 +00:00
Hannah Wolfe
c50616bb42
Fixes post sort order
...
fixes #4788
2015-01-11 16:46:43 +00:00
Felix Rieseberg
bc28d66057
Editor Save Button/Notifcations: Post vs Page
...
Closes #4768
- Notifications that used to read ‘View Post’ now read ‘View Page’ if
the post is actually a page
- The Editor Save Button now also makes a distinction between posts and
pages
2015-01-08 10:23:48 -08:00
Hannah Wolfe
d81bb926e0
Reset the store after import
...
no issue
- without this, the content screen doesn't update properly after an import
2015-01-08 13:42:45 +00:00
Martin H. Normark
271b9f5768
Load next page if scrollHeight <= clientHeight
...
closes #4764
- call loadNextPage in attachCheckScroll, if element scrollHeight <=
clientHeight
2015-01-07 00:16:16 +01:00
Jason Williams
5f016f7826
Merge pull request #4763 from ErisDS/no-tag-flag
...
Move tag management from behind config/labs flags
2015-01-06 13:41:19 -06:00
Hannah Wolfe
5b9ff9e58f
Move tag management from behind config/labs flags
...
issue #4248
- tag management is ready for release, this takes the training wheels off :)
- remove config flag
- remove labs checkbox and related code
2015-01-06 18:56:42 +00:00
Jason Williams
fa67f8a009
Reset upload component on tag switch
...
Closes #4755
2015-01-05 22:45:19 +00:00
Jason Williams
b869342a86
Rework Labs feature toggling
...
Refs #4750
- Make "Feature" a Controller with promise support.
- Use via 'needs' instead of injecting from an initializer because
we need authenticated access to the API.
- Check whether feature is enabled when entering Code Injection route.
2015-01-04 20:05:25 +00:00
Jason Williams
bf7a32abbc
Merge pull request #4750 from ErisDS/labs-thing
...
Labs page checkboxes
2015-01-04 13:44:47 -06:00
Hannah Wolfe
37b994e036
Adds global feature manager
...
closes #4409
2015-01-03 14:25:04 +00:00
Paul Adam Davis
ed6e7f16dd
Start of labs
...
issue #4409
2015-01-02 15:58:36 +00:00