Project

General

Profile

Search

Results (12430)

Defect #34476 (New): Link_to_Timelog_query
I have been working with Redmine 3.4.6.6, for ... d be ported to the part of this code halper /issues_helper rb <pre> def issue_spent_hours_details(issue) if issue.total_spent_hours > 0 path = project_time_entries_path(issue.project, :issue_id => "~#{issue.id}") if issue.total_spent_hours == issue.spent_hours link_to(l_hours_short(issue.spent_hours), path) else s = issue.spent_hours > 0 ? l_hours_short(issue.spent_hours) : "" s << " (#{l(:label_total)}: #{link_to l_hours_short(issue.total_spent_hours), path})" s.html_safe end end end </pre> 2020-12-19 00:41
Defect #34473 (Closed): Displaying the table of content on the right causes wrong position
Hi everyone, I installed the latest version ... r Surveiller". I think it may be a UI bug. 2020-12-18 11:42
Feature #34457 (New): Show custom field in notification email
It would be nice to be able to add fields (standard or custom) in the **issue attributes** of the notification email (like ... rtment or Agency of the user that submit the issue) to add more context informations of the issue 2020-12-15 11:57
Defect #34456 (Closed): Fix Japanese translation for less_than_x_seconds and less_than_x_minutes
The "以内" used in less_than_x_seconds etc. mea ... ate. https://github.com/svenfuchs/rails-i18n/issues/374 We suggest replacing it with "未満" wh ... olid #ccc}ScreenShot_2020-12-15_14.00.39.png! 2020-12-15 06:15
Defect #34455 (Closed): User can't view any projects or issues for their projects
Hi, I have an installation i have recently u ... 3.3 to latest. One of the users now has an issue where they cannot see any project from the p ... ump to a project, but then are faced with no issues viewable. If i make this user an admin (I' ... int), then i can see they have well over 200 issues they are involved in, and the projects etc all come up fine. Is this an upgrade issue? Is this a permissions thing? Apparently ( ... files i could post to help. Thanks Grant 2020-12-14 20:40
Defect #34447 (Closed): Typo in translation string 'setting_issue_list_default_columns': s//Isuses/Issues
This can be confirmed for current trunk in En ... ght also (still) exist in other translations. 2020-12-14 07:11
Patch #34444 (Closed): Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS
As reported in #30459, Redmine 4.0 and later ... f', :search => '4', :new_issue => '7', </pre></code> 2020-12-14 03:17
Feature #34431 (New): print largest attachements, sorted by size
I just got the dreaded 90% of the filesystem ... | | 14327 | ADU indication issue.mp4 | 389.63 MiB ... . Perhaps this might be useful to someone. 2020-12-10 13:09
Patch #34426 (New): Issue Categories sortable
Adding a possibility to reorder issue categories. 2020-12-09 14:32
Feature #34420 (New): Improve query columns s ... ing a custom multi select with sortable items
The current query columns selector UI consist ... dencies. I'll post a patch in a few days. 2020-12-09 08:53
Feature #34417 (Closed): Require explicit confirmation when deleting a user or a project
It happens quite often at "Planio":https://pl ... re from a backup. The first patch in this issue introduces an explicit confirmation page (si ... to delete the wrong project by accident. 2020-12-09 04:14
Patch #34406 (Closed): Czech translations
* unify simmilar words "souvislost", "vazba", ... most appropriate. * add new translations 2020-12-07 19:18
Defect #34400 (Closed): SSL certificate for https://rubygems.org/
after update last svn update i cant do bunde ... file sources and change 'https' to 'http'. 2020-12-06 08:51
Defect #34398 (Closed): Tracker filter shows subprojects trackers even when "Display subprojects issues on main projects by default" is disabled
Currently, the tracker filter shows all track ... bprojects trackers when "Display subprojects issues on main projects by default" (@Setting.display_subprojects_issues@) is disabled because filtering by those trackers always shows no issue. Assume that there are two projects, _p_m ... s, _foo_, _bar_, and _baz_. It is OK because issues in _p_sub_ is displayed in _p_main_ as well by default. When you turn off "Display subprojects issues on main projects by default" setting, issues in _p_sub_ are no longer displayed in the issues list of _p_main_. This means that all issues displayed in _p_main_ should belong to one ... az_ in the tracker filter is useless because issues with _baz_ tracker are never displayed in _p_main_'s issues list. |_. @Setting.display_subprojects_... 2020-12-05 07:23
Defect #34397 (Closed): PDF thumbnail to PNG failing on ruby 2.5
We have Redmine 4.1.1 hosted on an ubuntu ser ... and working correctly. Thank you, Michael 2020-12-04 21:00
Defect #34375 (Closed): "is not" operator for ... ilter incorrectly excludes closed subprojects
"is not" operator for Subproject is expected ... t tree. <pre> parent(status: active) -- issue15 +-- child1 (status: closed) -- issue16 +-- child2 (status: active) -- issue17 +-- child3 (status: active) -- issue18 </pre> When you apply the issues filter "[Subproject] [is not] [child3]" on the "parent", issues from "child1" and "child2" should be displayed but you will see issues only from child2. <pre> Applying issues filter "[Subproject] [is not] [child3]" on the "parent": [Expected result] issue15, issue16, issue17 [Actual result] issue15, issue17 </pre> The behavior is clearly inconsi ... be used for closed projects and displays its ... 2020-12-03 06:58
Defect #34367 (Closed): Allowed filename extensions of attachments can be circumvented
In #20008, Redmine introduced the ability to ... e in a lot of areas). To fix the reported issue and to enforce the filename everywhere on ch ... any file, regardless on when it was created. 2020-12-02 15:13
Defect #34357 (Closed): Fix Capybara::Ambiguo ... matching visible link or button "eCookbook"
Running the system tests return the following ... Those errors were been introduced by #32944. 2020-12-01 22:43
Defect #34338 (Closed): issue export button disappear
I can export issues in the page (https://server_ipaddress/issues), !2020-11-30_104623.png! But,I can't find the export issues button in any page of project ( https://server_ipaddress/project_name/issues) Can anyone help me? Thank you! 2020-11-30 03:50
Defect #34326 (Closed): CSV import raises an exception if CSV header has empty columns
To reproduce the error, attempt to import issues from the attached csv file (attachment:issues.csv). In the CSV file, the second column of ... mine/sudo_mode.rb:61:in `sudo_mode' </pre> 2020-11-27 06:58
Patch #34321 (Closed): Add missing fixtures to AttachmentsControllerTest
AttachmentsControllerTest has failed. <pre ... ror: AttachmentsControllerTest#test_destroy_issue_attachment: ActionView::Template::Error: un ... s_closed?' for nil:NilClass app/helpers/issue_statuses_helper.rb:22:in `issue_status_type_badge' app/views/mailer/_issue.html.erb:3:in `_app_views_mailer__issue_html_erb___4391335022488939404_70210668642100' app/views/mailer/issue_edit.html.erb:15:in `_app_views_mailer_issue_edit_html_erb__951082845966517113_7021066854 ... :in `mail' app/models/mailer.rb:123:in `issue_edit' app/models/mailer.rb:48:in `process' app/models/mailer.rb:137:in `block in deliver_issue_edit' app/models/mailer.rb:136:in `each' app/models/mailer.rb:136:in `deliver_issue_edit' app/models/journal.rb:337:in `sen ... .rb:642:in `block (2 levels) in test_destroy_... 2020-11-27 01:58
Feature #34308 (Closed): Resolving pagination
Resolving pagination issue by adding pagesize,pagenumber. In getcoup ... dd pagenumber,pagesize using addqueryParam. 2020-11-25 17:51
Feature #34303 (Closed): Allow to add subtask from context menu
It is really handy if the context menu for issues supports adding a subtask. You will be able ... ywhere that the context menu exists, such as issues list, gantt, calendar, subtasks list in an issue page, and roadmap. !{border: 1px solid gr ... id grey; width: 380px;}.contextmenu3.png! 2020-11-24 15:49
Feature #34302 (Closed): Show parent issues in notification email
The current format of email notifications lacks the information of parent issues. I think the information is useful to know ... eric concept. Web UI already shows parent issues with indented style. I think it would be ni ... n with the same style in email notifications. 2020-11-24 09:08
Defect #34297 (Closed): Subprojects issues are not displayed on main project when all subprojects are closed
No issues are displayed on issue page <pre> parent project (open) - su ... ect2 (closed) </pre> It shows sub1, sub2 issues. <pre> parent project (open) - subproject1 (closed) - subproject2 (open) </pre> 2020-11-23 01:34
(1401-1425/12430)