Search
Results (12477)
- Feature #32312 (New): Disable auto selecting in top right Project filter
- Add configuration point to be able to disable autoswitching project while viewing issue
- Feature #32311 (New): Filter Issues by multiple issue_id doesn't support space character or semicolon/dash as the separator
- Issues -> Filter -> Issue statement "is", input the filter value as m ... only supports comma "," as the separator of issue ids. It doesn't support other common separa ... multiple lines combined with also semicolon.
- Defect #32305 (New): Use of notextile tag disables Redmine revision links
- As observed [yet] only on redmine.org (see #2 ... and #29482#note-91), comments (in this case issue notes) having the following structure does n ... hould be triaged on current Redmine versions.
- Patch #32303 (Closed): Japanese translation update (r18784)
- Translated strings added by #29482. <pre>< ... th: 前方一致 label_ends_with: 後方一致 label_issue_fixed_version_updated: 対象バージョンの更新 - settin ... label_display_type_board: ボード </code></pre>
- Defect #32299 (New): Cannot add some filters in Gantt if Issue tracking module is disabled for the project
- You cannot use the following filters in Gantt if Issue tracking module is disabled for the project. But other issue related filters such as Tracker, Priority, S ... arted GET "/queries/filter?project_id=1&type=IssueQuery&name=author_id" for 127.0.0.1 at 2019-1 ... Parameters: {"project_id"=>"1", "type"=>"IssueQuery", "name"=>"author_id"} . . . Rend ... (Views: 6.4ms | ActiveRecord: 2.4ms) </pre>
- Patch #32296 (Closed): Ignore rubocop offense
- I found a rubocop offense is remaining. <p ... ch to ignore it like other migration files.
- Patch #32294 (Closed): Update ruby-openid to 2.9.2
- We have to update ruby-openid to the latest v ... 11027 https://github.com/openid/ruby-openid/issues/122 I have confirmed with ruby-openid 2. ... ith Redmine 3.4-stable, 4.0-stable, and trunk
- Defect #32293 (Closed): Redmine does not start if optional openid gems are not installed
- At source:tags/4.0.4/Gemfile#L28, openid gems ... s.rb:4:in `<top (required)>' . . . </pre>
- Feature #32288 (Closed): migration of project with roles etc.
- Hi Guys, i´m building up a bigger project ... tc., after i´m done to the prod-system.
- Feature #32287 (Closed): How to change the mail notification template?
- Hi, team, I am using Bitnami Redmine 4.0.0 ... 've only enabled the email notification for 'Issue added' and 'Issue updated'. When the email notification was t ... htdocs/app/views/mailer) of Redmine, I think issue_add.text.erb and issue_edit.text.erb should be the two configuratio ... e help to check this. Thanks in advance.
- Feature #32278 (New): Display Global Roadmap without any tracker
- The idea : - Display Roadmap page without ... rakcers (with ordering) and save result like Issues page... Thank you for your great work. best regards
- Feature #32248 (Closed): Change the default v ... displayed on project activity" setting to 10
- Activity shows 30 days of project activities ... +++ b/config/settings.yml @@ -75,7 +75,7 @@ issues_export_limit: default: 500 activity_d ... 00' search_results_per_page: </code></pre>
- Defect #32246 (New): [Redmine API] functionality to export whole wiki
- I'm trying to export my whole wiki via the Re ... up the wiki this way in an automated fashion.
- Feature #32240 (Closed): Add download buttons in Files columns of the issues list
- You can add the "Files" column to the issues list. In the column, names of the attached ... con beside the filename, like attachments on issue pages or wiki pages. Currently, you need to ... nload the file (1. click the filename on the issues list, 2. click the download link on the pre ... 823px; border: 1px solid #ccc;}.after@2x.png!
- Patch #32238 (Closed): Improvement of the German translation
- Hi, I have revised the German translation ... .0-stable@ are attached. Thanks, Thomas
- Defect #32233 (Closed): Portuguese Brazilian language is not being applied
- When the default language is set to pt-BR it should use pt-BR.yml but it is applying pt.yml
- Defect #32223 (Closed): Disable sprockets to ... ManifestNeededError raised by sprockets 4.0.0
- Redmine doesn't start with Sprockets::Railtie ... esheets .css and restart your server </pre>
- Patch #32210 (Closed): Traditional Chinese translation (to r18602)
- * New tags added ** label_issue_fixed_version_updated
- Patch #32202 (Closed): Japanese translation update (r18593)
- <pre><code class="diff"> diff --git a/config ... th: 前方一致 label_ends_with: 後方一致 - label_issue_fixed_version_updated: Target version updated + label_issue_fixed_version_updated: 対象バージョンの更新 </code></pre>
- Defect #32201 (New): Issue auto-assignment to JPL based on Website category
- Is this still desirable/needed?
- Defect #32200 (Closed): Handle bot activity
- See the following messages: * message#5812 ... se accounts need to be locked/deleted also.
- Defect #32198 (Closed): Issues associated revisions not showing due to bad reference to lvar instead of ivar
- Fixes bad references on issue_controller This is the error <pre> NameError in IssuesController#issue_tab undefined local variable or method `changesets' for #<IssuesController:0x0000556756ef61f0> Did you mean ... when 'changesets' #206 @changesets = @issue.changesets.visible.preload(:repository, :use ... verse_order? #208 render :partial => 'issues/tabs/changesets', :locals => {:changesets = ... associated with the action. Override </pre>
- Patch #32196 (Closed): Allow import time entries for other users
- #28234 allows importing time entries only for ... "Import time entries" as we already have for issues. On the long term, I think option 2 it' ... : - it's consistent with the behaviour from issues - we can allow importing time entries on multiple projects once. Any feedback is welcome.
- Defect #32194 (Closed): Calendar page lacks buttons to manage custom queries
- You can apply existing custom queries to Cale ... t", or "Delete" buttons for queries. Like Issues and Gantt, the Calendar page should also ha ... lid #ccc;}.no-edit-and-delete-buttons@2x.png!
- Defect #32191 (New): Duplicate associated revisions when using multiple repositories for a project
- I have a project that has several repositorie ... en a commit is made to Repo A the associated issue displays the associated revision entry twice ... scm binary version: svn 1.8.10 No plugins