Search
Results (18307)
- Help: RE: Email notification stopped work, after moving issue to another project
- I believe it makes sense : if Mr. X is no more granted to access this issue anymore, why could he receive mail notifications ?
- Hi ! I have a problem with email notification. Mister X has created an issue in some project, mister X is a member of this some project, then we moved issue, to another project where mister X is not a ... able to recive email notification from this issue. what we should do that mister X can again r ... situation. Looking for any help. Cheers.
- Help: RE: Unable to reach custom Issues method
- ya, in vendor/plugins/redmine_my_custom/confi ... | map.resource :myCustom map.connect '/issues/myCustom/:id', :controller => 'issues', :action => 'myCustom', :conditions => {:m ... re> rake routes shows: <pre> POST /issues/myCustom/:id {:action=>"myCustom", :controller=>"issues"} </pre>
- Help: RE: Unable to reach custom Issues method
- Did you add some route to @config/routes.rb@ ?
- I'd like to create subtasks of other tasks. R ... e and setting the parent task after clicking Issue, then Update, then More is simply missing. I ... I missing? Thanks for any help you can give!
- Help: RE: Unable to reach custom Issues method
- so, my problem is not in the rendering of myC ... hen myCustom_edit.rhtml (a form) submits to /issues/myCustom/12345 is where i have a problem. i do not seem to be reaching the myCustom method.
- Help: RE: Unable to reach custom Issues method
- try @:partial => 'issues/myCustom_edit'@
- i am having trouble reaching a custom method which i have patched into the IssuesController. my log error reads: Processing IssuesController#myCustom [POST] Parameters: {" ... "=>"theToken", "id"=>"12345", "controller"=>"issues", "text_i_am_posting"=>"there is text here" ... 5ms (View: 1, DB: 1) | 403 Forbidden [SERVER/issues/myCustom/12345] the relevant method in my issue patch (vendor/plugins/redmine_my_plugin/lib/issue_patch.rb) <pre> def myCustom logger.i ... (vendor/plugins/redmine_my_plugin/app/views/issues/_myCustom.rhtml) <pre> <% remote_form_for(:issue, @issue, :url => {:controller => 'issues', :action => 'myCustom', :id => @...
- Hello, Redmine Lightbox plugin does not wo ... t the functionality that is available in the issues is not present in the wiki pages.
- Hello, I have to manage issue with date start, date due (milestone) and end date (when issue is closed). I want the use redmine as a helpdesk. -- I need to know when the issue is started, the due date (without version ) and the closed date. -- I need to close a issue with the specified date (editable) not the d ... help me to do that or show me how to manage issue with planning : "due date" and date effect
- Hi all. I using redmine 1.1.1 and Fedora 1 ... o pdf I make changes (http://www.redmine.org/issues/61) but I receive an error with FreeSans fonts: @ Processing IssuesController#show to pdf (for 212.42.61.22 at ... action"=>"show", "id"=>"668", "controller"=>"issues"} RuntimeError (Font unavailable): li ... BoldOblique,polkrepko ležeče @ any ideas?
- Hi I have configured my server to receive issues via email. Below is the command. <pre> ... for any help in advance. Regards Laks
- Hello, In using redmine we rely heavily on email to report/update issues. What we find annoying is that people of ... d time by the redmine as the notification of issue update. Now, there is a setting in redmin ... ring your experience. -- Regards, Alex
- Open discussion: RE: uninitialized constant MysqlCompat::MysqlRes only with passenger
- Looks to be a common issue over the Internet : http://accidentaltechnol ... nt-mysqlcompatmysqlres-error-on-snow-leopard/
- Open discussion: RE: Sumit Issue Error when fill in field "Spent time"
- Hi Panuwat, This bug is from redmine_times ... ub.com/nicStuff/redmine_timesheet_extensions/issues#issue/2
- Help: RE: Get the issues/tasks of selected user?
- I change code a bit as follow but it still does not show list of issues that are belong selected user. Could you pl ... r), :onchange => 'this.form.onsubmit()') %>
- I would like to be able to create a filter that would return the list of issues that have been "resolved by" someone. This filter would return the list of issues that were resolved by a contributor. In ... s. "Opened by" "closed by" "resolved by"
- Hello, do you know if we can create each m ... tically, a reporting (.pdf) that contain the issue closed (like when exporting the result of the issue table to pdf). I can do it manually easily, ... eased to listen all your advice ! Thanks !
- Open discussion: RE: Automatically add user as watcher for issues created via email.
- I second that request! Would be very good for ... t system as well. Cheers! //Peter Brauner
- Plugins: RE: any interest in a visual studio plugin to view redmine issues?
- Do u already have a preview available?
- Help: RE: translation missing: en, field_watcher_users is invalid
- There is an issue opened for this, #5373, it says it may come ... of users, you should check their correctness.
- Help: RE: No hierachical view in issue list
- Note you can add parent issue as a sort without having to add the column i ... n creation date, but it generally works fine.
- Open discussion: RE: Import Issues
- Felix Schäfer wrote: > Alessandro Maggi wrot ... Of course I did but found nothing helpful.
- Hi, I'm trying to access redmine-1.1.2 (fr ... oads list of projects correctly, similar for issues.xml wget my.server.url/projects.json causes a HTTP/406 error wget my.server.url/issues.json works fine wget my.server.url/user ... ea how I could find out? Cheers, Daniel
- Open discussion: RE: Import Issues
- Alessandro Maggi wrote: > I tried redmine im ... created an importer from cvstrac to Redmine?