Search
Results (12601)
- Feature #13708 (Closed): External related issues
- We're using Redmine for the moment as private issue tracker/project planner, and we really like ... ine. This is possible via hyperlinks in the issue description, or with custom fields (see also #2083). The problem with hyperlinks in the issue description, is: * they are not so human-re ... , after server migration), all hyperlinks to issues on this server must be changed The probl ... Redmine" > BaseUrl: "http://www.redmine.org/issues/" With this relation-definition, external relations can be added to issues (in this example, referencing redmine issues). I propose 2 possibilities (both supported?): # In issue detail, an extra entry for "External relations" is after "Subtasks" and "Related issues" Two inputboxes required, a combobox with ... ons are necessary) # In wiki text, external ...
- Defect #13704 (Closed): Receiving Email Instructions typo
- On http://www.redmine.org/projects/redmine/wi ... ivingEmails#Enabling-unknown-users-to-create-issues-by-email It says "unknown-user" rather than "unknown_user".
- Feature #13700 (New): Project isolated custom field
- Is it possible to have custom field being iso ... list is "Release A, Release B, Release C"
- Defect #13699 (Closed): Error: 'addFileField' is undefined
- Previously no problems with Redmine 2.1.4, bu ... lling Redmine 2.3.0.stable: New or Update issue. Click on Add another file link, and get web ... mine_inline_attach_screenshot 0.4.2
- Defect #13698 (Closed): Wrong argument error ... email notifications after upgrading to 2.3.0
- Email notifications were working yesterday. I ... nt**: production **Database adapter:** MySQL
- Patch #13697 (Closed): Back-button on diff page is not working when I'm directed from email
- +Situation:+ I get an email from Redmine with a diff-link to the changed description of an issue. I click on that link in my email to get inf ... a page. I fixed this problem with a patch.
- Patch #13696 (New): Projects admin, show issues count
- Patch made against Redmine V1.2.1, but should work for earlier versions.
- Feature #13694 (New): extend information overlays for issues that are shown on gantt chart
- When viewing the gantt charts the planned beg ... the time in hours that was estimated for an issue. Maybe you can add the "estimated time" to this overlay?
- Feature #13693 (Closed): Possibility to search in time log comments
- Redmine has possibility to search in notes of "Issue tracking" module. But there is no similar p ... search page had "Time log" checkbox next to "Issue".
- Defect #13692 (Closed): warning: already initialized constant on Ruby 1.8.7
- When running the following command (either fr ... 1.6 so I do not know if this affected 2.2.x
- Feature #13691 (Closed): Not able to populate issuepriorities from enumerations in ListPIcker Control using C # Language or WCF
- Can you Please share - redmine-net-api - Sample to get the all issue_priorities from enumerations
- 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 ...