summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-31/+7
* remove trailing white-spaces from lib/redmine/wiki_formatting.rb.Toshi MARUYAMA2011-09-011-17/+17
* Fixed: Deselecting textile text formatting causes interning empty string erro...Jean-Philippe Lang2010-02-171-4/+4
* Renames WikiFormatting.cache to .cache_storeJean-Philippe Lang2010-02-061-3/+3
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-061-1/+52
* Fixed: error raised when rendering text that contains an email address with t...Jean-Philippe Lang2009-11-241-0/+1
* Fixes that Redmine::WikiFormatting.register did not raise ArgumentError when ...Jean-Philippe Lang2009-03-071-1/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-152/+41
* Fixed: http links containing parentheses fail to reder correctly (#1591). Pat...Jean-Philippe Lang2008-09-171-2/+8
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-111-2/+2
* Adds Trac-Like anchors on wiki headings (#1647).Jean-Philippe Lang2008-07-281-10/+18
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-221-3/+3