Search
Results (18307)
- I have just installed Redmine on my 10.04 ser ... do with my problems. Am I stuck with this issue or can I use someting newer? If so how? ... date. I was also wondering about security issues in using sendmail or whatever sever. Config ... and get upto speed with mail in slower time.
- Help: RE: How to update issue status/priority using Rest API?
- Jean-Philippe Lang wrote (on #9599): > You c ... (both JSON & XML). Could you please confirm?
- Help: RE: Update Issue on receiving Imap
- Thanks for your Reply! The Problem with using ... mail, its alright. @def receive_issue_reply_callid(issue_id, email) issue_id_temp = Issue.find_by_sql("select * from custom_values where custom_field_id = 2 AND value="+issue_id.to_s+"") $issue_id_original = false; issue_id_temp.each do |a| $issue_id_original = a.customized_id end print $issue_id_original return unless $issue_id_original@ thats basically it.
- Hi, I would like to reorg some of the content on our wiki pages and move them to other pages. The issue is that we have some embedded jpgs (as attac ... age and reupload them to the new page? TIA
- Plugins: RE: Search Open Issues before Creating New Issue
- I've just created an issue to see if this might be put into the develop ... thing that a plugin would be more useful for.
- Development: RE: Redmine 1.3/1.2.2 release with Remote API for issue relations
- I see Redmine development is going full-speed ... d release our own Redmine plugin for "remote issue relations operations" - which is only required until Redmine 1.3.0 is out...
- Help: RE: Update Issue on receiving Imap
- I'll give my two cents on the things I can: ... e are documented at [[RedmineReceivingEmails#Issue-attributes]]. > * write the call number i ... to keep the call-nr inside a custom field.
- Greetings, There are several open issues related to this topic. None of them are in ... ReviewDisplay&reviewid=%d". When added to an issue I could add just the review number, e.g. 123, and have a direct link from an issue to the code review for that issue. With the recent nice work in the area of ... pport for templates would be great. Thanks
- Plugins: RE: [Redmine Spent Time Required] Plugin doesn't work when updating issue on issues board
- Szymon Nowak wrote: > Mayby i've used wrong name for Issues board, but i meant the standard Issues' board which as i remmeber has some ajax actions - (Right-Click on issue shows menu and allow do some ajax actions right?). So the "ajax issues board" is part of the Redmine core. Ok, then you mean the issue lists which are part of the core. They indeed include a right-click menu. :-/
- Help: RE: Associating Revisions and Commits (SVN)
- Right now i've tried to add this same reposit ... ime tags Every commit was counted twice and issues have double Associations (one from reposito ... this same repository) and map commits to all issues in project and all subprojects. It look ... idea? I think projects hierarchy cause this issue, but i don't know exactly how to fix it.
- Help: RE: Associating Revisions and Commits (SVN)
- Is there any way to remove all associations from issues and force Redmine to scan repository and re ... ions? Because it looks like it's not dynamic.
- Hello, I have created four custom fields wh ... t chart when the mouse cursor hovers over an issue. I was able to access these values from Issue page but i was not able to access the custom ... soon as possible. Thank you Alexandre
- Help: RE: Associating Revisions and Commits (SVN)
- Unfortunately it's not related to permissions ... orks. Once i made those steps: 1. Created Issue 2. Changed status to "In Progress" 3. Comm ... closes #<id> </pre> 4. And i saw Commit on Issue's association revision list. Next time I' ... ociation. Mayby projects hierarchy is the issue. * Root ** Sub1 ** Sub2 And repository ... shared repository for all subprojects in Root
- I have used https://github.com/leovitch/redmine_importer/wiki successfully to import a load of issues into Redmine. Now I am trying to import th ... omething to do with MySQL database integrity issues? However, the first import (ignoring ID) di ... ated! EDIT: If anyone else is having this issue, I solved it by creating an external ID fiel ... the redmine mysql database: <pre> update issues,custom_values set issues.id=issues.id+10000 (NOTE: this needs to be an integer, larger than the highest issue ID), custom_values.customized_id=custom ... 'external id' custom field's id); update issues, temp set issues.id = temp.value where issues.id = temp.customized_id; update custom_v ... ized_id = temp.customized_id; alter table issue...
- Help: RE: Cross-site auto login using auth_source
- I'm having the same issue and am also a bit of a noob. But I think I f ... oken This will skip the token verification
- Help: [SOLVED] RE: Problem with ProxyPass
- see http://www.redmine.org/boards/2/topics/27570 for the configuration that solved my issue.
- Hi all, I have a small issue with redmine/apache/passenger on CentOS. ... lhost on the redmine.host solved the problem.
- *Hey Guys!* _First of all: in case my qu ... p --trace@ * this works, it creates a new issue for every new mail in the box in the project ... o get the attachment replaced > ... no new issue to be created > ... some sort of notice th ... his before. Thanks in advance! patrick.
- Help: RE: reposman.rb and SVN folder structure
- Hi, have you look on this solution? http://www.redmine.org/issues/4877
- Plugins: RE: [Redmine Spent Time Required] Plugin doesn't work when updating issue on issues board
- Mayby i've used wrong name for Issues board, but i meant the standard Issues' board which as i remmeber has some ajax actions - (Right-Click on issue shows menu and allow do some ajax actions right?). So the "ajax issues board" is part of the Redmine core. Misc ... e aware of the fact that the mentioned "ajax issues board" is not part of the Redmine core. It ... n. This is also most-likely the cause of the issue.
- Open discussion: RE: OSLC support
- There is an "OSLC Plugin for Jenkins":https:/ ... (you have to configire correct urls to creat issues .. etc) be used to maintain bugs in redmine. Had no time to test it our so far.
- Hi, I need some support to add custom fiel ... 0, 10, 20 ....90, 100% but when we list the issues, it looks just a number not like progress b ... way to do same ? Best Regards Ajay Soni
- Plugins: RE: Users XLS import/export plugin
- It seems that you do not have any custom fields in Redmine. Please create at least one (no matter issue or user one) in order for this plugin to work. It is a bug that will be fixed in the next release.
- Plugins: RE: Redcase Plugin
- @Ziv Shenhav We encountered the same issue of being logged out of Redmine after perform ... ything except Disabled. Hope this helps.
- Help: RE: Move+Upgrade
- Howdy, It looks like this line "Validation f ... /app/models/repository.rb@ I had the same issue and solved it by deleting everything from th ... dd the repositories to the projects manually.