Search
Results (12572)
- Defect #28468 (Closed): updated redmine from version 3.3.2 to 3.4.4 have error
- Hello,Team, I have updated redmine from vers ... mine_favorite_projects 2.0.3 redmine_issues_tree 0.0.11 redmine_knowledgebase 3.3.1
- Defect #28463 (Closed): Permissions table for trackers should have "check/uncheck all" icon
- Permission table for trackers (placed on the ... g! !{width: 756px;}.workflow-table@2x.png!
- Defect #28456 (Closed): Error 500 on project setting page
- Hello, I'm having an issue since the update to Redmine 3.4.4. Here's ... on if you need. Thanks for support, David
- Defect #28440 (Closed): After commit missing file
- <pre> --- a/test/unit/attachment_transaction ... t?(a.diskfile) }.empty? + end end </pre>
- Defect #28414 (Closed): Does Redmine compatible with MySQL 5.7 or not ?
- On page https://github.com/redmine/redmine/ ... e Redmine fully compatible with MySQL 5.7 ?
- Feature #28413 (Closed): Add CSS class to identify public projects
- Currently, I can't find information whether r ... This patch is added both a.project class.
- Defect #28409 (New): Total estimated time val ... when tracker has estimate time field disabled
- There is a tracker that does have estimate time field disabled. The issue of that tracker can have subtasks of differe ... ated time. The estiamted time for the parent issue is not shown at all, it should show total es ... in brackets. This works fine for spend time.
- Feature #28405 (Closed): Allow assigning issue to any user
- Currently it's possible to assign issue only to project members (and original author of the issue). It would be helpful to allow (for example only to admins / superusers) assigning issue to any user in the system (for example addin ... ers and it would be helpful for ad-hoc tasks.
- Defect #28393 (Closed): Sort issue custom fields by position in tracker UI
- When configuring issue custom fields for a single tracker, the cust ... havior. Furthermore, it's changing the line @IssueCustomField.all.sort@ to @IssueCustomField.sorted@ in the @TrackersControlle ... thin the DB, which should be slightly faster.
- Feature #28392 (Closed): Improve wiki headings style
- In the current versions of Redmine, styles fo ... 495px}.heading-styles-are-not-defined@2x.png!
- Feature #28391 (Closed): Add issue category filter and column to spent time queries
- Feature #28388 (New): RFE: System-configurable options to control email rejection criteria
- Some common causes for emails to be rejected ... ccount * subject lines that appear to match issue responses (#25473) Most of these are unde ... rride the rejection behavior and allow a new issue to be created from the email. This could eit ... ymous"). Thank you for your consideration.
- Defect #28383 (New): custom field filter on issues list requires other filters to be respected
- Custom field filters included into _issues_ REST api request are not working as expected. <pre> /issues.json?cf_1=1234 </pre> will return all issues not only those with the value @1234@ in the ... g includes a @project_id@ filter. <pre> /issues.json?cf_1=1234&project_id=1 </pre> This works. Only issues with the custom field 1 containing the valu ... the custom field filter to be respected.
- 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.