Project

General

Profile

Search

Results (12716)

Defect #11917 (Closed): Error in RedmineUpgrade wiki page
The [[RedmineUpgrade]] wiki page contains an ... e> which is correctly stated in the "Common Issues" section. Well, no wonder it is a common issue when the instructions on the upgrade page do ... simply told to execute that one rake command. 2012-09-24 14:43
Feature #11911 (New): Considering users belonging to a group in "Issues/Report/Assigned to" Visualization
When we have issues assigned to groups rather than to particula ... report/assigned_to table only consider those issues for group accounting. I think they must be ... tes the visualization of the total number of issues assigned to a particular user. 2012-09-23 04:54
Defect #11909 (Closed): Autocomplete results not reset after clearing search field
h2. Explain for the defect There are sever ... ing for user* (in a modal dialog when adding issue watchers) and *for user or group* (in the me ... of field observation. Thank you very much! 2012-09-22 19:00
Feature #11907 (Closed): Custom Field Version (Locked/Open)
I'd like to have custom fields that specifica ... ) versions. Otherwise, the user who files an issue can incorrectly select a FUTURE version as an affected/target version. 2012-09-21 21:04
Defect #11905 (Closed): Potential "can't dup NilClass" error in UserPreference
Hello, we've recently upgraded from 1.4.4 to ... re using Ruby 1.9.3 on Ubuntu 12.04.1 Thx. 2012-09-21 14:45
Defect #11904 (Closed): Projects with many members are very slow in Redmine 2.0.3
When having a project with ~100 members (many of them are reporters) Redmine slows down and new issue and show issue takes up to 6 seconds to load. This seems to ... r4, `roles`.`permissions` AS t2_r5, `roles`.`issues_visibility` AS t2_r6 FROM `members` LEFT OU ... redhat-linux-gnu (x86_64) using readline 5.1 2012-09-21 09:47
Defect #11899 (Closed): ticket update bug
there is a bug in redmine updat process. if ... click on update button, a new update on that issue will be logged. although nothing was updated. it effects on making real report. 2012-09-20 14:26
Patch #11898 (New): Inheritable issue categories
This patch is related to issue #5358 and is written against rev 10433 h2 ... first ancestor that does not inherit. Every issue can be assigned any issue category from its project or from inherited projects. When an inherited category (containing issues) would be lost either by explicitly rejecting inheritance or by a change in hierarchy, a new issue category is created in the project that is being modified and all issues in sub-projects are automatically re-affected. When explicitly destroying an issue category that has issues assigned to in the project or any sub-project, related issues can be re-assigned to any category form the ... ted category. h3. Limitations : Global issue categories are not implemented. h3. Regre ... urrent use cases (assigning a category to an issue... 2012-09-20 12:19
Feature #11894 (Closed): Configurable emission email address
Add the possibility to have a different "Emission email address" depending of the redmine project. 2012-09-20 10:42
Defect #11893 (Closed): New relation form Cancel link is broken with Chrome 21
Clicking on the ??Cancel?? link has no effect ... ry BT":http://bugs.jquery.com/ticket/12148. 2012-09-20 10:39
Defect #11892 (Closed): wrong item displaying
*Если нажать на шприц двумя кнопками сразу, т ... айн такая-то. Идентификатор сборки такой-то. 2012-09-20 09:05
Defect #11888 (New): No e-mail notification for non-members who are watchers
I have to create an issue list here as nobody is answering my query in ... ification? This watchers are added by the issue creator and their e-mail notification setting is "issues you're involved in (author or assignee) and about things you watch". 2012-09-20 01:12
Defect #11887 (New): Issue permission doesn't apply to Administrators
I'm testing the new Issue permissions, and created a state that requir ... d permission. I believe that it shouldn't. 2012-09-20 00:28
Defect #11886 (New): Broken link while edit/delete "Issue Category" under project in Redmine 2.1.0
Developing Redmine 2.1.0 in my network with S ... i got next error while tried to edit/delete issue category under project. After i'm trying to ... ile trying to open URL "http://192.168.0.110/issue_categories/1/edit" and not something like "http://192.168.0.110/ *redmine* /issue_categories/1/edit" <pre> Not Found The requested URL /issue_categories/1/edit was not found on this serv ... 68.0.198] File does not exist: /var/www/html/issue_categories, referer: http://192.168.0.110/re ... idn't counter any other problem by that time. 2012-09-19 19:19
Defect #11885 (Closed): Filter misses Selectionfield on IE8
Hi! 1. Thanks for this great tool. Wouldn' ... l. Still the same. If I want to filter my issues or Gantt-entries by assignee or author the ... or auditing the new version. Thx, Chris 2012-09-19 18:16
Defect #11881 (Closed): FCGI mode does not support sub-URI
Hi, i installed redmine in a subdir /redmine ... draw do scope "/redmine" do .... end 2012-09-19 16:03
Defect #11880 (Closed): Alternate theme colors by issue priority in issue list is wrong
The issue list is using priority-4 for the normal priority issue (fresh Redmine installation uses priority-2) ... abase schema version 20120731164049 </pre> 2012-09-19 12:10
Defect #11872 (Closed): Private issue visible to anonymous users after its author is deleted
The attached patch fixes defect #10148. Sp ... anonymous (= not logged in) user submits an issue. Or alternatively, a user submits an issue, but later that user's account is deleted (in that case the issue is marked as submitted by anonymous). Suppose further that the issue is marked as private. Then logged in users w/o the require permissions are not able to view the issue, as it is private. But non-logged in user ... es return a role object instead of a boolean. 2012-09-19 02:34
Defect #11870 (Closed): Users can delete their own accounts unconditionally via REST API
On Users collection, an administrator may del ... del( 2 ); ddx $res1->body; </code></pre> 2012-09-18 21:30
Defect #11869 (Closed): Issue.css_classes set wrong priority number
Normal issues are displayed like Urgent issues on Redmine v2.1.0 Issues page. I think the v2.0 source is correct. Issue.rb (version 2.1) <pre> def css_classes s = "issue status-#{status_id} priority-#{priority_id}" . . . end </pre> Issue.rb (version 2.0) <pre> def css_classes s = "issue status-#{status.position} priority-#{priorit ... ogs 0.0.4 </pre> 2012-09-18 19:08
Defect #11868 (Closed): Git and Mercurial diff displays deleted files as /dev/null
It's the same bug reported here with ChiliProject: https://www.chiliproject.org/issues/589 Basically, in the diff view of git c ... adapter MySQL </pre> 2012-09-18 15:18
Feature #11858 (Closed): Next issue number after deleting an issue
In case we delete an issue number 'x' which is currently last one the next created issue is still number x+1. It would be convenient that the next one would be still 'x' to avoid ghost issues (i.e. numbers that doesn't point to any issue 2012-09-17 17:41
Defect #11856 (Closed): Cant found the repository tab
Hi I am not able to found the repository ... the git repo with the redmine Thanks 2012-09-17 17:09
Defect #11855 (Closed): Previous/Next Links Disappearing
To reproduce: 1. create project 2. add ta ... : A 3. add target version: B 4. create new issue #1 and assign to target version A 5. create new issue #2 and assign to target version A as well 6. view all issues in project 7. select issue #1 to view detail 8. select update link 9. ... Notice the previous/next links disappear. 2012-09-17 15:47
Defect #11854 (Closed): Problems with thumbnails
I have Redmine 2.1 and I don't see the thumbn ... 120731164049 Thanks in advance 2012-09-17 15:14
(6801-6825/12716)