summaryrefslogtreecommitdiffstats
path: root/lib/redmine/syntax_highlighting.rb
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* 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-0/+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
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/syntax...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/sy...Toshi MARUYAMA2019-11-091-0/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-1/+13
* Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...Go MAEDA2019-05-031-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Line height is too large when previewing files with syntax highlighting if th...Go MAEDA2019-02-031-0/+7
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-18/+41
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use stored ref. to array holding supported languages symbols via a constant (...Jean-Philippe Lang2017-06-061-2/+3
* Pull-up retrieve_supported_languages private class method (#26055).Jean-Philippe Lang2017-06-061-4/+10
* Remove internal CodeRay scanners (#26055).Jean-Philippe Lang2017-06-061-1/+2
* Highlight language aliases are no more supported (#25634).Jean-Philippe Lang2017-05-271-1/+4
* Helper methods to find out if a given language is supported (#25503).Jean-Philippe Lang2017-04-061-0/+16
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rescue syntax highlighter exceptions.Jean-Philippe Lang2013-12-231-1/+12
* prevent coderay "warning: already initialized constant" on Ruby 1.8.7 (#13692)Toshi MARUYAMA2013-06-041-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Removed line numbers from syntax highlightment.Jean-Philippe Lang2012-07-291-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Updated CodeRay to 1.0.6.Etienne Massip2012-04-121-1/+1
* Update CodeRay version to 1.0 final (#4264).Etienne Massip2011-10-081-1/+1
* remove trailing white-spaces from lib/redmine/syntax_highlighting.rbToshi MARUYAMA2011-09-201-9/+9
* Fixes diff highlighting (#5199).Jean-Philippe Lang2010-03-281-1/+1
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-0/+56