| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduces Redmine::Plugin#attachment_object_type to provide better API for r... | Marius Balteanu | 2024-02-27 | 1 | -0/+12 |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 136 | -138/+138 |
* | Updates JS toolbar help button to use the new route (#39111, #40137). | Marius Balteanu | 2024-02-19 | 3 | -17/+5 |
* | Custom themes are now loaded from "/themes" directory from project root. The ... | Marius Balteanu | 2024-02-13 | 1 | -1/+1 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Reverts r22694 (#39111). | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204). | Marius Balteanu | 2024-02-07 | 1 | -2/+1 |
* | Fix performance issue with email address auto-linking in the default ("none")... | Go MAEDA | 2024-02-07 | 1 | -1/+4 |
* | Fix RuboCop offense Layout/EmptyLineAfterGuardClause (#38155). | Go MAEDA | 2024-02-07 | 1 | -0/+1 |
* | Fix RuntimeError on `reload!` in the Rails console (#38155). | Go MAEDA | 2024-02-05 | 6 | -6/+11 |
* | Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020). | Go MAEDA | 2024-01-30 | 1 | -1/+1 |
* | Fix RuboCop offense Style/RedundantFreeze (#38585). | Go MAEDA | 2024-01-27 | 1 | -2/+2 |
* | Fix RuboCop offense Lint/RedundantDirGlobSort (#38585). | Go MAEDA | 2024-01-27 | 1 | -1/+1 |
* | Fix RuboCop offense Style/BlockDelimiters, Layout/MultilineBlockLayout, and L... | Go MAEDA | 2024-01-27 | 1 | -3/+5 |
* | Fix RuboCop offense Style/MapToHash (#39111). | Go MAEDA | 2024-01-26 | 1 | -1/+1 |
* | Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#39111). | Go MAEDA | 2024-01-26 | 1 | -2/+2 |
* | Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#39111). | Go MAEDA | 2024-01-26 | 1 | -2/+2 |
* | Fixes multiple RuboCop offenses (#39111). | Marius Balteanu | 2024-01-26 | 1 | -13/+16 |
* | Removes @redmine:plugins:assets@ task which is no longer needed after asset p... | Marius Balteanu | 2024-01-25 | 1 | -11/+0 |
* | Remove code that is no longer needed as a result of asset pipeline implementa... | Marius Balteanu | 2024-01-25 | 1 | -55/+0 |
* | Add Propshaft library to enable the asset pipeline without modifying existing... | Marius Balteanu | 2024-01-25 | 4 | -4/+242 |
* | Use ApplicationRecord instead of ActiveRecord::Base (#38975). | Marius Balteanu | 2024-01-23 | 13 | -15/+31 |
* | Fix RuboCop offense Style/ArgumentsForwarding (#39887). | Go MAEDA | 2024-01-18 | 1 | -2/+2 |
* | Replace regular expression matches with String#start_with? / end_with? (#40010). | Go MAEDA | 2024-01-11 | 6 | -18/+18 |
* | Remove wrong copyright headers from acts_as_tree plugin (#37730). | Marius Balteanu | 2024-01-11 | 3 | -69/+18 |
* | Refactor file extension removal in Theme#assets to use File.basename instead ... | Go MAEDA | 2024-01-08 | 1 | -1/+1 |
* | Replace String#sub with delete_prefix / delete_suffix (#40008). | Go MAEDA | 2024-01-08 | 3 | -5/+5 |
* | Support localized decimal separators for float values in PDF export (#22024). | Go MAEDA | 2024-01-04 | 1 | -1/+3 |
* | Support localized decimal separators for hours in the web UI (#21677). | Go MAEDA | 2024-01-04 | 1 | -1/+3 |
* | Support localized decimal separators for float values (#22024). | Go MAEDA | 2024-01-04 | 2 | -1/+14 |
* | Optimize gantt chart rendering for issues without subtasks (#40000). | Go MAEDA | 2024-01-03 | 1 | -1/+1 |
* | Optimize repository menu visibility check (#39835). | Go MAEDA | 2023-12-30 | 1 | -1/+1 |
* | Fixes exception in @acts_as_attachable@ when running on Ruby 2.7 (#39862). | Marius Balteanu | 2023-12-27 | 1 | -1/+1 |
* | Fixes attachments functionality for (custom) plugins broken since fix for CVE... | Marius Balteanu | 2023-12-22 | 1 | -0/+24 |
* | Allow consecutive footnote references inTextile (#39884). | Marius Balteanu | 2023-12-22 | 1 | -1/+1 |
* | Fix RuboCop offense Performance/StringIdentifierArgument (#39888). | Go MAEDA | 2023-12-20 | 5 | -12/+12 |
* | Fix RuboCop offense Style/HashEachMethods (#39887). | Go MAEDA | 2023-12-20 | 1 | -1/+1 |
* | Fix RuboCop offense Lint/SymbolConversion (#39887). | Go MAEDA | 2023-12-20 | 2 | -2/+2 |
* | Fix RuboCop offense Style/SuperWithArgsParentheses (#39887). | Go MAEDA | 2023-12-20 | 3 | -3/+3 |
* | Run plugin tests only if test files exist (#39803, #36320). | Marius Balteanu | 2023-12-20 | 1 | -12/+30 |
* | Fixes that @redmine:plugins:test@ should run plugins unit, functional, integr... | Marius Balteanu | 2023-12-20 | 1 | -4/+7 |
* | Adds test for plugin autoload issue (#36320, #39834). | Marius Balteanu | 2023-12-17 | 2 | -1/+8 |
* | Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Cl... | Marius Balteanu | 2023-12-12 | 2 | -8/+8 |
* | Reverts r22507, r22508 and r22510 (#36320, #39803). | Marius Balteanu | 2023-12-12 | 1 | -1/+1 |
* | Allows configure plugins directory path in order to change the default locati... | Marius Balteanu | 2023-12-10 | 1 | -1/+1 |
* | Fix typo (#36320). | Marius Balteanu | 2023-12-10 | 2 | -2/+2 |
* | Fix autoloading of plugins fails in Rails 7.1.2 (#36320). | Marius Balteanu | 2023-12-10 | 1 | -1/+1 |
* | Fix CommonMark Markdown help page to reflect user's language setting (#39755). | Go MAEDA | 2023-12-06 | 1 | -7/+12 |
* | Fix typo (#39110). | Marius Balteanu | 2023-12-04 | 1 | -1/+1 |