Project

General

Profile

Search

Results (12483)

Feature #22621 (Closed): Linked/conditional custom fields
Hello, Is there a possibility to reproduce this use case when an issue is opened ? !https://imageshack.com/i/pobWYF4wj! Regards 2016-04-23 15:48
Defect #22618 (Closed): subject utf-8 char vs mysql2
we have some problem submitting an "ő" charac ... at 2016-04-22 11:46:39 +0200 Processing by IssuesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"some_token", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "subject"=>"szerződés", "description"=>"Az issue akkor zárható, ha a szerződés aláírásra kerü ... ity_id"=>"2", "assigned_to_id"=>"1", "parent_issue_id"=>"", "start_date"=>"2016-04-22", "due_da ... for column 'subject' at row 1: INSERT INTO `issues` (`project_id`, `author_id`, `start_date`, ... (1, 1, '2016-04-22', 2, 1, 'szerződés', 'Az issue akkor zárható, ha a szerződés aláírásra kerü ... for column 'subject' at row 1: INSERT INTO `... 2016-04-22 14:33
Feature #22607 (New): Search in custom fields and issues
Search seems don't works if words are either in issues and custom fields For example: if I search for all words of the query *foo bar* will not find issues with *foo* in the description and *bar* in a custom field. 2016-04-21 22:16
Feature #22600 (Closed): Add warning when loosing data from custom fields when bulk editing issues
Hi, just lost bunch of data (maybe they are b ... p :). What happened: * I just moved lot of issues by mass-moving them from one project to ano ... ) not for destination project * I moved all issues by multiple edit feature. * And voila, all ... that solution can be very easy - when moving issues from one project to another (or tracker, et ... ame will be valid for single ticket copy/move 2016-04-21 08:58
Feature #22594 (New): Optimize retrieve_previous_and_next_issue_ids
On our Redmine instance the retrieve_previous_and_next_issue_ids method is the one that slows the request rendering. issue_ids = @query.issue_ids(:order => sort_clause, :limit => (limit ... ry, :fixed_version]) generates a bunch of issues SELECT that are pretty slow : <pre> 23.42.45.336 28073: SQL (0.3ms) SELECT `issues`.`id` AS t0_r0, `issues`.`tracker_id` AS t0_r1, `issues`.`project_id` AS t0_r2, `issues`.`subject` AS t0_r3, `issues`.`description` AS t0_r4, `issues`.`due_date` AS t0_r5, `issues`.`category_id` AS t0_r6, `issues`.`status_id` AS t0_r7, `issues`.`assigned_to_id` AS t0_r8, `issues`.`priority_id` AS t0_r9, `issue... 2016-04-21 00:02
Defect #22589 (Closed): J_Chat Plugin is not Working
I have Installed Redmine Latest Version i.e. ... rking there. Can anybody Help me related the Issue? Or Improve the Compatibility of the Plugin. ... rnative Way to Implement the Chat to Redmine. 2016-04-20 13:48
Defect #22581 (Closed): Version 3.2.1. and on ... ew custom field creates internal server error
When I try to add a custom_field the result i ... GET "/custom_fields/new?utf8=%E2%9C%93&type=IssueCustomField" for 10.242.2.42 at 2016-04-19 14 ... FO -- : Parameters: {"utf8"=>"✓", "type"=>"IssueCustomField"} I, [2016-04-19T14:28:27.383201 ... edmine/sudo_mode.rb:63:in `sudo_mode' </pre> 2016-04-19 14:34
Feature #22578 (Closed): change estimated time -- 'hours' to 'days'
Hi All, The 'spent time' and 'Estimated ti ... alculate them in 'days'. Thank you, Basav 2016-04-18 13:37
Defect #22532 (Closed): Strip whitespace from login on login page
Spaces in login is removed before user accoun ... fore login or after it will be not you login. 2016-04-16 23:34
Defect #22504 (Closed): Progress bar calculation in 3.2
Starting with 3.2 and still an issue in 3.2.1 the progress bar calculation is que ... progress. This was the behaviour before 3.2. 2016-04-14 19:58
Defect #22503 (Closed): Percent done in paren ... progress even if subtasks are at zero % done
How could it be? *Calculate the issue done ratio with* set to *Use the issue field*. *Parent tasks attributes* for *% Done* set to *Calculated from subtasks*. 2016-04-14 13:43
Feature #22500 (Closed): Project issues page should allow to filter by all custom fields from subprojects
The project issue page under "redmine/projects/[ID]/issues" has only core fields and custom fields ena ... ojects are just a grouping projects where no issues can be created, no trackers enabled. But at ... ts has been identified. Related to #22498. 2016-04-14 09:39
Defect #22498 (Closed): "View all issues" page should allow to filter by all custom fields
The all issue page under "/redmine/issues" has only core fields, custom fields are mi ... summary queries. I thought I saw similar issue but could not find it, somehow related is #17664. 2016-04-14 09:22
Patch #22496 (Closed): Add text wrap for multiple value list custom fields
For multiple value list custom fields there is no text wrap when displayed as a column on issue list, this breaks page layout. This should be added to application.css: tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, *tr.issue td.list,* tr.issue td.relations, tr.issue td.parent { white-space: normal; } 2016-04-14 09:05
Feature #22491 (New): "Add" button behavior on issue page for Subtasks and Relation is inconsistent
In case of Subtasks, the "Add" button leads to new issue form, so it creates new issue. In case of Related issues, the "Add" button shows small form to lookup for existing issue number and create relation for it. This i ... # change the Subtasks "Add" button to "New issue", which is, to use <code>label_issue_new</code> in here: <pre> <code class="rub ... a link for adding a new subtask to the given issue def link_to_new_subtask(issue) attrs = { :tracker_id => issue.tracker, :parent_issue_id => issue } link_to(l(:button_add), new_project_issue_path(issue.project, :issue... 2016-04-13 20:26
Defect #22484 (Closed): Multiple entries in project activity after single "save" action
When I cange several fields in issue, say "due date", "Assigned" and add a commen ... g - because I's been taken a single activity. 2016-04-13 16:17
Feature #22483 (Needs feedback): Show PDF attachments and repo entries instead of downloading them
Following up on #22058, I would like to propo ... s taken from http://pdfobject.com/static.html 2016-04-13 14:49
Feature #22482 (Closed): Respond with "No pre ... sending the file when no preview is available
For the sake of consistency, I think, that al ... ng the @../download/..@ and @../raw/..@ URLs. 2016-04-13 13:50
Feature #22481 (Closed): Show thumbnails for PDF attachments
If GhostScript is installed, ImageMagick is a ... t's. But this was not feasible for PDF files. 2016-04-13 13:23
Feature #22452 (Closed): Add ability to display last note on issue query
It would be very useful to display last issue note in the issue query just like it is possible for description. 2016-04-11 19:40
Feature #22425 (Closed): Allow "style" tag in Redcarpet Markdown formatter
There are no means of styling text (such as c ... allow "style" tag to let users decorate text. 2016-04-08 08:18
Defect #22424 (Closed): Change Russian translation for default_issue_status_feedback
I suggest rename default russian translation ... %D0%BD%20%D0%BE%D1%82%D0%BA%D0%BB%D0%B8%D0%BA 2016-04-07 23:24
Defect #22408 (Closed): How to get the data of a custom_field from the database
Let suppose I create a new custom field (is_a ... ue from params. But when I want to create a issue and want to add this issue to my another project applane, then I need t ... d(is_addtoapplane) for that project in which issue is being created, so that check can be performed. 2016-04-06 12:55
Defect #22405 (Closed): SQL server: non ASCII filter does not work
Filter not work with unicode. 2016-04-06 07:08
Defect #22404 (Closed): Cannot create new issue if proxy has been set up
I've set up new Redmine server. And it works ... my friends living in Japan cannot create new issue on my Redmine. Log-in is OK. But when click New issue, input information and press Save, they get ... tion Database adapter Mysql2 2016-04-06 05:54
(3801-3825/12483)