Project

General

Profile

Search

Results (12108)

Defect #40810 (Closed): I want to upgrade lastest version jquery
I need guide by command line cmd 2024-06-07 11:46
Defect #40809 (Needs feedback): context-menu shows out of screen when scrolled down with a lot of issues
I tested this on my custom theme as well as t ... ply... I think its when there are a lot of issues in the list (>25, I have around 90 on my te ... y sure this exists on the bare bones redmine. 2024-06-07 08:35
Patch #40802 (Closed): Support builder 3.3.0
== Version 3.3.0 * Use BasicObject instead o ... @struct.last[sym] = ret </code></pre> 2024-06-06 21:05
Patch #40801 (Closed): Add missing fixture journal_details to JournalsHelperTest
A test failure occurred as follows: <pre> F ... it because I forgot to seed, but I think the issue is caused by the absence of *journal_details ... unless convert_installed? </code></pre> 2024-06-06 09:38
Patch #40798 (Closed): Optimize Version model
The attached patch improves the performance of several methods in the Version model such as Version#issues_count, FixedIssuesExtension#completed_percent, FixedIssuesExtension#closed_percent, and FixedIssuesExtension#issues_progress. These methods use @count@ method to get the total number of fixed issues in the version. It performs an SQL count qu ... ge has an effect on Gantt as well as Roadmap. 2024-06-05 17:28
Defect #40796 (Closed): CSV option error
I am running redmine from the docker image. ... istrator/Settings pane. No indication of the issue in the logs. 2024-06-05 14:48
Defect #40795 (New): Can display 32 bit depth image in exported pdf file
When I copy & paste or upload a 32 bit depth image into issue, ref it using !! format, and export to pdf f ... 7 additionals 3.0.8 issue_charts 1.3.0_3 redmine_ ... .3.0 redmine_searchable_selectbox 0.1.10 2024-06-05 05:38
Defect #40793 (Closed): Not able to fetch redmine tags using API
We are trying to parse the issues using python-redmine module in python, But ... s but not able to fetch the tags of specific issue. <pre> redmine.issue.filter(tags="tag_name") </pre> 2024-06-04 06:53
Defect #40792 (Closed): redmine feishu plugins Error
Error code: 4401 This app is currently unavai ... en%20Shot%202024-06-03%20at%2022.42.28.png! 2024-06-03 16:43
Patch #40775 (Closed): Reduce an extra SQL query in IssuesController#retrieve_default_query
The @IssuesController#retrieve_default_query@ method to retrieve the default issue query checks if a query is explicitly specif ... e existence is only necessary when @session[:issue_query][:id]@ is set, the current code perfor ... inst the @queries@ table even when @session[:issue_query][:id]@ is nil. This causes an unnecess ... ks if a row with id=NULL exists. <pre> IssueQuery Exists? (0.1ms) SELECT 1 AS one FROM " ... D "queries"."id" IS NULL LIMIT ? [["type", "IssueQuery"], ["LIMIT", 1]] </pre> The attache ... to skip the unnecessary query when @session[:issue_query][:id]@ is nil. 2024-06-02 09:27
Patch #40762 (Closed): Traditional Chinese translation update (to 22851)
* new ** setting_issue_done_ratio_interval 2024-05-31 09:43
Patch #40749 (Closed): Japanese translation update (r22850)
Translated @setting_issue_done_ratio_interval@. 2024-05-29 17:20
Feature #40744 (New): Refresh history tabs look and feel
The current UI of the history tab looks quite ... th: 80%}history2.png! What do you think? 2024-05-28 20:54
Defect #40728 (Needs feedback): Global Spent Time Loading Issue after Redmine Enhancement
While loading the global spent time the websi ... 2.9 redmine_reporter 2.0.4 2024-05-27 10:16
Feature #40726 (Needs feedback): Disable jumping to journal's note after updating the issue
Current functionality automatically scrolls the page to new note, after issue is updated. It is not handy if you are updating some issues's fields, sumbit it and want to continue working with issues further — you have to scroll page back to t ... g to new note's anchor link in Redmine 5.1.1? 2024-05-26 22:31
Defect #40720 (New): (default) Columns set in settings do not show up when viewing issues
The default columns set in the settings page are not being applied to the issues lists. Only the #, Project, Tracker, Statu ... he other columns I have added show up in the issues until I manually add them. 2024-05-24 00:50
Defect #40718 (Closed): Forget My Password
please can recover or take me new password ? ... my email for mobis : adelsn1986@yahoo.com 2024-05-22 12:45
Defect #40717 (New): Search results should be by modified date not created date
We recently updated Redmine (5.1.2) and the o ... hanged. The list is now dated and ordered by issue creation date NOT date last modified. This is disastrous - we are sometimes working on issues 2, 3 or even 7 years old and they are impos ... nd, typically falling on page 8 or something. 2024-05-22 08:45
Defect #40716 (Closed): "Edit this section" on Wiki pages misinterprets issue links with double hash (##nnn) as ATX headings
h1. Abstraction "Edit this section" in Wik ... se I explained in "How to reproduce" first. 2024-05-22 05:25
Defect #40715 (Closed): Wiki (markdown syntax ... tion" does not extract ATX headings correctly
h1. Abstraction "Edit this section" in Wik ... MarkdownTOC --> <!-- /MarkdownTOC --> 2024-05-22 04:41
Patch #40703 (Closed): Japanese translation update (r22817)
Translated the following strings: * label_issue_attachment_added * field_estimated_remaining_hours * field_last_activity_date 2024-05-16 13:25
Patch #40693 (Closed): Ignore status in rolel ... if workflow only defines identity transition
This is a similar issue to #37636. In @Project#rolled_up_statuses ... e Agile plugin) to select the shown statuses. 2024-05-14 12:23
Defect #40687 (Closed): Hard to explore
Portal is to complex, Unable to figure out Rest API's in JSON form. 2024-05-13 13:36
Patch #40684 (Closed): Display custom table field to issues options section
Hello, I think your plugin is great, I sp ... ooking for how to create a data table for an issue, without success. Thank you very much for your plugin. Just a remark: when I go to the list of issues. in options, when I want to display a custo ... If I could make a table column appear in the issues options, that would be great. Otherwise ... if it's possible to add custom table to the issues options to display as a column, that would be a good thing. 2024-05-13 06:55
Defect #40683 (Closed): InlineAutocompleteSystemTest#test_inline_autocomplete_for_issues_with_double_hash_keep_syntax failure after #40237 fix
After #40237 (@Error in autocomplete (`Action ... `)@) patch was merged, following #38852 (@## issue syntax is not kept when selecting an issue from the inline autocomplete@) patch's syste ... ="ruby"> def test_inline_autocomplete_for_issues_with_double_hash_keep_syntax log_user('admin', 'admin') visit 'projects/ecookbook/issues/new' fill_in 'Description', :with => ... assert page.has_text? 'Bug #12: Closed issue on a locked version' assert page.has_text? 'Bug #11: Closed issue on a closed version' assert page.has_text? 'Bug #8: Closed issue' : </code></pre> Before #40237 fi ... meter in the url, * JavaScript sends url: @/issues/auto_complete?project_id=ecookbook&q=#Close ... ceives url/params: <pre> Started GET "/issue... 2024-05-12 16:05
(76-100/12108)