Project

General

Profile

Search

Results (12109)

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
Feature #34287 (New): Use searchable project selectbox in issue create/update form
We have a large amount of projects, an selecting a project in issue form is very difficult. My idea is to use the same "searchable selectbox" from header in the issue form. 2020-11-19 12:56
Defect #34284 (New): In Role edit view the per tracker table only shows up when "View Issues" permission is selected
In the Role edit view there is a table with " ... d the individual trackers for rows and "View Issue", "Add Issue", "Edit Issue",.. for columns. This allows limiting of ... e mentioned above is only visible when "View Issues" is granted to a role even though the setti ... and in fact seems to be used when just "Add Issues" or "Edit Issues" are granted (users are suddenly able to create issues in all trackers even though our 'main' role ... d to a tracker using it, not just when "View Issues" is granted. 2020-11-18 12:01
Defect #34283 (New): Text in code / preformatted blocks renders incorrrectly in Issue List
Code / preformatted text within (for example) the Description renders correctly on the Issue Detail screen, but not when the Description field is displayed on the Issue list screen. Problem occurs with both Markdo ... llowing will be incorrectly displayed in the Issue List on one line: <pre> line 1 Inden ... re> A screenshot of how it renders in my Issue List is attached. The first example looks li ... nguage_change 0.1.0 redmine_wiki_lists 0.0.9 2020-11-18 10:23
Defect #34280 (Closed): How to optimize or de ... takes 30 seconds for me to create an issure.
For example, creating an issue, modifying the content of an issue... and so on, it seems that writing SQL acti ... vant experience, please help me, thank you. 2020-11-18 04:23
Defect #34278 (Closed): Atom feed for user does not work
I am able to access the Atom feed using: http ... ke sense that I can't see it from a feed. 2020-11-18 00:24
Defect #34276 (New): Atom feeds of Issue lists don't respect the sort order
When viewing lists of issues there are options to view the list as "Atom ... m feed. For my test instance with just a few Issues, the Atom list is always in descending orde ... 1.0 redmine_wiki_lists 0.0.9 2020-11-17 22:51
Feature #34258 (Closed): Create tracker by copy
When there are many custom fields or projects ... to copy a role is already exists (#9258). 2020-11-14 09:14
Defect #34247 (Closed): Web browser freezes when displaying workflow page with a large number of issue statuses
Hello, I have a Remidne 4.1 installation with about 100 issue statuses. When I visit workflow edit page ... llation. Once the sistem is up, I created issue statuses by following these steps: <pre> ... uction irb(main):001:0> (1..100).each { |i| IssueStatus.create(name: "issue status: #{i}") } </pre> And then visit t ... ine plugins: no plugin installed </pre> 2020-11-11 09:04
Defect #34235 (Closed): Losing data due to unsupported characters
Occasionally I will write a long issue and when I submit I get an error page and my ... er the text, but I am obliged to start a new issue and recreate all the other fields). This ... om other sources, Today this line caused the issue: Curve Line thickness scaled to absorbanc ... , so it may depend on database character set] 2020-11-08 15:37
Defect #34234 (Closed): Use Setting.host_name instead of Setting.app_title as TOTP issuer to avoid name collision with other instances or apps
Currently, Redmine's two-factor authentication uses @Setting.app_title@ for TOTP issuer. However, it causes problems under certain ... ine-2. This is because the exactly same TOTP issuer ("Redmine") and account ("jsmith") is used ... ame@ instead of @Setting.app_title@ for TOTP issuer string. Most admins set the appropriate val ... stances. GitLab also uses host name for TOTP issuer string. <pre><code class="diff"> diff - ... otp ||= ROTP::TOTP.new(@user.twofa_totp_key, issuer: Setting.app_title) + @totp ||= ROTP::TOTP.new(@user.twofa_totp_key, issuer: Setting.host_name) end end end </code></pre> 2020-11-08 14:13
Defect #34233 (Closed): otpauth uri should include a login id, not an email address
Currently, the otpauth uri generated by redmi ... not an email address but a login id. The issue can be fixed with the following patch. <p ... ef init_pairing_view_variables </code></pre> 2020-11-08 08:55
(1101-1125/12109)