Search
Results (12716)
- Feature #18295 (New): Soft delete of wiki pages
- If you delete a wiki page, it removes the pag ... ty page, but Redmine doesn't let you do this.
- Defect #18291 (Closed): Path property security issue when adding filesystem repository
- When adding a filesystem repository, one can ... o "path" property. This can lead to security issues. For example i entered "/" as path to a red ... file. I think this is a serious security issue. You can see screenshots for information.
- Patch #18290 (Closed): Issue performance patch
- Issue safe_attribute 'is_private' cause a author l ... hate patch all method, cuz one line change :(
- Defect #18288 (Closed): calander issue date in browser
- I have use to different browser in ie and firebox. ie start to sunday. firebox monday
- Defect #18280 (Closed): closed_on missing when closed status of issue status changed
- When the status of an existing issue status is changed to "closed", the @closed_on@ column of issues that have or had that status is not set/updated. This causes a discrepancy between @Issue#closed?@ that can be true with @Issue#closed_on@ being null. Tested and confirmed on trunk.
- Defect #18275 (Closed): First argument in form cannot contain nil or be empty error on revision view
- In the log file, i have this error: "ActionVi ... http://www.redmine.org/boards/2/topics/44534
- Feature #18271 (Closed): Send notification email when delete issues
- Dear Redmine team, We have a situation that when user delete issues, there is no notification to involved users ... rt sending notification by email whenever an issue is deleted. BRs, Thanh Trinh.
- Defect #18270 (Closed): Character Encoding Issue
- The user using redmine enter character which is not supported on the server. The issue cannot be view as redmine complain about cha ... following message. Started GET "/support/issues/5610" for 192.168.0.106 at 2014-11-04 11:11:38 +0800 Processing by IssuesController#show as HTML Parameters: {"id"=>"5610"} Current user: pakhri (id=5) Rendered issues/_action_menu.html.erb (3.0ms) Rendered issues/show.html.erb within layouts/base (87.1ms) ... v class="wiki"> 81: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 82: </div> 83: </div> 84: <% end %> app/views/issues/show.html.erb:81:in `_app_views_issues_show_html_erb__2740786986976008304_21310920' app/controllers/issue...
- Defect #18269 (Closed): Timelog CSV export missing tracker name and issue name
- If I export timelog entries from the tab "Details" to CSV, the tracker name and issue name are no longer available in the exported file. The CSV-column "Issue" contains only the issue number with hashtag. In previous versions (t ... ed always the tracker number followed by the issue id and then the issue name (just like displayed in the table of th ... ional information, i would be happy to do so.
- Feature #18266 (New): Precedes relation as new screen same as that appears for subtask creation
- Hello! We have a requirement that while we add a new issue, we should be able to add its followers [who ... reen when we want to create a sub-task of an issue. Or instead we could have a drag and drop ... ow to do this? Is there any plugin available?
- 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