summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-03-241-7/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-2412-28/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22147 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Commonmarker instead of Redcarpet by default when rendering Markdown ↵Go MAEDA2023-03-232-3/+17
| | | | | | | | | attachments (#36807, #38372). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.7.3 (#38374).Go MAEDA2023-03-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22144 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a failing test due to r22142 (#38360).Go MAEDA2023-03-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not apply table-layout:fixed in potentially wide tables of detailed issue ↵Go MAEDA2023-03-221-1/+1
| | | | | | | | | reports (#38360). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* WebP images support in PDF output (#38368).Go MAEDA2023-03-222-2/+2
| | | | | | | Patch by Jun NAITOH. git-svn-id: https://svn.redmine.org/redmine/trunk@22141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render numeric axis in charts as integers (#38359).Go MAEDA2023-03-222-1/+7
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22139 e93f8b46-1217-0410-a6f0-8f06a7374b81
* French translation update.Jean-Philippe Lang2023-03-201-2/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22138 e93f8b46-1217-0410-a6f0-8f06a7374b81
* French translation update.Jean-Philippe Lang2023-03-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* French translation update.Jean-Philippe Lang2023-03-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish translation update (#38328).Go MAEDA2023-03-131-12/+10
| | | | | | | Patch by Robert Korulczyk. git-svn-id: https://svn.redmine.org/redmine/trunk@22135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#38332).Go MAEDA2023-03-061-1/+1
| | | | | | | Patch by ChunChang (Nagaharu) Lo. git-svn-id: https://svn.redmine.org/redmine/trunk@22134 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 5.0.5 releaseGo MAEDA2023-03-052-1/+67
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Directly call URI.open instead of calling it via Kernel#open to fix ↵Go MAEDA2023-03-051-3/+3
| | | | | | deprecation warning. git-svn-id: https://svn.redmine.org/redmine/trunk@22128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#38327).Go MAEDA2023-03-051-8/+6
| | | | | | | Patch by Ivan Cenov. git-svn-id: https://svn.redmine.org/redmine/trunk@22127 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load RuboCop by default (#36919).Go MAEDA2023-03-031-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.47 (#36919).Go MAEDA2023-03-032-11/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check if the user has the permission to add notes or edit an issue when ↵Go MAEDA2023-03-024-3/+90
| | | | | | | | | adding an issue attachments (#38297). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Exporting UserQuery does not use the query name as file name (#37674, #38182).Go MAEDA2023-03-012-1/+14
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show parent issues in notification email (#34302).Go MAEDA2023-03-013-2/+5
| | | | | | | Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@22120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Try importing journal replies as issue reply where applicable (#38263).Go MAEDA2023-02-272-6/+20
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22119 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#38306).Go MAEDA2023-02-271-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22118 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#38238).Go MAEDA2023-02-2748-0/+48
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22117 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-264-4/+34
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-265-2/+50
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.46 (#36919).Go MAEDA2023-02-242-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time Entry Import fails to import custom fields with "User" format (#38254).Go MAEDA2023-02-162-0/+35
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 4.1 (#37236).Go MAEDA2023-02-153-2/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.45 (#36919).Go MAEDA2023-02-152-11/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-02-141-3/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/YodaCondition (#36919).Go MAEDA2023-02-141-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantHeredocDelimiterQuotes (#36919).Go MAEDA2023-02-141-0/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RBPDF to 1.21 (#38272).Go MAEDA2023-02-131-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22102 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor code to use YAML.load_file instead of explicitly opening the file ↵Go MAEDA2023-02-131-4/+2
| | | | | | (#38250). git-svn-id: https://svn.redmine.org/redmine/trunk@22101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove "Unknown user" notification on password request with non-existent ↵Go MAEDA2023-02-0751-50/+4
| | | | | | | | | email address (#6254). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix config/settings.yml not closed in Setting.load_available_settings (#38250).Go MAEDA2023-02-061-2/+4
| | | | | | | Patch by Thomas Löber. git-svn-id: https://svn.redmine.org/redmine/trunk@22099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Performance to 1.16 (#37247).Go MAEDA2023-02-061-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22098 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2023-02-061-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22097 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing project_id in redirect after clicking "Create and add another" ↵Go MAEDA2023-02-052-1/+2
| | | | | | | | | button (#35066). Patch by Jérôme BATAILLE. git-svn-id: https://svn.redmine.org/redmine/trunk@22096 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove X-UA-Compatible meta tag for Internet Explorer (#38228).Go MAEDA2023-02-051-1/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Mail gem to 2.8 (#37993).Go MAEDA2023-02-052-7/+2
| | | | | | | Patch by Pavel Rosický. git-svn-id: https://svn.redmine.org/redmine/trunk@22094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure with Commonmarker 0.23.8 (#38239).Go MAEDA2023-02-052-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable annotate_rendered_view_with_filenames in development mode (#38216).Go MAEDA2023-02-021-1/+1
| | | | | | | Contributed by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix deprecation warning for db:structure:dump in db:migrate when using sql ↵Go MAEDA2023-02-011-6/+1
| | | | | | | | | schema format (#38199). Contributed by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@22086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Property changes" tab does not appear when all issue journals have both ↵Go MAEDA2023-02-012-12/+5
| | | | | | | | | notes and property changes (#38217). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update CommonMarker extension options linkGo MAEDA2023-01-311-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Nested CommonMark Markdown task lists are not indented (#38215).Go MAEDA2023-01-311-1/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Redcarpet to 3.6 (#38220).Go MAEDA2023-01-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Example plugin (extra/sample_plugin) breaks Activity page (#38114).Go MAEDA2023-01-271-1/+1
| | | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22079 e93f8b46-1217-0410-a6f0-8f06a7374b81