Ghost/core/server
Aileen Nowak b7bd6d9968 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
..
api Structured Data 3.0 2016-05-08 17:43:59 +02:00
apps Minor internal apps improvements 2016-04-14 19:05:48 +01:00
config automatically insert Link rel="preload" headers 2016-04-26 14:07:36 -07:00
controllers Split post lookup out of frontend controller 2016-05-05 15:53:17 +02:00
data Structured Data 3.0 2016-05-08 17:43:59 +02:00
errors Migration messaging improvements 2016-03-22 09:59:22 +00:00
events Make sure events gets initialized 2016-04-09 19:52:37 -05:00
helpers Structured Data 3.0 2016-05-08 17:43:59 +02:00
mail Refactor mail service 2016-02-10 16:31:42 -06:00
middleware Merge pull request #6739 from ErisDS/cors-update 2016-05-07 17:14:04 +02:00
models deps: validator@5.1.0 2016-04-19 09:39:12 +08:00
permissions Harvest server side strings 2015-12-19 12:12:16 +01:00
routes Slack integration 2016-05-08 12:49:15 +02:00
storage Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00
translations deps: validator@5.1.0 2016-04-19 09:39:12 +08:00
utils Remove io.js reference from startup-check 2016-04-07 23:06:07 -05:00
views move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js Fix jsDoc on i18n.t() 2016-02-22 01:57:22 +01:00
index.js Slack integration 2016-05-08 12:49:15 +02:00
update-check.js deps: bluebird@3.3.3 2016-03-01 15:17:20 -06:00