Project

General

Profile

Search

Results (12716)

Defect #23969 (Closed): Edit/delete links displayed on issue even if project is closed
Edit and delete links are displayed on the issue details, even if the project is closed. It's a UI issue only, as these links are not functional. 2016-10-02 12:59
Defect #23963 (New): Bulk editing issues from various projects take us to Redmine's root (no project)
1. Take a Redmine site having a tree of proje ... project. 2. In the master project, list all issues from sub-projects 3. Select 2 issues from each sub-project, right-click and choo ... he first common parent project of all chosen issues to be the current project I can suggest ... the second solution (based on redmine 3.3.0). 2016-09-30 15:15
Defect #23962 (New): Redmine Out of Memory Exception when exporting issues with lots of columns (> 50) to PDF
I was able to reproduce the bug descibed here ... ccurs when trying to export to pdf a list of issues (on the issues page) with a huge amount of columns (around 50 or more). It happens even if there is only 1 issue to export. To reproduce the bug, you can ... them to a tracker / project. then create an issue with random content in the fields. Then on the issues page, export to pdf with all columns includ ... ed to mitigate the error, in app/controllers/issues_controller.rb#index: <pre><code class="r ... tiCell method. So it may be due to RBPDF... 2016-09-30 11:13
Defect #23959 (Needs feedback): Issue copy form load wrong data when user can't create issues in the copied issue project
When a user tries to copy an issue in a project they are not allowed to create issues, the first available project in combo box i ... llowing patch solves this bug by setting the issue project to the first "@issue.allowed_target_projects" in IssuesController#build_new_issue_from_params 2016-09-29 17:11
Feature #23954 (Closed): Shows the date of the last activity on Projects administration
On Administration > Projects, it shows the da ... cide when to close or archive stale projects. 2016-09-28 22:02
Defect #23947 (Closed): Single issue edit from context menu fix
If you use context menu action edit on single issue you'll get an exception. 2016-09-28 08:18
Defect #23942 (Closed): Test: Mysql2::Error: Deadlock found when trying to get lock
This Unit Test is always failing in my setup ... ake test* are fine. <pre> ruby test/unit/issue_nested_set_concurrency_test.rb /var/lib/gem ... ns/s, 1.6075 assertions/s. 1) Failure: IssueNestedSetConcurrencyTest#test_concurrency [test/unit/issue_nested_set_concurrency_test.rb:45]: Expecte ... et lock; try restarting transaction: SELECT `issues`.`id` FROM `issues` WHERE (root_id IN (SELECT root_id FROM issues WHERE id IN (225))) ORDER BY `issues`.`id` ASC FOR UPDATE" to be nil. 2) Failure: IssueNestedSetConcurrencyTest#test_concurrent_subtasks_creation [test/unit/issue_nested_set_concurrency_test.rb:61]: Expecte ... et lock; try restarting transaction: SELECT `issues`.`id` FROM `issues` WHERE (root_id IN (SELECT root_id FROM issue... 2016-09-27 15:25
Defect #23940 (Closed): Private issues notifications
If user receives all notifications from proje ... ays receives all notifications about private issues even if he can't view the issue. I think it's a bug. 2016-09-27 12:06
Defect #23939 (Closed): Watchers not recieving e-mail notifications
I have a question for you. Our Redmine instal ... licate this by adding these users to the new issue, "search for watchers to add", or even after ... ! is this behavior intended or? Thanks! 2016-09-26 21:55
Feature #23932 (Closed): Update TinyTds to recent version (1.0.5)
Redmine Gemfile still specifies TinyTds 0.6.2 ... ctly fine with RM 3.3 gemset and has no such issues. 2016-09-26 12:56
Defect #23930 (Closed): Firebird & RedDatabase support problem
Redmine have some queries that uses firebird ... .where(taggings: { taggable_type: 'Issue', taggable_id: issues_scope}) </pre> In this example used fragm ... lugins/redmine_tags/lib/redmine_tags/patches/issue_patch.rb (available_tags) The problem is ... time, but it would be nice if someone fix it. 2016-09-26 12:22
Defect #23922 (Closed): Time Entries context ... es not available for the time entry's project
It is possible to deselect time entry activit ... ivity that has been disabled for the project/issue's project of that time entry. 2016-09-25 09:45
Defect #23921 (Closed): REST API Issue PUT responds 200 OK even when it can't set assigned_to_id
Hi, I ran across an issue with the REST API that responded with a 200 ... rror. If I try to PUT this to an existing issue: <pre><code class="json"> { "issue": { "assigned_to_id": "19" } } </code> ... r message in the body might be more useful. 2016-09-23 19:24
Defect #23917 (Closed): LDAP login execution timeout
Hi All We have started experiencing issues while logging into local redmine server hos ... n using Active Directory credentials, but no issues when using local redmine admin account. ... 64531ms (Views: 11.5ms | ActiveRecord: 0.0ms) 2016-09-23 17:10
Defect #23916 (Closed): User not initialized before logged in or profile opened
Hello, we are currently migrating our comp ... tware hits one of this users and calls createIssue it gets an Error 500. The production log shows this: <pre> Started POST "/issues.json?include=attachments" for 172.29.121.136 at 2016-09-23 16:11:08 +0200 Processing by IssuesController#create as JSON Parameters: {"issue"=>{"subject"=>"XXX", "spent_hours"=>0, "assi ... ' plugins/a_common_libs/lib/a_common_libs/issue_patch.rb:16:in `allowed_target_projects_with_acl' app/models/issue.rb:1384:in `allowed_target_projects' app/models/issue.rb:499:in `safe_attributes=' app/controllers/issues_controller.rb:474:in `build_new_issue_from_params' lib/redmine/sudo_mode.rb:63: ... or the migration tool would be to create the issue... 2016-09-23 16:56
Defect #23912 (Closed): No validation error when date value is invalid in time entries filter
For example if I go to @http://example.com/pr ... . Expected behavior: *wrong date* message. 2016-09-23 15:03
Feature #23894 (New): Expose repository through REST API
Hello, The public [[Rest_api|REST API]] do ... ] } } </code> </pre> Regards. 2016-09-22 11:21
Feature #23889 (New): Assign ticket (SCRUM bug, issue etc.) to multiple projects
The idea is that user defines one ticket, but ... e available when download of hours is needed. 2016-09-22 09:00
Patch #23888 (Closed): Show an error message when changing an issue's project fails due to errors in child issues
The problem occurs for example when child issues have trackers that aren't present in the de ... save is aborted due to a failing child save. 2016-09-22 08:18
Patch #23883 (Closed): iOS 10 ignore disabled Zoom
With r14819 we disabled zoom on mobile device ... iour also on iOS 10 and therefore fixes this issue. Attached you will find the according patch. 2016-09-21 18:07
Feature #23882 (New): Allow issue number in allow_overrides
I would like to be able to forward or cc an e ... sed by my Redmine instance, include: ``` Issue: #123 Project: Bar ``` And have the correspondence appended to issue #123 in project bar. Right now, I need to ch ... rder for the email content to be appended to issue #123 instead of having a new issue created. 2016-09-21 15:42
Defect #23881 (Closed): Proxy Error while creating new issues
When I set a new issue and click "submit" i get the following : ... r could not handle the request POST /redmine/issues/9. Reason: Error reading from remote server BUT!! The issue is created afer I refresh the page, but it t ... o load and it is not usable.. Please help. 2016-09-21 14:43
Defect #23878 (Closed): Closing all subtasks ... defined and priority is derived from subtasks
Others tasks are closing normally but this on ... 0.2.1.t9 </pre> <pre> Started PATCH "/issues/22964/edit.js" for 127.0.0.1 at 2016-09-21 09:14:15 +0200 Processing by IssuesController#edit as JS Parameters: {"utf8" ... =>"**********", "form_update_triggered_by"=>"issue_status_id", "issue"=>{"is_private"=>"0", "project_id"=>"657", " ... "=>"213", "fixed_version_id"=>"956", "parent_issue_id"=>"22746", "start_date"=>"2016-09-02", "d ... 4"} Current user: ppo (id=95) Rendered issues/_form_custom_fields.html.erb (0.1ms) Rendered issues/_attributes.html.erb (17.9ms) Rendered plugins/redmine_agile/app/views/issues/_issue... 2016-09-21 09:30
Feature #23868 (New): Automatically link a project to several repositories
Hi I wanted to use the @extra/svn/reposman.r ... e (svn, git, etc.) is different. Thank you 2016-09-20 16:46
Defect #23867 (Closed): New issue from all issues is giving "ActionView::Template::Error"
Here's what we have and what we get when clicking on add an issue (.com/issues/new) <pre> Redmine version 3.3.0 ... 4.2.6 </pre> <pre> Started GET "/issues/new" for ******** at 2016-09-20 08:29:45 -0400 Processing by IssuesController#new as HTML Current user: ******** (id=*) Rendered issues/_form.html.erb (5.0ms) Rendered issues/new.html.erb within layouts/base (6.6ms) C ... :NilClass): 1: <%= labelled_fields_for :issue, @issue do |f| %> 2: <%= call_hook(:view_issues_form_details_top, { :issue => @issue, :form => f }) %> 3: <%= hidden_field_t ... triggered_by', '' %> 4: 5: <% if @issue.safe_attribute? 'is_private' %> plugins/redmine_... 2016-09-20 14:41
(3751-3775/12716)