Project

General

Profile

Search

Results (12603)

Feature #15065 (Needs feedback): Custom field ... st of available users by either Role or Group
Doing this would allow limiting values that c ... or in which all users are shown to pick from. 2013-10-08 23:42
Feature #15060 (New): Allow array as argument for a REST API parameter
It would be helpful to have the ability to pa ... , if you would like to get a list of all the issues from 2 different authors .../redmine/issues.xml?author_id=[24,34] 2013-10-08 13:54
Defect #15057 (Closed): Can't change status from new if project have no members
I create project, if it have not members - status cant be change from new to any one another 2013-10-07 20:14
Defect #15047 (New): Issue edit view does not show description and notes
Whenever I rightclick on an issue and use edit, I get to the ticket edit view, ... on updates which shows description and notes. 2013-10-06 11:35
Defect #15045 (New): Filter by custom field (only) doesn't work in REST API
> cf_x: get issues with the given value for custom field with ... as a filter' checked.) I tried to filter issues by custom field and initially I tried to put only this filter in the URL. I issued the following request on my Redmine instance: <pre> http://hq.company.com.br/redminetest/issues.xml?cf_24=1&limit=25&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx </pre> The query above fetch all the issues on my instance, regardless of the custom fi ... <pre> http://hq.company.com.br/redminetest/issues.xml?project_id=176&cf_24=1&limit=25&key=xxx ... My field is marked with 'use as filter' only. 2013-10-04 23:17
Defect #15044 (Closed): Patch for giving controller_issues_edit_after_save api hook the correct context
The API hooks "controller_issues_edit_before/after_save" are not given the correct context (i.e. the same context that "controller_issues_new_before/after_save" get.) Expected behavior: "controller_issues_new_after_save" and "controller_issues_edit_after_save" should be given the same context. Actual behavior: "controller_issues_edit_after_save"'s context lacks a control ... work-arounds to gain access to them. Fix: Issue#save_issue_with_child_records has no particular need to be in the Issue model. Moving it to IssuesController allows for a simple fix with mini ... etc, but I've attached it here for comment. 2013-10-04 23:14
Defect #15041 (Reopened): Issues list bad ordering by Subject
Sorting the list by column Subject returns un ... sults. Steps to reproduce: - Display All Issues; by default the list is ordered by Subject; ... * Ya... * XP * XM... * xm... * Wr * 2013-10-04 13:51
Defect #15039 (Closed): Custom fields in spent time details are not shown
If you have a custom field in your trackers, ... s happens with either text or select content. 2013-10-04 13:04
Defect #15037 (Closed): Redmine not rendering any page!!! HELP!
Hi! Yesterday our Redmine worked great, bu ... "Redmine" /> <meta name="keywords" content="issue,bug,tracker" /> <meta content="authenticity ... that link. Any help appricated! Thanks! 2013-10-04 10:43
Feature #15029 (Closed): When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking)
I use this filter to filter out some issues that can not be done yet because they are b ... useful to take into account if the blocking issue is already closed. This way, the initially blocked issue will be no longer blocked. I like to keep the issues relations, even when the related issues are closed. I do not know if this is a ... cked by" + "any - anytime" + "any - now", ... 2013-10-02 18:40
Defect #15027 (Closed): Italian "Assigned to changed from A in B" is confused
Hi, in redmine 1.3 and 2.3.2 stable when I a ... ange the template of this message? Thanks. 2013-10-02 09:46
Defect #15025 (New): Receive IMAP error on empty mailbox
From #14101#note-3. <pre> sudo -u redmine ... dmine plugins: no plugin installed </pre> 2013-10-02 08:47
Feature #15021 (New): Service Level Agreement ... il configuration, add any other notifications
*SLA:* - configurable when you are using the ... i can't write something like that. Thanks. 2013-10-01 21:08
Defect #15017 (Closed): Search results show only the last page when using MSSQL
We have setup Redmine 2.3.3 on CentOS and MS ... ) EXEC sp_executesql N'SELECT TOP (11) [issues].id FROM [issues] LEFT OUTER JOIN [projects] ON [projects].[id] = [issues].[project_id] LEFT OUTER JOIN [journals] ON [journals].[journalized_id] = [issues].[id] AND (journals.private_notes = 0 O ... t_id FROM enabled_modules em WHERE em.name=''issue_tracking''))) AND [journals].[journalized_type] = N''Issue'' WHERE (projects.status <> 9 AND projec ... t_id FROM enabled_modules em WHERE em.name=''issue_tracking'')) AND (issues.project_id IN (1)) AND (((LOWER(subject) LIKE N''%mot%'') OR (LOWER(issues.description) LIKE N''%mot%'') OR (LOWER(journals.notes) LIKE N''%mot%''))) GROUP BY [issue... 2013-10-01 13:22
Defect #15015 (Closed): Multiple categories for issue creation
Hi, I've changed the select option as mult ... g multiple categories for creating as single issue. Changed the category_id as string from int ... code as <%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), {: ... yle => "width:350px;",:size => 4 }%>. In issues_controller, category_ids = [] if params[:issue][:category_id].length > 1 params[:issue][:category_id].each do|category| categ ... y end else category_ids = params[:issue][:category_id] end The values stored in db as, select category_id from issues where id= 18824; +---------------------+ ... d like this. Can anyone help me out?. 2013-10-01 12:00
Defect #15012 (Closed): R6034
I have 64 bit W8, and a new install of QGIS 2 ... d any pluggins and they doesn't work Thanks. 2013-09-30 16:22
Feature #15010 (New): Ability to set a list of keywords available for issues
Is it possible to admin setting a list of keywords available to users when editing an issue (i.e. to be used by the Search Engine)? It ... t when user fills the input field "keywords". 2013-09-30 09:53
Feature #14998 (Closed): Exclude some attachment types when receiving issues by email
Currently, Redmine adds all the attachments of an email reporting/commenting on an issue to that issue. This includes automatic attachments such as ... ic signatures, which are not relevant to the issue. It would be good if the email-reception ... e top of my head; There might be others.) 2013-09-28 02:27
Feature #14993 (Closed): allow disconntecing ... utton in substask list like for related tasks
It woud male things easier instead of having to edit the subtask, remobe the parent issue and save the form, just click "disconnect" directly in parent issue via symbol 2013-09-26 23:54
Defect #14991 (Closed): Lots of extra br's before each table
When creating a table using RedCloth markdown in a redmine issue, lots of br's are inserted before the table. ... to 26 br's in a 4 columns and 3 rows table. 2013-09-26 17:03
Feature #14989 (Closed): Drag and drop functionality for redmine 1.3
Hi, I've tried to implement the drag and drop issues for members allocation in my redmine 1.3.x ... Management plugin?. Please help me out. 2013-09-26 15:58
Feature #14983 (New): Default Activity per Issue Tracker
I couple times figured out that there could b ... o set the default activity customized to the issue tracker. Could also have some relationship of the trackers to its specific activities. 2013-09-25 16:31
Defect #14982 (Closed): "Please Reply Above This Line" Included On Reminder E-Mails
See this feature: http://www.redmine.org/p ... ase reply above this line to respond to this issue --- The problem is that people are replyi ... il should probably detail to not reply to it. 2013-09-25 16:06
Defect #14979 (Closed): Delete Issues Relation
Reproduce Hints: # open a Ticket view, go down to 'Related issues' and [Add] an issue # select 'Related to', type another valid t ... ok! # Now try to [Delete Relation] of that issue in same view # Dialog 'Are you sure?', pres ... elation is still active! see defect #14023 2013-09-25 09:59
Defect #14977 (Closed): Internal Server Error while uploading file
Hello, Sometimes Redmine stops uploading f ... al Server Error when I try to attach file to issue. Application restart fixes it, but after som ... rs/attachments_controller.rb:88:in `upload' 2013-09-24 15:40
(5601-5625/12603)