Search
Results (12483)
- Feature #28511 (New): Issue versions - target version/fixed in version
- I would love to have these version informatio ... et) and the other one in changelog (fixed in)
- Patch #28510 (Closed): Show issue assignee gravatar in roadmap and version page
- I'm trying to make the roadmap and version pa ... t that is quite small and easy to add is the issue assignee gravatar. On mouse over the ima ... rmat also for author/assignee avatars in the issue page instead of the one added in #26689.
- Patch #28509 (Closed): hu.yml for Redmine 3.4
- Corrected, complete formal language file for ... pt that patch, too (also attached in #25130).
- Feature #28507 (Closed): Accept groups in project's default assignee
- Project's default assignee which has been imp ... 82 does not accept groups even if the "Allow issue assignment to groups" is set to true. I h ... ne for customer support and I want to assign issues to the support team.
- Defect #28506 (Closed): Error Setup Redmine with Win10
- when typing command: "bundle exec rake gener ... edmine-3.2.9/Rakefile:5:in `<top (required)>'
- Defect #28502 (Closed): Support issue[assigned_to_id]=me when prefilling issues
- h2. Current situation This works: * http://demo.redmine.org/issues.xml?assigned_to_id=me shows all issues assigned my account * http://demo.redmine.org/issues/new?issue[assigned_to_id]=336461 create a new ticket, ... is does not work: * http://demo.redmine.org/issues/new?issue[assigned_to_id]=me create a new issue, assigned to my account. Note the selected a ... mpty h2. Desired situation We can use @issue[assigned_to_id]=me@ as part of the prefilling of issues as well.
- Patch #28494 (Closed): Recalculate issue priority position names if default value changed
- The attached patch fixes the logic to set the position names of issue priorities which are used to define issue colours is assigned issues. Before this fix, the names were not re-calculated if the default issue priority was changed. This resulted in the t ... uld not match with the defined order anymore.
- Patch #28493 (Closed): Persian translation update and improvements
- Persian translation of Redmine has been updated to fix the usability issues with the very old translation still in use ... .co Co., back to the great Redmine community.
- Feature #28492 (New): Option not to block closing a parent issue when it has open subtask(s)
- Hello, I saw that: r16108. But actually ... en if the sub-task aren't: YES/NO". Thanks
- Defect #28482 (Closed): Buttons are disabled when modal is opened again after exporting CSV
- *Steps to reproduce:* # Open issues/index. # Click on the "CSV" link to open m ... be other buttons that are in the same state.
- Feature #28471 (Closed): Query links for subtasks on issue page
- The header on issue page "Subtasks" list issues, in some way, with some defaults columns. I ... he section header could be clickable link to issue queries showing those issues: - Subtasks should link to issue query with filter parent "contains" the issue number It would be good to have same thing for "Related issues" but there seems to be no filter allowing to show all types of relations.
- Defect #28469 (Closed): Syntax highlighter does not work if language name is single-quoted
- Please see the screenshot below. Syntax highl ... ; border: 1px solid #ccc;}.screenshot@2x.png!
- 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.