Search
Results (12716)
- Defect #12400 (Closed): Validation fails when receiving an email with list custom fields
- Hi, Sorry for my very bad english. After ... n 1.2.0 to version 2.1.2 incoming mails with Issue Custom Field failed with this error: Valida ... "custom field". Thanks for your help.
- Defect #12396 (Closed): Error when receiving an email without subject header
- Hello. Because we did not find a solution ... The system does send mail out without any issue. Sending over TLS (GMail) is working properl ... receive_imap </pre> Any help appreciated.
- Feature #12388 (New): Diffs for editions of issue/notes entries
- It should be possible to see what changes had been done to the issue/note if someone edited it after it was already created. If I edit issue description there is a diff entry generated. ... lf there is no info that the note was edited.
- Defect #12386 (Closed): Redirect redmine using proxy pass
- I am struggling with a redirection rule. I am ... 0.0.1:3000 </VirtualHost> Thanks Zam
- Defect #12377 (New): Custom (issue) fields are not saved on new issue
- When creating a new issue, the values of custom fields are not saved. When editing an issue, the values are saved. Environment: Re ... edmine_lightbox 0.0.1
- Feature #12376 (New): Integration with Devise
- I have already had a local fork with Devise a ... it into redmine when all tests are repaired?
- Defect #12369 (Closed): Test
- Feature #12368 (Closed): attachements should be viewable NOT downloadable for restricted users.
- I am new in redmines and I have requirement ... ject. Please anyone help me to resolve this issue.
- Defect #12365 (Closed): Facing Issue in set up the redmine in Mongrel
- I have set up the redmine-2.1.0 but facing issue while configuring the redmine with mongrel c ... ems/1.8/bin/mongrel_rails:19 Please help me
- Feature #12362 (Closed): Sharing Issue categories
- Please add ability to share Issue categories between projects like Versions (may be only for child projects).
- Feature #12361 (New): Mixed done ratio calculation mode
- Now "% Done" can be set manually, or calculated based on issue status but I can use only one of these ways. ... not_changed and "% Done" < "NewStatus%Done")
- Defect #12358 (Closed): 'None' grouped issue list section should be translated
- When grouping issue list by target version, the issues which belong to no version (can be filtered ... name is hardcoded in source:/trunk/app/views/issues/_list.html.erb@10569#L26.
- Defect #12356 (Closed): Issue "Update" link broken focus
- Patch attached.
- Feature #12355 (Confirmed): Being able to close blocking and blocked issues in one bulk update operation
- If there are 2 open issues related to each other with a "blocks/blocked by" relationship, then the context menu in the issue list (as well as the bulk update issue form) won't propose the user the "Closed" target status even if both issues are selected for update. I.e. the two dependent issues can't be closed at the same time but they should.
- Feature #12351 (New): New presentation to add issue to a gantt
- Hi, I suggest an idea that I found on the site Gantter.com. I must admit on new issues to start a project is not very practical. A view where you click on a new line to fill a new issue and side with Gantt view. I do not know if ... iggest part is done in Javascript Edouard.
- Defect #12350 (Closed): NoMethodError (undefined method `_[...]_callbacks'
- When trying to create a issue with a target version, I'm getting internal ... th following log: <pre> Rendered mailer/_issue.text.erb (2.4ms) Rendered mailer/issue_add.text.erb within layouts/mailer (16585.7m ... _formatted_text' LIMIT 1 Rendered mailer/_issue.html.erb (7.6ms) Rendered mailer/issue_add.html.erb within layouts/mailer (10.5ms) ... 402 AND `custom_values`.`customized_type` = 'Issue' ORDER BY custom_fields.position IssueRelation Load (0.2ms) SELECT `issue_relations`.* FROM `issue_relations` WHERE `issue_relations`.`issue_from_id` = 402 (0.1ms) ROLLBACK Comple ... Class:0x00000004557630>): app/controllers/issues_controller.rb:137:in `create' </pre> It all works fine if I doesn't set target version
- Feature #12348 (New): support to add watcher to repository
- If the user is watching the repository, on repository is changed, notify the user.
- Feature #12347 (New): "Calculate the issue done ratio" per project configuration
- It would be useful to be able to configure au ... e need it calculated by status, for other by issue field.
- Defect #12344 (Closed): Error Showing while creating the database structure
- Hello I am now set uping my redmine 2.1.0 ... p 0.3". it prints 3.0. i dont know what the issue was .Please help me.Its urgent for me to set ... .0 in my organization Thanks Chris
- Defect #12343 (Closed): Redmine 2.1.2 not sending out email via sendmail
- I've just recently upgraded my redmine from v ... ppet of the production.log: Started PUT "/issues/636" for 210.195.222.102 at Sat Nov 10 10:18:53 +0000 2012 Processing by IssuesController#update as HTML Parameters: {"t ... PXNSENu2egGaIA=", "utf8"=>"✓", "id"=>"636", "issue"=>{"start_date"=>"2012-11-10 00:00:00", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "is_private"=>"0", "project_id"=>"9 ... user: choonming (id=23) Rendered mailer/_issue.text.erb (2.0ms) Rendered mailer/issue_edit.text.erb within layouts/mailer (4.5ms) Rendered mailer/_issue.html.erb (0.9ms) Rendered mailer/issue_edit.html.erb within layouts/mailer (2.9ms) Redirected to http://service.olindata.com/...
- Defect #12342 (Closed): TVHeadend doesn't de ... notrend CI-3650 CT on Raspbmc on Raspberry Pi
- I have a problem with TVHeadend detecting the ... tions in details... Kind regards Thomas
- Defect #12341 (Closed): MySQL Error after upgrading to 2.1.2
- This is also listed in the forums here: ht ... e's a problem. When I try to create a new issue, I get a 500 error. Looking at the dev log I ... umn 'position' cannot be null: INSERT INTO `issues` (`assigned_to_id`, `author_id`, `category_ ... 59') I see in the database.rb that in the issues table there is a not nullable field called ... ql2 Database schema version 20120731164049
- Patch #12338 (New): Allow MailHandler to submit to a specific issue
- We modified our mail server and Redmine so that we could send email to redmine-issue-NNNN@example.com and it would be appended to ... -number@ option, that would be added to the @issue_attributes@: <pre> chris@one-mail(exim)$ ... ry', '--priority', '--number' self.issue_attributes[opt.gsub(%r{^\-\-}, '')] = arg.du ... dded some code to allow this flag to set the issue number to append to, in preference to the he ... ~ MESSAGE_ID_RE} + if @@handler_options[:issue].has_key?(:number) + receive_issue_reply(@@handler_options[:issue][:number]) + elsif headers.detect {|h| h ... atches attached. I hope you will accept them.
- Feature #12337 (Closed): Add async file upload support
- In many places that i pulish issues, create new messages, i must upload files/i ... the contents with uploaded files/image's url.
- Defect #12334 (Closed): Wiki export to PDF broken format
- When exporting ticket to PDF, Some national ... ls 3.2.5 - rubygem 1.8.24 - Redmine 2.0.2