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.
- 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.
- 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 ...
- 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 ...
- 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 ?
- 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
- 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.
- 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
- Plugins: RE: Plugin computed custom field
- I have the same issue. Did you solve it?
- 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...
- I setup redmine i give all the permissions but new issue tab not showing
- 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.
- 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!
- 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.
- Open discussion: RE: RedmineReminderEmails issue
- I'd recommend checking your mail server logs. ... the default ones development: </code></pre>
- 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!
- 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))))))
- 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%.
- 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>
- 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!
- 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
- 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.
- 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!
- My company is going to close down Redmine, so ... dvice on how to export Redmine will be great.
- 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 ...