Project

General

Profile

Search

Results (31866)

Help: RE: Revision history not displayed in issues
Also, I should probably add that in "Reposito ... hot). !clipboard-202401162336-qi2vw.png! 2024-01-16 17:36
Help: [SOLVED] Revision history not displayed in issues
In the past I configured Redmine to show the revision history on issue pages. The team uses "refs" keyword in the c ... s? Note: we work in multiple git branches. 2024-01-16 17:34
Calendar events daily
h1. Calendar events daily h2. Overview Redmine plugin. This plugin will show issues on days between end and start date in calen ... Features Default redmine only displays a issue (event) in calender if it's ending or starting on a day. This plugin will show issues on days between end and start date too. ... pyright (c) 2021-2024 bokos, original author. 2024-01-16 16:24
Context Menu due Date
h1. Context Menu due Date h2. Overview Redmine plugin. Adds option to change issue due date via context menu on issues list. h2. Introduction "Redmine":http ... lt. h2. Features Adds option to change issue due date via context menu on issues list. Selectable options are: * Today * ... pyright (c) 2021-2024 bokos, original author. 2024-01-16 14:28
Defect #40059 (Closed): Default column in subtask
I note in redmine 5.1 The default columns in ... n I changed it from Administrator/ setting/ issue tracking When I open any issue have subtasks The default columns not matching what I configuration it 2024-01-14 13:12
Help: RE: When you click on the file attached ... to access does not exist or has been deleted
192.168.0.186 - - [13/Jan/2024:15:53:21 +0500 ... ine/projects/itredmine/search?utf8=%E2%9C%93&issues=1&q=382782 HTTP/1.1" 302 120 192.168.0.186 - - [13/Jan/2024:15:53:21 +0500] "GET /redmine/issues/382782 HTTP/1.1" 200 14007 192.168.0.186 - ... 0 +0500] "GET /redmine/plugin_assets/redmine_issue_templates/stylesheets/issue_templates.css HTTP/1.1" 200 1589 192.168.0. ... 1 +0500] "GET /redmine/plugin_assets/redmine_issue_templates/stylesheets/issue_templates.css HTTP/1.1" 200 1589 192.168.0. ... 2 +0500] "GET /redmine/plugin_assets/redmine_issue_templates/stylesheets/issue_templates.css HTTP/1.1" 200 1589 192.168.0. ... 3 +0500] "GET /redmine/plugin_assets/redmine_issue_templates/stylesheets/issue_templates.css HTTP/1.1" 200 1589 192.168.0. ... "GET /redmine/favicon.ico HTTP/1.1" 200 7886 2024-01-13 11:57
Feature #40054 (New): Add Issue query option to include parent issue into search results
Issue query returns a list of issues that meets all filters. Often parent issues do not meet all the filters. As a result, query returns a flat list of issues without a way to show hierarchical structur ... ion (checkbox) to include all parents of all issues that meets the query filters. 2024-01-12 21:17
Open discussion: RE: 2FA issues with one user
OK, an update. I have RedMine behind a HAP ... . Thanks for the help and engagement guys! 2024-01-12 17:37
Open discussion: RE: 2FA issues with one user
FRankr Byrne wrote in message#69179: > I don ... ing, e.g. a mobile phone, or another 2FA app? 2024-01-12 13:50
Help: When you click on the file attached to ... to access does not exist or has been deleted
Hi _________________________________________ ... edmine_default_assign 0.6 redmine_issue_templates 0.2.1 redmine_work_time ... 20%D0%9C%D0%A20908.pdf HTTP/1.1" 404 9043 2024-01-12 10:51
Open discussion: RE: 2FA issues with one user
Any update? My friend also faced this but now ... Kudos to Academized for setting the bar high. 2024-01-12 07:44
Help: Is updating existing issues via CSV import when their ID's are the same?
How can we import without duplicating the issue? It was working fine 3.0.x not working in 5.0.4. 2024-01-12 01:53
Open discussion: Error 2147467260 (80004004) on run time function Send API REST
Hi, After updating to the version 4.2.10 s ... hr(34) & "?>" RequestBody = RequestBody & "<issue>" RequestBody = RequestBody & " <custom_fi ... tom_fields>" RequestBody = RequestBody & "</issue>" xhr.Send (RequestBody) --------------- ... s anyone know how to solve it? Thanks. 2024-01-11 12:18
Open discussion: RE: parent's issue search not working...
I have same issue. This is the (private) forum: http://discuss ... .com/thread-128886-post-134103.html#pid134103 2024-01-10 04:55
Defect #40011 (Closed): Email receiving problem closed issue is #39931
I'm sorry, but the following problem appeared ... nj.png! !clipboard-202401080054-l8uer.png! 2024-01-07 21:59
Development: RE: Creating issues does not work after upgrading Redmine to version 5.0.5
not yet, but I haven't even tried it for a fe ... aiting, maybe someone will write something ;) 2024-01-05 12:11
Defect #40005 (Closed): SIM Card Programming
During our product testing we found that the ... re Industrial Grade to mitigate this bending issue, but now we are having problems with these S ... e not working? And how to get them to work? 2024-01-04 14:26
Development: RE: Creating issues does not work after upgrading Redmine to version 5.0.5
Did you find the solution? 2024-01-04 11:31
Help: RE: Creating issue does not work after upgrading Redmine to version 5.0.5
Did you find a soluton? 2024-01-04 09:29
Open discussion: RE: loofah error on module:HTML4 after migration
This is caused by an incompatibility of vario ... dated, you will likely run into several such issues as some dependencies may not work with newe ... ite outdated and has "several known security issues":https://plan.io/redmine-security-scanner/v ... t least Redmine 5.0 rather sooner than later. 2024-01-03 20:10
Patch #40000 (Closed): Optimize gantt chart rendering for issues without subtasks
This patch introduces an optimization to the ... by avoiding unnecessary database queries for issues that do not have subtasks, especially when rendering gantt with large numbers of issues. The current implementation in the Gantt ... a database query to fetch children for every issue, regardless of whether the issue has subtasks. <pre> Issue Load (0.4ms) SELECT "issues".* FROM "issues" WHERE "issues"."parent_id" = $1 ORDER BY "issues"."lft" ASC [["parent_id", 1]] ↳ lib/redmine/helpers/gantt.rb:768:in `html_subject' Issue Load (0.3ms) SELECT "issues".* FROM "issues" WHERE "issue... 2024-01-03 08:22
Patch #39999 (Closed): Explicitly render a 404 on non-JS requests to messages#quote
This fixes the same issue as #39894 by rendering a 404 if there is a non-xhr request to @messages#quote@. 2024-01-02 21:52
Feature #39997 (Closed): Add an option to ren ... ormat custom fields with thousands delimiters
_This is extracted from #22024:_ > Mischa ... nd delimiters should be discussed in another issue. > > A separate, additional feature providi ... a custom field. It feels like overkill to me. 2024-01-01 10:54
Defect #39996 (Closed): JRuby support
The reasons for not supporting JRuby given on ... //github.com/jruby/activerecord-jdbc-adapter/issues/599 and "loofah":https://github.com/flavorjones/loofah/issues/88 do not support Rails 4.2 or later. Yet, ... for-jruby added official support for JRuby. 2024-01-01 05:38
Patch #39993 (Closed): Optimize loading of journals, relations, and allowed_statuses in IssuesController#show for API requests
The attached patch introduces an optimization in the IssuesController to conditionally load @@journals@ ... nd improving response times for API requests. 2023-12-31 03:48
(1351-1375/31866)