Search
Results (12483)
- Patch #28372 (Closed): Czech translation update
- An untranslated text translated A typo fixed Format unification
- Feature #28368 (Closed): regarding watcher added in private project but not getting notification
- Hi Created private project in redmine with role and permission called (viewownissue). when adding watchers , their are not getti ... th ticket link Can anyone help with this
- Feature #28352 (New): Date custom field color
- Hello, Is it possible to change color of date custom field in issue view if date expires? Normal color is blac ... change text color to red. Regards, trumex
- Defect #28343 (New): Error to save custom query
- When i want to save a custom query, the sort_ ... ab2d6c79ffe592a7e685bf7851a687' app/views/issues/index.html.erb:11:in `block in _f2c5feeaee6cbb1d8e600dad9df23bd6' app/views/issues/index.html.erb:10:in `_f2c5feeaee6cbb1d8e600dad9df23bd6' app/controllers/issues_controller.rb:51:in `block (2 levels) in index' app/controllers/issues_controller.rb:46:in `index' lib/redmine/ ... - desc - - - asc - - - asc </pre>
- Defect #28339 (Closed): Some parts are unseen with dark theme.
- I'v just set dark theme for GTK: export GT ... should define all colors and avoid defaults!
- Feature #28338 (Closed): Make Redmine Email Delivery compatible with ActiveJob
- I have started implementing a Resque backend ... ound job backend. I however ran into some issues, where some notification emails would cause ... is not able to process parameters as symbols.
- Defect #28337 (Closed): Problem when creating PDF with too many columns
- The application does not respond if we try to export issues to PDF with too many columns (more than 60). How to reproduce this bug: 1. Create many issue custom fields You can use this command in the console: (1..60).each { |i| CustomField.new(IssueCustomField.last.attributes.merge!({id:nil,name:"test-#{i}", is_for_all: true})).save } 2. Go to /issues page 3. Choose to display every columns an ... d the server and affect website availability.
- Defect #28331 (Closed): h4, h5 and h6 headings on wiki pages should have a paragraph mark
- When you enter "h1, h2, h3" paragraph begins ... 2, h3", a paragraph mark should be displayed.
- Feature #28330 (Closed): Links to wiki headings should highlight the linked heading
- !{width: 70%; border:1px solid #ccc}highlighted_note.png! In the issue, linked notes are visually emphasized. I of ... like the section to be emphasized just like Issue.
- Defect #28327 (New): Use of 'Feedback' term instead of 'Notes' in Edit-event
- Hi, I have been using redmine since last 2 ... . There is a possibility I may be wrong. The issue is debatable. Suggestions are appreciated.
- Defect #28325 (New): Copy of project fails
- We use projects as templates for new projects ... Usually the copy fails without copying any issues. Our project is not extremely big about 5000-6000 issues with relations and attached files. We ca ... g? Thank you for a great product. Regards
- Defect #28322 (New): Commit messages referencing issues should stop at line breaks
- When referencing an issue via commit message, the matching should stop ... ug was identified by Holger Just from Planio.
- Feature #28312 (Closed): Option to automatically add user as watcher to an issue if they edit an issue they're not currently involved with
- We occasionally get users updating issues that they didn't create, nor are they watch ... lly have such a user added as watcher to the issue. Suggest that this be made an option, with it default to "off" for old behaviour.
- Patch #28311 (Closed): Remove unused i18n key "permission_move_issues"
- The i18n string @:permission_move_issues@ is no longer used because @:move_issues@ permission was removed by #18855 (Redmine 3.0.0).
- Feature #28307 (Closed): Not able to create issue using email redmine: 3.2.9
- As per wiki suggested i have configure the email for issue creation. But no issue was created after sending mail. my configura ... er our requirement but not able to configure issue creation sending mail. Please help me with some step to configure:
- Defect #28304 (New): Move tests related to textile syntax to dedicated TextileFormatterTest class
- _Originating from #28119#note-2 and #28207._ While looking at those two issues, the question of 'how many other textile sy ... the dedicated TextileFormatterTest class'.
- Defect #28302 (Closed): Security notification when changing password on password forgotten is empty
- Currently the "User" and "IP address" fields ... r this in the original security notification issue #21421#note-15, but it seems to have been ov ... against master and I will attach it to this issue.
- Feature #28299 (New): Get issue by group
- Hi, For the moment we can only fetch issues assigned to a particular member. It would be great to fetch issues assigned to groups of the user: GET /issues.xml?assigned_to_id=6&include=groups Thanks
- Feature #28298 (New): Get issues by login
- Hi, It would be great to fetch issues by login: GET /issues.xml?assigned_to_login=my.login For the moment we can only fetch by id. Thanks
- Defect #28268 (Closed): Fix typo in test name: s/udpate/update/
- _test_udpate_global_private_query_ should be ... st/functional/queries_controller_test.rb#L493
- Defect #28264 (Closed): Global and public cus ... as editable to non administrators in projects
- If a globally available custom query is creat ... think is the intended behavior. The exact issue is that the icons for edit and delete are in ... e filter section. *Steps to reproduce the issue:* * Login as administrator * Create a gl ... right "Manage public queries" * Enter the "Issues" tab within a project * Select the global ... own in the filter section The global "Issues" tab for all projects shows the expected re ... me that #14239 and #17669 describe the same issue but not in the correct way.
- Defect #28259 (Closed): attachments_fields id to class change not properly reflected in all CSS
- In r15917 the @attachments_fields@ was change ... pagated to the @rtl.css@ and @responsive.css@
- Defect #28258 (Closed): Ticket is invisible o ... target version of another project is selected
- It is invisible, unless the other project is ... with permissions can also be detected sooner.
- Defect #28254 (New): issues in incorrect project
- I came across an issue with redmine:email:receive_imap As describe ... ameter to indicate the project where the new issue will be created in. However, redmine checks ... han the one that is passed as a parameter?
- Feature #28253 (New): Ordinal column in filter result
- I need that in the result of applying any filter to the issues, a column with the ordinal of the same is g ... cated. This is because I have more than 800 Issues and ordered by a particular column, I need ... nt with some images. Thank you in advance.