Search
Results (18317)
- Help: RE: Ability to assign issues to groups
- It's there but for some reason turned off by default. Go to Administration > Settings > Issue Tracking and check the box for 'Allow issue assignment to groups.'
- Help: RE: Ability to assign issues to groups
- I'v got the same problem, currently using 1.4 ... and no ability to assign group. Any help?
- Help: RE: Move issue is missing after 1.4 upgrade
- You can now move issues to another project using the regular edit/bulk edit form.
- Hello everyone, I am a ROR newb, but quick ... from 1.3.2 to 1.4.1 I am now missing my move issue button. Please advise, Mariano
- Help: RE: redmine 1.4 redmine:email:receive_imap issue_edit undefined
- This error comes from the orangutan plugin (look at the stack trace), please retry without plugins.
- Help: RE: redmine 1.4 redmine:email:receive_imap issue_edit undefined
- I still can't get this ReceivingEmails to wor ... s Any help is appreciated. best, Anton
- We've recently switched to Redmine and we mos ... f words). I found that this has been an open issue for 5 years and I'm wondering if this is a d ... r somebody relatively new to RoR to tackle?
- I'm currently running version 0.9.6 of Redmin ... 0, then 1.0 -> 1.1, etc? Are there any major issues I should be aware of? Thanks!
- I'd like to be able to create a custom field that would allow me to specify a set of issues. Does anyone else think this would be us ... s the appropriate place for feature requests?
- Hi, I have finally upgraded my Redmine from 1 ... ing a new ticket for example : Processing IssuesController#new (for XX.XX.XX.XX at 2012-04-3 ... XXXXXXXXXX", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new ActionView::TemplateError (undefined method `saved_attachments' for #<Issue:0x7660939a1978>) on line #1 of app/views/att ... _view/base.rb:267:in `render' app/views/issues/new.html.erb:21 vendor/bundle/ruby/1.8 ... rb:934:in `labelled_form_for' app/views/issues/new.html.erb:5 vendor/bundle/ruby/1.8/ ... rking.rb:51:in `render' app/controllers/issues_controller.rb:130:in `new' vendor/bund ... .rb:107:in `respond_to' app/controllers/issues_controller.rb:129:in `new' vendor/bund ... public/500.html (500 Internal Server Error)
- Hi all I'm new in Redmine, I installed V 1.4.1 I want customize the IHM like renaming Tab "issues" => "actions" Can any one help me Best Regards
- Help: RE: Uninstalling Plugins
- UPDATE: I even rolled my instance back to the old version and got the same issue.
- Help: RE: Uninstalling Plugins
- To be more explicit: I upgraded my instanc ... in to version 0 ... == RemoveIdFromTimeGridIssuesUsers: reverting =========================== ... ugin/db/migrate/006_remove_id_from_time_grid_issues_users.rb:7:in `down_without_benchmarks' /v ... n/rake:33 Tasks: TOP => db:migrate:plugin @
- Hello, I am trying to make Redmine 1.4 receive emails from Gmail via IMAP, but I get an error = "issue_edit" undefined method. Any ideas how to fix ... ceive_imap rake aborted! undefined method `issue_edit' for #<Mailer:0x7fbb68aaf098> /usr/lib ... rb:47:in `save' /opt/redmine-1.4/app/models/issue.rb:1045:in `create_journal' /usr/lib/ruby/g ... 4/app/models/mail_handler.rb:194:in `receive_issue_reply' /opt/redmine-1.4/app/models/mail_han ... 3 Tasks: TOP => redmine:email:receive_imap
- Plugins: RE: Redmine Scrumdashboard plugin
- Hi, I`m not able to display the issues in the dashboard like it is showed in the figure scrumdashboard_1.png . Every issue that appears in my dashboard occupies one row exclusively. I`d like to see all the issues in the top and more than one issue per row, like I`m seing in the exemple that ... ure to exemplify what`s happening. Thanks.
- Hello, Everyone! I have installed Bitnami ... on the clear computer. When I try to export issues in gantt png view I have some error. Hear ... m? I have just create one project and two issues in there. Export in PDF done well.
- Help: RE: 1.2.1 Some projects do not send emails (yes my settings are correct)
- Greetings, Same issue but only with some tickets. Different initia ... ect. Strange thing. Anyone got ideas or same issues?
- Is there the possibility to create issues from incoming IMAP emails and to put the "f ... ymous users! Thanks for any suggestion!
- Development: RE: Does redmine use ajax calls of different types ?
- Terence Mill wrote: > Does redmine use other ... the only tricky point should be to get and reissue the CSRF token.
- Plugins: RE: Issue Closed Date
- "Related issues" removed after plagin installation. Redmine 1.4.1.stable
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Steve, thanks for your feedback will take a look at the performance issue. Dhanasingh
- Plugins: performance issue
- I'm seeing queries taking a long time in the ... heet of 15 or so rows with different project/issue combinations. Two or three rows are tolerabl ... n the view, is it really necessary? S.
- Development: RE: Does redmine uses multipart/form-data POST requests ?
- This is pretty much inevitable when dealing w ... e upload input fields. Have a look to new issue form source:/trunk/app/views/issues/new.html.erb#L6 and see the @:multipart@ attribute value set to @true@.
- Development: RE: Does redmine uses the Post-Redirect-Get-Pattern?
- It's a minimum requirement for a good "web" p ... ee for example source:/trunk/app/controllers/issues_controller.rb#L154: # @POST /issues@ # @IssueController#create@ # @redirect_to { :action => 'show', :id => @issue }@ # @GET /issue/NN@ # @IssueController#show@
- Help: RE: Can't change start and end dates for a ticket
- I've discovered that this happens when you create an issue listing a parent issue. At that point you can't alter the dates on the parent ticket. Removing the parent issue number from the child issue will clear the dates on the parent issue, but you can change them. I've filed a defe ... this doesn't appear to be desirable behavior.