summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Allows passing plugin parameter when registering activities from a plugin in ...Marius Balteanu12 days1-2/+9
* Update RuboCop to 1.69 (#41884).Go MAEDA2024-11-281-0/+2
* Fix deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with k...Go MAEDA2024-11-141-1/+1
* Updates for 6.0.1 release.Marius Balteanu2024-11-121-1/+1
* Replaces two more occurrences of CommonMarker (#40197).Marius Balteanu2024-11-111-1/+1
* Fixes rubocop offenses (#40197).Marius Balteanu2024-11-112-3/+3
* Disables @syntax_highlighter@ plugin shipped by commonmark (#40197).Marius Balteanu2024-11-112-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-111-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-112-21/+22
* Updates for 6.0.0 release.Marius Balteanu2024-11-101-3/+3
* Allows plugins to add custom SVG icons for menu items added by the plugin (#2...Marius Balteanu2024-11-101-2/+3
* Updates for 5.1.4 release.Marius Balteanu2024-11-031-1/+1
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-033-30/+26
* Disable syntax_highlighter plugin shipped by commonmark (#40197).Marius Balteanu2024-11-032-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-031-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-033-22/+23
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-311-9/+9
* Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdow...Go MAEDA2024-10-211-1/+27
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-205-227/+1
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-201-1/+1
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-193-4/+4
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-091-0/+87
* Add underline button to CommonMark Markdown toolbar (#40939).Go MAEDA2024-10-091-0/+3
* Fixes gantt collapse/expand buttons are not available after switching to SVG ...Marius Balteanu2024-10-081-3/+3
* Update MiniMagick to 5.0 (#41312).Go MAEDA2024-10-021-2/+2
* Gantt progress line misrendering for 0% progress issues/versions with future ...Go MAEDA2024-09-231-2/+2
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-2/+2
* Refactor Calendar#first_wday method for improved readability and efficiency (...Go MAEDA2024-09-071-10/+9
* Fix RuboCop offense Layout/EndAlignment (#23980).Go MAEDA2024-09-071-4/+4
* Replaces project, version and issue icons from Gantt view with SVG icons (#23...Marius Balteanu2024-09-061-2/+7
* Replaces icons in administration menu with SVG icons (#23980).Marius Balteanu2024-09-062-2/+23
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-012-14/+14
* Fix precision issues in TimeEntry#hours calculation by returning Rational ins...Go MAEDA2024-08-311-2/+2
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-253-3/+3
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-251-1/+1
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-211-0/+1
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2115-32/+32
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-203-3/+3
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-201-3/+3
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-201-2/+2
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-2/+5
* Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-123-142/+142
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-129-22/+22
* Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...Go MAEDA2024-08-121-1/+0
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-128-8/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-126-6/+0
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-081-3/+3
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+1
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1