Project

General

Profile

Search

Results (12605)

Patch #19991 (Closed): Japanese translation change
Translated 6 strings which introduced in r14276 and changed 2 related strings(setting_issue_done_ratio_issue_field, setting_issue_done_ratio_issue_status). 2015-06-02 06:45
Defect #19976 (Needs feedback): Redmine can't work with 3000 projects
I using redmine with 3000 projects. If I trying to enter Issues redmine query database this query. Its tak ... ronet_projects_test].[691_daronet_projects].[issues] INNER JOIN [691_daronet_projects_test].[691_daronet_projects].[issue_statuses] ON [issue_statuses].[id] = [issues].[status_id] INNER JOIN [691_daronet_projec ... t_projects].[projects] ON [projects].[id] = [issues].[project_id] WHERE (((projects.status <> ... _projects].enabled_modules em WHERE em.name='issue_tracking')) AND ((projects.is_public = 1 AND ((issues.author_id = 10 OR issues.assigned_to_id IN (10,24,27)))) OR (project ... 60,3461,3462,3463,3464,3467,3468,3470) AND ((issues.author_id = 10 OR issues.assigned_to_id IN (10,24,27)))) OR (project ... 56,3457,3458,3459,3460,3461,3462,3463) AND ((... 2015-05-30 23:43
Feature #19974 (Closed): Issues PDF export looses picture formating
The picture at issue description with format such as !{width:400p ... thout format {width:400px}. Related to #69 2015-05-30 15:05
Feature #19970 (Closed): More reasonable issue subject truncation for subtasks and related issues
I found it very annoying for subjects to be c ... to 100 chars: <pre> diff --git a/app/views/issues/_relations.html.erb b/app/views/issues/_relations.html.erb --- a/app/views/issues/_relations.html.erb +++ b/app/views/issues/_relations.html.erb @@ -17,7 +17,7 @@ <%= l(relation.label_for(@issue)) %> <%= "(#{l('datetime.distance_in_w ... && relation.delay != 0 %> <%= h(other_issue.project) + ' - ' if Setting.cross_project_issue_relations? %> - <%= link_to_issue(other_issue, :truncate => 60) %> + <%= link_to_issue(other_issue, :truncate => 100) %> </td> <td class="status"><%=h other_issue.status.name %></td> <td class="start_date"><%= format_date(other_... 2015-05-28 22:23
Feature #19967 (New): Make Projects to be Workflow enabled
We have been using redmine for a while and th ... orkflow to Project Status just as we can for issues. Use case: # A specific role has the pe ... aging multiple projects in their own process. 2015-05-28 17:48
Feature #19966 (New): Related issues displayed on "issues" page should be prefixed by project name
2015-05-28 14:42
Feature #19965 (Closed): values of custom fil ... d be prefixed with or grouped by project name
*Steps to reproduce* * create projects hiera ... ct tree * create a custom field attached to issues, type version, attached to a tracker of one of the above project * create a new issue *Actual result* * whereas shared version ... project name; just like for "target version" 2015-05-28 14:21
Defect #19960 (New): receive_imap rake task does not connect to Office 365
Hello, I configured mail receiving with my ... lem. Does this change imply some security issue? Could this be made default, or perhaps exp ... nal info: running Bitnami stack on Windows 7. 2015-05-27 21:21
Feature #19955 (New): Propose to close an issue that duplicates another one when the later is already closed
*Steps to reproduce* # create an issue A # mark it "fixed" (or any "closed" status) # create another issue B # add relation "B duplicates A" (so that ... lready closed + a proposal to close B as well 2015-05-27 11:59
Defect #19952 (Closed): Redmine is in error with Fedora 22
Hi, I just switched to the latest Fedodra ... Environment variables SSL_TLS_SNI = issues.osgiliath.net UNIQUE_ID = VWTbaKhEs2V- ... 127.0.0.1 SHLVL = 0 SERVER_NAME = issues.osgiliath.net HOME = /var/www RAI ... ib/action_mailer/gem_version.rb /usr/sha 2015-05-26 22:58
Defect #19947 (New): Browse repository in sub projects
It is currently (3.0.2) impossible to browse ... to changesets in subprojects (in wiki pages, issues, etc). Example : # setup project "A" wi ... an refer to a changeset of the repository "R" 2015-05-26 15:50
Feature #19939 (Closed): New X-Redmine-Issue-Priority header, and modification of X-Redmine-Issue-Assignee
Hello, Here's the context, quickly: We w ... lly edited our Redmine 3.0.1 to add <pre> 'Issue-Priority' => issue.priority.name, </pre> in mailer.rb so _X-Redmine-Issue-Priority_ was added fine. *I believe this w ... * However, there was already a _X-Redmine-Issue-Assignee_, as <pre> redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to </pre> but as there is no "log ... I changed it for <pre> redmine_headers 'Issue-Assignee' => issue.assigned_to.name if issue.assigned_to </pre> because, in my case, tha ... that, please feel free to express yourself =) 2015-05-25 11:25
Feature #19934 (New): Hide log time entry block available in issue edit form when status is 'New'
Please kindly provide feature to hide log time entry block available in issue edit form when status is 'New' or depending upon status selection. 2015-05-23 12:54
Defect #19933 (Closed): Watcher not notified upon issue creation
Hi, I use Redmine 2.6.2.stable When I c ... tified by mail for the creation. Subsequent issue updates are notified though. "Added Issue" is checked in Administration > Config > Email Notification. The issue is public as is the project. I don't use bcc ... the code and found that email recipient for issue creation are @issue.notified_users@ and @issue.notified_watchers@ whereas for issue update it's @journal.notified_users@ and @jo ... <pre> Started POST "/projects/myProject/issues" for 10.196.160.44 at Fri May 22 17:57:33 +0200 2015 Processing by IssuesController#create as HTML Parameters: {"c ... nticity_token"=>"XXX", "new_checklist"=>"", "issue_template"=>"", "issue... 2015-05-23 12:12
Defect #19925 (Closed): Arabic settings page - Icons are not aligned correctly
Icons in the Setting Page in the Arabic inter ... nd text. It looks like the it is a .css file issue. 2015-05-22 23:45
Defect #19924 (Closed): Adding subtask takes very long
One of our project have a parent task to grou ... ks details takes about 21s, most of it is in issues/show.html.erb. <pre> Started GET "/redmine/issues/4821" for 127.0.0.1 at 2015-05-22 14:51:31 +0200 Processing by IssuesController#show as HTML Parameters: {"id"=>"4821"} Current user: XXX (id=10) Rendered issues/_action_menu.html.erb (0.0ms) Rendered issues/_action_menu.html.erb (0.0ms) Rendered attachments/_form.html.erb (0.0ms) Rendered issues/_edit.html.erb (0.0ms) Rendered plugins/redmine_agile/app/views/agile_boards/_issues_sidebar.html.erb (0.0ms) Rendered plugin ... s/_agile_charts.html.erb (0.0ms) Rendered issues/_sidebar.html.erb (0.0ms) Rendered issues/show.html.erb within layouts/base (20747.9m ... . <pre> Started GET "/redmine/projects/XXX/issue... 2015-05-22 15:46
Feature #19921 (Closed): Issue priority with subtasks : not with closed issues
The issue priority calculation is the max of the priorities of issue and it subtasks. It should not take in account the closed subtasks. 2015-05-22 13:09
Defect #19920 (Closed): Time entry view : Reports tab issue
Reports tab in time entry sometimes does not ... example, the same happens in various cases. 2015-05-22 12:34
Feature #19919 (New): Alert for issue changes
Hello everybody, We use redmine(ver. 2.5.0 ... if there was a status update for one of our issues or a new ticket is created. The idea is to ... n the middle of the office and every time an issue changes or a new issue is created, a sound rings and the issue will be displayed on the screen. However the alert should only played on the following issue-updates: * A new issue was created * An issue is finished * An already finished issue was returned to in progress Are there any ... r have any ideas. Greetings from Germany 2015-05-22 10:48
Defect #19917 (Closed): Redmine Auth_token issue
Hi, I was getting 422 Authentication error w ... Agile before running rake tmp:cache:clear 2015-05-22 06:02
Defect #19914 (New): Conflicting Fields Permission X Workflow X Subtask
I have a particular situation where I can't close a Issue that has some subtasks. In the Issue Workflow, I have "New" -> "In Progress" -> " ... lemented this configuration when having some issues already in the state "In Progress" with a p ... subtasks. My situation is I have a Parent issue in "New" state , with all subtasks closed an ... Let me know if you need more information. 2015-05-21 20:36
Defect #19906 (Closed): Custom field with permission to roles can't updated
Hi, Don't was executed test this case beca ... is >> The user with permisson can't update a issue with values this field. Result Internal Erro ... ntroller#render_menu as */* Parameters: {"issue_id"=>"57684", "amp"=>nil, "project_id"=>"1"} ... m_field.rb:61:in `visible_by?' app/models/issue_custom_field.rb:28:in `visible_by?' app/m ... mailer.rb:86:in `block (2 levels) in deliver_issue_edit' app/models/issue.rb:829:in `block in each_notification' app/models/issue.rb:828:in `each' app/models/issue.rb:828:in `each_notification' app/models/mailer.rb:85:in `block in deliver_issue_edit' app/models/journal.rb:77:in `block ... tion' app/models/mailer.rb:84:in `deliver_issue_edit' app/models/journal.rb:196:in `send_ ... models/journal.rb:54:in `save' app/models/... 2015-05-21 15:02
Defect #19904 (New): There is no option "Move issue" in Roles and permission menu
We've installed new version of Red Mine recently. Before that we had possibility to move issues between different projects while editing it ... ect* combo-box (see 2.png) . Check box "Move issue" diapered from Roles and permission menu(see ... clipboard_image_paste 1.10 </pre> 2015-05-21 12:20
Feature #19903 (Closed): Change textfield to textarea for "Exclude attachments by name"
Would it be possible to get the textbox chang ... easeier to add attachment-names to such field 2015-05-21 11:55
Defect #19898 (Closed): Plugin Issue : Plugin redmine_Save_spent_time_entries not working for redmine 3.0
Redmine does not provide any facility to save ... ionality as it is extremely needed component. 2015-05-21 07:35
(4451-4475/12605)