Search
Results (12430)
- Feature #35032 (Closed): Get allowed Issue statuses by Issues API
- If you want to edit issues using API, you need to know the issue statuses that you can available.
- Defect #35028 (New): Deprecation message when executing 'bundle install'
- Here is a part of the console output when upg ... a ruby on rails programmer and cannot tell...
- Defect #35027 (Closed): Gantt PNG export ignores imagemagick_convert_command
- Gantt PNG export uses ImageMagick's convert c ... _convert_command is wrong, but it works fine.
- Patch #35024 (Closed): System test fails in Windows due to "/" path separator
- Chrome expects backslashes and it doesn't recognize "/" separators on Windows. fixes <pre>IssuesSystemTest#test_index_as_csv_should_reflect_sort</pre>
- Defect #35017 (Closed): X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group
- When I assign an issue to a group, the X-Redmine-Issue-Assignee: header in the notification mail is empty. As is: <pre> X-Redmine-Issue-Assignee: </pre> Should be: <pre> X-Redmine-Issue-Assignee: Group (A Team) </pre>
- Feature #35014 (Closed): Review and update supported database engines and versions
- Supported database engines and versions were ... |5.5 - 5.7 |>2012 | 3 |
- Defect #35004 (Closed): DEPRECATION WARNING during startup
- <pre> $ bin/rails s => Booting Puma => Rai ... tion, Redmine::Scm::Adapters::CommandFailed, IssueRelation, Redmine::WikiFormatting::Macros, Re ... /to/redmine/config/environment.rb:16) </pre>
- Defect #34999 (Closed): The result of Attachm ... stable if attachments have the same timestamp
- refs #27780 test_latest_attach_should_supp ... _by isn't stable https://bugs.ruby-lang.org/issues/1089 Note that these two attachments have ... e doesn't affect the purpose of the test.
- Defect #34998 (Closed): Cannot open journal dropdown menu after editing note
- After rewriting the journal note, clicking th ... e_javascript(render_journal_actions(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit'))) %>'); </code></pre> Related to #34714.
- Defect #34995 (New): Running redmine in docker getting ssl error, any ideas what might be the issue?
- Im having an issue with SSL. Im getting pretty crazy currently. ... e: https://github.com/docker-library/redmine/issues/64? Currently wanted to setup with cron. ... rtificate verify failed (unable to get local issuer certificate)`** Mentioned error occurers ... as? Very thankfull for tips and help ;) Best
- Feature #34988 (New): Add new notification se ... priority based notification to the user guide
- Defect #34983 (Closed): Roadmap tab is missin ... e only inherited from parent project versions
- It was fine before 4.2.0 so I suppose there w ... only (as it was before 4.2.0). Thank you!
- Defect #34982 (Closed): Cannot change the default version and default assignee under settings
- Cannot change the default version under settings <pre> Project -> Settings -> Issue Tracking -> Default Version </pre> !bug- ... branch, can you verify this bug? Thanks!
- Feature #34981 (New): Allow to change a project identifier
- Currently, it is not possible to change the i ... s project and may break links using the URL")
- Patch #34979 (Closed): French translation update for 4.2-stable
- Hello, Few translations for fr : - Old ... urriel" - Error in translation - New labels
- Feature #34978 (Closed): Add the list of supported browsers to docs and drop support for IE 11
- Beginning August 17, 2021, the remaining Micr ... pports only Microsoft Edge (Chromium version)
- Feature #34974 (New): Change the default valu ... ultipart (HTML) emails" from "Text" to "HTML"
- The attached patch changes the default value ... nd more emails are sent in HTML format now.
- Patch #34969 (Closed): Remove dependency on MimeMagic
- In Redmine, MimeMagic is used to check that f ... he installation process: Due to "a licensing issue":https://github.com/mimemagicrb/mimemagic/issues/97, the MIME database freedesktop.org.xml w ... ow only Redmine itself depends on MimeMagic
- Defect #34965 (New): UnWatch ticket does not work thows 403 Forbidden when clicked
- When trying to UnWatch a ticket that have wat ... m/watchers/watch?object_id=21079&object_type=issue [HTTP/1.1 403 Forbidden 227ms] DELETE ... m/watchers/watch?object_id=21079&object_type=issue Status403 Forbidden VersionHTTP/1.1 Tran ... 1.0.3 sidebar_hide 0.0.8
- Defect #34957 (New): Search issues by custom fields is slow
- We have more than 30k issues, some of them use custom fields. We found ... query looks like this: <pre> Select * from issues, ... AND issues.id IN (SELECT issues.id FROM issues LEFT OUTER JOIN custom_values ... ... e> The code for the subquery is at models/issue_custom_field.rb There seem to be performa ... Mysql2 MySQL Version: 5.6.35 </pre>
- Defect #34949 (Closed): Possibility to set project visable for users group
- I'm closing it for now as a duplicate of #16195
- Feature #34932 (Closed): "Copy link" feature for issues list
- Added the feature to copy issue and journal links by #34703. I think it wou ... he context menu. If you have selected one issue: * Copy to https://redmine-host/issues/:id If you have selected multiple issue: * Copy to https://redmine-host/issues?issue_id=1%2C2&set_filter=1&status_id=%2A (https://redmine-host/issues?issue_id=1,2&set_filter=1&status_id=*) !{width: 5 ... olid #ccc}after-accessing-the-copied-url.png!
- Feature #34924 (Closed): Add Tamil language support
- Tamil India language files
- Defect #34922 (Confirmed): Reload whole time entries form on project change
- Currently parts of the time entries form is r ... ime entries form similar to what is done for issue forms, see source:/trunk/app/views/issues/_form.html.erb@20821#L15 Do you think th ... o Redmine or should this be done another way?
- Defect #34921 (Closed): Do not journalize attachments that are added during a "Copy Issue" operation
- When copying an issue, the user can change arbitrary values before ... t from happening by checking for `copy?` in `Issue#attachment_added`.