0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
Jason Williams e499e5dda9 Fix invalid image helper URLs when using a subdir.
No Issue
- Strip sub-directory from image paths before passing to
  config.createUrl. Since images are stored with the sub-directory
  and createUrl builds a URL with the sub-directory the result
  would be a URL that contains the sub-directory twice.
2014-11-17 05:32:51 +00:00
..
api Merge pull request #4406 from RaoHai/tag-endpoints 2014-11-13 19:25:36 +01:00
apps
config Fix invalid image helper URLs when using a subdir. 2014-11-17 05:32:51 +00:00
controllers Enable :author as permalink option 2014-10-25 18:15:24 -07:00
data Remove duplicate posts and tags on import 2014-10-27 18:20:32 -05:00
email-templates
errors Correct logError to log err which has undefined message 2014-11-05 11:03:33 +08:00
helpers Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
middleware
models Fix gravatar request url. 2014-11-16 04:33:33 +00:00
permissions
routes full BREAD Tag endpoints and Tag api tests 2014-11-13 00:44:36 +08:00
storage
utils
views Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
filters.js
ghost-server.js Drop socket reference on close. 2014-11-11 19:23:07 +00:00
index.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
mail.js Clean up whitespace from #4349. 2014-11-16 18:14:18 +00:00
require-tree.js
update-check.js
xmlrpc.js