Search
Results (12401)
- Defect #41749 (Closed): Warning during startu ... iguous specs during Gem::Specification.reset"
- This patch resolves a warning that appears wh ... rified that sqlite3 and postgresql work fine.
- Feature #41748 (Closed): Optimize font loadin ... ble fonts with specific weights for Noto Sans
- The attached patch aims to improve font loadi ... d bold, the variable fonts are not necessary.
- Defect #41744 (Closed): flickering of the top menu on page refresh
- I am trying the new version and experiencing ... who knows why it happens and how to fix it?
- Feature #41738 (Closed): Allow IMAP4 email re ... tificate verification with `ssl=force` option
- I get > OpenSSL::SSL::SSLError: SSL_connect ... rtificate verify failed (unable to get local issuer certificate) (OpenSSL::SSL::SSLError) Th ... NONE }) Perhabs it will fix #38253, too.
- Defect #41737 (Closed): Deprecation warning f ... ng: "Call Net::IMAP.new with keyword options"
- I use imap_receive and get: /opt/redmine-6.0 ... ED: Call Net::IMAP.new with keyword options
- Defect #41734 (Closed): wrong url for assets in public/assets
- The root url is https://domain/redmine I g ... \"/assets/ public/assets | wc -l 205 </pre>
- Defect #41730 (Closed): Do not send duplicate notifications on issues which you watching
- version: installed 3.4.6.stable also install ... When you was mentioned '@' in comments of an issue then two notification come to the email inbox: 1. You were mentioned in.... 2. Issue #XXX has been updated... Actually one of ... ach to suppress one of these notifications?
- Defect #41729 (Closed): Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- redmine@redmine:~/redmine-6.0$ bundle install ... ]` to see where a bundled gem is installed.
- Defect #41715 (Closed): Allow Custom SVG Icons for Plugin-Added Admin Menu Items
- Currently, plugins can add new items to the A ... ns for these items is not possible. In this issue, I suggest enabling plugins to use custom SV ... t and clear. A patch is included with this issue !{width:240px}clipboard-202411082016-luwzf.png!
- Defect #41714 (Closed): Replace search and magnifier icons with SVG icon
- There's also the checkmark showing the curren ... a deal. !clipboard-202411081112-ztkcf.png!
- Defect #41712 (Closed): Fix Path for Plugin Assets Added by Rake Task
- The Rake task added in "Feature #23980 Replac ... th Tabler SVG icons":https://www.redmine.org/issues/23980 helps add SVG icons to plugins. Howe ... th, sprite_path) end </code></pre>
- Patch #41710 (Closed): Checkmarks in tables still have the old icon style
- The checkmarks in some settings tables e.g. t ... the old style. The attached patch fixes the issue. !clipboard-202411071517-djwam.png!
- Defect #41691 (New): User with Developer role not able to mention others in Notes section of Issues
- Users with developer role not able to mention ... also. !clipboard-202411061148-ggqr9.png!
- Feature #41686 (Closed): Setting the priority field values by project
- Hello, I'm workng with a TMA that manages ... ment? !clipboard-202411041753-7izsw.png!
- Defect #41681 (Closed): Wrong person is registered with issues.
- Hello, I'm a user using RedMine. Very occasionally, account A uploads issue comment, but I get a bug where the comment i ... with the account... What's the problem?
- Defect #41680 (New): RTL direction
- We suffer from using the RTL language when us ... that use RTL that need modification div.issue .attributes .attribute {padding-right:180px; clear:right; min-height: 1.8em;} div.issue .attributes .attribute .label {width: 170px; ... low: clip visible;text-overflow: ellipsis;}
- Defect #41679 (New): Enable "Related Issue" Field in Bulk Edit
- Add support for the *Related Issue* field in the *Bulk Edit* functionality to allow for mass assignment of related issues Context: * In some situations, we need to relate one issue to multiple others * Currently, this requires manually editing each issue one-by-one to add the related issue, which is inefficient for large numbers of issues * _Example:_ If I need to relate issue #123 to issues #100, #101, #102, and #103, I must open each issue individually and add #123 as a related issue four separate times * Recently, I encountered a situation requiring me to relate one issue to *55 others*, which took considerable time ... please add the ability to edit the *Related Issue* field when using *Bulk Edit* This would allow us to add or update related ...
- Patch #41678 (Closed): Fix lost backward comp ... out return type of ProjectQuery#results_scope
- r22811 changed return type of @ProjectQuery#r ... eEntryQuery#results_scope@ ditto. Related issue: #23954
- Feature #41676 (Closed): No updated changed date for folders when files are being updated
- I am using Redmine Version 3.3.3, but the des ... to always open the latest updated folder.
- Defect #41675 (New): The default value of a custom field list is not used
- Hello, I created a custom fields for issues in Redmine 5.1.3. The type is List and it ... and the result obtained Thanks for your help
- Patch #41623 (Closed): Fix tests that randomly failed due to required fixtures not being loaded
- This patch fixes tests that randomly failed d ... ActiveRecord::RecordNotFound: Couldn't find Issue with 'id'=1 test/unit/lib/redmine/f ... k.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update, 256: {:changeset => self, :issue => issue, :action => action}) 257: 258: if issue.changes.any? 259: unless issue.save => 260: binding.irb 261: logger.warn("Issue ##{issue.id} could not be saved by changeset #{id}: #{issue.errors.full_messages}") if logger 262: end 263: else 264: issue.clear_journal 265: end irb(#<Changeset:0x000073145f1036a0>):001> issue...
- Defect #41602 (Closed): The Attachment field allows you to add unsupported file formats
- Steps: 1)Click on "Register" 2)Add an unsup ... ter The actual result: You have registered
- Defect #41601 (Closed): The "Repeat password" field accepts a different password
- Steps: 1)Click on the "Register" button 2)I ... ister The actual result: You have registered
- Feature #41575 (New): Filter versions by custom field in REST API
- It would be useful if the versions REST API supported filtering by custom field (like the "issues API":https://www.redmine.org/projects/redmine/wiki/Rest_Issues).
- Feature #41573 (New): Support pagination in versions REST API
- Unlike other collection API endpoints like projects and issues, the versions endpoint does not currently s ... _API#Collection-resources-and-pagination.