summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Group text filters in the filter select list (#38402).Go MAEDA2023-04-052-0/+12
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-055-0/+62
| | | | | | | Patch by Go MAEDA and Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.49 (#36919).Go MAEDA2023-04-052-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-04-051-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit the year to 4 digits in date input (#38231).Go MAEDA2023-03-302-0/+23
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Receive e-mail replies to news and news comments (#38274).Go MAEDA2023-03-264-1/+100
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add LockedTopic exception to MailHandler (#38273).Go MAEDA2023-03-261-1/+2
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22159 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add MissingContainer exception to MailHandler (#38273).Go MAEDA2023-03-262-9/+10
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22158 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-252-1/+10
| | | | | | | Patch by Tomoko Shimizu, Ko Nagase, and Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Cannot delete enumeration" error may occur when attempting to delete a ↵Go MAEDA2023-03-252-2/+3
| | | | | | | | | project with time entries (#38286). Patch by Holger Just and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.18 (#37248).Go MAEDA2023-03-253-5/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of ↵Go MAEDA2023-03-258-16/+16
| | | | | | inverting `valid?` (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of ↵Go MAEDA2023-03-2516-20/+20
| | | | | | inverting `blank?` (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove redundant "Enabled: true" in .rubocop.yml (#36919).Go MAEDA2023-03-241-26/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/Presence in ↵Go MAEDA2023-03-241-2/+2
| | | | | | lib/redmine/scm/adapters/abstract_adapter.rb (#36919). git-svn-id: https://svn.redmine.org/redmine/trunk@22150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.48 (#36919).Go MAEDA2023-03-243-13/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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