Search
Results (18298)
- 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.
- Open discussion: RE: Multi-lingual With Switching
- For clarities sake: it's not valid for all th ... into Redmine initially like roles, trackers, issue statuses, custom fields and all the enumerations.
- Help: RE: Fresh installation problems
- I'm reluctant to do so, since according to forums.cpanel.net/f5/ruby-rails-issue-222852.html#post917402 cPanel requires rails ... executable is found anywhere on the system).
- Hello Redmine forum users, I need some sup ... 0, 10, 20 ....90, 100% but when we list the issues, it looks just a number not like progress bar. Please help Best Regards Ajay Soni
- Help: RE: Associating Revisions and Commits (SVN)
- Szymon Nowak wrote: > Is there any magic in ... or some of us association between commit and issue via (keywords refs, fixes, close etc) works fine, but some of us can't see Associated table in Issue's details. Can you check if this might be ... onditions when association is created? Mayby issue has to be in state "In Progres" before commi ... ing like that [...] Not that I'm aware of.
- Plugins: RE: [Redmine Spent Time Required] Plugin doesn't work when updating issue on issues board
- Max Prokopiev wrote: > Thank you for this re ... 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: Could issues from sub-project be displayed in the parenet-project?
- Steven Wong wrote: > Could issues from sub-project be shown in the parenet-pr ... using [[RedmineSettings#Display-subprojects-issues-on-main-projects-by-default|RedmineSettings#Display-subprojects-issues-on-main-projects-by-default]].
- I have a turnkey redmine server I read the ... how do I update the time... when updating issues the time is off by a few hours and I do not ... ng for time. Thank you, Ed Reynolds
- Open discussion: RE: cut&paste in repository browser?
- An [non-perfect?] solution could be a new link "Raw view" next to the "View" link. I created an issue #9613.
- Help: RE: Plugin execution order
- Its possible to change plugin load order by s ... ll ] see also * http://www.redmine.org/issues/7754 * http://ryandaigle.com/articles/2007 ... new-in-edge-rails-specify-plugin-load-order