summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent issue links with double hash (##nnn) from being recognized as ATX hea...Go MAEDA2024-07-061-2/+2
* Fix RuboCop offense Style/RedundantRegexpEscape in lib/redmine/wiki_formattin...Go MAEDA2024-07-061-2/+2
* Support multiple multi-word phrases in the search engine (#38446).Go MAEDA2024-06-191-1/+5
* Updates for 5.1.3 release.Go MAEDA2024-06-121-1/+1
* Replace BlankSlate with BasicObject for Builder 3.0.0 compatibility (#40802).Go MAEDA2024-06-072-11/+9
* Add timeout for thumbnail generation process (#37530).Go MAEDA2024-05-272-3/+17
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-233-3/+3
* Fix RuboCop offense Rails/WhereRange (#39889).Go MAEDA2024-05-182-2/+2
* Key/value-pair custom field type not available to all customizable contents (...Go MAEDA2024-05-161-0/+2
* Fix RuboCop offense Style/RedundantSelfAssignment (#39887).Go MAEDA2024-05-131-1/+1
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-073-6/+3
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-031-3/+8
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-281-0/+2
* Adds an option to send email notification when an attachment is added (#40569).Marius Balteanu2024-04-281-0/+1
* Fix initial_page_content method to avoid referencing @page instance variable ...Go MAEDA2024-04-103-3/+3
* Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137).Go MAEDA2024-03-081-1/+1
* Updates for 5.1.2 release.Marius Balteanu2024-03-041-1/+1
* Introduces Redmine::Plugin#attachment_object_type to provide better API for r...Marius Balteanu2024-02-271-0/+12
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-26103-103/+103
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-193-17/+5
* Custom themes are now loaded from "/themes" directory from project root. The ...Marius Balteanu2024-02-131-1/+1
* Move public assets (images, javascripts, stylesheets, themes) to app/assets (...Marius Balteanu2024-02-071-1/+1
* Reverts r22694 (#39111).Marius Balteanu2024-02-071-1/+1
* Move public assets (images, javascripts, stylesheets, themes) to app/assets (...Marius Balteanu2024-02-071-1/+1
* Fix performance issue with email address auto-linking in the default ("none")...Go MAEDA2024-02-071-1/+4
* Fix RuboCop offense Layout/EmptyLineAfterGuardClause (#38155).Go MAEDA2024-02-071-0/+1
* Fix RuntimeError on `reload!` in the Rails console (#38155).Go MAEDA2024-02-056-6/+11
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-301-1/+1
* Fix RuboCop offense Style/RedundantFreeze (#38585).Go MAEDA2024-01-271-2/+2
* Fix RuboCop offense Lint/RedundantDirGlobSort (#38585).Go MAEDA2024-01-271-1/+1
* Fix RuboCop offense Style/BlockDelimiters, Layout/MultilineBlockLayout, and L...Go MAEDA2024-01-271-3/+5
* Fix RuboCop offense Style/MapToHash (#39111).Go MAEDA2024-01-261-1/+1
* Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#39111).Go MAEDA2024-01-261-2/+2
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#39111).Go MAEDA2024-01-261-2/+2
* Fixes multiple RuboCop offenses (#39111).Marius Balteanu2024-01-261-13/+16
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-55/+0
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-254-4/+242
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-3/+3
* Fix RuboCop offense Style/ArgumentsForwarding (#39887).Go MAEDA2024-01-181-2/+2
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-115-16/+16
* Refactor file extension removal in Theme#assets to use File.basename instead ...Go MAEDA2024-01-081-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-083-5/+5
* Support localized decimal separators for float values in PDF export (#22024).Go MAEDA2024-01-041-1/+3
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-1/+3
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-042-1/+14
* Optimize gantt chart rendering for issues without subtasks (#40000).Go MAEDA2024-01-031-1/+1
* Optimize repository menu visibility check (#39835).Go MAEDA2023-12-301-1/+1
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-205-12/+12
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-201-1/+1