Search
Results (18298)
- Open discussion: RE: redMine 500 error while saving new issue
- Please use the @< pre>@ tags (there's an extr ... ut, i.e. I guess your email config is faulty.
- Plugins: RE: Some question about Redmine Plugins
- # You should probably learn a little more rai ... a part of the plugin guide, # For an extra issue attribute, you'd probably be better off usin ... ake care of managing its storage and display.
- Help: RE: News lost edit link
- This is caused by some refactoring in the trunk. The issue should be solved by now (see #6513 and relat ... use a stable release if possible. --Holger
- hi, I've been working on a plugin which he ... User Pain" which value i update each time an issue is created or updated. The value is easy to ... not updated. To sum up : * I create an issue, the value of user pain is accurate. * Then i add a tracker to the issue's project. * the value of user pain for the issue is not accurate anymore it needs to be compu ... thought of computing the value each time an issue is loaded but i can't find the right hook to do that. I've thought of updating every issues each time tracker or priority is changed, b ... should best implement that, please tell me :)
- Open discussion: RE: redMine 500 error while saving new issue
- Below is the error from the log file. *<html ... tyle: italic; } </style> </head> <body> Issue #14 has been reported by Gaurav Shrestha. <hr /> <h1><a href=3D"http://localhost:3000/redmine/issues/14">Bug #14: testing<= /a></h1> <ul> < ... ls/mailer.rb:292:in `deliver!' app/models/issue_observer.rb:20:in `after_create' /usr/lib ... 184:in `notify_observers' app/controllers/issues_controller.rb:143:in `create' Rendering ... ublic/500.html (500 Internal Server Error) *
- Help: RE: can I change default tracker for new issue?
- works nicely. Thank you Didn't find anything about that in forums not help... R.
- Hi, first excuse my bad English. So here is ... e is what the plugin has to do: override issue model to add an attribute (spot_id) let user set the related spot_id when they create a new issue (by adding fields to the issue creation form) exec a specific function when a issue related to a spot is closed. I have to te ... i want to make a one-to-one relation between issue and spot. and let user set related spots when they create an issue. Can anyone help me? thanks.
- Help: RE: can I change default tracker for new issue?
- Move "feature" to the top of the tracker list in the global administration.
- hi can I change default tracker issue from bug to feature for new issue? Thank you Radek
- Hi, I have the following code that uses httparty in an attempt to create an issue via the api: <pre> self.class.base_uri @ ... ntent-type' => 'text/xml' self.class.post("/issues.xml", :body => {:issue => {:subject => 'test, :description => 'test ... 1:in `require' script/server:3 </pre>
- Open discussion: RE: redMine 500 error while saving new issue
- Please post the trace of the error, you will find that in the @log/production.log@.
- When i try to add a new issue in Redmine i get the following error. *Inte ... .* In other section i can add without any issue but it occurs only in the Issue section. How can i get rid of the issue.
- Help: RE: Help!! redmine crashes after launch
- But. Felix - mail notification steel not working In production log <pre> Processing IssuesController#update (for 127.0.0.1 at 2010-10- ... /HrXvNoZIlViJV0F3zAu059igU=", "id"=>"1055", "issue"=>{"start_date"=>"2010-10-29", "estimated_ho ... id"=>"2", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... pma.net.ua Redirected to http://0.0.0.0:9191/issues/1055 Completed in 403ms (DB: 45) | 302 Found [http://0.0.0.0/issues/1055/edit] </pre> But mail log is empty ... mple.net" # password: "redmine" </pre>
- Help: RE: Help!! redmine crashes after launch
- maxim ponomarchuk wrote: > I'm sorry Felix, ... g test mail notification) <pre> Processing IssuesController#show (for 127.0.0.1 at 2010-10-31 ... ction"=>"show", "id"=>"1055", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml DEPRECATION WARNING: using %d i ... (View: 412, DB: 12) | 200 OK [http://0.0.0.0/issues/1055] </pre> and mail notification no ... address: "localhost" port: 25 </pre>
- Help: RE: Installation of redmine 1.0.2 - error 500 on sevral pages
- I encountered a similar problem today. The re ... ded below. Maybe only one of them caused the issue, all I know is that after removing all the p ... or (0.14.3) treetop (1.4.8) tzinfo (0.3.23)
- Open discussion: RE: how to create issue via api
- Thanks for the reply Felix I cant work out where to enable anonymous issue creation, does anyone know where this can be done? (will allow me to rule out authentication issues), but i'm trying to use basic authenticatio ... oduces any better results. thanks, Scott
- Open discussion: RE: how to create issue via api
- Can anonymous create issues on your redmine? If not, you need to use au ... get the API key from your "my account" page.
- Open discussion: RE: how to create issue via api
- After a little more investigation, I am now posting to '/issues.xml' and getting a different error: 'Form ... using the following line self.class.post("/issues.xml", :body => {:issue => {:subject => 'test, :description => 'test, :project_id => 1}}) Can anyone help? thanks
- Hello, I have one server with redmine 0.9 ... d restore it on the new. It works but on the Issues page i have a "Internal error" message. ... Note : sorry to my english, i'm french ...
- Hi, I'm trying to create an issue via the rest api, however whenever i post to /projects/1/issues.xml I get a 405 error telling me POST is no ... that I should be posting to? Thanks, Jon
- Help: RE: LDAP patch modifications, issue 1113 - need some debugging help
- app/models/user.rb and app/models/auth_source ... hich I can import from these two models..
- Help: RE: LDAP patch modifications, issue 1113 - need some debugging help
- Roy Sindre Norangshol wrote: > * Are I'm abl ... t them to see if there is a "nicer" solution.
- Help: RE: LDAP patch modifications, issue 1113 - need some debugging help
- It is actually placed in the ldap auth contro ... ke a module I can import at both places :p
- Help: RE: LDAP patch modifications, issue 1113 - need some debugging help
- While it's pretty hard and time-consuming (me ... el and call it from after a login or similar.
- Help: RE: Changing default value for filter
- Thanks for the reply. I successfully changed ... but since I want to use different filter for issue list page and calendar page, I need to add a ... ou tell me which how I can do that? Thanks