Allow the possibility to specify which tags to be stripped when Strip HTML checkbox is ticked.

Created on 11 August 2017, almost 7 years ago
Updated 21 May 2024, about 1 month ago

When the user chooses the Strip HTML option it should be able to specify which tags to be stripped.

✨ Feature request
Status

Needs review

Version

2.1

Component

Code

Created by

πŸ‡·πŸ‡΄Romania anemes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡¦Ukraine Stockticker

    And here we are, 8 months later :)

    re-roll for 2.1.x, based on a patch from a #15.

  • πŸ‡ΊπŸ‡¦Ukraine Stockticker

    re-roll for 2.1.0, based on a patch from a #15.

  • Status changed to Needs review 12 months ago
  • πŸ‡ΊπŸ‡ΈUnited States timwood Rockville, Maryland

    Thanks for the updated patch @Stockticker. It's working for us!

    I'm not sure whether this new patch "uses the same implementation as the views functionality mentioned in the parent meta issue?", so not marking RTBC.

  • Status changed to Needs work 11 months ago
  • πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM

    MR was updated to reflect the proper branch. Needs updating or re-rolled patch applied. Might have to close and open a new MR.

  • First commit to issue fork.
  • @mortona2k opened merge request.
  • Status changed to Needs review 10 months ago
  • πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

    I rebased onto the 2.1.x branch.

    I had to change:

               // https://stackoverflow.com/questions/12824899/strip-tags-replace-tags-by-space-rather-than-deleting-them
               $output = preg_replace('/<(\w+)(?![^>]*\/>)[^>]*>/', ' <\1>', $output);
    -          $output = strip_tags($output);
               $output = str_replace('  ', ' ', $output);
    +          $output = strip_tags($output, $this->getSetting('trim_options_allowed_html'));
               $output = trim($output);
     
    -          $output = Xss::filter($output, $this->getSetting('trim_options_allowed_html'));
    

    Seems to be working so far.

  • πŸ‡©πŸ‡ͺGermany Anybody Porta Westfalica

    Very helpful functionality that was also requested in ✨ Add preserve tags option to formatter Closed: duplicate

  • πŸ‡¬πŸ‡§United Kingdom rossb89

    rossb89 β†’ changed the visibility of the branch 2901579-selective-html-stripping-2.1.x to hidden.

  • πŸ‡¬πŸ‡§United Kingdom rossb89

    rossb89 β†’ changed the visibility of the branch 2901579-selective-html-stripping-2.1.x to active.

  • Pipeline finished with Failed
    about 1 month ago
    Total: 516s
    #177799
  • πŸ‡¬πŸ‡§United Kingdom rossb89

    I've redone the last MR (68) as the rebase wasn't done correctly and it appeared to contain duplicated code that was already in 2.1.x...

    I've done a new clean MR (92) with the patch re-rolled which is working nicely πŸ‘

  • Pipeline finished with Failed
    about 1 month ago
    Total: 241s
    #177806
  • Pipeline finished with Failed
    about 1 month ago
    Total: 247s
    #177816
  • Pipeline finished with Failed
    about 1 month ago
    Total: 257s
    #177818
  • Pipeline finished with Failed
    about 1 month ago
    Total: 228s
    #177848
  • Pipeline finished with Success
    about 1 month ago
    Total: 322s
    #177913
  • πŸ‡¬πŸ‡§United Kingdom rossb89

    rossb89 β†’ changed the visibility of the branch 2901579-selective-html-stripping to hidden.

  • πŸ‡¬πŸ‡§United Kingdom rossb89

    rossb89 β†’ changed the visibility of the branch 2901579-selective-html-stripping-2.1.x to hidden.

  • πŸ‡¬πŸ‡§United Kingdom rossb89

    Did a few more tweaks to the work here in MR-92 to get tests passing, which they are now!

Production build 0.69.0 2024