Project

General

Profile

Search

Results (12572)

Feature #26734 (Closed): Issue Templates Plugin by Akiko Takano
Hi Folks, As I'm unable to add to an exist ... to visit the “http://www.r-labs.org/projects/issue-template/wiki/About_en” website? I’ve tried ... s that come with RedMine. Thanks DSPS 2017-08-22 09:17
Defect #26730 (Closed): Context Menu is broken on 3.4.2
On 3.3.0, I found these occurrences of contex ... Regexp.new(Regexp.escape("contextMenuInit('/issues/context_menu')")) redmine-3.3.0/app/helper ... def calendar_for(field_id) </code></pre> 2017-08-21 10:55
Patch #26726 (Closed): Use pluck(:id) instead of collect(&:id)
<pre><code class="ruby"> redmine/app/control ... ct(&:id) : [@project.id] redmine/app/models/issue.rb:1383: moved_project_ids = project.self ... /code></pre> could change collect to pluck 2017-08-21 04:26
Patch #26721 (Closed): use find_by instead of detect
In project.rb <pre><code class="ruby"> en ... ed_modules.find_by(name: name) </code></pre> 2017-08-19 05:01
Patch #26714 (Closed): pluck instead of map in issue_query
The previous issue_query.rb, line 438 version_ids = versions(:conditions => [where]).map(&:id) will issue query as: <pre><code class="sql"> SELECT ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ( 1 = 1 ) </code></pre> ... end </code></pre> As shown in diff.rb 2017-08-17 08:30
Patch #26711 (Closed): Use pluck instead of collect/map
In app/helpers/my_helpers, 68: where(:p ... AND (projects.status<>9) [["user_id", 5341]] 2017-08-17 05:03
Feature #26709 (Closed): Use correct http status codes
1/ redmine ignores accept headers and jquery ... : <pre> curl -v -H http://demo.redmine.org/issues.json -> 200 + json OK! but curl -v -H "Accept: application/json" http://demo.redmine.org/issues -> 500 no builder for format expected ( ... tion <pre> curl -v http://demo.redmine.org/issues.xxx -> 406 + exception ActionController::U ... pt: text/javascript" http://demo.redmine.org/issues/new -> 422 + exception ActionController::I ... t. expected -> 400 - no exception </pre> 2017-08-17 01:26
Defect #26708 (Closed): Diff formatting results empty lines if they contains HTML tags
h2. Steps to reproduce: In issue description write something like (need to re ... diff. h2. What I get: !058577fc.png! 2017-08-16 22:48
Defect #26705 (Closed): Unable to download fi ... field is not defined as visible to any users
Even if my user account has all available rol ... en i am trying to download file (either from issue or custom query). It does not occur when i add file as issue attachment. My (bitnami) environment is : ... mine_contacts 4.1.1 redmine_issue_templates 0.1.7 </pre> The produc ... plugins/redmine_contacts/app/views/contacts_issues/_additional_assets.html.erb (1.1ms) Rend ... ews: 35.7ms | ActiveRecord: 10.2ms) </pre> 2017-08-16 18:28
Defect #26699 (Closed): Anonymous user should have their icon
@ApplicationHelper#avatar@ method returns bla ... er. The behavior causes disordered layout in IssuesController#show page. This patch adds an ... oken layout. *Before:* The author of the issue is the anonymous user. But in the upper left ... px; border: 1px solid #ddd;}.after2@2x.png! 2017-08-15 17:01
Defect #26691 (Closed): N + 1 queries when rendering the Gantt
Rails 4.2.7.1 20000 issues in the database When rendering the GanttsController.show action, it will issue a lot of queries to get the the start_date a ... e: <pre><code class="sql"> SELECT MIN(`issues`.`start_date`) FROM `issues` WHERE `issues`.`project_id` = ? [["project_id", 1436]] SELECT MAX(`issues`.`due_date`) FROM `issues` WHERE `issues`.`project_id` = ? [["project_id", 1436]] SELECT MIN(`issues`.`start_date`) FROM `issues` WHERE `issues`.`project_id` = ? [["project_id", 1317]] SELECT MAX(`issues`.`due_date`) FROM `issues` WHERE `issues`.`project_id` = ? [["project_id", 1317]] ... roup of projects, so that they don't need to ... 2017-08-15 03:27
Patch #26682 (Closed): URL-escape the ! character in generated markup for dropped uploads
In #26071, we introduced the ability to just ... tly equivalent to the unescaped one for URLs. 2017-08-14 15:26
Defect #26681 (Closed): disk_filename of attachment when issue is created via mail
Hello, when an issue with attachment is created via mail, the dis ... real filename? Like it's done with the other issues. Thank you. 2017-08-14 15:25
Feature #26680 (New): Show default assignee when creating new issue
With new redmine version, 3.4, a default assi ... nee immediately in place when creating a new issue. When changing the category and the default ... dy, with this ticket, we now have a separate issue for this feature request in place. 2017-08-14 14:55
Patch #26674 (Closed): Add CSS classes to column headers of issues and timelogs list
For now there no any chances to style table h ... der@ and @query-column-header-#{column.name}@ 2017-08-14 11:38
Defect #26668 (New): Create "Documentation su ... Related" section of the "Contribution" page.
It would be great to show "how to contribute ... to edit and in the case you need to file an issue on the issue queue with the category "documentation". 2017-08-12 10:33
Defect #26667 (Closed): Filtering time entries after issue's target version doesn't work as expected in some cases
1. Target version select is empty when you add the issue's target version filter To reproduce: - Open spent time tab from a project - Add the Issue's target version filter - Observe that the ... ultiselect - select two versions that have issues with time entries. - apply the query - observe that only the time entries related to the issues from first version are returned. Attached are two patches that fix these 2 issues. 2017-08-11 16:33
Defect #26665 (Closed): comment button in wiki editing page not work
I searched a lot and found nothing about this ... omment input box. So I wonder this is a bug. 2017-08-11 09:53
Patch #26662 (Closed): Add border around issue history to prevent accidental deletion of an issue
In my observation, some users accidentally delete an issue trying to delete last note. The misoperation ... Redmine. The delete button at the bottom of IssuesController#show page looks as if it is a but ... , but actually it is a button to deletes the issue. Such misoperation can be prevented by ma ... llowing screenshots. By adding border around issue history, it becomes clear that the button is ... ents that our customers mistakenly delete an issue by implementing the change. The patch was ... #ccc;}.border-around-history-after@2x.png! 2017-08-11 06:24
Feature #26659 (New): REST API - ability to list sub projects for a project
Currently there is not way to list all the su ... re: GET /projects.xml?include=sub_projects 2017-08-10 02:25
Feature #26656 (Closed): Search Assignee
Hello, It will be very useful to have search for assigners when editing issue. I have a bunch of people I need to pick from, and a search as in watchers can be great. 2017-08-09 15:40
Patch #26655 (Closed): Additional icon for contextmenu
The contextmenu is a very helpful feature tha ... his gif shows this new icon in action on the issues table: !contextmenu.gif! 2017-08-09 12:03
Feature #26654 (Closed): while creating issue from email - add watcher from mail from/cc
Dear All, Our redmine [Redmine 1.3.2.stable.9247 (MySQL)] is configured to create issue from email. we have implemented "Fetching emails from an IMAP or POP3 server" to create issues from email. Issues are creating fine so far, now we want to add To and Cc as watchers for the issues created by email. is this possible? I have found from r2077 that if sender have 'Add issue watchers' permission then issue created with To and Cc as watchers. But don't know how to assign 'Add issue watchers' to anonymous user! 2017-08-09 11:19
Feature #26639 (Closed): Enabling creating issue within the project regarding the subproject
Hey, Im managing many projects, which do n ... subprojects, in which I do have trackers for issues creation. I would like to be able to create an issue straight from project (*without* accessing the subproject), but the issue *must be* related to specific subproject Is ... d not find any info regarding it. Thanks 2017-08-06 16:58
Defect #26637 (Closed): ActionView::Template: ... method `remote' for #<Hash:0x007f9aede03320>)
Patch #24787 seems to have introduced the fol ... rom 3.3.0 to 3.4.2. <pre> Processing by IssuesController#index as HTML Parameters: {"pr ... es/_query_form.html.erb (20.7ms) Rendered issues/index.html.erb within layouts/base (33.4ms) ... __3000346872455193333_41555900' app/views/issues/index.html.erb:11:in `block in _app_views_issues_index_html_erb__2853989323921202783_43093980' app/views/issues/index.html.erb:10:in `_app_views_issues_index_html_erb__2853989323921202783_43093980' app/controllers/issues_controller.rb:51:in `block (2 levels) in index' app/controllers/issues_controller.rb:46:in `index' lib/redmine/ ... mine_editor_preview_tab 0.1.5 redmine_issue_templates 0.1.6 redmine_ldap_sync ... idebar_hide 0.0.8 </pre> 2017-08-06 10:51
(3051-3075/12572)