Project

General

Profile

Search

Results (12109)

Defect #36967 (New): issue#create difference error patterns between project_id inside and outside with none member condition
issue#create accepts both project_id inside and ou ... nt-Type: application/json" \ -d '{"issue":{"project_id":5,"subject":"None member issue","tracker_id":1}}' \ 'http://localhost:3000/issues.json?key=(key)' </pre> The project_id out ... ication/json" \ -d '{"project_id":5,"issue":{"subject":"None member issue","tracker_id":1}}' \ 'http://localhost:3000/issues.json?key=(key)' </pre> If the project_id ... 2 returns 403 error. Which error is correct? 2022-04-16 09:51
Defect #36958 (Closed): Crafted input breaks CommonMark Markdown formatter
If you create an issue or a Wiki page contains specific data, the C ... tting to "CommonMark Markdown" 2. Create an issue that contains a string @http://example.com/foo#bar#@ 3. Access the newly created issue. You will see "Internal Error" <pre> Act ... v class="wiki"> 91: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 92: </div> 93: </ ... n_helper.rb:868:in `textilizable' app/views/issues/show.html.erb:91 app/controllers/issues_controller.rb:118:in `block (2 levels) in show' app/controllers/issues_controller.rb:110:in `show' lib/redmine/sudo_mode.rb:61:in `sudo_mode' </pre> 2022-04-14 12:05
Defect #36940 (Closed): Chained custom field filter doesn't work for User fields
A chained custom field filter doesn't work fo ... ) and check _Used as a filter_ # Create an *issue* custom field *B* with format *User* and che ... n account to an arbitrary value # Create an issue and select *<<me>>* for the custom field *B* # Filter the issue list by the filter *B's A* and use the value ... _My account_ page Expected result: * The issue is found Actual result: * The issue is not found The reason is that the SQL that filters the issues contains a @WHERE customized_type='User'@. ... ='Principal'@. Here is a patch to fix the issue: <pre> --- a/app/models/query.rb +++ b/ap ... e_name}" + </pre> Best regards, Thomas 2022-04-12 18:43
Feature #36933 (Needs feedback): Halt Redmine ... admin/info when there are pending migrations
Starting with Redmine version#155 admin/info ... ng! end </code></pre> What do you think? 2022-04-11 09:11
Defect #36932 (Closed): Handle nil return of ... etting.ui_theme) in Redmine::Info.environment
The code introduced in r21308 for #32116 can ... </code></pre> This change also fixes the issue that the @theme_js@ variable is defined cond ... used", which I feel is bad practice. This issue affects version#155 and current source:/trunk@21529. 2022-04-11 08:04
Feature #36931 (New): Option to search active projects only
If you usually close old projects that are on ... ally viewed, it may be annoying that so many issues from closed projects are shown in a search ... search for active projects only, like "Open issues only" option implemented by #10734. 2022-04-11 04:05
Defect #36911 (Closed): Clipboard copy is broken after upgrade to 4.2.5 or 5.0.0 from 4.2.3
#### Problem description: After the upgrad ... d-202203271559-wc8kd.png). Hence if the page/issue has more than one image, they will all appea ... ll copies of images are attached to the page/issue as seen at the bottom of the page under >Files (2) section. #### To replicate the issue: 1. Start with a working v.4.2.3 instance ... - open an existing wiki page or an existing issue - paste 2 different images saved in the cli ... ![](image.png) ![](image.png) 2022-04-09 04:37
Defect #36909 (Closed): Mentions not working if status is changed
In Redmine 5.0 the new Mentions feature is no ... for_mention?object_id=XXXXX\u00XXobject_type=issue\u00XXproject_id=helpdesk\u00XXq="}'); rm.Aut ... ing and the obove error is shown in dev tools 2022-04-08 13:19
Patch #36905 (Closed): German translation update for 5.0-stable
Attached you may find latest updates to Germa ... German users have better proposals for that. 2022-04-07 17:18
Defect #36901 (Closed): Jump to project is misaligned in Safari 15.4 and later
Jump to project dropdown item is misaligned f ... hot. Tested on Safari 15.4 (17613.1.17.1.13). 2022-04-06 14:12
Defect #36897 (Closed): The minutes part of a ... displayed as 60 instead of being carried over
Date is formatted wrong at "<PROJECT> – Time ... ple). See screenshot. This patch fixes it. 2022-04-05 16:04
Defect #36896 (Closed): Errors on render details via IssuesHelper.details_to_strings
I have two errors on manual render details via IssuesHelper.details_to_strings First on render attachments changes in issue: 2: from /usr/src/redmine/app/helpers/issues_helper.rb:494:in `block in details_to_strings' 1: from /usr/src/redmine/app/helpers/issues_helper.rb:602:in `show_detail' /usr/src/re ... ges: 1: from /usr/src/redmine/app/helpers/issues_helper.rb:494:in `block in details_to_strings' /usr/src/redmine/app/helpers/issues_helper.rb:620:in `show_detail': undefined m ... al_url not found in redmine github repo 2022-04-05 12:24
Defect #36887 (Closed): copyImageFromClipboard function failed to generate a unique file name
Hello, The function *copyImageFromClipboar ... r? Thank you very much for your support. 2022-04-04 09:25
Defect #36863 (Closed): Missing v4.2.5 section in Changelog
Changelog in the trunk and 5.0-stable branches don't have v4.2.5 section. So, issues for Redmine version:4.2.5 are not included ... ame day as v4.1.0), v3.3.4, v2.6.2 and so on. 2022-03-31 04:00
Defect #36849 (Closed): Description field is automatically cleared on iOS devices
The “Description” field is automatically clea ... as a web application in it. # Create a new issue with a sample subject and description. # Edit the issue with regard to its subject (*don't touch* th ... e the change, the description disappears. :-( 2022-03-28 09:37
Feature #36848 (New): API allow display "watchers" when listing several issues
Hello The Redmine API allow listing "watchers" when returning an issue("/issues/{id}.json?include[]=watchers"), but not when listing several issues("/issues.json?include[]=watchers"). We propose this ... /redmine/pull/136). Thank you for your help. 2022-03-28 09:14
Patch #36827 (Closed): User Department Required in CSV export
While exporting CSV from issues, and select ALL fields to export, the user' ... , but cant map department to user department. 2022-03-23 07:04
Patch #36824 (Closed): Allow to filter issues by its version status with shared versions
Right now, when filtering issues by the status if its assigned version, the ... ersions is restricted to the projects of the issue query (i.e. the current project plus potentially selected su bprojects). The fixed version of an issue within the project sceope however can be sha ... ated projects which are not in the scope for issues for the query (e.g. from any project with t ... he search for eligible versions to also show issues with a version from different projects. 2022-03-22 12:16
Feature #36823 (Closed): Allow to import time entries for issues in different projects
As it is now, the time entry import only allo ... es can only be imported for already existing issues (which in turn already belong to a project) ... or time entries that are not attached to any issue. The attached patch that was extracted fr ... ne-hosting allows to import time entries for issues across different projects. This is achieved ... ser-selected project for those rows where an issue id is present, letting the existing logic in ... ct id. This is somewhat related to #25808. 2022-03-22 12:06
Patch #36817 (Closed): copyImageFromClipboard ... the page and may conflict with other plugins
Hello, The function copyImageFromClipboard ... t as shown in image3 We managed to fix this issue, by replace the line `var inputEl = $('inp ... :file.filedrop');` Thank you for your help 2022-03-21 16:25
Patch #36815 (Closed): Traditional Chinese translation (to r21486)
* New tags added ** label_auto_watch_on, label_auto_watch_on_issue_contributed_to 2022-03-21 10:49
Defect #36814 (Closed): Can't login in after upgrading to rev. 21486
Hello, I previously enabled 2fa with Googl ... 2fa without logging into Redmine? thanks. 2022-03-21 10:11
Defect #36794 (New): Issue copying ignores workflow rules
@Issue.copy@ ignores rules defined by workflow for status @New@ (new issue form). A simple example. Let's say we have an issue: Project: eCookBook Tracker: Bug Status ... with given role presses the Copy button. New issue form is shown, as expected by workflow there ... or status @New@ 4. Log as @jsmith@ and copy issue#1 5. There is no @Float field@ on form 6. Save the issue and see that @Float field@ was copied 2022-03-17 16:45
Defect #36772 (Needs feedback): Private notes are visible for users when the option isn't activated
Hi, We have created users where the option ... an see the private notes... Can't find an issue regarding this problem, so I've created this one :) This are the issue tracking settings: !settings.png! The role setting regarding issues is: role[issues_visibility] : default (all non private issues) This is the used configuration: <pre> ... em Redmine plugins: issue_recurring 1.6 </pre> I ho ... e questions, let me know :) Thanks so far! 2022-03-16 14:26
Defect #36766 (Closed): Database migration from Redmine 0.8.7 or earlier fails
After import mysqldump from the old environme ... log MySQL Community Edition (GPL) </pre> 2022-03-15 17:31
(651-675/12109)