summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/html_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Convert HTML links to Textile/Markdown links when creating an issue from an e...Go MAEDA2019-08-111-1/+4
* Text may unexpectedly be enclosed in pre tags when an issue is created via HT...Jean-Philippe Lang2019-06-201-2/+2
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-3/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated L...Go MAEDA2019-04-211-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-161-4/+12
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-0/+54