Hannah Wolfe
9668ed71ca
Merge pull request #4848 from chilts/i4792-assign-higher-priority-in-sitemaps-to-featured-posts
...
Assign a higher priority to featured posts in the sitemap
2015-02-17 21:05:51 +00:00
Hannah Wolfe
6b1c6a5586
Merge pull request #4916 from jimmyhsu/patch-1
...
Minor grammatical fixes to README.md
2015-02-17 20:42:04 +00:00
Hannah Wolfe
6c701ff7f1
Merge pull request #4925 from dbalders/Script_AutoLink
...
Added <script> to Not Auto Link and Added Test
2015-02-17 20:01:14 +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
David Balderston
6648a17ae2
Added Script to Not Auto Link and Added Test
...
Closes #4922
* Added script to not be parsed to auto linking
* Added test to make sure urls inside
2015-02-17 11:20:51 -08:00
Hannah Wolfe
2086c8d452
Merge pull request #4915 from dbalders/footnote_bug
...
Fixed Bug Showing Full HTML Inside Code Block
2015-02-17 19:14:07 +00:00
David Balderston
2b1bf96130
Fixed Bug Showing Full HTML Inside Code Block
2015-02-17 09:37:15 -08:00
Sebastian Gierlinger
c944644e0d
Merge pull request #4909 from ErisDS/urlfor-external-subdir-fix
...
Don't pass external urls through createUrl
2015-02-16 18:52:38 +01:00
Jimmy Hsu
0c429c3aee
Minor grammatical fixes to README.md
...
Added an Oxford comma for consistency, and clarified a slightly awkward sentence.
2015-02-14 17:09:14 -08:00
Hannah Wolfe
13a610a8e1
Merge pull request #4901 from felixrieseberg/RSS-Image
...
Add Post Image to RSS Feed
2015-02-14 22:35:17 +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
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
1Pete
69f9cc5192
set reset-password button disabled while submitting form
2015-02-13 06:16:18 +07:00
Hannah Wolfe
eaee9369e8
Don't pass external urls through createUrl
...
refs #4852 , refs #4862 , refs #4541
- fixes urlFor for the combination of an external url and a blog using a subdirectory
2015-02-12 23:09:12 +00: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
Felix Rieseberg
762a47b6bf
Add Post Image to RSS Feed
...
Closes #4888
- If a post cover image exists, it is added to the `description` tag
(at the very front). This allows RSS readers to pic up the picture.
2015-02-10 14:04:59 -08: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
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
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