| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use `require_relative` instead of `File.dirname(__FILE__) + ...` (#38093). | Go MAEDA | 2023-01-16 | 2 | -4/+4 |
* | Support for WebP images (#38168). | Go MAEDA | 2023-01-16 | 2 | -1/+2 |
* | Introduce permission to set a project public (#38048). | Go MAEDA | 2023-01-12 | 1 | -0/+1 |
* | Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146). | Go MAEDA | 2023-01-11 | 1 | -2/+2 |
* | Fix RuboCop offense Performance/RedundantMatch (#38146). | Go MAEDA | 2023-01-11 | 2 | -3/+3 |
* | Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146). | Go MAEDA | 2023-01-11 | 1 | -1/+1 |
* | Fix RuboCop offense Performance/ConstantRegexp (#38146). | Go MAEDA | 2023-01-11 | 3 | -11/+11 |
* | Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146). | Go MAEDA | 2023-01-11 | 4 | -6/+6 |
* | CommonMark Markdown formatter does not support min-width, max-width, min-heig... | Go MAEDA | 2023-01-11 | 1 | -2/+2 |
* | Fix RuboCop offense Style/MinMaxComparison (#36919). | Go MAEDA | 2023-01-02 | 3 | -4/+4 |
* | Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (... | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 93 | -93/+93 |
* | Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ... | Go MAEDA | 2022-12-30 | 1 | -1/+2 |
* | Modifying the source code of a plugin does not reload it after r21295 ( #36273). | Go MAEDA | 2022-12-21 | 1 | -0/+1 |
* | Updates for 5.0.4 release. | Marius Balteanu | 2022-12-01 | 1 | -1/+1 |
* | Remove unused mention_users permission (#37938). | Marius Balteanu | 2022-11-28 | 1 | -1/+0 |
* | Reverts r21958 and r21959 (#1739). | Go MAEDA | 2022-11-18 | 1 | -1/+0 |
* | Add the ability to change the author of an issue (#1739). | Go MAEDA | 2022-11-16 | 1 | -0/+1 |
* | Allow using ideographic space (U+3000) as a separator for search terms (#37878). | Go MAEDA | 2022-11-03 | 1 | -1/+1 |
* | Database migrations don't run correctly for plugins when specifying the `VERS... | Go MAEDA | 2022-10-30 | 1 | -0/+4 |
* | Fix RuboCop offense Rails/Pluck (#37248). | Go MAEDA | 2022-10-28 | 1 | -2/+2 |
* | Fix RuboCop offense Layout/FirstArrayElementIndentation in html_sanitizer.rb ... | Go MAEDA | 2022-10-20 | 1 | -4/+5 |
* | Fix RuboCop offenses Layout/EmptyLinesAroundModuleBody, Layout/EmptyLinesArou... | Go MAEDA | 2022-10-20 | 1 | -4/+0 |
* | Add a copyright header (#37750). | Go MAEDA | 2022-10-20 | 1 | -0/+19 |
* | Escape tags that start with pre (#37767). | Go MAEDA | 2022-10-17 | 1 | -5/+7 |
* | Uses the new html sanitizer for links rendered by custom fields (#37750). | Marius Balteanu | 2022-10-04 | 1 | -5/+7 |
* | Introduces a standalone html sanitizer class (#37750). | Marius Balteanu | 2022-10-04 | 1 | -0/+20 |
* | Mark legacy Markdown text formatting option as deprecated (#36807). | Marius Balteanu | 2022-10-04 | 1 | -1/+1 |
* | Escape blockquote citation in textile formatting (#37751). | Marius Balteanu | 2022-10-04 | 1 | -1/+1 |
* | Updates for 5.0.3 release. | Marius Balteanu | 2022-10-02 | 1 | -1/+1 |
* | Fix repository browser does not show \"+\" (plus sign) in filename (#37718). | Marius Balteanu | 2022-10-02 | 1 | -1/+1 |
* | Allow select custom CSS properties (#37237). | Marius Balteanu | 2022-09-26 | 1 | -0/+15 |
* | Add rel="noopener" to all external links with a target attribute (#37713). | Marius Balteanu | 2022-09-26 | 1 | -0/+6 |
* | Support revision without any message in Mercurial repositories (#36258). | Go MAEDA | 2022-09-01 | 1 | -1/+1 |
* | Fix RuboCop offense Layout/LineLength due to r21785 (#37586). | Go MAEDA | 2022-09-01 | 1 | -2/+4 |
* | Typo in an argument name: s/trailling/trailing/ (#37586). | Go MAEDA | 2022-08-28 | 1 | -2/+2 |
* | Typo in method names: s/trailling/trailing/ (#37586). | Go MAEDA | 2022-08-28 | 3 | -6/+16 |
* | Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r... | Go MAEDA | 2022-08-25 | 1 | -1/+0 |
* | Use start_with? or end_with? to check the first or last character of a string... | Go MAEDA | 2022-08-24 | 3 | -7/+7 |
* | Repository tab is not displayed if no repository is set as the main repositor... | Go MAEDA | 2022-07-27 | 1 | -1/+1 |
* | Open Help in a separate tab (#1069). | Go MAEDA | 2022-07-22 | 1 | -1/+1 |
* | Thumbnail macro does not work when a file is attached and preview is displaye... | Go MAEDA | 2022-07-19 | 1 | -2/+6 |
* | Fix RuboCop offense Lint/NonAtomicFileOperation (#36919). | Go MAEDA | 2022-06-30 | 2 | -6/+2 |
* | Add frozen_string_literal and copyright (#37119). | Marius Balteanu | 2022-06-25 | 1 | -0/+19 |
* | Set version to 5.0.2. | Marius Balteanu | 2022-06-21 | 1 | -1/+1 |
* | Fix mentions of users with "@" in their username not working (#37138). | Marius Balteanu | 2022-06-20 | 1 | -9/+10 |
* | Fix rubocop warnings (#37119). | Marius Balteanu | 2022-06-17 | 1 | -2/+1 |
* | Move methods related to wiki section to a helper file and include it in all 3... | Marius Balteanu | 2022-06-16 | 4 | -70/+68 |
* | Fix RuboCop offense Rails/RootPublicPath (#37248). | Go MAEDA | 2022-06-14 | 2 | -2/+2 |
* | Fix RuboCop offense Style/RedundantCondition in lib/redmine/menu_manager.rb (... | Go MAEDA | 2022-06-14 | 1 | -5/+1 |