Search
Results (12675)
- Patch #21587 (Closed): Additional view hook for body_top
- Any chance to add the following one-liner to ... m to switch the Tracker for their tickets..._
- Feature #21585 (Closed): "Associated revisions" to be minimized / opened by click
- *Feature* Make "Associated revisions" temp ... nimized or opened by default when viewing an issue. This option may be associated to user and to an issue. Why - some user may want the "Associated re ... ay don't want. An user may want this for one issue and don't want for other issues.
- Defect #21581 (Closed): Statement invalid error on including default scope by patching a model.
- In plugin development, It is not possible to ... tests fail with Statement Invalid. <pre> IssueNestedSetTest#test_move_a_root_to_child: Act ... in where clause is ambiguous: SELECT MAX(`issues`.`rgt`) FROM `issues` LEFT OUTER JOIN `egs` ON `egs`.`issue_id` = `issues`.`id` WHERE `issues`.`root_id` = 1372 AND `issues`.`parent_id` = 1372 AND (id < 1373) </pre> I guess, the following is the culprit, issue_nested_set.rb <pre><code class="ruby"> ... code></pre> Can you please look into this issue. Happens in Redmine 3.0.3 Ruby 2.1
- Defect #21580 (New): After changing a sub issue in the issue via right click and content menu the page is reload but no repositioned
- If a change has been done via right click content menu in the issue sub task list the refresh will always scroll ... tickets the user has to scroll down again.
- Defect #21579 (Closed): The cancel operation in the issue edit mode doesn't work
- Since the upgrade to the 3.2.0 the cancel operation in the edit mode of an issue is simply doing nothing. You can click on it but the GUI doesn't react.
- Feature #21577 (New): The version should get a status archived like projects
- If the custom field type @version@ is used th ... his could reduce the list of versions in the issue drop down fields.
- Feature #21572 (New): Adding custom fields to the Issue Category
- It would be great to custom field support for the issue categories, too. In our case would I clas ... idea would be a category hierarchy, or tree.
- Feature #21571 (Closed): The edit field of the issue isn't following the selected issue history order
- Redmine has a nice option switching the issue history time line forward or backward. But the issue edit field isn't switched from the end of th ... d placement, all necessary information of an issue would be nearby. The issue edit would be in the middle like: # issue description # *issue edit* # last history entry
- Feature #21570 (New): Adding issue hover boxes similar to the GANTT diagramm in the subtask issue table
- The table hasn't much details, this is ok. B ... a detailed view of the ticket would be great.
- Feature #21568 (New): Adding support of logic ... an custom field values and other custom field
- The idea would be nice to configure a logic d ... kflow features of custom fields based on the issue state.
- Feature #21562 (New): Add a permission to prevent user delete issues attachments.
- Now only the Wiki have “Delete attachments” permission, can add this permission to "Issue tracking" too?
- Defect #21559 (Closed): Issues visibility own but i see all issues
- hello, in my permissions i have set the value of Issues visibility: Issues created by or assigned to the user. But ... as a user with this permission and i see all issues but if i click on a issue that im not the autor or the assigned user i ... rsion 3.1.1 of redmine i dont have seen this issues in the overview of the issue table. can we have a bug or a defect???
- Defect #21558 (Closed): The issue parent has in most caes to be deleted before assigning a new parent.
- In most cases Redmine throws an error that th ... to: # Delete the parent number in the child issue. # Save the child issue. # Enter the new parent value in the child issue. # Save the child issue. In some case its working on the fly, I c ... the reason of the different behaviour so far.
- Defect #21551 (Closed): Private note flag disappears in issue update conflict
- We discovered a bug in our Redmine system. When you receive an issue edit conflict posting a private note to an issue, the flag making the note private gets lost. ... that. However, it lost the "private" status.
- Defect #21540 (Closed): Chinese symbols in issues after upgrade to 3.2.0
- When I go to any issue I see chinese symbols. !redmine_chinese.png ... d open same task I see chinese symbols again.
- Feature #21532 (Closed): Adding OR and XOR request to REST API and issue filters
- Easiest case: If an issue has multiple boolean custom flags. CF_01 ... t for the REST API and the normal GUI filter.
- Defect #21531 (Closed): rdm-mailhandler with project-from-subaddress fails
- Running "ruby extra/mail_handler/rdm-mailhand ... _ics_export 3.0.1.dev redmine_issue_override 0.0.1 redmine_issue_templates 0.1.1 redmine_startpage ... sidebar_hide 0.0.7 </pre>
- Defect #21530 (New): If a new boolean custom ... value won't be automatically applied to all issues
- If later on another custom field with an default value will be added. All issues will have the state not assigned. Only after changing issue the dafault value will be applied. If you ... EST API this will cause problems because all issues have to manually set to the default value. ... ossible to do this without sending for every issue an mail.
- Feature #21524 (New): Clone/copy a ticket/issue into multiple projects
- I can't find any plugin for this feature. Bu ... ment/management decides that the same ticket/issue should only be worked on in some of sub proj ... h3. Feature Idea Adding in the ticket/issue bulk copy dialog the option to multi select ... e projects are selected all selected tickets/issues are cloned into all selected projects. I ... ion check box is checked, all copied tickets/issues get only a relation from the base ticket/issue.
- Patch #21521 (Closed): Updated Spanish and Spanish Panama Translations
- Changes: * Spanish Panama ** Change thousan ... ated r14975 ** Fix label @permission_import_issues:@ and @label_import_issues@
- Feature #21517 (Closed): Automatic issue relation through comments
- When mentioning another issue in the description or a comment with hashtag ... ly trigger the setting of a relation to this issue. The type of relation could be predefined in ... ttings. For example: Someone opens a new issue for reporting a bug. The developer comments something like "That's the same issue like in #1234" With posting his comment, redmine recognizes the hashtag and the issue ID behind it, and sets #1234 as "Related to" in the current issue at the same time posting it.
- Defect #21504 (Closed): IssuePriority.position_name not recalculated every time it should
- The @position_name@ attribute of @IssuePriority@ instances is currently only recalculated when the @position@ of the @IssuePriority@ instance changes source:/tags/3.2.0/app/models/issue_priority.rb#L22 However, the @position_na ... on is quick enough, and that changes to the @IssuePriority@ list are not frequent and done by a ... _save@ without filtering. Patch to follow.
- Patch #21497 (Closed): Tooltip on progress bar
- The progress bar on the Roadmap screen is div ... o display the done ratio progress bar on the Issues screen, but it is not possible to know the real done ratio value without opening the issue. This could also be solved with a tooltip display. **Issues:** !tooltip-issues-list.png!
- Patch #21493 (Closed): Tweak colors of default theme
- I suggest slightly changed colors for default ... content .tabs ul li a) * lighter yellow for issues (div.issue) * blighter gray (same color with wiki.pre ... .filecontent / table.annotate td.line-code)
- Feature #21491 (Closed): Email configure to custom field
- Hi Team, I have created one custom field issue page that name is TO. When i put mail id tha ... Please how to do that its urgent help.......