Project

General

Profile

Search

Results (12608)

Feature #25358 (New): Read-only reports of Permissions and Workflows
The set-up of roles, their permissions, and issue workflows is currently (at least on 2.6.9.st ... t permissions they actually have and how the issue workflow looks like, in the given role. C ... e globally, that would show this information? 2017-03-17 15:53
Feature #25357 (New): "Raw view" of a file in repository
Right now one can "view" a file in the reposi ... highlight the code in a way the user prefers. 2017-03-17 11:48
Defect #25355 (Closed): Unable to edit tracker on issue with status "new" if not "create an issue" selected on profile
If an user haven't "create an issue" selected on his profile, he can't edit tracker on issue with "new" status. However "All trackers" is selected on "modify issues" column. It should be able to modify the trackers on issues with the "new" status, even if he can't create them. 2017-03-17 10:13
Patch #25349 (Closed): Russian translation (r16388)
<pre> error_no_projects_with_tracker_allowed_for_new_issue: Нет проектов с трекерами для которых м ... error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Затраченное время не мо ... abel_last_notes: Последнее примечание </pre> 2017-03-16 13:20
Defect #25342 (Closed): ActionView::Template: ... for #<ActiveRecord::Type::Value:0xa91ee78>):
ActionView::Template::Error (undefined method ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> app/models/role.rb:213 ... t.rb:532:in `assignable_users' app/models/issue.rb:863:in `assignable_users' app/views/issues/_attributes.html.erb:18:in `block in _app_views_issues__attributes_html_erb___393264238_89404116' ... b:1058:in `labelled_fields_for' app/views/... 2017-03-16 07:58
Defect #25301 (Closed): "Related issues" list in version type custom field detail
When we look at the details of a version type custom field, there isn't this Related issues list, but the issue list of default version field is OK. 2017-03-10 13:22
Feature #25300 (Closed): Merging issues
User story: Sometimes people in team are cre ... information. To avoid copying data from one issue to another, assigning as duplicated etc, I'd like to have posibility to marge selected issues. It can be available in issues report under right mouse button. 2017-03-10 11:21
Defect #25289 (Closed): Adding a principal to 2 projects with member inheritance leads to an error
When batch adding a user or a group to a proj ... oject is saved and recognised as a duplicate. 2017-03-08 20:54
Feature #25287 (New): List all issues that are mentioned in a ticket
I would find it helpful to get a list of all mentioned issues in a ticket. This is somewhat similar to #5453, but I could imagine that those issues do not get into the list of related issues, rather it could be a separate (visually collapsed) list in the head area of the issue. This would be similar to Stackoverflow wher ... One can then get a quick overview of related issues without the necessity that someone has explicitly and manually declared issues being related. 2017-03-08 10:01
Defect #25286 (Closed): Workflow Status
Hi, I have create a new status on my workf ... ut, when I applied this modification all may issue start with this status "Manual Update". The ... iaged... Please check the attached image. 2017-03-08 07:13
Defect #25282 (Closed): Explanation for attachment change in r16285
I'm looking at the 3.2 branch and there was a ... nstead of inline. I'm not able to access the issue that's referenced in the commit (#24199). Th ... on as to why this change was made? Thanks! 2017-03-07 19:07
Defect #25273 (Closed): Cannot create project/subproject
When trying to create a project or subproject ... e works fine as far as I can see - I can add issues and delete projects, but not add new ones. ... the usual hello messages, nothing else. 2017-03-07 00:00
Patch #25265 (Closed): QueriesController can not handle subclass of IssueQuery
I have a PivotQuery, it's a subclass of IssueQuery. But Query don't think it is subclass ... lass Query.get_subclass(params[:type] || 'IssueQuery') end</code></pre> New Code <pre><co ... y_class get_query_class(params[:type] || 'IssueQuery') end def get_query_class(class_nam ... lass = nil end klass end</code></pre> 2017-03-06 08:09
Patch #25261 (New): Patch for bug with call_hook in mail handler
This bug about redmine_webhook. When issue created through mail handler information doesn`t send to user. 2017-03-05 19:05
Defect #25258 (Closed): Field permissions ign ... the group one belongs to share the same role
I've marked version 3.0.0 as the affected one ... violation. The reason is that in @models/issue.rb@ inside @workflow_rule_by_attribute()@ th ... s none set (inherited lack of restrictions)". 2017-03-04 00:15
Defect #25246 (Closed): copy paste in fails in within issue description or wiki editing only with mozilla firefox
when i for instance create a ticket and want ... rsion: 51.0.1 (32-Bit) it seems that this issue startet with someone last update of the fire ... ry chrome browser this copy paste works fine! 2017-03-02 22:25
Defect #25242 (New): Automatic start date based on parent issue
If you have following situation, parent issue with relation to start n days after some other issue, and try to add sub-issue, it will populate start date with today's da ... sult with following error message: <pre> Issue start date cannot be earlier than (actual calculated date) because of preceding issues </pre> 2017-03-02 09:11
Defect #25241 (Closed): rake LoadError: cannot load such file -- json
Hello, After upgrading to Redmine 3.3.2.de ... Is there anything wrong with my installation? 2017-03-02 07:47
Patch #25240 (Closed): Use SHA256 for attachment digest computation
As discussed in #25215 we should change the d ... olumn header in the files list to 'Checksum'. 2017-03-02 04:28
Defect #25212 (Closed): User profile should link to issues assigned to user or his groups
On the user profile page, the count of the issues assigned to the user includes issues assigned to groups of the user, whereas the query the link points to does only include issues directly assigned to the user. The link ... pp/views/users/show.html.erb@16340#L28 The @Issue.assigned_to@ scope specifically including groups: source:/trunk/app/models/issue.rb@16340#L94 A patch to correct this will follow shortly. 2017-02-27 17:22
Feature #25209 (New): Option for users to add values to list / key/value custom fields
Additional option for the list or key/value c ... o adding new categories or versions from the issue edit pane. Also see #25208 for more details. 2017-02-27 12:44
Feature #25208 (New): Autocomplete option for text custom fields
We sometimes have a use case for a custom fie ... n an autocomplete menu similar to the parent issue et al. autocomplete dropdown. This could be ... o adding new categories or versions from the issue edit pane. I will open another ticket for this though. 2017-02-27 12:42
Defect #25207 (Closed): Cannot assign users to project of projects to user
I cannot assign users to projects, after upda ... Redmine plugins: no plugin installed 2017-02-27 12:31
Defect #25203 (New): Email delivery error: end of file reached while sending reminder
I face no issue in email notification whele creation/updatio ... tracker="7" days=400 RAILS_ENV="production" 2017-02-27 07:08
Defect #25197 (New): duplicating groups with same project names (sub-project) in issues list
A have a bug with issue list and projects with the same name. On the demo.redmine.org you can see the projects and issues what can you demonstrate the bug. Steps ... in ABC2 (sub-project); 2. Let's create two issues for project ABC and "Start date" = 2017-02-25; 3. Let's create one issue for project ABC and "Start date" = 2017-02-27; 4. Let's create one issue for project ABC\ABC2 and "Start date" = 2017 ... field; 6. When we apply this query for the issues list – we can see three groups with ABC nam ... sidebar_hide 0.0.8</pre> 2017-02-25 21:13
(3351-3375/12608)