Project

General

Profile

Search

Results (12430)

Defect #37394 (Closed): commonmarker gem is marked optional but required at runtime
There appears to exist a loading issue, probably connected to the Zeitwerk loader, ... as to be investigated and fixed if necessary. 2022-07-09 17:41
Defect #37390 (Closed): Extraneous whitespace when selecting and copying issue number on Chrome/Windows
On Chrome and Chrome-derived browsers on Windows, when selecting the issue number in the title an extra whitespace at the end of the issue number. Our analysis shows this is due to ... auses a visible space between the 2 elements. 2022-07-07 12:33
Defect #37389 (Closed): Add missing fixture to JournalObserverTest
After #37171 some tests in journal_observer_test may fail if issue_categories fixtures not loaded. Reproduce ... test TEST=test/unit/journal_observer_test.rb@ 2022-07-06 18:14
Defect #37388 (Needs feedback): Not Able to Upload Files Using Google Chrome
Hi all, Refer to my Redmine information be ... Redmine plugins: no plugin installed 2022-07-06 14:46
Defect #37379 (Closed): Thumbnail macro does ... attached and preview is displayed immediately
Steps to reproduce: # Open the wiki edit pag ... nail will be displayed without any problems.) 2022-07-03 15:10
Defect #37369 (Closed): Mention auto-complete not works in bulk-edit comments
When I make a bulk-edit, mention auto-complete not works. Redmine 5.0.2 2022-06-28 16:43
Feature #37366 (New): Redmine Docker - Easy deploy upgrade, administer
Good Day All, I want to find documentation ... Redmine administrator site to make it secure. 2022-06-28 13:34
Feature #37365 (Closed): Allow users to choose textile or markdown formatting
Currently you can only set the the Text forma ... an't manually select what you prefer at user/issue/project base. Additionally upgrading from ... possibility to choose the formatting at user/issue/project base. Without the option a transiti ... tuff could keep textile, new stuff markdown). 2022-06-28 12:09
Defect #37364 (Closed): Complex ticket search causes 500 Internal Server Error
If you execute an complex ticket search like ... filled in the adressline, while executing: /issues?utf8=✓&set_filter=1&sort=updated_on%3Adesc% ... _on&c[]=assigned_to&group_by=assigned_to&t[]= 2022-06-28 12:06
Feature #37362 (Closed): CSV export of issues report
CSV export of the Issues Report would help project managers create d ... 35px; border: 1px solid grey;}.csv-export-of-issues-report.png! 2022-06-28 07:45
Defect #37358 (New): Trackers can be assigned ... that do not have edit option on that tracker
Specific trackers can be assigned to users wi ... e based permissions, cannot be candidate for issue assignment. It simply does not make sense to assign issue to someone that only can view or add notes to issue, but cannot change for example status of the issue. According to pasted image, only tracker ... fic trackers, can also be assigned with that issue. That is wrong if user do not have possibility to edit assigned issue. Maybe it is worth reconsidering adding ... sion to "Be assignee" besides existing "View issues", "Edit Issues" and "Add notes". 2022-06-27 13:29
Patch #37350 (Closed): Do not load attachments in query list with description and last_notes
Currently if you enable description and last notes inline columns in issue list, textilizable loads not required attach ... 62115 AND `attachments`.`container_type` = 'Issue' ORDER BY attachments.created_on ASC, attachments.id ASC /*application:RedmineApp,controller:issues,action:index*/ ↳ app/helpers/application ... 62114 AND `attachments`.`container_type` = 'Issue' ORDER BY attachments.created_on ASC, attachments.id ASC /*application:RedmineApp,controller:issues,action:index*/ ↳ app/helpers/application ... 62113 AND `attachments`.`container_type` = 'Issue' ORDER BY attachments.created_on ASC, attachm </pre> The attachment patch solves this problem. 2022-06-26 11:48
Defect #37349 (Closed): Chained custom field ... rver error when filtering after a float value
This was discovered during the investigations ... t and check _Used as a filter_ # Create an *issue* custom field *B* with format *User* and che ... account to an arbitrary value # Filter the issue list by the filter *B's A* and use the value ... d explicit type casts. </code></pre> 2022-06-25 21:42
Defect #37282 (Closed): Subtask isn't displayed correctly since 4.2.7
I can't reproduce a screenshot with 4.2.6 but ... t / not good since 4.2.7 : !subtask_bug.png! 2022-06-24 14:30
Feature #37281 (New): Allows an option to tem ... e email notification per user and/or per role
It is very useful to have an option that allo ... equently vary the position / priority of the issues of the ToDo lists of their collaborators. I ... truding a not small number of useless emails. 2022-06-24 06:43
Defect #37276 (Closed): When creating a new version - get "Status is not included in the list"
When I try to create a new version in the pro ... the database, but I've no idea where to look. 2022-06-23 14:51
Defect #37273 (Closed): Problems with project overview
In one of my installations I have the followi ... redmine_wysiwyg_editor 0.26.0 </pre> 2022-06-22 10:30
Defect #37271 (Closed): 4.1.7 and 4.2.5 versions are missing due dates
Like stated in the subject, these two version ... 28, news#135) as their due dates to fix this issue. Thanks in advance. 2022-06-22 00:30
Defect #37268 (Closed): Performance problem with Redmine 4.2.7 and 5.0.2
With r21646 especially this change: https://w ... sitory/revisions/21646/diff/trunk/app/models/issue_custom_field.rb <pre><code class="ruby"> ... ondition}) AND (#{project_condition}) AND (#{Issue.visible_condition(user)}))" </code></pre> we got massive performance problems on issue list. Some information to the system environment: * Redmine 5.0.2 (for this issue I selected 5.0.1, because there is no 5.0.2 to select) * Ruby 3.0.2 * PostgreSQL 14 * 150.000 issues * 500 projects * 40 custom fields for issues 2022-06-21 20:40
Defect #37257 (New): Conflict when update sub-project of
I want to update the sub-project of my projec ... ctError (Attempted to update a stale object: Issue.): app/models/issue.rb:227:in `create_or_update' app/models/issue.rb:1880:in `block in update_versions' app/models/issue.rb:1874:in `update_versions' app/models/issue.rb:1467:in `update_versions_from_hierarchy_c ... mine/sudo_mode.rb:61:in `sudo_mode' Thanks 2022-06-16 16:30
Defect #37251 (Closed): openssl_verify_mode not honored/not working anymore
Hello, After the upgrade of Redmine to 5.0 ... redmineup.com/pages/help/helpdesk/how-to-fix-issues-with-ssl-certificate (Error 1) solved the problem for me. 2022-06-15 23:03
Defect #37249 (Closed): Missing rexml gem cau ... UT - Adding the gem manually everything works
Here the part of the log <pre> App 19843 ... -257a-49a9-bf49-2d9cd67a9566] Started POST "/issues.xml?key=hidden" for hidden at 2022-06-14 14 ... /zeitwerk/kernel.rb:35:in `require' </pre> 2022-06-14 17:17
Defect #37229 (Closed): Ignore workflow transitions that already defined and now is not appliable
Suppose some workflow transitions defined for one role. Then if permissions of @add_issues@ and @edit_issues@ removed for that role, Admin can see their ... ses as allowed new statuses, when editing an issue. There is no way to remove that transitions ... edit page, only roles that can add and edit issues are listed. 2022-06-09 13:43
Defect #37224 (New): Add watchers to issue
I've upgraded my Redmine 3.4.2 to 5.0 and aft ... behaviour about adding watchers to existing issues (different from 3.4.2). I've tested it on c ... ult *Manager* role. Manager role can see all issues except private issue (Issues visibility: *All non private issues*) * *User 2 is member of Group1* and has *CreatedOrAssigned* role. This role's Issues visibilitiy is set to *Issues created by or assigned to the user*. * *On ... Time* role. This role can't do anything with issues. When i create a new issue in my test project, I can set all of them as ... But, when I want to add watcher to existing issue (no attached watchers on it), I can only set ... problem. I could add all users to existing issues as watchers. I think this is the right b ... r a group on wathchers list (new or existing ... 2022-06-08 23:17
Defect #37192 (New): Missing datepicker-en-US.js
when /projects URL is accessed, and english b ... -US.js"): </pre> I have resolved the issue by copying existing GB file to /public/javas ... es if any, then submit here for bugfix... 2022-06-02 07:31
(901-925/12430)