Search
Results (18267)
- 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,
- Help: RE: Install Bundle Issue
- Loaded plugins: langpacks, product-id, search ... ckage liblzma-dev available. Nothing to do
- 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
- 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,
- Plugins: RE: Redmine 500 Internal error Issues
- Hi Team, Please see the error. <pre> S ... ort_on_exception' </pre> Thanks, Shubham
- Help: RE: Install Bundle Issue
- Hello, Assuming you're running Ubuntu/Debian ... e @ruby-dev@ package will solve your problem.
- Plugins: RE: Redmine 500 Internal error Issues
- Hello, Please attach relevant log entries. ... te error trace in your terminal now. Cheers,
- update, I was able to get nokogiri, but still ... llowing these instructions: I having an issue with this step: Install dependencies using ... help can be given to me to help resolve this issue.
- I'm assuming this is something that I did but ... /></p> </pre> Also PDF's generated from issues appear correctly in the document. !capture.png!
- Help: RE: Error with "bundle install --without development test" while updating to 3.4.4. from 3.3.2
- According to this "issue":https://github.com/tzinfo/tzinfo-data/issues/12 on Github it's just an info message and can be ignored.
- Hi I am using redmine and some of my project issues when clicked show me a 500 internal error. ... ur log files for details about the error.
- Hello, does any one know how a list of tar ... Embedded Device When i am creating a new issue for a mobile app and i choose from the Categ ... ts. Can anyone help? Thanks in advance.
- I have seen some related issues on this subject, but nothing that quite hit ... able to clear the "Closed" date * When an Issue has been cloned / copied from another project, if the original issue was closed, the Closed date is still set to that original issue. Although, you don't see the Closed date in the Issue tracker, when running queries, the closed da ... verything else is "settable". * When an Issue has been accidentally closed, we can mess wi ... osed is in the queries & query options. Thx!