Jason Williams
764dfbb11f
Merge pull request #4297 from PaulAdamDavis/rm-console-error
...
Remove console.error from shortcuts-route mixin
2014-10-17 09:41:54 -05:00
Jason Williams
d45f8c18a7
Merge pull request #4300 from ErisDS/mail-test-temp
...
Workaround / skip & clean Mail API tests
2014-10-17 09:38:56 -05:00
Hannah Wolfe
fd3c4c9c4d
Workaround / skip & clean Mail API tests
...
ref #4277
- mail API tests are failing consistently locally
- skip the failing tests
- restructure existing tests to match patterns from other tests
2014-10-17 16:18:57 +02:00
John O'Nolan
185391490f
Merge pull request #4299 from PaulAdamDavis/tag-bar-shadow
...
Remove shadow from right of tag bar
2014-10-17 16:00:50 +02:00
Paul Adam Davis
60db328d56
Remove shadow from right of tag bar
...
No issue
- Completely removes the shadow from the right side of the tag bar
2014-10-17 14:59:02 +01:00
John O'Nolan
fed28449c6
Merge pull request #4298 from PaulAdamDavis/speedier-user-menu-animations
...
Speed up user menu animations
2014-10-17 15:31:10 +02:00
Paul Adam Davis
b48a5c38f7
Remove hover transition inside dropdowns
...
No issue
- Removes the transition on hover/focus states for items/links in dropdowns
2014-10-17 14:27:50 +01:00
John O'Nolan
e13ad9ac66
Fix alignment on burger menu button
2014-10-17 15:19:16 +02:00
Paul Adam Davis
13f8cc61eb
Remove console.error from shortcuts-route mixing
...
No issue
Safari (iOS 8 & OS X Yosemite) throws a massive hissy fit about `console.error` and goes on to break all the things.
This PR simply removes it.
2014-10-17 13:41:36 +01:00
Paul Adam Davis
d9017626a7
Speed up user menu animations
...
No issue
- Speeds up the animation duration when the user menu opens
- Effectively removes the user menu closing animation
2014-10-17 13:36:23 +01:00
Hannah Wolfe
ddb6230d4e
Merge pull request #4289 from jaswilli/issue-4239
...
Show all invited users and infinite scroll active
2014-10-17 15:33:32 +03:00
John O'Nolan
a45157bb12
Merge pull request #4296 from PaulAdamDavis/update-libsass
...
Update to use libsass 3.0
2014-10-17 13:32:34 +02:00
Paul Adam Davis
f5b48add70
Update to use libsass 3.0
...
No issue
This doesn't give us any advantages at the moment, but is less buggy (in edge cases) and ;gets us be more awesome in the future.
Look at https://github.com/sass/libsass/releases/tag/3.0 to see what's in Libsass 3.0
2014-10-17 11:55:02 +01:00
Jason Williams
52a1b22070
Show all invited users and infinite scroll active
...
Closes #4239
2014-10-16 20:09:03 +00:00
Hannah Wolfe
d44a97405b
Merge pull request #4220 from felixrieseberg/iss4211
...
Shorter user slugs (if possible)
2014-10-16 21:23:50 +03:00
Matt Enlow
d38e22d32a
Merge pull request #4288 from jaswilli/psm-labels
...
Fix up labels for controls in post settings menu
2014-10-16 10:31:50 -06:00
Jason Williams
1c3bc7e50d
Fix up labels for controls in post settings menu
...
No issue
2014-10-16 15:47:03 +00:00
Matt Enlow
dc426e94b3
Merge pull request #4283 from ErisDS/split-helpers
...
Refactor helpers & tests into individual files
2014-10-14 17:25:46 -06:00
Hannah Wolfe
2c6d43a0c0
Refactor helpers & tests into individual files
...
no issue
- Split theme helpers into individual files for each
- Do the same for tests
- Have utils to share some things between them
- Move assetHash onto config
2014-10-14 22:52:40 +02:00
Jason Williams
3af0252dbc
Merge pull request #4281 from novaugust/iss4279
...
Use DS.Model#eachAttribute in editor-base-controller
2014-10-14 14:04:14 -05:00
Matt Enlow
4354458b11
Use DS.Model#eachAttribute in editor-base-controller
...
Closes #4279
2014-10-14 12:29:02 -06:00
John O'Nolan
d36c6fb6ae
Merge pull request #4276 from PaulAdamDavis/object-list-users
...
Rename .object-list to .user-list
2014-10-14 12:03:29 +02:00
Paul Adam Davis
028b878721
Rename .object-list to .user-list
...
No issue
References todo comment in [users.scss](91c07e37bf/core/client/assets/sass/layouts/users.scss (L6-L7)
)
- Renames anything starting with `.object-list` to `.user-list`
- Adjusts tests to match
2014-10-13 22:43:03 +01:00
Hannah Wolfe
3e49fb3034
Merge pull request #4274 from netputer/ignore-subl
...
Ignore Sublime Text project files
2014-10-14 00:25:26 +03:00
NetPuter
15acfc87d1
Ignore Sublime Text project files
2014-10-14 00:22:34 +08:00
Matt Enlow
f518782c3c
Merge pull request #4269 from javorszky/iss4189
...
Abstracting away the deprecatedItems
2014-10-13 09:28:14 -06:00
Matt Enlow
1d3cd53ed2
Merge pull request #4271 from felixrieseberg/iss4211-emailslug
...
Accept Invitation: Generate Slug from Name
2014-10-13 09:14:55 -06:00
Felix Rieseberg
7bb38f8c7b
Accept Invitation: Generate Slug from Name
...
No issue, but ref #4211
2014-10-13 08:35:08 -04:00
John O'Nolan
92191234fb
Merge pull request #4268 from PaulAdamDavis/fix-4208
...
Use flexbox for post settings cog & publish button
2014-10-13 12:08:08 +02:00
Jason Williams
980fa6a311
Merge pull request #4257 from ErisDS/codestyle
...
Custom showdown extensions should be linted
2014-10-12 18:10:52 -05:00
Gabor Javorszky
938b098329
Abstracting away the deprecatedItems
...
Closes #4189
* moved `deprecatedItems` from within the function to the default config object
* addes tests
2014-10-12 23:04:39 +01:00
Paul Adam Davis
28d1273c96
Use flexbox for post settings cog & publish button
...
Closes #4208
- Removes `min-width` & `max-width` from `.publish-bar-actions`
- Uses flexbox to correctly handle dynamic size (due to font size and text content of button)
2014-10-12 19:31:14 +01:00
Hannah Wolfe
00ef9cfcb1
Custom showdown extensions should be linted
...
ref #4243
- Removing /lib/ from the list of things which aren't linted, as this is
all custom code
- Fixing up the two files to pass linting, erring on the side of caution
with disabling regexp rules vs fixing regexes!
2014-10-12 15:28:19 +02:00
Hannah Wolfe
ce46248e79
Merge pull request #4255 from IanMitchell/navbar-title-change
...
Updated admin navbar blog link title
2014-10-12 15:03:46 +03:00
Hannah Wolfe
6d791c033d
Merge pull request #4244 from javorszky/iss4243
...
Added anonymous iife decl space rule to jscsrc
2014-10-12 12:46:27 +03:00
Hannah Wolfe
d18621a075
Merge pull request #4242 from cobbspur/meta
...
Adds Open Graph tags to ghost_head
2014-10-11 19:41:49 +03:00
Matt Enlow
87f8703dc6
Merge pull request #4265 from RaoHai/issue-4247
...
Change keyboard shortcut context
2014-10-10 13:07:02 -06:00
surgesoft
b5a29cdca5
Change keyboard shortcut context
...
closes #4247
- added scope to every shortcut, the scope of shortcut is default to
'default'
- add shortcut `enter` to modal which confirm the modal
- shortcut `enter` and `esc` now have scope 'modal'
- when lunch a modal, scope is switching to 'modal', and set back to
'default' when close
- shortcut `enter` now confirm the dialog without conflicting with route
shortcuts
2014-10-11 02:09:12 +08:00
John O'Nolan
d5e03ceaa1
Merge pull request #4249 from PaulAdamDavis/fix-signin-styles
...
Refactor auth form styles
2014-10-10 14:37:26 +02:00
Ian Mitchell
de216d4b99
Updated blog link title
...
The admin navbar title used to just be `/`. It now reads `Visit blog`,
in accordance with the nav label.
2014-10-08 20:57:10 -07:00
cobbspur
487297ff81
Added open graph tags for ghost head helper
...
issue #3900
- uses isPrivacyDisabled helper to see if useStructuredData has been disabled in config.js
- adds an array of promises to deal with asynchronous data
- resolves asynchronous data then adds open graph tags after canonical link
- featured image and tags are only added if present
- open graph tags only added on post and page
- adds unit test to check correct data is returned
- updates other unit tests to reflect changes
2014-10-08 15:57:49 +01:00
Paul Adam Davis
5330b5612d
Refactor auth form styles
...
Closes #4246
- Removed the input wrapper background colour
- Moved `:focus` styles to one element, so its not defined separate for each page
- Removed unnecessary MQ for body background colour (it changed nothing)
2014-10-07 21:49:58 +01:00
Gabor Javorszky
98ee7a4f5c
Added anonymous ifee function decl space rule to jscsrc
...
Closes #4243
2014-10-07 15:01:11 +01:00
Matt Enlow
58ec6e0ac9
Merge pull request #4163 from mattiascibien/issue-4144
...
Clean up hardcoded ghost paths
2014-10-06 09:01:26 -06:00
Mattias Cibien
f2b2cf2519
Clean up hardcoded ghost paths
...
closes #4144
- made contributors template use the `gh-path` helper
- Removing blogRoot from application.js
- made error image use the `gh-path` helper
2014-10-06 16:33:58 +02:00
Matt Enlow
ea0d500d1b
Merge pull request #4237 from ErisDS/nanoscroller
...
Moving nanoscroller to be managed by bower
2014-10-05 19:34:43 -06:00
Hannah Wolfe
efea8dc502
Moving nanoscroller to be managed by bower
2014-10-05 22:08:36 +01:00
Hannah Wolfe
79c3f51950
Merge pull request #4226 from jaswilli/issue-4225
...
Follow symlinks when resolving theme paths.
2014-10-04 19:46:56 +01:00
John O'Nolan
23ce68b3a1
Merge pull request #4187 from PaulAdamDavis/settings-fixes
...
Refactor settings & content wrappers
2014-10-04 14:36:48 +02:00
Jason Williams
38878b8da0
Merge pull request #4230 from novaugust/reset-signs-in
...
Reset password signs the user in
2014-10-03 16:44:43 -05:00