Hannah Wolfe
c549914ae8
Merge pull request #6316 from halfdan/5606-subdir
...
Make regex for subfolder deduplication more restrictive
2016-01-20 20:09:29 +00:00
Kevin Ansfield
929f9e89b2
deps: ember@2.3.0
...
no issue
- predominantly a bugfix and performance related release
- https://github.com/emberjs/ember.js/releases/tag/v2.3.0
- http://emberjs.com/blog/2016/01/15/ember-2-3-released.html
- some deprecations are introduced around the use of injected `container` objects, these are from `ember-simple-auth` and should be rectified with an up-coming release
2016-01-20 13:16:15 +00:00
Hannah Wolfe
25d90822c3
Merge pull request #6364 from kevinansfield/deps-mirage
...
deps: ember-cli-mirage@0.1.11
2016-01-20 08:53:57 +00:00
Hannah Wolfe
7234cb7931
Merge pull request #6329 from kevinansfield/ember-data-2-3
...
deps: ember-data@2.3.2
2016-01-20 08:52:27 +00:00
Austin Burdine
7e2fa64278
remove more usage of Ember.on
2016-01-19 10:00:44 -06:00
Austin Burdine
7d304a046f
refactor admin config to include explicit value types
...
closes #6266
- add "type" to valid keys in configuration api
- refactor ember config service to parse values based on provided type
2016-01-19 09:43:09 -06:00
Hannah Wolfe
1b5b6cf6e3
Merge pull request #6314 from halfdan/6287-import
...
Only import tables defined in core/server/data/schema.js
2016-01-19 15:22:24 +00:00
Kevin Ansfield
4f80d97d02
deps: ember-cli-mirage@0.1.11
...
no issue
- contains bugfixes for a couple of issues that we luckily haven't run into yet but likely will as we expand acceptance testing
2016-01-19 14:41:54 +00:00
Kevin Ansfield
f401d6f3e5
deps: ember-data@2.3.2
...
no issue
- updates ember-data dependency and switches to direct es6 module import instead of destructuring assignment
- fixes issue with `authenticationFailed` action being called before transitions have finished
2016-01-19 14:36:39 +00:00
Austin Burdine
250e7a3b8b
cleanup usage of Ember.inject
2016-01-19 07:03:27 -06:00
Austin Burdine
022bf364c2
deps: ember-ajax@0.7.1
2016-01-18 09:37:14 -06:00
Kevin Ansfield
5ab0710da3
Merge pull request #6353 from kevinkucharczyk/loading-image-switching-tags
...
Clear images in gh-uploader when navigating between items
2016-01-18 10:13:38 +00:00
Kevin Ansfield
61b7ac9917
Merge pull request #6350 from acburdine/ember-2.2.1
...
Update Ember to 2.2.1
2016-01-17 13:18:49 +00:00
Kevin P. Kucharczyk
41a18c9262
Clear images in gh-uploader when navigating between items
...
closes #6198
- clear img src in gh-uploader when navigating to item with image
- always reset uploader component when new image is not empty
2016-01-16 21:54:02 +01:00
Kevin Ansfield
9fda1dc5ba
Merge pull request #6348 from zinyando/adapter-fix
...
Make sure super in buildURL passes all arguments
2016-01-16 18:40:41 +00:00
Austin Burdine
beed0dbf6f
deps: ember@2.2.1
2016-01-16 10:35:56 -06:00
zinyando
6659ecc6b6
Make sure super in buildURL passes all arguments
2016-01-15 19:13:36 +02:00
Austin Burdine
4862a9051c
refactor slug-generator object into a service
...
refs #6243
2016-01-15 09:43:17 -06:00
Kevin Ansfield
da0a0c559b
Move user/cover image files used in admin team area into the client folder
...
no issue
- fixes potential "mixed content" warnings if non-admin urls are redirected
2016-01-14 16:26:48 +00:00
Sebastian Gierlinger
749bd29e12
Merge pull request #6337 from halfdan/6332-i18n-startup
...
Revert i18n in startup-check
2016-01-14 10:05:25 +01:00
Kevin Ansfield
5dba4fab5c
Merge pull request #6331 from novaugust/draft_preview_notification
...
Add Preview link to draft saved notification
2016-01-13 14:27:52 +00:00
Fabian Becker
eef37acc49
Revert i18n in startup-check
...
- Removes preinstall dependencies
- Reintroduce old plain english strings
- Remove translations for startup check
closes #6332
2016-01-13 14:46:51 +01:00
Matt Enlow
c349394563
Add Preview link to draft saved notification
...
Closes #6330
- also change notifications to open with `target=_blank`
2016-01-13 06:44:51 -07:00
Sebastian Gierlinger
cb72792bb7
Merge pull request #6212 from kevinansfield/isolate-editor
...
Isolate all markdown editor behaviour into `gh-editor` component
2016-01-13 14:41:33 +01:00
Kevin Ansfield
ead352dd83
Isolate all markdown editor behaviour into gh-editor
component
...
no issue
- move all existing markdown editor behaviour out of the editor controller and isolate it into a single component that can be swapped out
- split the `register/remove` functions of the `shortcuts-route` out into a separate `shortcuts` mixin
2016-01-13 12:01:31 +00:00
Kevin Ansfield
110ee9198c
deps: ember-mocha@0.8.6
2016-01-13 11:29:59 +00:00
Kevin Ansfield
7c49824ae2
deps: ember-cli-mocha@0.9.8
2016-01-13 11:28:59 +00:00
Kevin Ansfield
22206f4b4f
Merge pull request #6327 from halfdan/6326-lskey
...
Set localStorage key based on subdir
2016-01-12 21:22:20 +00:00
Hannah Wolfe
c30f1d5ed7
Merge pull request #6088 from kevinansfield/liquid-tether-modals
...
Modals refactor
2016-01-12 21:11:38 +00:00
Kevin Ansfield
1c6b208047
Refactor modals
...
refs #5798 , closes #5018
- adds new `gh-fullscreen-modal` component - modals are now specified in-context so that they can have deeper interaction with their surrounding components/controller/route, i.e. a modal component can be a thin confirm/deny wrapper over the underlying controller action keeping all context-sensitive logic in one place
- adds spin-buttons to all modals with async behaviour
- adds/improves behaviour of inline-validation in modals
- improves re-authenticate modal to properly handle validation and authentication errors
2016-01-12 20:53:08 +00:00
Kevin Ansfield
d710bdea1a
deps: ember-hash-helper-polyfill@0.1.0
2016-01-12 20:49:46 +00:00
Kevin Ansfield
b4b2f06868
deps: ember-route-action-helper@0.2.0
2016-01-12 20:49:46 +00:00
Kevin Ansfield
a6aabfc591
deps: liquid-fire@0.22
2016-01-12 20:49:46 +00:00
Kevin Ansfield
7ea536b6b0
deps: liquid-tether@0.1.9
2016-01-12 20:49:46 +00:00
Kevin Ansfield
adfa250158
Remove use of Ember.on
...
no issue
- removes the few uses of `Ember.on` for lifecycle hooks or event hooks where order may be important
`Ember.on` use is discouraged so although we haven't used it often I felt like we should ensure we're consistent throughout the codebase. There's a great article with details of why it's discouraged here: http://notmessenger.com/proper-use-of-ember-on/
2016-01-12 20:48:15 +00:00
Hannah Wolfe
4a7a19c86a
Merge pull request #6070 from kevinkucharczyk/harvesting-server-side-strings
...
Harvest server side strings
2016-01-12 20:04:53 +00:00
Fabian Becker
d57f189294
Set localStorage key based on subdir
...
closes #6326
2016-01-12 17:12:59 +01:00
Kevin Ansfield
58e699a209
Merge pull request #6321 from AileenCGN/test
...
Minor usability improvements for editor screen #6318
2016-01-12 09:49:08 +00:00
Hannah Wolfe
a658be931f
Merge pull request #6317 from kevinansfield/quick-fix-unnecessary-leave-editor-modal
...
Quick-fix for unnecessary "discard changes" modals
2016-01-12 09:39:59 +00:00
Hannah Wolfe
593a20cd7a
Merge pull request #6297 from jtwebman/bug_mixed_content_firefox
...
Fix urlFor to handle secure correctly as well as canonical urls.
2016-01-12 09:27:00 +00:00
JT Turner
e4c52a6915
Fix urlFor to handle secure correctly
...
issue #6270
- Exposed getBaseUrl on the config class.
- Fix formatting config index as array was more then 140 characters long.
- Updated getBaseUrl to handle secure by replacing http with https if true.
- Fixed ghost_head helper to output canonical base url no https.
- Fixed ghost_head helper to set secure correctly for the rss link.
- Fixed navigation helper to pass secure in each nav item, so that urlFor can u$
- Fixed {{url}} to pass secure correctly to config.urlFor.
- Fixed test to use urlSSL over https besides for canonical.
- Add tests for {{url}} and to make sure they output https for absolute and secure.
- Update twitter and og url to use the canonical url.
2016-01-11 19:40:30 -08:00
AileenCGN
d66e9e745e
Minor usability improvements for editor screen
...
closes #6318
2016-01-11 20:34:04 +02:00
Hannah Wolfe
b748137a10
Merge pull request #6307 from kevinansfield/fix-step3-endless-spinner
...
Redirect after setup step 3 even if invite requests time out
2016-01-11 18:10:27 +00:00
Kevin Ansfield
b407dcf06e
Quick-fix for unnecessary "discard changes" modals
...
closes #6315
- don't set the `slug` attribute if we get an empty string back from the slug generator to prevent dirty attributes being triggered for `null` getting changed to `''`
2016-01-11 15:58:07 +00:00
Hannah Wolfe
dfa74ffcd5
Merge pull request #6304 from halfdan/fix-6290
...
Disallow access to author/tag rss feeds if private blogging is on
2016-01-11 14:04:19 +00:00
Fabian Becker
c8e30f0182
Make regex for subfolder deduplication more restrictive
...
- Add subdir to protected slugs
- Fix regex for subfolder deduplication
fixes #5605
2016-01-11 12:46:59 +01:00
Fabian Becker
2770def8f1
Only import tables defined in core/server/data/schema.js
...
fixes #6287
2016-01-11 11:56:18 +01:00
Hannah Wolfe
5e2523a305
Merge pull request #6273 from johnny94/add-attributes
...
Add attributes for `{{tags}}` and `{{#foreach}}` helpers
2016-01-11 10:24:04 +00:00
Szu Yaung
70327c2a74
Add attributes for {{tags}}
and {{#foreach}}
helpers
...
issue #6205
- added `from` and `to` attribute for `{{tags}}` and `{{#foreach}}` helpers.
- added tests for these new atttributes
2016-01-10 02:47:36 +08:00
Hannah Wolfe
9ee52d4079
Merge pull request #6300 from kevinansfield/fix-missing-tags-bug
...
Fix disappearing tags when tag input's selection is swapped out
2016-01-09 16:32:59 +00:00