Project

General

Profile

Search

Results (12572)

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
Defect #25160 (Closed): Markdown in the repositories page.
Hi, not sure if this a bug or not but this is an issue for me. Redmine not rendering Markdown pr ... *Repo view Page* !repo_view_page.png! 2017-02-23 05:39
Defect #25157 (Closed): Surf-Jacking
A cookie has been set without the secure flag ... n HASH_redmine_session How can I stop this issue on my redmine installation. 2017-02-22 18:59
Defect #25156 (Closed): Regarding history visible in redmine 3.3.0
I had upgraded redmine 2.5.2 to bitnami redmi ... I would great help for me if anyone can. 2017-02-22 18:12
Defect #25151 (Closed): Copied issues cause wrong reports: Original issue is added to report list although search criteria only match the copied issue and not the original issue
Affected Version is 3.1.6stable 15842 (versio ... h2. How to Reproduce - Simple Example Issue 10 is copied Newly created is issue 20 All changes to 20 are done AND the conne ... 05.01.17 Now create a report including all issues closed between 05.01.17 and 10.01.17 This report includes issue 20 AND 10 -> NOK, completely wrong. Same er ... ssue. Seems that a connection between the issues remains in the database? Found no way on U ... rrectly. This is really time-consuming... 2017-02-22 09:38
Defect #25146 (Closed): Issue while modifying subproject configuration without the permission to create a subproject
Hi, When submitting changes for a subproje ... eld in the configuration page and fixes this issue. Thank you for this great software, Be ... redmine_stats 0.0.3 </pre> 2017-02-21 19:47
Defect #25145 (Closed): Disable Autocomplete in redmine login page
Hi I would like to disable autocomplete featu ... rs, those can be used in brute force attacks. 2017-02-21 18:50
Defect #25144 (Closed): Account Harvesting login issue
Hi Can I change the "Unknown user" error ... in order to prompt the security questions. 2017-02-21 18:44
Patch #25139 (New): Project link on issues list, now redirects to project specific issues
Project link on issues list, now redirects to projects/:project_id/issues instead of projects/:project_id !link_to_project_issues.png! 2017-02-21 14:17
Defect #25137 (Closed): Assigning a parent in issue properties does not work (Error "Parent task is invalid") although the Parent exists
Affected Version is 3.1.6stable 15842 (version is not in the drop-down..) The parent issue definitely exists. Another issue is assigned as subtask but the other subtask ... ia the parent (create subtaks) The second Issue has been created as the normal issue. After saving I wanted to add parent issue via the properties...and that failed (see attached screenshot) 2017-02-21 10:39
(3326-3350/12572)