Search
Results (12716)
- Feature #13690 (New): Allow plugins to be able to add relationship types
- This is somewhat related to #7849 but (I thin ... lation...) around source:trunk/app/models/issue_relation.rb@11711#L65 Unless I'm mistaken ... gin would be able to do something like this IssueRelation.class_eval("@@types[:supercedes] = 'Adding a relation'")
- Defect #13689 (Closed): Duplicate column Id em Issues
- ID column in the task list is duplicated, example in attached.
- Defect #13686 (Closed): Custom Fields / Tasks New Task
- Environment: Redmine version 2.3.0.stable ... e that gave isso.Obrigado and await response.
- Feature #13684 (Closed): Timelog page with "category"
- I'm missing the field "category" on the timelog page.
- Defect #13679 (Closed): Can not add members to projects in IE8
- In IE 8 on Windows XP, I can not add members ... Chrome. IE version is 8.0.6001.18702CO.
- Patch #13678 (Closed): Lithuanian translation for 2.3-stable
- From #13674.
- Defect #13676 (Closed): I can't click on filter and options
- Hello everybody, Yesterday, i update my re ... nn the attachment files. Thank you
- Patch #13674 (Closed): Lithuanian translation
- Fixed minor spelling errors and translated ne ... :check_parsing_by_psych", loads and works OK.
- Defect #13673 (Closed): Parent issue column includes issue subject (making issue list unworkable wide)
- Hi. There is a report for the new bug I've just found. Since redmine 2.3.0, the parent issue field is being displayed *too long with the issue's title* in the list view. This disturbs th ... columns as figure below, especially when the issues have long titles. !too-long-parent-issue.png! I found r10972 (#1766) is responsibl ... ass' l(:general_text_No) when 'Issue' - value.visible? ? link_to_issue(value) : "##{value.id}" + value.visible? ? link_to_issue(value, :subject => false) : "##{value.id}" when 'IssueRelation' other = value.other_issue(issue) content_tag('span', </code></pre> Thanks.
- Defect #13669 (Closed): Sorting forum message ... sage" (="updated_on") does not work correctly
- I noticed this bug on the official Redmine fo ... te that there are many more similar examples.
- Defect #13667 (Closed): Internal error on cus ... fter Upgrade 2.2 -> 2.3 (defect column_names)
- After upgrading redmine from 2.2 to 2.3 I get ... !!null - ... + --- </code></pre> This issue is similar to #13617.
- Defect #13663 (Closed): Wrong language is sho ... ngs - Repositories - Applied Status selectbox
- Wrong language is shown in the Administration ... guage is English or Russian and may be other.
- Patch #13658 (Closed): include "In-Reply-To" field to aid email threading for some clients
- Patch was made against 1.4.5, but will most likely apply to the 2.x line as well.
- Defect #13656 (Closed): Notify email - unable to make custom subject
- I posted this question in forum early: http:/ ... (working copy) @@ -45,7 +45,8 @@ cc = issue.watcher_recipients - recipients mail : ... , :cc => cc, - :subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" + #:subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" + :subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] #{issue.subject}" end # Builds a Mail::Message object used to email recipients of the edited ...
- Defect #13655 (Closed): Issue while upgrade to new version
- Hi Team I have upgraded the redmine from v ... se help me.My upgrade is stopped due to this issue Thanks chris
- Defect #13654 (Closed): Can't set parent issue when issue relations among child issues are present
- #13586 solved the relation between subtasks ... ave relation under a task, "Failed to save 1 issue(s) on 2 selected: #xxx." is occurred.(only first issue is moved) and try to move #xxx under parent issue, "Parent task is invalid" is occurred. af ... ql2 Database schema version 20130217094251
- Defect #13653 (Closed): Keep displaying spent time page when switching project via dropdown menu
- Redmine should keep displaying spent time pag ... dropdown menu. Currently, you land on the issue overview page after switching the project vi ... enu. That's annoying. Related with #13643.
- Defect #13644 (Closed): Diff - Internal Error
- Received error 500 attempting to view diff. ... adapter MySQL </pre>
- Feature #13643 (New): Keep displaying issue summary page when switching project via dropdown menu
- When you are on the gantt page from a project ... roject from the dropdown box you land on the issue overview page.
- Defect #13642 (Closed): PDF bookmark not displayed when contain a non-ascii character
- When I group issues the pdf export gets bookmarks. But if the b ... scii character the bookmark is not displayed.
- Feature #13640 (New): Adding summary information on Issues screen
- It would be very handy to have possibility to generate summary information on Issues screen below(or above) list of issues. By summary information, I mean count of filtered issues and also sum/avg/min/max on arbitrary Issue fields (including custom numeric fields). USer of course may have option to select one or more issue fields (of numeric type) that will be incorporated in this summary.
- Feature #13639 (New): Adding information about date and time of last status change
- Very interesting option is to have information on issue when issue status has been changed last time. Issue field "Updated" records information on any issue change, but time of last issue status change is not possible to extract. Filtering on this field in issue list is crucial for environments where redmine is used as helpdesk/SLA tool.
- Feature #13638 (New): Issue filtering - Adding time (hours) component in date filters with interfield comparison
- This feature extends #13637 (Issue filtering - Adding time (hours) component in ... ield filtering might be related to #13635
- Feature #13637 (New): Issue filtering - Adding time (hours) component in date filters
- Nice feature would be interesting to consider ... al environments where great difference is if issue is processed in for example 2 hours or in 2 ... n, there is no possibility to distinct these issues by using builtin issue filtering. So it would be very useful to have ability to have option for example to filter issues that are created in last X hours (where X is arbitrary value entered through issue filter form). Of course other relational operators could be included also.
- Feature #13636 (New): Filtering issues by comparing issue custom field against project's custom field
- It would be nice option to have ability to filter issues (and maybe timelog report) by comparing one issue custom field against project's custom field. Use case: Assume that we have one issue custom field that contains information about billable number of hours spent on single issue (X). On the other side at project level we h ... t now it is not possible to list for example issues that have X > Y. This feature might be related with #13635