Ghost/core/server
Mo Valipour 98d0954e32 Fix URL replacement in RSS feed mucking with content
closes #3983
- removed naive regex implementation
- added cheerio to project dependencies
- used cheerio to parse RSS content
- use attribute getter/setter to replace href/src attribute urls with the resolved version
2014-09-13 18:11:07 +01:00
..
api Delete revoked tokens 2014-09-10 20:19:52 +02:00
apps Stop packagePath variable from being undefined 2014-09-05 22:52:24 +10:00
config Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
controllers Fix URL replacement in RSS feed mucking with content 2014-09-13 18:11:07 +01:00
data Merge pull request #3912 from halfdan/3909-config-api 2014-09-02 20:29:09 +01:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
helpers Ability to create custom template files for custom tags. Eg. tag-design.hbs 2014-09-05 17:35:30 +01:00
middleware Merge pull request #3867 from hswolff/middleware-work 2014-09-08 13:43:48 -06:00
models Delete revoked tokens 2014-09-10 20:19:52 +02:00
permissions Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
routes Delete revoked tokens 2014-09-10 20:19:52 +02:00
storage Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
utils Return leading image for {{content words="0"}} 2014-08-28 09:51:00 -07:00
views Adding Grunt tasks for Sass 2014-08-31 14:16:58 +01:00
filters.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
GhostServer.js Handle EADDRINUSE 2014-09-09 20:05:11 +02:00
index.js Replaces sendmail with direct 2014-09-08 20:52:10 +01:00
mail.js Replaces sendmail with direct 2014-09-08 20:52:10 +01:00
require-tree.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
update-check.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
xmlrpc.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00