Project

General

Profile

Search

Results (18300)

Help: RE: Relations on Gantt Chart
But did you setup relationships such as #1820 precedes #1821 (Using issue relationships)? Dates are not enough for the Gantt to display relationships. 2018-04-13 21:38
Help: RE: Relations on Gantt Chart
Hello, Do you have screenshots of the Gantt and the relevant issues(Dates and relationships) please? Cheers, 2018-04-13 16:40
Help: Relations on Gantt Chart
There is no relations between issues in Gantt Chart. What may be a resaon of? ... 1.0.0 usability 2.2.5 2018-04-13 15:53
Help: RE: Missing activities
Hello, A few suggestions: You could try, in ... /pre> On your "Activity" screen, make sure "Issues" is not unchecked in the right pane. Make ... issions on the relevant projet(s). Cheers, 2018-04-13 11:38
Help: Missing activities
Hi, I add and update some issues through REST API. Everything works fine, I can see the changes when I view the issues directly. Also the journal of the issue shows the changes. But on the Activities pa ... or have I misconfigured something? Thanks 2018-04-12 20:00
Development: RE: Export All Issues Data to a table or excel
Daccor merci 2018-04-12 15:44
Development: RE: Export All Issues Data to a table or excel
Please have a look on "YouTube for detailed t ... , your backup is mere clicks away :) Cheers, 2018-04-12 11:50
Help: RE: Redmine + Apache + Passenger + Fedora27 Installation
Hello, Franck Bailliet wrote: > And secon ... production instance is ready (no gem/config issues) but you're right, that's not meant to be u ... it with @apache@ Hope it helps. Cheers, 2018-04-12 11:32
Development: RE: Export All Issues Data to a table or excel
Martin Denizet Merci pour votre réponse ... t ce qu'on peut l'utliser sous windows Bc, 2018-04-12 11:30
Development: RE: Export All Issues Data to a table or excel
Hello, Pourquoi ne pas utiliser directment " ... hments are not embedded in DB dumps! Cheers, 2018-04-12 11:15
Development: RE: Export All Issues Data to a table or excel
Je suis nouveau sur redmine, je voudrais savo ... e or plugins ? Thanks in advance. Thier 2018-04-12 10:19
Help: RE: Images not showing up in wiki export (pdf or html)
Just guessing: is there any gem (imagemagick ... on 3.3.). I know that redmine has PDF-export issues when scaling images by percentages as in @! ... s. But this does not seem to be your problem. 2018-04-12 07:37
Help: RE: How to get all the issues with Java Api - I didn't get all the issues following the doc - Java API Redmine
I see that the maximun issues number that I get with this code is 25. Someone can help me? Thanks! 2018-04-11 10:47
Help: How to get all the issues with Java Api - I didn't get all the issues following the doc - Java API Redmine
Hi, I am using the next: Redmine versio ... Mysql2 I am trying to get all the issues that is my Redmine and I cannot do it. Here ... status_id", "*"); List<Issue> issues1 = mgr.getIssueManager().getIssues(params).getResults(); for (Issue issue : issues1) { System.out.println(" estado " + issue.getStatusName() + " prioridad " + issue.getPriorityText() + " name: " +issue.getTracker().getName() + " subject: "+ issue.getSubject());} </pre> But I dont get all the issues, I just got the open issue... 2018-04-11 10:36
Help: RE: Looking for a plugin to order issues
Please see #22802 and add your feedback to the ticket. 2018-04-11 08:51
Help: Looking for a plugin to order issues
It's not enough for me to use 'priority' of t ... ks by priority. For example we have 1000 issues. 500 is 'normal', 100 is 'low priority'. What exact 'normal' issue should I assign to team member? It'd be c ... xt from top. Is there a plugin for that? 2018-04-11 08:03
Help: Redmine via Docker / Git repo problems
Hi everybody, I have some strange issue: Just migrated Redmine from classic install ... sitory. Please, any clue? Or hot to debug? 2018-04-10 21:14
Help: RE: Install Bundle Issue
Finally got it! ran bundle install --without ... to the next step. Thank you for your help! 2018-04-09 22:04
Help: RE: Install Bundle Issue
Alright... so, I got that issue taken care of. @Package gcc-4.8.5-16.el7_ ... -12-25 revision 61468) [x86_64-linux] 2018-04-09 20:29
Open discussion: RE: Bloquer nombre de ticket par jour
Pseudo-code, untested: <pre><code class="ruby"> module MyPlugin module IssuePatch def self.included(base) # :nodoc: ... be unloaded in development validate issue_creation_limit end end module InstanceMethods def issue_creation_limit if Issue.where("created_on >= ? AND author_id = ?", T ... 10 errors.add("You reached your issue quota for the day") end end end end end Issue.send(:include, MyPlugin::IssuePatch) </code> </pre> That would limit issue creation for all users. The next step would ... nfigure a quota on a per role basis. Cheers, 2018-04-09 19:06
Open discussion: RE: Bloquer nombre de ticket par jour
Hello, That's not possible out of the box bu ... asy to implement (adding a validation in the issue model). Cette fonctionnalité n'existe pas d ... en ajoutant une valiadtion dans le model des issues). Cheers, 2018-04-09 17:52
Help: RE: Install Bundle Issue
According to the "documentation":http://www.n ... em install nokogiri </code> </pre> Cheers, 2018-04-09 16:53
Help: RE: Install Bundle Issue
Loaded plugins: langpacks, product-id, search ... ckage liblzma-dev available. Nothing to do 2018-04-09 16:45
Help: RE: Install Bundle Issue
Is there a -dev for ruby 2.5.0, I can't seem ... I am using Redhat 7.4, Ruby 2.5.0, and Maipo 2018-04-09 16:44
Plugins: RE: Redmine 500 Internal error Issues
This is a routing issue in the 3rd party plugin "redmine_reports":ht ... years old. Maybe it suffers a compatibility issue. You could also try contacting the plugin author about that. Cheers, 2018-04-09 16:29
(2876-2900/18300)