Project

General

Profile

Search

Results (12483)

Defect #22808 (Closed): Malformed SQL query w ... er when grouping and sorting by fixed version
Hi guys, I had the same problem of issue #19544, but my was with the fixed version co ... my problem. code modified in /app/models/issue_query.rb <pre><code class="ruby"> # Returns the issues # Valid options are :order, :offset, :limit, :include, :conditions def issues(options={}) if group_by_sort_order.is_ ... ject(&:blank?) end ... </code></pre> 2016-05-12 18:29
Defect #22807 (Needs feedback): rbpdf 1.19.0 breaks the encoding
env ruby 2.1.5p273 (2014-11-13 revision 4840 ... cing previous version of rbpdf gem fixes the issue gem "rbpdf", "1.18.7" 2016-05-12 17:06
Feature #22804 (Closed): Closed status can be reopened
If the bug is closed we cannot reopen the issue again.Can the reopen issue be available for the closed bug too? 2016-05-12 11:24
Feature #22802 (New): Add the posibility to set/change the position of an issue in a version
In the roadmap tab, issues are now automatically sorted (positioned) i ... o manually set and change the position of an issue in a version. In this way, the users will ha ... ime based) and for each version we plan some issues that the team should implement in the next ... in which the features should be implemented (issues positioned in the top of the version are th ... sy to use in teams that periodically release issues and the priorities change often. A simil ... ture can be extend also to allow drag'n'drop issues from one version to another. 2016-05-12 09:03
Defect #22794 (Closed): Multi-value custom list fields are not wrapped in Issues view
We have a custom value multi-value list field ... ivated items. When showing this field in the Issues view, the here comma-separated items are no ... CSS change in my custom theme: <pre> tr.issue td.list { white-space: normal; } </pre> ... value list would add another class attribute. 2016-05-11 11:57
Feature #22793 (Closed): Description Editing
Is there an option to edit the description?ot ... ption.If not can that feature be implemented? 2016-05-11 10:05
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
(3776-3800/12483)