Project

General

Profile

Search

Results (12601)

Defect #12026 (Closed): 500 error on user page after migrating from Trac to RedMine 2.0.3
When we click on a username (https://redmine/ ... r.rb:76:in `show' Thanks for your help ! 2012-10-05 12:22
Defect #12025 (Closed): rake receive_pop3 is stripping formatting and new lines
Since upgrading from redmine 1.3.1 to 1.4.4, ... b of text as a one-line comment to a redmine issue. This continuous blob also includes email ... e has changed apart from the redmine version. 2012-10-05 04:44
Defect #12024 (Closed): Unable to complete install - v.2.x
Hi guys, *Very* new to RedMine, an in no w ... . This *could* be some sort of dependency issue or a typo in the Gemfile - i.e. ruby 1.8.x vs 1.9.x - not sure. 2012-10-05 03:58
Feature #12022 (Closed): Change/Update author when an issue is re-opened to the person who re-opens
This improvement could be guarded with a new ... ing. Add the following code to app/models/issue.rb: <pre> def update_author_when_reopene ... uthor_when_reopened, :update_done_ratio_from_issue_status, :force_updated_on_change + before_s ... uthor_when_reopened, :update_done_ratio_from_issue_status, :force_updated_on_change </pre> 2012-10-04 18:45
Patch #12019 (Closed): Traditional Chinese language file (to r10556)
* Translations added: ** label_copied_to, label_copied_from, label_any_issues_in_project, label_any_issues_not_in_project, field_private_notes, permission_view_private_notes, permission_set_notes_private 2012-10-04 10:13
Defect #12018 (Closed): Issue filter select box order changes randomly
!issue-cf.png! !project-cf.png! !issue-filter.png! 2012-10-04 05:39
Feature #12013 (Closed): +1 button
Redmine community is so keen on commenting issues with a "+1" that I don't know how we've liv ... ut a "+1 button" This would allow to rank issues easily using the already available filterin ... is feature, please answer with a "+1" :-) 2012-10-03 08:24
Feature #12010 (Closed): Subscription 2 Plug-in and a question about posting to blogs via email
Hi, I have a question about the subscribe ... s, Mark (Social Media Fellow, Anthropology) 2012-10-02 18:38
Feature #12005 (New): Mightful workflow field enhancement: hide
Ability to hide field Related to #8050 2012-10-02 12:03
Feature #12002 (Closed): I'd like to see an Issue Status Description
I like to see a status description so people ... tus description and a new field added to the issue_statuses page. Then a user could hover over ... f what the status means. New - is a new issue a user has discovers. Open - is an issue that has been approvel to be worked on. In Progress - the issue is currently being worked on. Reject - the administrator do not feel this is appropriate. 2012-10-01 16:56
Feature #11999 (New): Calculating issue done ratio based on "Estimated Time" and "Spent Time" - selectable by project (not globally)
h1. The current implementation Currently "issue done ratio" can be calculated by 2 different methods: # Use the issue field # Use the issue status Additionally, these settings can onl ... and for others we would need it to be by the issue field. Thus, In our opinion, this setting sh ... the global administration settings). h2. Issue calculation based on "Estimated time" / "Spe ... pful if there was an option to calculate the issue completion based on the "Estimated Time" and ... ated time * The system should calculate the issue done ratio based upon these two fields for s ... opinion it would make more sense to have the issue done ration calculation method selectable by ... It should also be possible to calculate the issue done ration based upon "Estimated Time" and "Spent Time" 2012-10-01 11:57
Defect #11997 (Closed): Redmine uses the account number password encryption is what format?
Redmine uses the account number password encr ... ame account number and the password database. 2012-09-30 21:10
Feature #11996 (Closed): Module based Email Notification settings
I'd like to be able to set "only for things i'm involved in" for issues but "for any event on" on wiki pages. 2012-09-30 17:50
Patch #11995 (Closed): Japanese translation update (r10515)
Translated @label_any_issues_in_project@, @label_any_issues_not_in_project@. 2012-09-30 06:50
Patch #11994 (Closed): Bulgarian translation (r10515)
Translated: * label_any_issues_in_project: задачи от проект * label_any_issues_not_in_project: задачи, които не са в проект 2012-09-29 19:25
Patch #11992 (Closed): Japanese translation about issue relations improved
* Translated label_copied_from, label_copied_from. * Improved translations about issue relations. 2012-09-29 09:56
Feature #11989 (New): Allow done ratios to be affected by status AND field
Consider a situation where a defect can be re ... <pre> diff -rupN redmine-2.1.0/app/models/issue.rb redmine-2.1.0-modified/app/models/issue.rb --- redmine-2.1.0/app/models/issue.rb 2012-09-16 06:54:11.000000000 -0600 +++ redmine-2.1.0-modified/app/models/issue.rb 2012-09-28 11:16:32.479809960 -0600 @@ -49,7 +49,7 @@ class Issue < ActiveRecord::Base acts_as_activity_pr ... => :author_id - DONE_RATIO_OPTIONS = %w(issue_field issue_status) + DONE_RATIO_OPTIONS = %w(issue_field issue_status issue_field_and_status) attr_reader :current_journal @@ -494,6 +496,10 @@ class Issue < ActiveRecord::Base def self.use_field_for_done_ratio? Setting.issue_done_ratio == 'issue... 2012-09-28 19:40
Feature #11988 (Closed): Display additional attachments in the issue history only
I think is better put the thumbnails and the ... you attach when edit the description of the issue. And show the thumbnail if this is a image. 2012-09-28 15:56
Defect #11987 (Closed): pdf: Broken new line in table
Advanced tables format, with merged of severa ... abase schema version 20120731164049 * 2012-09-28 14:22
Defect #11981 (Closed): Redmine send mail fail when project has too much members
I had find the reason. The smtp server rejec ... rb codes 2 days but it could not work. 2012-09-28 08:05
Defect #11979 (Closed): No validation errors when entering an invalid "Parent task"
Validation errors should be displayed if the "Parent task" value is non-numeric value. 2012-09-28 06:25
Defect #11975 (Closed): Undefined status transitions allowed in workflow (author of issue changes when selecting a new status)
The modification made back in Revision 5991 a ... ut the fix shouldn't change the author of an issue, thus breaking the transition workflow (and ... e> diff -rupN redmine-2.1.0/app/controllers/issues_controller.rb redmine-2.1.0-modified/app/controllers/issues_controller.rb --- redmine-2.1.0/app/controllers/issues_controller.rb 2012-09-16 06:54:12.0000 ... +++ redmine-2.1.0-modified/app/controllers/issues_controller.rb 2012-09-27 13:51:13.012 ... @ private end end @issue.project = @project + @issue.author = User.current else @issue = @project.issues.visible.find(params[:id]) end @issue.project = @project - @issue.author = User.current # Tracker must be set before custom field values @... 2012-09-27 22:08
Feature #11969 (Closed): Subtask display fields
I would like to have the option to display certain fields in the Issue hierarchy panel. It makes it really clear i ... xt to the field names. So instead of |\6.Issue hierarchy (Add a subtask) | |Bug|#400:|\4.Parent Issue| |>New|Bug|#401:|Child Issue 1|New|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n ... p;&nbsp;&nbsp;&nbsp;| |>New|Bug|#402:|Child Issue 2|New|| |>New|Bug|#403:|Child Issue 3|New|| |>New|Bug|#404:|Child Issue 4|New|| |>New|Bug|#404:|Child Issue 5|New|| |>New|Bug|#404:|Child Issue 6|New|| You would see |\8.Issue hierarchy (Add a subtask) | |Bug|#400:|\2.Parent Issue|Start Date:|Est Hrs:|Status|Pct Complete| |>New|Bug|#401:|Child Issue 1|>.1/1/2012|>.6.0|New|&nbsp;&nbsp;&nbsp;&nb ... p;&nbsp;&nbsp;&nbsp;| |>New|Bug|#402:|Child ... 2012-09-27 18:13
Feature #11968 (New): Use Watcher List For Target Versions When List Is Long
The "Add watcher" feature now provides a sear ... it's a helper...) used for the watchers list? 2012-09-27 17:21
Feature #11963 (Closed): Hide the estimated times on issues for certain roles
Hello, we are successfully using Redmine f ... 9-27_08-54-03.png! !2012-09-27_08-57-41.png! 2012-09-27 09:09
(6651-6675/12601)