summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix StyleLint "declaration-block-no-shorthand-property-overrides" (#42603).Go MAEDA2025-05-011-2/+1
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Noto Sans fonts are not applied on Wiki syntax help pages due to change in ↵Go MAEDA2025-05-012-24/+52
| | | | | | | | | r23275 (#42644). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses (#42648, #42603).Marius Balteanu2025-04-302-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offense "Prefer assert_not_includes over refute_includes" ↵Marius Balteanu2025-04-301-1/+1
| | | | | | (#42603). git-svn-id: https://svn.redmine.org/redmine/trunk@23727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes broken references for multiple footnote usage (#42648).Marius Balteanu2025-04-302-5/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes failing test (#42603).Marius Balteanu2025-04-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable CommonMark alert extension (#42603).Marius Balteanu2025-04-295-9/+127
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Layout/EmptyLinesAroundMethodBody (#42602).Go MAEDA2025-04-271-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize watchers list rendering by eager loading email addresses (#42589).Go MAEDA2025-04-273-2/+5
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust padding of the copy-to-clipboard button in `pre` tag (#29214, #42625).Go MAEDA2025-04-271-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).Marius Balteanu2025-04-276-14/+72
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improves SVG contrast when an item is selected in administration sidebar ↵Marius Balteanu2025-04-261-0/+1
| | | | | | (#42641). git-svn-id: https://svn.redmine.org/redmine/trunk@23714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align query totals to left when an RTL language is used (#42640).Marius Balteanu2025-04-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Joining both atom_token and api_token on the User model causes an error due ↵Go MAEDA2025-04-251-2/+2
| | | | | | | | | to the ambiguous column name "action" (#42622). Patch by Lorin Thwaits (user:lorint). git-svn-id: https://svn.redmine.org/redmine/trunk@23712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing allowed CSS properties to the CommonMark Markdown help (#42618).Go MAEDA2025-04-241-2/+2
| | | | | | | Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#42485).Go MAEDA2025-04-231-7/+6
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Suppress "Change your password" popup for stable system tests (#42600).Go MAEDA2025-04-231-0/+5
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes Rubocop offenses (#42510).Marius Balteanu2025-04-212-2/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Rubocop Style/ArgumentsForwarding (#42496).Go MAEDA2025-04-2125-103/+103
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces Stimulus as a Javascript framework (#42510):Marius Balteanu2025-04-219-1/+26
| | | | | | | | | * old @application.js@ from @app/assets/javascripts@ become @application-legacy.js@ in favour of @application.js@ provided by Stimulus * adds @importmap@ gem to handle JavaScript modules using logical names that map to versioned/digested files Stimulus will be used for new functionality and, over time, to migrate existing features from JQuery / JQuery UI. git-svn-id: https://svn.redmine.org/redmine/trunk@23697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable header_ids, tasklist, shortcodes extensions and github_pre_lang ↵Marius Balteanu2025-04-211-0/+4
| | | | | | render option that are now enabled by default in commonmark (#40197). git-svn-id: https://svn.redmine.org/redmine/trunk@23696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates commonmarker to 2.3.0 (#40197).Marius Balteanu2025-04-212-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop support for Ruby 3.1 (#42496).Marius Balteanu2025-04-204-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 6.0.5 release.Marius Balteanu2025-04-202-1/+71
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing _filters.html.erb view file that was not included in r23686 ↵Go MAEDA2025-04-201-0/+6
| | | | | | (#42335). git-svn-id: https://svn.redmine.org/redmine/trunk@23688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure Mercurial uses Python >= 3.5 (#33784).Go MAEDA2025-04-201-1/+21
| | | | | | | | | | Redmine no longer supports Python 2.7. Mercurial does not support Python 3.0 to 3.4. Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds interval ratio setting to progressbar custom field (#42335).Go MAEDA2025-04-195-5/+83
| | | | | | | Patch by Marius BĂLTEANU (user:marius.balteanu) and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offense "Layout/SpaceAroundBlockParameters: Space before first ↵Marius Balteanu2025-04-191-1/+1
| | | | | | block parameter detected" (#42509). git-svn-id: https://svn.redmine.org/redmine/trunk@23684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes plugin activity SVG icons broken when multiple plugins are loaded ↵Marius Balteanu2025-04-192-7/+10
| | | | | | | | (#42509). Patch by Stefan Rinkes (user:srinkes). git-svn-id: https://svn.redmine.org/redmine/trunk@23683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "editable" attribute in the custom fields API response (#41935).Marius Balteanu2025-04-182-0/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests after r23672 (#42545).Marius Balteanu2025-04-183-10/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy atom icon with file-rss filled (#42577).Marius Balteanu2025-04-182-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes commit message in issue history might be rendered in incorrect context ↵Marius Balteanu2025-04-183-1/+29
| | | | | | | | (#42545). Patch by Felix Schäfer (user:felix). git-svn-id: https://svn.redmine.org/redmine/trunk@23672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide user icon in add watchers modal when gravatar is disabled (#42596).Marius Balteanu2025-04-181-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy del and attachment icons with SVG in attachments form (#42576).Marius Balteanu2025-04-183-8/+23
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23667 e93f8b46-1217-0410-a6f0-8f06a7374b81
* NoMethodError when creating a user with an invalid email address and domain ↵Go MAEDA2025-04-182-1/+11
| | | | | | | | | restrictions are enabled (#42584). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a button to copy `pre` code block content to the clipboard (#29214).Go MAEDA2025-04-179-20/+178
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize autocomplete issue listing triggered by typing "##" by eager ↵Go MAEDA2025-04-161-1/+1
| | | | | | | | | loading trackers (#42574). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates translations for Array#to_sentence (#42580).Go MAEDA2025-04-1649-101/+137
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent delete relation icon overflow with long related issue subjects on ↵Marius Balteanu2025-04-151-0/+4
| | | | | | related issues sections on an issue page in mobile view (#41828). git-svn-id: https://svn.redmine.org/redmine/trunk@23658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add/remove @icon-rtl@ class when switching between angle-down / angle-right ↵Marius Balteanu2025-04-131-2/+10
| | | | | | SVG icons (#42465). git-svn-id: https://svn.redmine.org/redmine/trunk@23656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve SVG icon compatibility with RTL languages by adding the @rtl@ ↵Marius Balteanu2025-04-1316-29/+34
| | | | | | parameter to @sprite_icon@ method. When it is @true@, it adds the 'icon-rtl' class to SVG icons, flipping their direction if an RTL language is used (#42465). git-svn-id: https://svn.redmine.org/redmine/trunk@23654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show legacy bullet add icon in search for watchers if SVG is rendered ↵Marius Balteanu2025-04-131-1/+1
| | | | | | for RTL languages (#42465). git-svn-id: https://svn.redmine.org/redmine/trunk@23652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces magnifier legacy icon with SVG icon for RTL language (#42465).Marius Balteanu2025-04-131-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes extra padding in administration menu icons for RTL languages (#42465).Marius Balteanu2025-04-131-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23650 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes sidebar switch button display in RTL language (#42575).Marius Balteanu2025-04-131-3/+20
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update versions of Ruby standard gems to match those bundled with Ruby 3.4 ↵Go MAEDA2025-04-121-3/+3
| | | | | | (#41976). git-svn-id: https://svn.redmine.org/redmine/trunk@23648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/BarePercentLiterals (#41884).Go MAEDA2025-04-122-7/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#42573).Go MAEDA2025-04-121-2/+2
| | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in MemberTest#test_update_roles_with_inherited_roles ↵Go MAEDA2025-04-121-2/+2
| | | | | | due to non-deterministic ordering (#42572). git-svn-id: https://svn.redmine.org/redmine/trunk@23641 e93f8b46-1217-0410-a6f0-8f06a7374b81