Project

General

Profile

Search

Results (12572)

Defect #27560 (Closed): RJS is messing up Nginx proxy for static files
I have a simple Redmine+Nginx setup and I upg ... see that the following is not working: * issues: switch version, switch tracker * custom field: switch format * probably a lot more The issue is that I have the following Nginx configura ... =0&custom_field%5Bproject_ids%5D%5B%5D=&type=IssueCustomField HTTP/1.1", host: "localhost:8080" ... t:8080/custom_fields/new?utf8=%E2%9C%93&type=IssueCustomField" </pre> Nginx sees a request ... proxy_pass http://redmine:3000; </pre> 2017-11-18 11:17
Defect #27558 (Closed): Project view looks like is a bug in v3.4.3
When I test the new version v3.4.x,the "projects" table shows some issues, the project lists are messed up but not happened in v3.3x .please show the pictures. 2017-11-18 07:35
Defect #27549 (Closed): Rewite url filter issue redmine
hi All i need Rewrite url filter issue redmine http://domain/projects/ngan-sach/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc& ... roup_by= http://domain/projects/ngan-sach/issues/%E2%9C%93/1/3Adesc... Very Thánks 2017-11-17 04:16
Feature #27541 (Closed): New optional column for issue list: number of comments/updates
Just to get a quick impression if a ticket wa ... empty string instead of a '0' could be shown. 2017-11-16 09:31
Defect #27538 (Closed): Redmine installation ... to 0755, making them executable for everybody
Official redmine installation documentation a ... ee https://github.com/docker-library/redmine/issues/94 Thanks for having a look at this! 2017-11-15 12:37
Defect #27533 (Closed): Cannot change the priority of the parent issue in issue query context menu when parent priority is independent of children
Also if Tracking settings are set to have par ... independent of children, the context menu in issue query has priorities grayed out. In fact, when normally editing, the priorities of parent issues are perfetcly editable. This bug affects the context menu only. 2017-11-14 20:09
Feature #27530 (New): Set default target version when moving issues to another project
When moving an issue to a another project, the default version of the new project should automatically be set on the issue. Currently when trying to change the project of an existing issue, the target version textbox will be erased. ... base adapter PostgreSQL </pre> 2017-11-14 18:45
Patch #27529 (Closed): Attachment Added in Issue not saves in journal
In the model Issue the action attachment_added is missing the .save to journal. 2017-11-14 17:27
Feature #27528 (Closed): Custom fields list type improvement
Every custom field in database has it's own I ... f Redmine, or any other relational database. 2017-11-14 13:03
Defect #27518 (Closed): redmine custom queries for watcher
help me, in issue private,i want member see all data if member add in issue watcher. who help me ! very thanks, 2017-11-13 05:40
Defect #27512 (New): Totals on custom fields with different role contexts
Totals should exclude values from custom fiel ... on project 2. If I go in the project 1's issues I can see the *field1* in the columns, it i ... totals: !screen2.png! I didn't find any issue talking about it. Is it a work in progress ? 2017-11-10 19:01
Patch #27510 (Closed): Introduce active? method to Group via Principal model
Groups should have "active" method, because they can be assigned issues to, and are treated in many ways as users. ... https://github.com/Restream/redmine_reminder/issues/5 Even though it could be resolved as a ... ctive? method, as provided in patch file. 2017-11-10 14:36
Feature #27412 (Closed): Document supported HTML access keys
The access keys supported by Redmine (which a ... 1 (#481), r13794 (#18692) * notable related issue(s): #6846 * notable related plugin(s): http ... y => accesskey(:next)) %></pre>| |app\views\issues\show.html.erb|12|<pre> ... > accesskey(:previous) %></pre>| |app\views\issues\show.html.erb|24|<pre> :accesskey => accesskey(:next) %></pre>| |app\views\issues\_action_menu.html.erb|2|<pre><%= link_to l(:button_edit), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :class => 'icon icon-edit', :accesskey => accesskey(:edit) if @issue.editable? %></pre>| |app\views\issues\_form.html.erb|34|<pre> : ... : https://en.wikipedia.org/wiki/Access_key. 2017-11-08 21:35
Defect #27407 (Closed): Default assignee in issue categories doesn't work for groups
In project settings->issue categories we can select certain user to be ... ategory is selected. We have enabled "Allow issue assignment to groups". 2017-11-08 14:10
Defect #27406 (Closed): Internal Server Error while posting smile in issue's description
It took a time to realize why issue's creation throw Internal Error. It turned ... vant error from log: <pre> Processing by IssuesController#create as HTML ..skipped.. Comp ... be/notes/mysql-utf8mb4#character-sets to fix issue. 2017-11-08 13:31
Feature #27401 (Closed): Switch from View ticket to Edit Ticket - hit the button E on your keyboard
Coming from Confluence I really love that "E" ... taking my humble thoughts into consideration. 2017-11-08 06:53
Defect #27399 (Closed): Issue in project list
On the 'Projects' page, the list of the proje ... ttached a screenshot of my projects page. Issue appear on the latest version on a fresh installation 2017-11-07 21:20
Defect #27397 (Closed): issues with custom field sql query error
When adding custom field in issues list, USING MS SQL 2016 <pre> generate ... on cf.id = cv.custom_field_id INNER JOIN issues i on i.id = cv.customized_id INNER JOIN ... ustom_values cv WHERE cv.customized_type = ''Issue'' and cv.custom_field_id IN (1) and cv.custo ... zed_id = i.id WHERE cv.customized_type = ''Issue'' and cv.custom_field_id IN (1) and i. ... ess TOP, OFFSET or FOR XML is also specified. 2017-11-07 13:36
Feature #27381 (New): % Complete respond to status change in UI
Would like a hybrid option of % Complete driven off of issue status vs driven off of the % complete field, where the % Complete field responds dynamically to issue status changes in the UI before submission. 2017-11-05 09:17
Feature #27380 (New): Issue Status & % Complete behavior by Tracker
Request that the setting for whether an issue's % Complete is driven off of the % Complete field or the Issue Status field be done at the tracker level. ... ould really love to for MOST of our trackers. 2017-11-05 09:13
Feature #27371 (Closed): need seperate permission for changing status of issue only
Right now there's a single permission allowing a role to fully edit an issue. But a common way for using issues is that the assignee would change the status of an issue when a commit happens, so they need this per ... riority or version or other properties of an issue. So there's needs to be a separate permission that allows editing the status of an issue, which then follows the workflow settings. 2017-11-02 21:57
Feature #27368 (Closed): Make preview for comments for news
This patch implements preview for comments for the news, just like it works for issues, news and other entities. !https://framapic.org/IjeGCdftd06J/w6WF2vL36DfR.png! 2017-11-02 17:18
Feature #27365 (Closed): Filtering by two or more values for parameters without choosable options
Hi! Is there an opportunity to insert for pa ... r filtering? For example, I want to exclude issues which contain two or more values (as I can do with "Tracker" or "Status" parameters) 2017-11-02 10:52
Defect #27361 (Closed): Failed when using Emoji
Tried to create Issue directly or via email with emoji, reply to f ... column 'description' at row 1: INSERT INTO `issues` (`project_id`, `author_id`, `priority_id`, ... n`) VALUES (33, 4, 4, 2, 1, 'CCCCC list', '- 2017-11-02 04:38
Defect #27359 (Closed): Getting issues by multiple values of custom fields
Hello! I need to get issues through REST API with several values of one ... t in my Redmine) http://redmine.url/redmine/issues.json?cf_4=2349628|2338924 but API returned only one issue instead of two. So am I doing something wrong or isn't it working? Thank you, Inna. 2017-11-01 19:41
(2926-2950/12572)