summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-202-2/+2
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-203-3/+3
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-171-1/+1
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-121-1/+1
* Allows configure plugins directory path in order to change the default locati...Marius Balteanu2023-12-101-1/+1
* Fix typo (#36320).Marius Balteanu2023-12-102-2/+2
* Fix autoloading of plugins fails in Rails 7.1.2 (#36320).Marius Balteanu2023-12-101-1/+1
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-7/+12
* Fix typo (#39110).Marius Balteanu2023-12-041-1/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-5/+5
* Updates for 5.1.1 release.Marius Balteanu2023-11-271-1/+1
* Add missing copyrights (#37730).Marius Balteanu2023-11-268-0/+136
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-212-7/+39
* Use tx_isolation for MySQL lower than 8. (#39437).Marius Balteanu2023-11-191-0/+4
* Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...Marius Balteanu2023-11-181-23/+50
* Remove deprecated methods in Repository and AbstractAdapter (#39558).Marius Balteanu2023-11-181-12/+0
* Simply regex (#39553).Marius Balteanu2023-11-161-4/+0
* Fix mention notification is not sent when user pattern is leading by some pun...Marius Balteanu2023-11-161-1/+3
* Fix undefined method error in issue list PDF export when export contains a cu...Marius Balteanu2023-11-111-1/+1
* Set version to 5.1.0.Go MAEDA2023-10-301-2/+2
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-1/+1
* Fixes i18n call in macro error fallback (#37668).Go MAEDA2023-10-061-1/+1