Search
Results (18279)
- Open discussion: RE: The list of projects is not properly displayed
- Hi I've tried to update my redmine installation from 3.3.3 to 3.4.5 and I had the same issue with the project list. Did you solve your problem and if so how? Thanks Pablo
- Help: RE: Install Issue; bin/rails server
- Hello, My understanding is that @bundler@ is ... need regardless of distro packages. Cheers
- @[redmine@uhso919 redmine]$ /usr/local/bin/ru ... ng up with a solution and I'll get it posted.
- 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.
- Help: RE: Relations on Gantt Chart
- Hello, Do you have screenshots of the Gantt and the relevant issues(Dates and relationships) please? Cheers,
- There is no relations between issues in Gantt Chart. What may be a resaon of? ... 1.0.0 usability 2.2.5
- 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,
- 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
- Development: RE: Export All Issues Data to a table or excel
- Daccor merci
- 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,
- 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,
- 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,
- 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,
- 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
- 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.
- 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!
- 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...
- Help: RE: Looking for a plugin to order issues
- Please see #22802 and add your feedback to the ticket.
- 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?
- Hi everybody, I have some strange issue: Just migrated Redmine from classic install ... sitory. Please, any clue? Or hot to debug?
- Help: RE: Install Bundle Issue
- Finally got it! ran bundle install --without ... to the next step. Thank you for your help!
- 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]
- 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,
- 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,
- Help: RE: Install Bundle Issue
- According to the "documentation":http://www.n ... em install nokogiri </code> </pre> Cheers,