Project

General

Profile

Search

Results (12603)

Defect #15987 (Closed): Wrong search pagination
Hi team, I've encountered some strange sea ... fset= *20130603084359* &q=test&utf8=%E2%9C%93 2014-01-28 15:59
Patch #15986 (New): Hook for REST API
Would be nice if issue (and other API objects) will have hooks for ... to the API output. <pre> call_hook(:api_issue_show, :issue => @issue) </pre> 2014-01-28 15:31
Defect #15985 (Closed): Email address with non-ASCII character causes delivery error
I know that e-mailadresses with "ß" are inval ... who is related. -> No one will be notified. 2014-01-28 15:26
Defect #15981 (Closed): Internal error. An er ... ct your redMine administrator for assistance.
Hi, I have installed redmine(2.4.2) on ubu ... ollers/settings_controller.rb:28:in `index' 2014-01-28 11:05
Defect #15974 (Closed): percentage of done is more than 100%.
Please resolve the issue in Redmine with % done - parent feature cann ... n 100%. See screenshot attached. The issue is reproduced, when estimated time of sub-task is set to 0 (zero). 2014-01-27 15:00
Feature #15971 (Closed): Add inside the attachemnt issue the option private
I think a nice feature are add this option to redmine (a private comment with a private attachment) 2014-01-27 10:29
Feature #15966 (New): Option inside request URL for only showing issue body without menues on top
It would be great, if one could chose by the ... quest I am only interested in displaying the issues info card (including everything like the no ... name and path / search * Activity, roadmap, issues, ..., config panel The reason is to display the issue in a small environment included in a delphi ... omates some parts. Best regards Christian 2014-01-26 13:57
Defect #15957 (Closed): Invalid calculation of %done of parent issues under certain ciscumstances
One of our customers at "Planio":https://plan ... he calculation of the %done field for parent issues. With #14798, you updated the calculatio ... s, namely when the estimated_time of a child issue was explicitly set to 0. This patch however doesn't cover the whole issue and leads now to incorrect results (i.e. too ... s even larger than 100%) if there are closed issues of which some have set estimated_time to 0 ... arge result. The attached patch fixes the issue and modifies the test to expose the bug. The bug affects all versions after r12131 (>= 2.3.3). 2014-01-24 18:36
Defect #15951 (Needs feedback): Error when deleting project
When I tried to delete project in Administrat ... `children' for nil:NilClass): app/models/issue.rb:165:in `create_or_update' app/models/issue.rb:1371:in `recalculate_attributes_for' app/models/issue.rb:1334:in `update_parent_attributes' app/models/issue.rb:179:in `destroy' lib/plugins/awesome_n ... b:443:in `destroy_descendants' app/models/issue.rb:179:in `destroy' app/controllers/proje ... lurion in the internet. Redmine version 2.4.2 2014-01-24 08:26
Defect #15949 (Closed): uninitialized constan ... Scm::Adapters::AbstractAdapter::CommandFailed
I can see above error suspiciously often. Fir ... h "redmine" system user that owns everything. 2014-01-23 13:31
Defect #15947 (Closed): Deadlock when delete issues in same time on multiple sessions
Dear team, When we have multiple sessions try to delete issues in same times, we encounter this internal e ... et lock; try restarting transaction: SELECT `issues`.* FROM `issues` WHERE `issues`.`root_id` = 145786 AND (`issues`.`lft` >= 1 AND `issues`.`rgt` <= 2) AND (`issues`.id != 145786) ORDER BY `issues`.`lft`): The trace: > Started DELETE "/issues/17669" for 127.0.0.1 at 2014-01-23 16:34:09 +0700 Processing by IssuesController#destroy as HTML Parameters: {" ... IT 1 Current user: ttanthanh (id=1454) Issue Load (3.0ms) SELECT `issues`.* FROM `issues` WHERE `issues`.`id` = 17669 Project Load (2.0ms) SELE ... hours`) AS sum_id FROM `time_entries` WHERE (... 2014-01-23 11:48
Defect #15944 (New): Some columns in redmine should be double data type, i.e estimated_hours
Dear Team, We have some problems with fiel ... etimes query is wrong. Example: We have an issue with estimated_hours = 1.6, when we filter in issue list with parameters: - estimated_hours >=/ ... _hours <= 1.6: the list doesn't contain that issue I viewed source code, the team handled it ... team fix it both in database and source code. 2014-01-23 04:22
Defect #15935 (Closed): Email notifications doesn't work
Hello I have installed a new Redmine insta ... e came across a lot of people reporting this issue but I didn't get any success to solve it. ... edmine that can look into this problem? This issue prevent us from using your tool. Here are ... s I tried: https://github.com/mikel/mail/issues/70#issuecomment-2639987 http://www.redmine.org/board ... s an end user. Thank you a lot. Regards 2014-01-22 15:17
Defect #15929 (Closed): REST API: Integer custom field validation fails when using non-string values
I have an issue custom field "My field" of integer type. Thi ... p. When I try to update it's value for some issue, validation fails with message "My field is ... d both variants for custom fields: <pre> {"issue":{"custom_field_values":{"12":15}}} {"issue":{"custom_fields":[{"id":12,"value":15}]}} ... t of production.log: <pre> Started PUT "/issues/788.json" for 2a00:9700:0:10:1e6f:65ff:fe54:fb4a at Wed Jan 22 16:45:48 +0700 2014 Processing by IssuesController#update as JSON Parameters: {"issue"=>{"custom_field_values"=>{"12"=>15}}, "id"= ... (Views: 1.9ms | ActiveRecord: 24.9ms) </pre> 2014-01-22 11:03
Feature #15928 (New): Disable email notifications for ticket's updates
Hello, We're having a problem that every t ... or do not send email for each update of the issue. The idea is to add a check-box [send email ... ive notification of important updates on the issue. Is it possible to make it on redmine? Thank you very much. 2014-01-22 08:18
Feature #15926 (Closed): Redirect to back_url ... en clicking "Sign in" while already logged-in
I subscribe to my activity view via activity. ... at the code it seems that trunk has the same issue. *Bug*: When clicking on these links (or ... else authenticate_user </pre> 2014-01-21 17:42
Feature #15925 (New): Related Issues-Link multiple issues to a master issue
Context: I have a helpdesk pluggin and may re ... ning slow. These emails automatically create issues in Redmine. Once I resolve the problem I would like to "link" these issues to a master issue. Instead of updating each ticket individually to relate each one to the master issue. I would like to select these issues in the "issues list" and add a relation to the master issue. In my issues list I selected 6 issues (check box on the left),right click and giv ... is great but there's no option for "Related Issue". Is this a bug, a non existing feature or p ... dit perhaps have an option to add a relation? 2014-01-21 16:59
Feature #15919 (Closed): Set default category assignee immediately upon category selection
Currently, the one can see default assignee only after the issue is created. This confuses people and it should be good to set it ASAP using AJAX call. 2014-01-21 13:07
Feature #15918 (Closed): Managing "description" field
It should be possible to change the name or e ... ny way to simply remain closed and forgotten. 2014-01-21 11:44
Defect #15916 (Closed): I can not lift redmine...
the problem I have with redmine is unable to ... 'file' =============================== 2014-01-21 00:14
Feature #15910 (Closed): Update regarding Redmine installation on Windows Sub URI page
Hi, I am putting this tracker for the regular ... elp newbie to install Redmine in a simple way 2014-01-20 13:58
Defect #15908 (Closed): Regex email truncation not documented correctly
I have been unable to configure the email tru ... xpression. I am not the only one having this issue, see #11684, specifically the note: " Eti ... to use a built in function, then there is an issue with the documentation. The [[RedmineRece ... to be truncated, e.g. http://www.redmine.org/issues/5864)" I tried .* and also /.*/ to try a ... ng at all. The whole email still got through. 2014-01-20 12:48
Defect #15907 (Closed): Can't select last entry in comboboxes with Chrome 32.0.1700.76 m
I'm using Google Chrome 32.0.1700.76 m on Win ... ugh it seems that the last entry is selected. 2014-01-20 12:16
Feature #15904 (Closed): Story as Parent for other stories
It could be really helpful if adding relation for Related issue will be e.g. "Parent for" other stories. Als ... summary of estimations from related stories. 2014-01-20 08:42
Feature #15902 (New): Custom Field - Version - Combo list to be grouped by projects..
Currently the Versions are not grouped accord ... show this combo as grouped. Thank You. 2014-01-20 08:05
(5376-5400/12603)