Search
Results (12605)
- Feature #18263 (Closed): Group in issue list should provide no. of estimated time vs spent time besides just providing total issues
- Hello! Currently if, we group issues list, shows the no. of issues per group. But the information seems insufficient for proper project planning and issue tracking. Besides the no. of issues in a group, there should be total estimated time vs total spent time of issues in that group.
- Defect #18262 (Closed): Unable to link an existing defect from Redmine into Testlink
- Team, I am not able to link an existing de ... > 1.3.1 Regards, Krishna Prasad
- Feature #18255 (Closed): Where can i get a guide document for Redmine code?
- Hello All, I have been using Redmine since ... le, i studied the code and found "controller_issues_new_before_save" but i could not find where this hook was created before using it.
- Feature #18253 (New): Multiple level of grouping & sorting in Issue List
- Hello, Currently redmine provides only one level of grouping while viewing issue list, but many times we require multiple lev ... ls are provided.We need multiple sort levels.
- Defect #18237 (Closed): From a rake task context, impossible to create an IssueRelation normally
- I am currently doing a rewrite of the Scarab ... aper : <pre><code class="ruby"> relation = IssueRelation.new :relation_type => IssueRelation::TYPE_RELATES, :issue_from => Issue.find(id), :issue_to => related_issue unless r.save p r.errors # if $DBG ne ... ve' /usr/local/share/redmine-2.5/app/models/issue_relation.rb:190:in `create_journal_after_cre ... he source of the problem, back to app/models/issue_relations.rb and app/models/issue.rb : * app/models/issue_relations.rb : <pre><code class="ruby"> def create_journal_after_create journal = issue_from.init_journal(User.current) journal.d ... :prop_key => relation_type_for(...
- Defect #18236 (Closed): updating custom field value from code doesn't work.
- Hi, I have the latest version of redmine a ... custom field values from the code- app/views/issues/new.html.erb. Is this the correct format "custom_fields.custom_field[0] = 16" ?
- Defect #18231 (Closed): Some issues show 500 error after upgrading from 1.1.2 to 2.5.2
- Hi We have recently upgraded redmine from 1.1.2 to 2.5.2 Everything went smooth, almost all issues are fine and show no errors. Attachments are working, etc. However, some issue give us the following error: <pre> Started GET "/issues/6873" for 192.168.240.2 at 2014-10-29 20:53:49 +0400 Processing by IssuesController#show as HTML Parameters: {"id"=>"6873"} Current user: litvak (id=11) Rendered issues/_action_menu.html.erb (3.3ms) Rendered issue_relations/_form.html.erb (1.5ms) Rendered issues/_relations.html.erb (2.8ms) Rendered issues/_history.html.erb (13.3ms) Rendered issues/show.html.erb within layouts/base (56.8ms) ... onView::Template::Error (wrong constant name issue): 13: <% end %> 14: </ul> 15: <% end %> 16: <%= render_notes(...
- Defect #18228 (Closed): Redmine 500 error
- I have install fresh redmine through bitnami ... og files for details about the error. Back
- Defect #18223 (Closed): Table renders wrong if a trailing space is after | symbol
- Also mentioned by Stephan Brönnimann in #1403 ... 2.1 | 2.2 | | 3.1 | 3.2 | | 4.1 | 4.2 |
- Defect #18218 (Closed): No more datepicker in New issue or in Issue update after upgrade to 2.6.0
- <pre> Environment: Redmine version ... reklama 0.2.1 </pre>
- Feature #18212 (Closed): The status of parent issue could be changed to closed before all of the sub issues' status are changed to closed
- I have fixed this issue on my local redmine. Add the following code after the 73 line of app/models/issue.rb validate :closed_before_sub_issues Add the closed_before_sub_issues method: <pre><code class="ruby"> def closed_before_sub_issues closedIssueStatus = IssueStatus.find_by_is_closed true if closedIssueStatus && status_id == closedIssueStatus.id if descendants.any? { |childIssue| childIssue.status_id != closedIssueStatus.id} errors.add :status_id, :cant_close_before_sub_issues_closed end end end </code>< ... essage in the en.yml: cant_close_before_sub_issue...
- Patch #18209 (New): Add e-mail notification option: Tracker updated
- The "global" email notifications settings (Ad ... ns) currently allow to specify the following issue updates to be watched by users who have chosen to watch "any events on...": <pre> [ ] Issue updated [x] Note added [x] Stat ... o a Feature, but don't want to be spammed by issue reassignments). The new 'Issue updated' action notifications would be: <pre> [ ] Issue updated [x] Note added [x] Stat ... tarevicova, sponsored by Orchitech Solutions)
- Defect #18205 (Closed): Compatablity Issue
- Hi , While Creating the new issues or using any of the modules randomly ,compatablity issues occurs like miss placed text and scroll bar issues in mozilla firefox browser. Please go through the screnshot.
- Defect #18202 (Closed): Compatablity Issue
- Hi, When we go through the issue feature , after sometime compatablity issue occurs like broken frames , Scrollbar issue.Please go through the screenshots.
- Defect #18201 (New): Internal server error (500): invalid byte sequence in UTF-8
- Hi, tonight my local Redmine instance (2.6.0) ... ne more robust either way. Regards, Björn
- Feature #18189 (New): Ability to display Issue Count in the sidebar next to custom queries
- Most of the functionality from #2679 has now ... count next to custom queries in the side bar.
- Feature #18184 (Closed): Calculate parent task done ratio based on subtask status.
- If "Calculate the issue done ratio with" is set to "Use the issue field" done ratio for parent is calculated a ... d it works just fine. But if "Calculate the issue done ratio with" is set to "Use the issue status", done ratio for parent now based on ... e ratio was set manualy but if it was set by issue status also.
- Patch #18182 (Closed): Latvian translation update
- Some new Latvian translations and a few clarified translations (issue relations).
- Defect #18181 (Closed): Cannot send custom mail notifications with attachments
- Good day! Sorry, I don't know which tracke ... (one (pair) of them is in attachment to the Issue) and extended mailer.rb: in issue_edit() I try to send specific email-notifica ... do this before native mailing (see mailer.rb issue_edit() function). I need to include attachme ... ice or an example of working code. Thanks!
- Defect #18176 (Closed): PDF: long text is corrupt
- I applied the pdf.rb.patch from #14466 in my ... there is still the problem that an export of issues with long text to pdf is corrupt. The pd ... 's an important feature for us. Thank you.
- Defect #18175 (Closed): Dislocation in appearance of Right click context menu in issue list
- In version 2.6.0, right click context menu ap ... dislocated. Please check the attached image.
- Defect #18174 (Closed): Rails-4.1 branch merge into trunk (r13482) reverts trunk commits
- The merge of the rails-4.1 branch back into t ... hi because you're trying to fix it currently.
- Feature #18170 (Closed): Make subject.strip in app/models/mail_handler.rb configurable
- In Russian words are long. and very often issues becoming stripped by 255 chars. i believ ... w feature - make subject.strip configurable!
- Feature #18163 (New): Activity entry when a file is added to an issue
- If an image is added to an issue without any comment it is not shown in the activity view. Notification emails work as intended.
- Defect #18159 (Closed): Security issue when using local repositories
- Access to local repositories uses the system ... obtaining reading access to that repository.