Project

General

Profile

Search

Results (12602)

Defect #14835 (Closed): Request: Don't notify users of their own changes to issues
When I change an issue in Redmine, I don't need an email telling me ... notifications when the user is the initiator? 2013-09-03 19:40
Feature #14830 (Closed): REST API : Add support for attaching file to Wiki pages
Currently (2.3.2) it is not possible (that I ... to the wikipage instead. // Michael Medin 2013-09-03 12:49
Patch #14829 (Closed): Patch for setting parent page via REST API
Patch to support setting parent-page for WIKI ... ]" } } </code></pre> // Michael Medin 2013-09-03 12:46
Defect #14826 (Closed): Project permissions not respected in Fix/Reference commit
When the setting "Repositories / Allow issues of all the other projects to be referenced ... ing Fixing or Referencing keywords, then all issues, including those in projects where the comm ... ed / referenced. Expected behavior: Only issues in projects where the commit author has rights to Edit issues and is allowed to change issue status should be updated. 2013-09-03 10:37
Defect #14825 (Closed): News: email notification to users
Hi, For my projects, I would like: * to s ... ct * that users receive notifications about Issues updates _if and only if_ they are assigned to that Issue. I do not want all users to receive notifications when any Issue is updated. Is that possible in v2.2.3 ? ... gs, users receive News notifications but not Issues creations/updates even if they are assigned to an issue. * the users have the following notificatio ... tivated only for the "News" but not for the "Issues". If I activate "Issues", _all_ users receive a notification when I modify or create an Issue. I have seen the following Defect that co ... s2 0.2.1 redmine_issue_templates 0.0.5 2013-09-03 10:14
Defect #14822 (Closed): when I add update to issue via email, there's no notification sending out.
when I add update to issue via email, there's no notification sending out. 2013-09-03 03:21
Defect #14817 (Closed): Redmine loses filters after deleting a spent time
When you add filters in the spent time "Detai ... result:* Refresh with the default page 2013-09-02 17:07
Defect #14815 (Closed): time estimate should affect due date for gantt charts
Two problems that make gantt charts quite use ... 1. The Gantt chart does not appear to use issue duration to establish the task's end date. ... time ago on board, but I failed to find such issue: http://www.redmine.org/boards/2/topics/31769 2013-09-02 16:07
Defect #14812 (Closed): Apache + Passenger couldn't run redmine
WEBrick, Puma, and Passenger standalone can r ... .4.1 shoulda => 3.3.2 yard => 0.8.7 </pre> 2013-09-02 12:38
Defect #14811 (New): Internal error with "TinyTds::Error: Adaptive Server connection timed out"
If a search is too long, we get a timeout and ... With MS SQL server, a large database (18000 issues), *set the database timeout to be 1s by m ... d out: EXEC sp_executesql... We fixed the issue by increasing the timeout in the config, but still, getting Internal errors is not nice. 2013-09-02 12:38
Feature #14804 (Closed): issue generation based on RFP in redmine plugin
i have been creating RFP plugin in redmin ... requirement when user fill &submmited it the issues must generate in respective project.All form fields on form must become the issues my question is how each fiels on form i map with the redmine issue table and generate the respective issue 2013-08-31 06:49
Defect #14803 (Closed): Percent done resets to zero when updating issue
When I click on the link to update an issue, the percent done resets to zero. I have ... tion: <pre> <code> diff --git a/app/views/issues/_attributes.html.erb b/app/views/issues/_attributes.html.erb index 9b4c508..10d5fab 100644 --- a/app/views/issues/_attributes.html.erb +++ b/app/views/issues/_attributes.html.erb @@ -59,7 +59,7 @@ <% end %> <% if @issue.safe_attribute?('done_ratio') && @issue.leaf? && Issue.use_field_for_done_ratio? %> -<p><%= f.sele ... t {|r| ["#{r*10} %", r*10] }), :required => @issue.required_attribute?('done_ratio') %></p> +< ... t {|r| ["#{r*10} %", r*10] }), :required => @issue.required_attribute?('done_ratio') %></p> < ... redmine_default_assign 0.4 </pre> 2013-08-30 20:47
Feature #14800 (Closed): Need Multiple Select in Issues category
Hi, I tried to implement the multiple select option for Category under New Issue tab. The problem is the column of category_id in issues table is integer but i need to store as tex ... body having the patches for this feature?. 2013-08-29 12:09
Defect #14798 (Closed): Wrong done_ratio calc ... parent with subtask having estimated_hours=0
Hi there, this patch corrects a bug in the ... ys to reproduce this bug: * Define a parent issue * Define two subissues on this parent issue * Set on one subissue estimated_hours to 0 * Close subissue with no estimated_hours -> parent issue has done_ratio = 50% * Close subissue with estimated_hours set to zero value -> parent issue still has done_ratio = 50% This patch solves this issue. @Jean-Philippe: Maybe you or Toshi could take a look at this? Best regards, Daniel 2013-08-29 10:17
Defect #14796 (Closed): Yard rake file is not updated for Redmine 2.x
The YARD rake file is not yet updated to matc ... 2.x) locations of plugins, which causes two issues: # yard is parsing test files of core plug ... -party plugins, while it should The first issue is being caused by source:/trunk/lib/tasks/y ... xclusion regex for test files. The second issue is being caused by source:/trunk/lib/tasks/y ... patch should fix both of the above mentioned issues: <pre><code class="diff"> Index: lib/task ... the rake file that is provided by Redmine) 2013-08-29 06:11
Defect #14792 (Closed): Don't add a display name and extra angle brackets in List-Id header field
Continued from here: http://www.redmine.org/b ... t See also #10888 and propsed patch #13359 2013-08-28 11:19
Defect #14791 (Closed): Can't move spent time between projects
*Steps to reproduce:* # Log spent time at issue #1 at project "ProjectA". # Edit the spent time log: change issue to #2 (which is in ProjectB). *Expected result:* The time log is moved to issue #2 (which is in another project - ProjectB). *Actual result:* "Invalid issue" message. 2013-08-28 11:18
Feature #14790 (Closed): Ability to save spent time query filters
Now, it is possible to create a custom query in the issue tab. At the end of each month, I receive ... e I know :-) ) without answer. message#39052 2013-08-28 10:28
Defect #14787 (Closed): Problems to with file loading
I have problems loading a file. Redmine l ... enger-spawn-server:99:in `<main>' 2013-08-27 19:56
Defect #14775 (Closed): What is alternative for redmine_s3 for redmine version 2.3.x ?
Hi all, I have upgraded redmine to 2.3.2. Facing issue with redmine_s3. I have studied that redmine ... Thanks Best Regards Fahim Babar Patel 2013-08-26 17:12
Feature #14774 (Closed): Is it a way to allow fields inputing depending on roles ?
I'll try to explain my need with a sample. ... and Programmers. The Users can open a new issue and input same fieds (and only these) as Sub ... role, so it doesn't work. Thanks a lot ! 2013-08-26 16:58
Defect #14770 (Closed): Custom field filter d ... nless custom field is marked for all projects
A custom field (checkbox) exists that is used in multiple projects. A custom query to look for all issues (cross-project) with the checked custom fie ... 0.0.3 </pre> 2013-08-26 09:31
Patch #14767 (Closed): More CSS classes on various fields
Hi there, this is a patch which includes C ... uning in each theme. I also introduced an issue method "follows?", which is used for example, to highlight issues, which have to wait for another issue to be completed. A test for this method is included. Best regards, Daniel 2013-08-24 22:48
Feature #14759 (Closed): Adding project ID to CSS classes at least in issue screen (but whereever it is possibe)
I would appreciate to have textual project ID ... ct form) in page's CSS classes - at leas for issue related pages, but it would be great to have ... tted, it is not so easy to configure look of issue page in each project differently. I guess th ... ase I still would put there the project ID. 2013-08-23 10:08
Defect #14758 (Closed): Can't override default locale with plugin
trunk/config/locales/en.yml: <pre>label_user ... tion. Ruby 2.0.0-p247, Redmine 2.3.2stable 2013-08-23 09:01
(5676-5700/12602)