Project

General

Profile

Search

Results (12605)

Feature #22790 (Closed): Relation between main project version and sub-projects versions
I am wondering if it is possible to define re ... P1 spv1-1 and SP2 spv2-1, so if I review the issues of MP mpv-1 I want to see the issues of SP1 spv1-1 and of SP2 spv2-1. Thanks in advance for any suggestions. 2016-05-11 07:54
Feature #22789 (Closed): issue status changed with note when I changed the issue status in issue list
for example, when I changed issue status from new to resolved, I want to add s ... there's some method to do it. 1. I open the issue in details page, clikc [edit] and modify the status and notes, then submit. 2. in issue list, I right click and select the status to ... ine give dialogbox to add some notes? Thanks. 2016-05-11 05:53
Defect #22786 (Closed): On click PDF link on ... "Couldn't open PDF" in IE and Microsoft Edge
Hi, When i click on PDF link on Project bo ... s showing error "Couldn't open PDF". This is issue in IE and Microsoft Edge. Please help! 2016-05-10 14:19
Feature #22780 (Closed): Import information from excel to redmine
Hello, I've found some information about t ... to import a few values from excel to redmine issues. It is mainly about normal fields like s ... lanation is detailled ;) Thanks, Calimero 2016-05-10 09:35
Patch #22778 (Closed): Traditional Chinese translation (to r15411)
* New: ** setting_new_project_issue_tab_enabled 2016-05-10 08:11
Patch #22776 (Closed): Japanese translation update (r15408)
Translated setting_new_project_issue_tab_enabled. 2016-05-10 02:00
Defect #22774 (Closed): "Parent task is invalid" message when setting parent to root issue after setting to a child of the root.
Hopefully the title makes sense. *Repro steps:* # Create Issue 1 # Create Issue 2 and assign 1 as parent # Create Issue 3 and assign 1 as parent # Navigate to issue 3 and assign 2 as parent # Navigate to issue 3 and re-assign 1 as parent Step 5 will d ... invalid". *Workaround:* 5. Navigate to issue 3 and remove any parenting 6. Navigate to issue 3 and re-assign 1 as the parent Seems the issue can't be assigned to its parent because it w ... reassigning the lft and rgt fields of the 3 issues involved. <pre> Environment: Redmine ... .5 Filesystem </pre> 2016-05-09 18:53
Feature #22771 (Closed): Option to send email notifications while importing issues from CSV files
All email notifications are disabled for CSV import (source:trunk/app/models/issue_import.rb@15238#L65). Since no notifications are sent, assignees can't recognize issues which created and assigned by CSV importer unless they see issues list on screen. I think it would be ... email-notification-option-for-csv-import.png! 2016-05-09 06:28
Defect #22754 (Closed): Error while updating issues with boolean custom field through API
We started having trouble while updating an issue through the API. Some client code worked fin ... t 2 years. Hints? <pre> Started PUT "/issues/1564987.json" for 151.66.249.97 at 2016-05-06 14:53:29 +0200 Processing by IssuesController#update as JSON Parameters: {"issue"=>{"due_date"=>"2016-07-05", "id"=>1564987, ... rrent user: SOAP (id=165) Rendered mailer/issue_edit.text.erb within layouts/mailer (3.9ms) ... `empty?' for 1:Fixnum): 1: <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %> 2: ... lper.rb:120:in `format_value' app/helpers/issues_helper.rb:288:in `show_detail' app/helpers/issues_helper.rb:238:in `block in details_to_strings' app/helpers/issue... 2016-05-06 15:01
Defect #22733 (Closed): 404 The entry or revision was not found in the repository
Environment: Redmine 3.2.1 with Bitnami Virtu ... to an existing Gitlab repository and enable issue tracking via commit comments. I tried ot ... e path, etc. Nothing worked. Please help. 2016-05-05 09:50
Defect #22712 (Needs feedback): picture's in email notification
Dear, When i i make an issue with a picture in the picture isn't shown in ... a host before the url. !mail_attachment.png! 2016-05-03 14:24
Feature #22701 (Closed): Allow forward reference to parent when importing issues
When importing issues via CSV with parent relations, the parent issues need to be positioned before child issues. Otherwise the relation will be ignored. To work around this limitation, the issue import could be extended to use multiple passes: # one to import basic issue properties # one to import relations to other issues This way it becomes easier to create the ... uld also be a prerequisite to import general issue relations. Since those cannot be more comple ... nges, I tried to keep the @Import@ free from issue related information. Other existing @Import@ ... possible. h3. 0001 Extend test data for issue import This change adds two rows to the existing issue import fixture file. These rows contain a parent and a child issue, while the parent is placed after the child. ... existing tests, where the number of imported ... 2016-05-02 15:26
Feature #22676 (Closed): Static issue list URLs
Often I would like to talk in an email about a group of e.g. five issues. In order to provide fast access to the issues, I need to copy all the issues' URLs into the mail. It would be very nice to have URLs like @https://www.redmine.org/issues?query_id=270,359,267,293,118@ that would open a corresponding issue list page. (Bugzilla does this: https://b ... format=advanced&bug_id=270,359,267,293,118) 2016-04-29 14:16
Defect #22670 (Closed): Email reminder sent even if ticket is closed
We have the issues that some of our team members get email reminders ("25 issue(s) due in the next 1/3/7 days") even for alr ... Thank you for any help! Regards, Markus 2016-04-29 09:28
Defect #22660 (Closed): Deleting Wiki page fails
Currently i'm hitting an problem with deletin ... ta 0.2.3 parent_issue_filter 1.0.0 portal_auth ... mine_gist 0.0.1 redmine_issue_favicon 0.0.1 redmine_issue_icons 1.0.0 redmine_issue_templates 0.1.1 redmine_last_updat ... u_links 1.0.0 redmine_message_issues 0.1.0 redmine_monitoring_controlling 0.1.1 redmine_multiprojects_issue 0.1 redmine_my_page_queries 2.0 ... pectator 0.0.1 </pre> 2016-04-28 11:42
Defect #22646 (Closed): PostgreSQL: Exception in issue report view.
The following exception is raised, when viewing /projects/projektmanagement/issues/report on PostgreSQL: <pre> ActiveRecor ... AS is_closed, tracker_id AS tracker_id FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" INNER JOIN "issue_statuses" ON "issue_statuses"."id" = "issues"."status_id" INNER JOIN "trackers" ON "trackers"."id" = "issues"."tracker_id" WHERE ((projects.id = 204) AN ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking'))) GROUP BY "issues"."status_id", "is_closed", "issues"."tracker_id"): app/models/issue... 2016-04-27 17:44
Defect #22638 (New): creating with REST API new issue on a project without any tracker enabled return misleading error message
creating a new issue on an existing project without any tracker e ... Database adapter Mysql2 </pre> 2016-04-26 23:50
Feature #22634 (Closed): "File" type custom field
Hello, It would be nice to have ability to m ... field with type "file". For example I need issue tracker with 3 files: business plan in ex ... company logo : Choose file 2016-04-26 15:38
Defect #22628 (Closed): Create issue with custom fields with ruby API
Hey! I'm trying to create an issus in ruby s ... 'custom_fields' and by update operation (get issue by id and set values in custom_fields array) ... be to assign the right value while creating issue (one save operation), I don't want to create ... e if it's deprecated. Thx for help. gary 2016-04-25 13:28
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
(3901-3925/12605)