Search
Results (12483)
- 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.
- 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.
- 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...
- 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.
- 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!
- 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.
- 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.
- 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.
- 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.
- 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)
- 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...
- 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.
- Feature #23894 (New): Expose repository through REST API
- Hello, The public [[Rest_api|REST API]] do ... ] } } </code> </pre> Regards.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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...
- 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
- 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_...
- Feature #23866 (Closed): Erro-AngularJs
- I have this problem in api Rest. cross-ori ... he remote resource in http://www.redmine.org/issues.json?key=8c4cc4a8a142484dcbe62b7e86bdfe1cb9 ... ol-Allow-Origin' is not present) .1 (unknown)
- Feature #23863 (Closed): Erro- AngularJs
- Requisição cross-origin bloqueada: A política ... do recurso remoto em http://www.redmine.org/issues.json?key=8c4cc4a8a142484dcbe62b7e86bdfe1cb9 ... Allow-Origin' não está presente).1(unknown)
- Feature #23858 (New): Add another version status 'planed'
- As described in #23855-2 I'd like to have ano ... ersion gets concrete and in order to collect issues when the version is still rather variable. ... he roadmap, though they are still accissble.
- Feature #23855 (Closed): Target version filter should get an entry 'All open versions'
- _This is my request #10412-20 as an own issue:_ The filter for target versions should a ... nsider that filters can be stored in queries.