0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Hannah Wolfe cafabff89e 🐛 Fixed duplicate subdirs in plaintext (#8882)
fixes #8845

- We had a report of weird URLS being output in admin stories view
- This is due to plaintext being incorrectly generated
- In order for a URL to be correct, it would need to already contain the subdirectory
- This line in the post model adds it as well, causing a duplicate
- Hence removing this line is the fix
2017-08-15 11:31:22 +01:00
..
adapters 🐛 Fixed Infinite 404s for images (#8869) 2017-08-10 15:31:52 +02:00
admin 🐛 Fixed link that appears in update notification (#8830) 2017-08-03 11:32:35 +04:00
api 🐛 invite existing users 2017-07-18 18:24:36 +01:00
apps ↙️ Minified CSS in AMP default template 2017-07-31 16:24:03 +04:00
auth 🚑 Disable remote authentication (#8346) 2017-04-24 18:56:49 +01:00
blog 🦄 Added /edit/ redirect to admin for post previews (#8836) 2017-08-08 09:32:55 +02:00
config Primary tag (#8669) 2017-07-31 13:00:03 +04:00
controllers/frontend 🦄 Channels: Stored config in res.locals not req (#8884) 2017-08-14 10:21:24 +07:00
data 🦄 Channels: Stored config in res.locals not req (#8884) 2017-08-14 10:21:24 +07:00
events
helpers 🐛 Fixed custom post excerpt length (#8826) 2017-08-02 15:09:12 +04:00
mail 🔥 fromaddress support (#8753) 2017-07-27 12:27:38 +04:00
middleware Optimised usage of debug (#8874) 2017-08-11 00:23:49 +02:00
models 🐛 Fixed duplicate subdirs in plaintext (#8882) 2017-08-15 11:31:22 +01:00
permissions 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
settings 🐛 fix settings cache (#8506) 2017-06-04 17:52:22 +07:00
themes 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00
translations 🐛 Added 409 DisabledFeatureError for labs features (#8890) 2017-08-15 10:50:36 +02:00
utils 🐛 Added 409 DisabledFeatureError for labs features (#8890) 2017-08-15 10:50:36 +02:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
app.js Optimised usage of debug (#8874) 2017-08-11 00:23:49 +02:00
errors.js 🐛 Added 409 UpdateCollisionError for the editor (#8899) 2017-08-15 12:06:40 +02:00
filters.js
ghost-server.js 🔥 remove beta mentioning's (#8673) 2017-07-11 14:05:55 +01:00
i18n.js 🎨 rename language to locale and use en as default locale (#8490) 2017-05-31 16:05:49 +01:00
index.js 🎨 Move scheduling and storage in adapters/ (#8435) 2017-05-15 12:52:01 +02:00
logging.js
overrides.js
update-check.js Be able to define a custom Update Check endpoint (#8870) 2017-08-10 15:01:51 +01:00