summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-251-1/+1
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-201-1/+1
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-2/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Layout/EmptyLineAfterGuardClause (#38155).Go MAEDA2024-02-071-0/+1
* Fix RuntimeError on `reload!` in the Rails console (#38155).Go MAEDA2024-02-051-2/+5
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-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
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-171-0/+1
* Split multiple classes and modules that existed in the same file (#29914, #32...Marius Balteanu2021-10-201-83/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to lib/redmine/wiki_formatting.rbToshi MARUYAMA2020-11-031-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-3/+3
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki...Toshi MARUYAMA2019-10-171-6/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/wiki_formattin...Toshi MARUYAMA2019-10-171-8/+10
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* 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
* URLs end with "-" are rendered incorrectly in Textile (#30259).Go MAEDA2019-03-031-1/+1
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-1/+1
* Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email ad...Jean-Philippe Lang2018-06-171-0/+4
* "attachment:filename" link syntax would not work if the file name contains "@...Jean-Philippe Lang2018-06-171-0/+4
* User link syntax (user:login) doesn't work for logins consisting of an email ...Jean-Philippe Lang2018-06-171-1/+22
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Link to user in wiki syntax (#4179).Jean-Philippe Lang2017-06-071-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...Jean-Philippe Lang2015-06-211-1/+3
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-1/+17
* Email addresses with slashes are not linked correctly (#19735).Jean-Philippe Lang2015-05-081-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-1/+0
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-3/+0
* Fixed that URLs separated by line break are not rendered as links (#18349).Jean-Philippe Lang2014-11-141-1/+5
* fix typos of source comments at lib/redmine/wiki_formatting.rbToshi MARUYAMA2014-04-071-7/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-3/+12
* Restricts characters before auto links (#10277).Jean-Philippe Lang2013-02-241-1/+1
* Fixed that www followed by a dot generates broken links in formatted text (#3...Jean-Philippe Lang2013-02-241-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that autolinks and textile links ending with cyrilic characters are bro...Jean-Philippe Lang2012-11-241-1/+1
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-5/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Do not sanitize escaped text in NullFormatter.Jean-Philippe Lang2012-04-251-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-3/+4
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-041-1/+59
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-0/+5