Search
Results (31866)
- Help: RE: Revision history not displayed in issues
- Also, I should probably add that in "Reposito ... hot). !clipboard-202401162336-qi2vw.png!
- 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.
- 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.
- 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.
- 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
- 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
- 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.
- Open discussion: RE: 2FA issues with one user
- OK, an update. I have RedMine behind a HAP ... . Thanks for the help and engagement guys!
- 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?
- 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
- 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.
- How can we import without duplicating the issue? It was working fine 3.0.x not working in 5.0.4.
- 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.
- 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
- Defect #40011 (Closed): Email receiving problem closed issue is #39931
- I'm sorry, but the following problem appeared ... nj.png! !clipboard-202401080054-l8uer.png!
- 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 ;)
- 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?
- Development: RE: Creating issues does not work after upgrading Redmine to version 5.0.5
- Did you find the solution?
- Help: RE: Creating issue does not work after upgrading Redmine to version 5.0.5
- Did you find a soluton?
- 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.
- 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...
- 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@.
- 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.
- 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.
- 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.