Project

General

Profile

Search

Results (18279)

Help: RE: New issue tab not displayed
Mischa The Evil wrote: > Bernhard Rohloff wr ... n newer versions of Redmine there is no "new issue" tab anymore. > > This statement is false ... ettings > Display@ at the bottom of the list. 2020-01-31 06:35
Plugins: RE: Alias_method -> endless loop between plugins
Hi, you can reliably replace alias_method by ... your init.rb : <pre><code class="ruby"> IssueQuery.send(:prepend Backlogs::IssueQueryPatch) unless IssueQuery.included_modules.include? Backlogs::IssueQueryPatch </code></pre> P.S. this does not work for Helpers. 2020-01-31 02:44
Plugins: RE: New useful plugin Redmine eXtended Queries
* Time Entry Queries : ** New columns : *** ... roupable *** *Subject* *** *Watchers* *** Issues Tree : **** *⊨ Issue Id.* **** *⊨ Root task* **** *⊨ Parent tas ... le* *** Cumulative Hours : **** *Hours for issue and user* **** *Hours for issue* **** *Hours for user* **** *Hours for issue and user this month* **** *Hours for issue this month* **** *Hours for user this month* **** *Hours for issue and user previous month* **** *Hours for issue previous month* **** *Hours for user previo ... on Time Entries **** *Billable hours for issue and user* **** *Billable hours for issue* **** *Billable hours for user* **** *Billable hours for issue and user this month* **** *Billable hours for issue this month* **** *Billable hours for user this month* **** *Billable hours for ... 2020-01-31 02:30
Plugins: New useful plugin Redmine eXtended Queries
Hi, We have retributed a new Redmine Plugi ... h1. How it works h2. What it does * *Issue Queries* : ** New *Or Filters*, like Filt ... With or filters you can for example select issues assigned to you OR that you have created. ** New columns : *** Issues Tree : **** *Project of the parent isssue* ... ect Updated* ** The Updated on value *** Issue *Updated on* ** New filters : *** *Proje ... filter on Sub-projects, you always have the issues of the current project even if project is n ... **** *Parent task* (if on a project) **** *Issue* (if on a project) ** Input field replac ... tasks) To be continued in next message ... 2020-01-31 02:25
Plugins: RE: Plugin computed custom field
Hi, can you give us the source code you typed ... Model do you use the computed custom field ? issues ? 2020-01-31 02:17
Help: Strange problem with email notifications on Redmine 4.0.4
I'm having a hard time trying to debug what's ... 2) User A updates the ticket and assigns the issue to C. *Email notifications are sent to A an ... cation is sent? + Thanks in advance! Diego 2020-01-30 19:40
Help: RE: New issue tab not displayed
Bernhard Rohloff wrote: > In newer versions of Redmine there is no "new issue" tab anymore. This statement is false. Se ... t menu tab for creating new objects" setting. 2020-01-30 07:21
Help: RE: New issue tab not displayed
In newer versions of Redmine there is no "new issue" tab anymore. To create a new issue you can use the "+" menu on the left end of ... !plus_menu.png! Kind regards, Bernhard 2020-01-30 06:28
Plugins: RE: Plugin computed custom field
I have the same issue. Did you solve it? 2020-01-29 10:00
Help: RE: [SOLVED] How to understand production.log to find error when importing issues from csv
Finally, it was an error with permissions of ... I saw this in the error log file of nginx... 2020-01-27 21:08
Help: New issue tab not displayed
I setup redmine i give all the permissions but new issue tab not showing 2020-01-27 13:39
Plugins: Issue Template v1.0.0 restrictions (for IE11)
Hi, I must mention that the version 1.0.0 **d ... to use IE11, please use the version 0.3.7. 2020-01-26 23:27
Plugins: RE: Issue Template Plugin 1.0.0 Released (add experimental feature for built-in / custom field)
Akiko Takano wrote: > Hi, I've just released ... y.com/media/Pjmf09fGfmf27wmRue/giphy.gif! 2020-01-24 06:35
Plugins: Issue Template Plugin 1.0.0 Released (add experimental feature for built-in / custom field)
Hi, I've just released version 1.0.0! * https://www.redmine.org/plugins/redmine_issue_templates * https://github.com/akiko-pusu/redmine_issue_templates/releases/tag/1.0.0 Since this i ... ouble or not work fine in case some browsers. 2020-01-24 05:50
Open discussion: RE: RedmineReminderEmails issue
I'd recommend checking your mail server logs. ... the default ones development: </code></pre> 2020-01-21 17:44
Plugins: Remine Issue Template: Support Builtin / Custom Fields (Experimental Feature)
Hi, Redminers! I've just merged above feat ... : * https://github.com/akiko-pusu/redmine_issue_templates/releases/tag/1.0.0-rc (v1.0.0-rc) * https://github.com/akiko-pusu/redmine_issue_templates/tree/develop (develop branch) S ... or comment, pull request highly appreciated! 2020-01-19 16:12
Help: RE: Need help whith sql query
Hi Alexandr, The SQL Query is too complex. ... , perhapscustom_values could directly have a issues_id that might be null, and the join is enough.* ON custom_values.customized_type = 'Issue' AND custom_values.customized_id = issues.id AND custom_values.custom_field_id = 16 ... 56, 57, 58, 59, 60, 61, 62) AND (1 = 1)))))) 2020-01-19 07:28
Open discussion: GitHub repositories "Redmine" List
Many Redmine plugins are available on Githu ... 3. Excelsheet,graph https://redmine.tokyo/issues/1073 I'm sorry, but it's Japanese. In t ... -redmine.org/redmine/projects/github-redmine/issues h2. What can be read from the graph ... e a nearly constant survival rate of 14%. 2020-01-18 16:24
Help: PDF does not automatically show in browser after upgrade from 3.3.0 to 4.0.6
Hi All We recently upgraded Redmine from 3 ... y when clicked? [[https://www.redmine.org/issues/28567]] [[https://www.redmine.org/issues/22482]] [[https://www.redmine.org/issues/25988]] [[https://www.redmine.org/issues/22483]] Anybody knows how to revert to 3 ... anges in this link [[https://www.redmine.org/issues/25988]] and it seems to work. Replacing /app/helpers/issues_helper.rb, /app/models/attachment.rb, /app/ ... les doesn't work. Did this: /app/helpers/issues_helper.rb <pre> # value = link_to_ ... => file.description %></td> </pre> 2020-01-18 03:32
Help: [SOLVED] How to understand production.log to find error when importing issues from csv
Hi! I know it's a common error but I can´t ... and I have no experience with that. When issues/imports/new, select file and next, we get t ... ny questions you may have. Thanks in advance! 2020-01-17 21:16
Help: Help to use "Computed Custom Field" plugin
Hi I added a custom field of type "TimeEntr ... mine_custom_js 0.1.1 redmine_issue_dynamic_edit 0.6.9 redmine_issues_tree 0.0.14 redmine_link ... 1.1.0 redmine_smile_togglesidebar 1.0.6 2020-01-14 15:33
Open discussion: RE: How to prevent users Log time on closed issues?
There is not such option right now, only an old request, please see #13596. 2020-01-13 21:58
Open discussion: RE: How to prevent users Log time on closed issues?
Hello, Is there any setting in redmine so ... oes not post hours on closed tasks? Tanks! 2020-01-13 15:05
Help: Export everything in a Project including Attachments, Notes, Related Issues
My company is going to close down Redmine, so ... dvice on how to export Redmine will be great. 2020-01-13 11:27
Help: Need help whith sql query
SQL query runs for hours on Redmine 3.4 and MariaDB I will be glad to any ideas @SELECT `issues`.`id` FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE ((((projects.status <> ... m.project_id = projects.id AND em.name = 'issue_tracking')) AND (((projects.is_public = 1 ... mbers WHERE user_id IN (70, 210))) AND ((issues.is_private = 0 OR issues.author_id = 70 OR issues.assigned_to_id IN (70, 88, 199, 318)))) OR ... s.lft >= 103 AND projects.rgt <= 106 AND ((issues.status_id IS NULL OR issues.status_id NOT IN ('5', '6', '7', '3'))) AND ... 2020-01-09 22:17
(1926-1950/18279)