| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix issue where minutes part of a time entry is displayed as 60 instead of be... | Go MAEDA | 2024-08-08 | 1 | -3/+3 |
* | Add an option to render Integer and Float custom fields with thousands delimi... | Go MAEDA | 2024-07-18 | 1 | -0/+1 |
* | Refactor ApplicationHelper#format_object to accept options as a hash (#39997). | Go MAEDA | 2024-07-18 | 1 | -1/+1 |
* | Fix RuboCop offense Style/CollectionCompact (#39887). | Go MAEDA | 2024-07-11 | 1 | -1/+1 |
* | Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887). | Go MAEDA | 2024-07-11 | 2 | -9/+9 |
* | Introduces @valid_watcher?@ check on watchables (@40946). | Marius Balteanu | 2024-07-08 | 1 | -0/+8 |
* | Improve watcher list permissions check to explicitly require @view_issue_watc... | Marius Balteanu | 2024-07-08 | 1 | -0/+10 |
* | Prevent issue links with double hash (##nnn) from being recognized as ATX hea... | Go MAEDA | 2024-07-06 | 1 | -2/+2 |
* | Fix RuboCop offense Style/RedundantRegexpEscape in lib/redmine/wiki_formattin... | Go MAEDA | 2024-07-06 | 1 | -2/+2 |
* | Support multiple multi-word phrases in the search engine (#38446). | Go MAEDA | 2024-06-19 | 1 | -1/+5 |
* | Updates for 5.1.3 release. | Go MAEDA | 2024-06-12 | 1 | -1/+1 |
* | Replace BlankSlate with BasicObject for Builder 3.0.0 compatibility (#40802). | Go MAEDA | 2024-06-07 | 2 | -11/+9 |
* | Add timeout for thumbnail generation process (#37530). | Go MAEDA | 2024-05-27 | 2 | -3/+17 |
* | Fix RuboCop offense Style/SuperArguments (#39887). | Go MAEDA | 2024-05-23 | 3 | -3/+3 |
* | Fix RuboCop offense Rails/WhereRange (#39889). | Go MAEDA | 2024-05-18 | 2 | -2/+2 |
* | Key/value-pair custom field type not available to all customizable contents (... | Go MAEDA | 2024-05-16 | 1 | -0/+2 |
* | Fix RuboCop offense Style/RedundantSelfAssignment (#39887). | Go MAEDA | 2024-05-13 | 1 | -1/+1 |
* | Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217). | Marius Balteanu | 2024-05-07 | 3 | -6/+3 |
* | Adds the date of the last activity to the list of available columns for Proje... | Marius Balteanu | 2024-05-03 | 2 | -6/+14 |
* | Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652). | Marius Balteanu | 2024-05-02 | 1 | -2/+1 |
* | Adds Watcher list to the list of available query columns for issues (#29894). | Marius Balteanu | 2024-04-28 | 1 | -0/+2 |
* | Adds an option to send email notification when an attachment is added (#40569). | Marius Balteanu | 2024-04-28 | 1 | -0/+1 |
* | Fix initial_page_content method to avoid referencing @page instance variable ... | Go MAEDA | 2024-04-10 | 3 | -3/+3 |
* | Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137). | Go MAEDA | 2024-03-08 | 1 | -1/+1 |
* | Updates for 5.1.2 release. | Marius Balteanu | 2024-03-04 | 1 | -1/+1 |
* | 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 |