Ghost/ghost/admin/app/routes
Aileen Nowak c8d0e25923 Structured Data 3.0
closes #6534
- new input fields in general settings incl. validation
- facebook and twitter as new models in settings.js
- adds values for facebook and twitter to default-settings.js
- adds blog helpers for facebook and twittter
- rather than saving the whole URL, the Twitter username incl. '@' will be extracted from URL and saved in the settings. The User will still input the full URL. After saving the blog setting, the stored Twitter username will be parsed again as the full URL and available in the input field. A custom transform is used for this.
- adding meta fields to be rendered in {{ghost_head}}:
	- '<meta property="article:publisher" content="https://www.facebook.com/page" />' and
	- '<meta name="twitter:site" content="@user"/>'
- adds facebook and twitter to unit test for structured data
- adds unit test for general settings
- adds acceptance test for new input fields in general settings
- adds a custom transform for twitter model to save only the username to the server
- adds unit test for transform
2016-05-08 17:43:59 +02:00
..
editor Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
posts improve 404 error handling in post route 2016-02-14 16:49:57 -06:00
settings Structured Data 3.0 2016-05-08 17:43:59 +02:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Improve PaginationRoute mixin 2016-04-19 10:53:45 +01:00
about.js Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
application.js Synchronous feature service 2016-05-07 15:00:06 +02:00
authenticated.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
mobile-index-route.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
posts.js Improve PaginationRoute mixin 2016-04-19 10:53:45 +01:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signout.js fix logging out from editor page 2016-02-16 20:07:03 -06:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00