0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/helpers
Jason Friedrich bc74c89e76 Update excerpt helper to properly filter HTML footnotes
closes #4741
- updated regexp to properly filter out footnotes without removing too much text
- happened only when a link was used before a footnote
- old regexp was too 'greedy' and removed regular link together with the footnote
- new regexp uses a more specific <a> tag
2015-01-01 06:45:06 +01:00
..
tpl
asset.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
author.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
body_class.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
content.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
date.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
encode.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
excerpt.js Update excerpt helper to properly filter HTML footnotes 2015-01-01 06:45:06 +01:00
foreach.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
ghost_foot.js Match labels with element ids. 2014-12-04 15:21:27 +00:00
ghost_head.js Match labels with element ids. 2014-12-04 15:21:27 +00:00
ghost_script_tags.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
has.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
image.js Change url and image into synchronous helpers 2014-12-29 18:44:15 +00:00
index.js Change url and image into synchronous helpers 2014-12-29 18:44:15 +00:00
is.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
meta_description.js Updated meta helpers to use tag meta data if present 2014-12-21 11:39:49 +00:00
meta_title.js Updated meta helpers to use tag meta data if present 2014-12-21 11:39:49 +00:00
page_url.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
pagination.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
plural.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
post_class.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
tags.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
template.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
title.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
url.js Change url and image into synchronous helpers 2014-12-29 18:44:15 +00:00
utils.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00