Matt Enlow
3f22cc51bf
Merge pull request #4912 from jaswilli/issue-4907
...
Adjust reauth modal to handle removal of proxying
2015-02-12 19:48:48 -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
Hannah Wolfe
f073e10221
Merge pull request #4900 from jaswilli/ember-110
...
Update Ember to 1.10.0
2015-02-09 21:39:36 +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
Hannah Wolfe
a110b3741f
Merge pull request #4862 from nsfmc/urlmod
...
Update `urlFor` to handle 'nav' contexts
2015-02-07 21:15:48 +00:00
Hannah Wolfe
86468742b0
Merge pull request #4897 from rmfx/patch-1
...
Remove duplicate 'an'
2015-02-06 20:58:47 +00:00
rmfx
19ea1824a1
Remove duplicate 'an'
...
Remove the second 'an' on line 264.
2015-02-06 20:30:35 +00:00
Matt Enlow
00f9ae6b8c
Merge pull request #4892 from jaswilli/contribs
...
Retry API request when buildAboutPage gets 202
2015-02-05 14:01:12 -07:00
Hannah Wolfe
5a18eae819
Merge pull request #4882 from jaswilli/client-controller-tests
...
Add tests for client controllers
2015-02-05 20:28:40 +00:00
Jason Williams
e0e39aa160
Retry API request when buildAboutPage gets 202
...
No Issue.
- top-gh-contribs@1.0.0.
- Enable 'retry' option which will retry the GitHub API request
in the event it receives a status of 202 (retry momentarily).
2015-02-05 18:52:53 +00:00
Hannah Wolfe
6005bc732d
Merge pull request #4887 from jaswilli/issue-4886
...
Fix error in generating absolute URLs for RSS
2015-02-04 18:30:28 +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
Jason Williams
207a7890d1
Merge pull request #4840 from halfdan/patch-3
...
Update validator dependency
2015-02-03 16:25:07 -06:00
Fabian Becker
d04303d211
Update validator dependency
...
fixes #4838
- Updated validator.js version properly handles punycode domains.
- Bump top-gh-contribs
2015-02-03 22:54:46 +01:00
Jason Williams
921f7dab5b
Fix error in generating absolute URLs for RSS
...
Closes #4886
2015-02-03 21:10:06 +00:00
Matt Enlow
5af941d2c0
Merge pull request #4884 from PaulAdamDavis/update-grunt-sass
...
Update grunt-sass to 0.17.0
2015-02-03 08:04:09 -07:00
Paul Adam Davis
f492502f33
Update grunt-sass to 0.17.0
...
No issue
- Allows us to use Sass Maps
- Fixes the 'compressed' output style, so we can have minified code
again!
2015-02-03 10:33:25 +00:00
Jason Williams
8d7b0034bb
Add tests for client controllers
...
No Issue.
- Add tests for SettingsGeneral controller.
- Add tests for PostSettingsMenu controller.
2015-02-02 22:22:03 +00: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
Hannah Wolfe
3a1e408b9c
Merge pull request #4876 from jaswilli/untitled-slug
...
Fix regression in re-setting slug on untitled post
2015-02-01 19:17:03 +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
Hannah Wolfe
950f9c29b3
Merge pull request #4872 from jaswilli/autofocus
...
Do not add autofocus attribute unless set to focus
2015-01-31 19:03:12 +00:00
Marcos Ojeda
6f457768a2
Update urlFor
to handle 'nav' contexts
...
needed for #4852
Before this, calling `{{url}}` with a nav context from #4541 would
output `/`. This adds a check in `urlFor` that looks for keys in a
nav context object, namely `slug`, `current`, `label`, & `url`.
This change allows for a url to pass through if used in a nav context.
* adds `schema.isNav()`
* adds tests to `url_spec.js`
* handles absolute urls correctly even if `absolute=true`
2015-01-31 09:29:53 -08: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
Hannah Wolfe
43f2be4d79
Merge pull request #4868 from jaswilli/url-preview
...
Simplify url preview component, add test
2015-01-29 21:33:11 +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
Hannah Wolfe
366ed7c220
Merge pull request #4860 from jaswilli/add-on-enter
...
Add new navigation item on enter key
2015-01-28 21:24:43 +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
c764503224
Merge pull request #4861 from ErisDS/tag-mgmt-cache
...
Add cache invalidation header when updating tags
2015-01-27 20:23:45 -06:00
Hannah Wolfe
4eee52d142
Add cache invalidation header when updating tags
...
no issue
2015-01-27 23:44:31 +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
Matt Enlow
1ac1f7880a
Merge pull request #4859 from jaswilli/url-concat
...
Set 'value' property before a dependent CP is used
2015-01-27 16:01:54 -07: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
Hannah Wolfe
54c7d23b26
Merge pull request #4841 from jaswilli/frontend-match
...
Use path-match to match routes instead of Router
2015-01-26 21:28:35 +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
Hannah Wolfe
cea358bff0
Merge pull request #4845 from jaswilli/jshint
...
Remove jshint rules that are no longer supported
2015-01-24 18:23:55 +01:00
Hannah Wolfe
3c86f67fca
Merge pull request #4831 from jaswilli/edit-user
...
Fix up users API so admin role can edit owner
2015-01-23 22:55:08 +01: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
b06d2a619d
Use path-match to match routes instead of Router
...
No Issue
- Use path-match instead of hacking up the Express.Router internals.
2015-01-22 19:21:47 +00:00