Search
Results (31865)
- Open discussion: RE: Issues Atom feeds - change fields/columns
- Hello, Unfortunately, it's not possible to ... ize the fields displayed in an Atom feed for issues. Atom feeds typically display a predefined ... splay the specific data you're interested in.
- Defect #41401 (Closed): Hours column in "Details" tab of Spent time is not right-aligned
- The "Hours" column in the "Details" table of ... rs" column is properly right-aligned. The issue arises from a conflict with existing CSS rul ... o the right. The attached patch fixes the issue. !{width: 793px; border: 1px solid grey;}.clipboard-202410021056-umc69.png!
- Development: RE: Restriction on ticket deletion
- Administrators have all permission in a Redmi ... llows you to remove the permission to delete issues. It is generally a good idea to not use an ... er account for daily use of a Redmine system.
- Hello, Regarding the Atom feed for Issues, I'd like to change the fields displayed by ... e time spent, for example. Is this possible?
- Wiki: How_to_use_encrypted_database_credentials
- {{TOC}} h1. Securing Sensitive Credentials ... Redmine @Gemfile@ patch below that resolves issues when parsing the @database.yml@ file using ... r']}.uniq if adapters.any? </code></pre>
- Patch #41331 (New): Gemfile patch: fix for ha ... rity related) ERB expressions in database.yml
- Redmine installations that use ERB expression ... ) in their @database.yml@ file may encounter issues during parsing. To address this, we've ap ... .uniq if adapters.any? </code></pre>
- Feature #41321 (Closed): Improve readability by refining font sizes and switching to Noto Sans font
- This patch improves the readability of Redmin ... or readability. This patch addresses this issue by slightly increasing the font size, making ... t@2x.png | attachment:overview-new@2x.png * Issue page: attachment:issue-current@2x.png | attachment:issue-new@2x.png * Settings page: attachment:sett ... ettings-new@2x.png !overview-new@2x.png!
- Plugins: RE: rmplus plugins
- you can use plugin hot_buttons https://github.com/apsmir/issue_hot_buttons
- Redmine extend
- Plugin add permission "edit assigned issue"
- Defect #41320 (Closed): Child Tickets / Cross project-child issue
- In configuration of redmine I have chosen in the list box "Allow cross-project child issues" the feature "With all projects". Now I ... ject" in list box "Allow cross-project child issues" doesn't make sense and is obsolete. Thanks and Best Regards Stefan
- Open discussion: RE: Issue with Uploading File via Make.com(Integromat) - Redmine API
- Have you tested the upload using Postman or cURL yet?
- Feature #41318 (New): Rest API "Custom Fields" needs administration privileges?
- We are using Testrail for test management and ... ks as expected. Unfortunately there is an issue with Custom Fields. Redmine expects that the ... Testrail without having to edit the Redmine issue after it has been pushed from Redmine. At th ... . Please have a look into this. Thank you.
- Patch #41313 (Closed): Fix test/unit/issue_test.rb to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong"
- I am working on updating the Debian package o ... of that work, I noticed that <code>test/unit/issue_test.rb</code> produces the following failure: <pre><code class="ruby"> Failure: IssueTest#test_issue_overdue_should_respect_user_timezone [/<<PKGBUILDDIR>>/test/unit/issue_test.rb:3410]: Expected false to be truthy. rails test test/unit/issue_test.rb:3388 </code></pre> The root of t ... y using <code>Asia/Hong_Kong</code> directly.
- Feature #41298 (Closed): Refine UI with updated box styling and border colors
- The attached patch improves the user interfac ... @2x.png -> attachment:overview-new@2x.png * Issues: attachment:issues-list-current@2x.png -> attachment:issues-list-new@2x.png * Single issue: attachment:issue-current@2x.png -> attachment:issue-new@2x.png * Spent time: attachment:spent-t ... .png -> attachment:spent-time-list-new@2x.png
- Hi! Currently Redmine has an ability to restrict editing fileds of issues (feature implemented #3521) but it does not ... editing without a way to allow editing by an issue's creator. Is there any way of doing it or there is a plugin that extends current functionality?
- Feature #41294 (Closed): Partial quoting feature for Issues and Forums
- h3. Background/Purpose Currently, Redmine allows quoting entire messages in issues and forums. However, it is inconvenient whe ... wn links. For example, @#12@ becomes @[#12](/issues/12)@ !screenshot1-1.png! !screenshot1 ... !screenshot3-1.png! !screenshot3-2.png!
- Defect #41283 (Closed): Cannot attach file with certain names
- We have found that some documents cannot be a ... s time clock.doc error clock time.doc works
- Defect #41282 (New): Request to csv url should be an @api_request@
- We have an access filter plugin implemented i ... ow I do a call to the url @/projects/myproct/issues.csv@ which directly returns a CSV file via ... d @.csv@ should be considered as api calls.
- Open discussion: RE: Romanian community
- Si cateva mici sfaturi si cu asta iti doresc ... i 10-20 de proiectele mici, te vei pierde in issues si alte lucruri (ceea ce se va dovedi inuti ... e foarte puternic asa cum e. Mult succes!
- Wiki: RedmineWikis
- h1. Wikis {{>toc}} h2. Creating a new w ... stomFields > ** RedmineInstall > ** RedmineIssueList > ** RedmineIssues * On each child page a breadcrumb is displ ... e of last modification p=. TODO, add image
- Feature #41272 (Closed): Improve tooltip positioning for thumbnails
- Currently the tooltip of thumbnails belongs t ... thumbnail image. This leads to the usability issue of an unclickable area where the tooltip was ... tooltip placement above the thumbnail image.
- Open discussion: RE: Is it possible to update notes via API?
- Hello, It looks like you’re interested in editing existing notes through the issue API, but it seems that the current documenta ... ssistance, feel free to ask! Best regards,
- Defect #41263 (Closed): Gantt progress line misrendering for 0% progress issues/versions with future start dates beyond chart range
- This patch (for trunk r23061) improves the pr ... art by considering the progress rate when an issue and its target version are ahead of schedule ... pplying the patch|!{width:600px}after.png!|
- Help: RE: bundle exec rake db:migrate RAILS_E ... ingify_keys' for nil:NilClass (NoMethodError)
- Okay, the cause of the error is Rails which r ... on_isolation` for MySQL to avoid concurrency issues is # # `READ-COMMITTED`. # # In c ... isolation: "READ-COMMITTED" </code></pre>
- Help: RE: bundle exec rake db:migrate RAILS_E ... ingify_keys' for nil:NilClass (NoMethodError)
- Also, poking a bit more: <pre> /usr/local/w ... attributes || {}).stringify_keys app/models/issue.rb: attrs.stringify_keys! lib/plugins/ac ... n.rb: settings.stringify_keys! </pre>