Search
Results (31855)
- Defect #42786 (Closed): "Clear" button for cu ... has incorrect styling inside the flyout menu
- There are currently several issues with the display of custom queries inside t ... Attached is a patch that addresses these issues. * Applies the same flex layout to .queries li as used for .watchers li, fixing the line break issue of the "Clear" button. * Ensures consistent ... g margin-left: -8px to fix the right shift.
- Hi, I'm using Redmine 6.0.5 with Puma and n ... ustom message in email notifications when an issue is updated to a certain status, say "In prog ... l template files: <pre> app/views/mailer/issue_edit.html.erb app/views/mailer/issue_edit.text.erb </pre>. This is the naive co ... ate_notes) %>) <% end %> <hr /> <% if @issue.status.name == 'In progress' %> <p>The ticket is being processed.</p> <% else %> <%= @issue.status.name %> <% end %> <ul class="jour ... > false) %> <hr /> <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :user => @user, :issue_url => @issue_url } %> </code></pre> Is there another ... ns: no plugin installed </code></pre>
- Defect #42780 (New): Diff's content is different between screen and file
- When testing repository, I detected any issues. 1. I have a diff between rev 4 and rev 5 ... Ruby version 3.3 Rails version 7.2 </pre>
- Email Reporting
- h1. Email Reporting. h2. Key features: * Scheduled schedule reports * List of issue * Labor cost reports * Examples of use ... y our "demo":https://demo.redmine-kanban.com/
- Defect #42774 (Closed): Linked content is hidden under the #sticky-issue-header when using anchor links
- Related: ##42684 When clicking anchor link ... e-n, #change-n, or Wiki-style headings on an issue page, the browser scrolls the anchor element to the top of the viewport. However, on issue view pages, the anchor element ends up hidden behind the sticky issue header, making it look as if the page didn’t ... t content from being hidden behind a #sticky-issue-header when scrolling via anchor links. */ +.controller-issues.action-show div.wiki a[name], +.controller-issues.action-show #history div[id^="note-"], +.controller-issues.action-show #history div[id^="change-"] { ... !|!screenshot%202025-05-26%2015.30.02.png!|
- Defect #42773 (Closed): Padding in the Preview tab is larger than in the actual rendered content
- The paragraph padding is larger in preview mo ... are direct children of .wiki-preview. These issues are fixed by the attached patch. This patch ... border: 1px solid #ccc}after_saved.png!|
- Defect #42770 (Closed): Fix system test failu ... d 6.0-stable due to incompatible Ruby version
- Since commit r23794 and r23795, system tests ... r Gemfile specified >= 3.1.0, < 3.4.0 The issue is caused by system tests running with Ruby ... ruby-version: '3.2' </code></pre>
- Help: RE: New install: Redmine not sending emails
- I also tried with this last configuration and ... _We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later._ What else needs to be configured?
- Redmine Charts Plugin
- This plugin adds charts for projects and issues in Redmine.
- Hello, I’m using the Reporter plugin in Re ... r-page limit to 500, this does not solve the issue if there are more records. I would like t ... port? Thanks in advance for your help!
- Patch #42762 (Closed): Improve Git/Mercurial revision graph on the repository page
- There are several issues with the revision graph on the repository p ... 5ot.png! This patch series resolves these issues by modifying commit indexing and the curves ... commit has already been visited, addressing issue 1. !clipboard-202505221402-dsraj.png! ... nally the orphan commits on the page, fixing issues 2 and 3. !clipboard-202505221403-votpv.p ... or patch series - 41d1057 from GitHub mirror.
- Patch #42756 (Closed): Update tests for rails-dom-testing 2.3.0 whitespace collapsing
- rails-dom-testing 2.3.0 and later "collapse w ... 5154438331/job/42621433335 <pre> Failure: IssuesControllerTest#test_index_with_last_notes_column [test/functional/issues_controller_test.rb:1738]: --- expected ++ ... o be >= 1. bin/rails test test/functional/issues_controller_test.rb:1725 ... </pre> Thi ... the tests pass on both master and 5.1-stable.
- Open discussion: RE: Performance trouble / slow rendering issues with filter on lots of users in chrome/firefox
- Hi i have the same troublon on redmine 4.4.2. ... ripts did you do on ViewCustomize , please ?
- Open discussion: RE: Scope of issue autocomplete in text fields
- The @cross_project_issue_relations@ setting in fact controls the ability to add issue relations (i.e. "connections" between issues). It does not affect the ability to add lin ... ettings only controls the ability to add sub-issues to a parent issue on a different project. It does not affect t ... c form fields, such as the form to add a new issue relation and to scope the search according t ... elds should always search over all (visible) issues in all projects as we can also link there i ... _id: project@ argument to the @auto_complete_issues_path@ method in @ApplicationHelper#autocomp ... al "clashes" if other projects have matching issues since we only return the first 10 issues ordered by issue ID (highest first), thus "drowning out" resu ... uld be to adapt the @AutoCompletesController#...
- Defect #42750 (Closed): Passengeer Ruby errors - with Redmine 6.0
- !clipboard-202505191503-gzvme.png! N 2025-0 ... e earlier logs for details about the error.
- Due to a user request in our organisation I just spent a few minutes trying to figure out how the issue autocomplete works when you type @#@ or @##@ ... oesn't use @:scope => (Setting.cross_project_issue_relations? ? 'all' : nil)@ as some other pla ... granularity of the latter available for any issue relations and not just subtasks as well, but I don't want to complicate things) Thanks, Jan
- Selectbox Autocompleter
- h1. Selectbox Autocompleter. h2. Key features: * Find issues instantly h3. Find out more on our "webs ... y our "demo":https://demo.redmine-kanban.com/
- Patch #42737 (Closed): Replacing html-pipeline with Loofah for HTML Filtering
- The latest version of @html-pipeline@ is 3.2. ... parser. The patch can be applied to r23780
- Help: RE: Problem reinstalling redmine
- Reading the production.log, based on this: _ ... ntacts_helpdesk/lib/redmine_helpdesk/patches/issue_query_patch.rb:150:in `available_columns_wit ... lpdesk to see if the problem goes away.
- Issue Hot Button
- Plugin is based on an outdated plugin https://www.redmine.org/plugins/issue_hot_buttons Changes: - adapted for version 5.x - added the option "execute skl"
- Hi, I need to reinstall (outdated OS) an o ... ine_hide_estimated_hours 1.0.14 redmine_issue_templates 1.1.0 redmine_lightbox2 ... ine_hide_estimated_hours 1.0.14 redmine_issue_templates 1.1.0 redmine_lightbox2 ... the problem ? Thanks. Regards, Bruno
- Feature #42728 (New): Native modal
- I would like to know how we can trigger Redmi ... things consistent and avoid future conflicts.
- Please help if you have time, # Stable and ... install some apps? something special notice issue? # Could import Redmine 4.2.11 exists DB, f ... e_hearts #* redmine_impersonate #* redmine_issue_templates #* redmine_issues_tree #* redmine_logs #* redmine_mentions ... dmine_wysiwyg_editor #* redmine_xlsx_format_issue_exporter #* that_email_log
- Development: RE: What does sidekiq need access to?
- Hey Harry, What I'm currently running is w ... compose_sidekiq, it works for me without any issues, mails work as intended Basically, would ... y":https://github.com/docker-library/redmine/issues/316#issuecomment-2759843520, by now I don't have enoug ... thing, I'm probably abandoning those plans ;)
- Patch #42706 (Closed): Exported progress bar custom value cannot be imported
- Issues with progress bar custom value "Progress" a ... ubject,Assignee,% Done,Progress 77,バグ,新規,通常,Issue1,Redmine Admin,10,20% </pre> When I try ... hould be exported as integer like done ratio.