Search
Results (18265)
- Open discussion: RE: Advice on writing a new plugin to use Redmine for a computer repair service
- Hi Joe, I'm not at all an expert in developi ... GREAT to have an inventory to map my redmine issues against. In fact, it is what I've been look ... ith an existing CMDB like: OneCMDB or others.
- I'd like to patch the method "before_save" in the model/issue.rb file from a plugin. I've defined the file my_plugin/lib/issues_model_patch.rb as follow: <pre> require_dependency 'issue' module IssueModelPatch def self.included(base) # :no ... give me a tip on what I'm missing? thanks
- Help: RE: How to define plugin to specialize issue views per tracker
- sorry for that stupid question, response in [[Plugin_Internals|here]]
- Open discussion: RE: Advice on writing a new plugin to use Redmine for a computer repair service
- Here is my take, not an expert so a pinch of ... esn't need to integrate much apart from with issues. 2. I have no experience with the Apple ... arious languages, a google search will do it.
- Open discussion: RE: Related issues: depends on?
- Weel, if A _depends on_ B, B _blocks_ A, so turn the relationship around and use _Blocks_ :-)
- It is now possible to define relations between issue. How do I define a 'depends on' relation?
- Help: RE: No route matches "/redmine/public/"
- I see the point with what you say, there are ... how it would work and as security is not an issue on this server I've put everything in the we ... ht now... Many thanks for your input Eric
- Help: RE: No route matches "/redmine/public/"
- Eric, I think you mixed some things up :-) ... now about fcgi) and might even be a security issue. Rails doesn't work as say php or others, wh ... e you like (save for the @public@ directory).
- Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
- Hello, We updated Redmine to latest stable v ... functionality. Could it work? :) Thank you.
- Environment: * Ubuntu * Rails 2.3.5 * Pass ... the upgrade from Redmine 8.X to 9.X. No real issues other than some routing ones where Passenge ... to properly route my requests. I solved this issue by editing environment.rb and adding: <pre> ... from what I read it seems to be a permission issue. I went through and recursively set the owne ... ermissions. I am not sure where to turn here.
- So I saw a note about getting a 422 error wit ... nown_user"=>"accept", "allow_override"=>"", "issue"=>{"project"=>"xxxx", "tracker"=>"bug"}, "ke ... yone have a clue what I could do to fix this?
- Help: RE: Problem receiving emails in redmine ... sable Entity [http://xxxxxx.xxx/mail_handler]
- Some logs : Processing MailHandlerControll ... ride"=>"tracker,priority,category,project", "issue"=>{"project"=>"test", "tracker"=>"Evolution" ... fer-Encoding: quoted-printable\nSubject: tes issue\nDate: Wed, 17 Feb 2010 15:10:48 +0100\nMess ... \nX-MS-TNEF-Correlator: \nThread-Topic: tes issue\nThread-Index: Acqv2wEFsE2cVuWFSlqmFXgF24zPj ... able Entity [http://xxxx.xxx.fr/mail_handler]
- Dear All, I'm trying to upgrade to 0.9.2 ( ... ngError messages... Was this subdirectory issue predating 0.8.4? How is it that I didn't hav ... the installation/upgrade procedures, etc...
- Hello, I'm trying to get Redmine up & runn ... .7) ruby-oci8 (1.0.7) win32-service (0.5.2)
- Help: RE: which version of Rails is used...
- Thanks for your reply Jean-Philippe. Sure ... pment package for MySql. All dependencies issues are solved now, but as my second install (s ... ng while there were still these dependencies issues with Rails. I assume Rails that comes with ... .4 case) takes precedence... regards, Eric
- Hi, I'm currently using 0.8.7 redmine and ... mine's various files (http://www.redmine.org/issues/3782 and http://www.redmine.org/projects/re ... on that anywhere. Cheers, Daniel Stonier.
- Help: RE: NoMethodError "remove_item" after installing Backlogs plugin
- Seems like an old code bug, as the line 28 in issue_patch.rb is now: Item.remove_with_issue(self) And you get an error when calling t ... Everything should be fine. Best Regards
- Hello, I'm currently looking after Redmine ... m where people are being wrongly assigned to issues and the priority being set incorrectly, is it possible to stop the reporter assigning people to issues and only allow managers assign them? I have ... can't find anything. Thanks, Alex Jones
- Help: RE: REST API 406 Errors
- @curl -v -H 'Accept: application/xml'@ works ... a look at source:tags/0.9.2/app/controllers/issues_controller.rb#L106, and the @respond_to@ bl ... ew, so I'd say it's not active yet in stable.
- Hoi all I am running RedMine on apache and giving the REST API a go. I tried entering issues.xml but get a 406 Not acceptable error when ... 'Accept: application/xml' "http://x:y@server/issues/1.xml" and still got a 406. This only ha ... tion in administration and am running 0.9.2
- I work for a small Apple Authorized Service P ... assign parts from inventory to repairs (i.e. issues), and integration with Apple's Global Servi ... forum has remained unanswered after 4 days...
- Help: RE: Updating server timezone
- Nope, I was right the first time, the redmine ... = created_on + INTERVAL '17 hours'; update issues set created_on = created_on + INTERVAL '17 hours'; update issues set updated_on = updated_on + INTERVAL '17 ... created_on + INTERVAL '17 hours'; </pre>
- Hi, can someone give me some tips to define a plugin that could alter the view of issues depending on their Tracker ? For example, s ... not displayed as a bug) thanks in advance
- Help: RE: User groups
- Thanks to all. I've dowloaded bitnami distri ... ! Only one more question: can I assign an issue to a group instead to a single user? I woul ... do and let the user choose who have to do...
- Howdy, I've been using Redmine for quite s ... #850 , #1853 , #973 , #2905 , and many more issues point to this need. My proposed solution ... , I'm barely finishing up my 2009 to-do list)