Search
Results (18306)
- Hello, I am using version 0.9.4 (Redmine 0 ... 31 (MySQL)) and am having a problem removing issue statuses from tracker workflows. I create ... ow want to remove one of them. There are no issues in the system with that tracker-status comb ... t the status when making updates to existing issues or creating new issues. Is this a known defect? I searched but ... er in the system, if that matters. Thanks.
- Soon this weekend I will start writing a quer ... eld>) * Additional search selection such as Issue last updated by [Anyone|assignee|list of sel ... onth] * Additional search selection such as Issue last status change by [Anyone|assignee|list ... that I will use with combination of redmine_issue_reminder plugin. example usage will be: * Every 6am (by cron), checks if issue on feedback for longer than 2 days and send assignee to follow up with the issue (days value can be adjustable as it is custo ... n large database * Query function complexity
- Hello, The Eclipse foundation is doing a c ... y among Eclipse users each year. Among other issues, there was a question regarding issue trackers. Although Redmine wasn't an optio ... community-survey-2010.html. Cheers, Zviki
- Help: RE: NetBeans connection
- Probably need to wait until the issues REST API is up and running in a released ve ... ill need someone to write the netbeans plugin
- Help: RE: Hiding issues by status
- No. Your best options are to either take the ... its mails to said private project in redmine.
- Hello, I'm using redmine for some web projects, and I'm trying to let people post "hidden" issues, for security flaws. We don't want people ... r way to achieve this ? Thanks, Bastien
- Help: RE: Disable file uploading
- The _Files_ tab yes, the uploading of attachments to wiki pages or issues no.
- Help: RE: Executing scripts on command line to send out email
- I tried to send email out with @rake redmine: ... l to me at all. I can confirm that there are issues returned by the Issue.find statement within that function as I man ... nders method: <pre><code class="ruby"> issues_by_assignee.each do |assignee, issues| puts "Sending to #{assignee.mail}" deliver_reminder(assignee, issues, days) unless assignee.nil? end </cod ... an someone tell me why is email sending fail?
- Plugins: RE: Blocks Layout plugin
- Nikita Pustovoytov wrote: > After modifying ... local path with url-ones. I have the same issue here. The redmine I am using is Redmine 0.9. ... till unchecked. Any solutions? thanks a lot!
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Marcel Gmür wrote: > Might it be possible to add code reviews from patches on issues to the same issue? Sorry, It's impossible.
- Help: RE: Adding an Issue Status: not working?
- Ok, I figured it out -- I had checked the wor ... ky tricky. Thanks for setting me straight.
- Open discussion: RE: Is it possible to have range search filter?
- please confirm is there is such features. I w ... lugin that will enhance the capability of my issue reminder plugin once it is done. so I wan ... I need to write before I start working on it
- Help: RE: Adding an Issue Status: not working?
- You have to integrate the new statuses in the workflow first, see the [[FAQ#Ive-created-a-new-issue-status-but-I-cant-use-it-it-doesnt-show-up-in-the-status-drop-down-list]].
- Help: RE: Executing scripts on command line to send out email
- After some more further debugging in last few ... = "jacky@fishpond.co.nz" i = r.query.issues(:include => [:assigned_to]) email ... happening, and I hope anyone here can help me
- Under Administration >> Issue Statuses I added a couple issue statuses (I have a total of 7), but in all m ... omehow? Did I do something wrong? Thanks.
- Help: RE: Use of Milestones with Advanced Roadmap
- Timothy High wrote: > I've never tried the A ... feature, which includes a date, and to which issues can be assigned. What else do you need? ... the versions are called milestones in the UI.
- Help: RE: Use of Milestones with Advanced Roadmap
- I've never tried the Advanced Roadmap plugin. ... feature, which includes a date, and to which issues can be assigned. What else do you need?
- http://github.com/jk2l/redmine_issue_reminder (Still beta version, will announce ... r.deliver_send_notification(self, user.mail, issues) ActionMailer::Base.raise_delivery_e ... nv ruby script/runner vendor/plugins/redmine_issue_reminder/lib/tasks/send_email_to_all.rb N ... uery class design, will debug that part later
- I just made a plugin that send email to assig ... base on Query criteria (e.g. Notification of issue on production and it is not marked as Tested ... Rest_api_with_ruby ? Thanks for all helps
- Help: RE: Unable to browser remote SVN
- <pre> [root@puppy ~]# su apache bash-4.0$ s ... certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://192.168.0.254) You ... beeing annoying, although i've accepted it :S
- Open discussion: RE: Images in descriptions. How to make them visible in email notifications.
- Yes, thanks for reply. It works of cause. But I have to submit issue first to know attachment id. And then modify ... 'm looking for a way to automate it somehow.
- How can I create issues categories that are valid for many projects ... every project? (In this case I will open an issue in Redmine, because this would be a very useful feature)
- Help: RE: Calling helper of different controller
- issue solved by adding <pre><code class="ruby"> ... eries include QueriesHelper </code></pre>
- Help: RE: Subversion: simple reference changsets to tickets by providing #ticket_number
- After hour of searching I wrote this topic... ... ntation... <pre> If you want to reference issues without using keywords, enter a single star ... erencing keywords setting. In this case, any issue ID found in the message will be linked to the changeset. </pre>
- Hi. Redmine has nice feature which allows ... erencing tickets is made in scan_comment_for_issue_ids but I'm very unfamiliar with ruby. Could ... keywords but by simple #ticket_number format.