Search
Results (12514)
- Feature #4246 (Closed): Embedded plugin documentation template per project
- I am running the latest stable redmine. In ... edded tab of the thimios project. thanks
- Feature #4244 (Closed): Multiple email addresses for each user
- Is there anyway that we can store multiple e- ... all be informed on the progress of the task.
- Defect #4243 (Closed): {{include}} macro mangles HTML entities in <pre> blocks
- Use of the include macro garbles HTML entitie ... gine one too many times, but I can't be sure.
- Feature #4242 (Closed): Send and attachment
- is it possible to send mail with the attachments when i assigned a person to an issue ?
- Defect #4241 (Closed): possibility to change title of a task
- is it possible to allow the change of the title for an existing task ?
- Defect #4239 (Closed): Issue view is not displayed correctly in Google Chrome 4
- Please see the attached images. There is a ... rowser. Don't know whom should be accused of.
- Feature #4238 (New): Have files be a complete, aggregated list of all documents in that project
- It would be nice if there was a central point ... difficult to find files attached to Resolved Issues or buried wiki pages.
- Defect #4235 (Closed): Issues not working
- Throws error 500 when trying to open. It happens only with one project... log: <pre> Processing IssuesController#index (for 79.139.136.243 at 2009 ... rbforest", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ... id" IS NULL) AND ( ("enumerations"."type" = 'IssuePriority' ) ) ORDER BY position) on line #63 ... _locals_filters_object_query' app/views/issues/index.rhtml:17:in `_run_rhtml_app47views47issues47index46rhtml' app/views/issues/index.rhtml:11:in `_run_rhtml_app47views47issues47index46rhtml' app/controllers/issues_controller.rb:82:in `index' app/controllers/issue...
- Feature #4231 (Closed): Send email notifications one by one
- Hi, In one from our projects we had a user ... mpany). Imagine we have 4 watchers to one issues. This 4 watchers have all the same domain @ ... ng mails one by one ? Thank you very much!
- Feature #4230 (New): Add support for patronymics / middle names.
- Defect #4228 (Closed): no notification on issue creation by mail with redmine:email:receive_imap
- Hello, I have Redmine 0.8.7 running on ubu ... without any problem. It is set up to create issues via email and this functionality runs well ... em is : given an user (authorized to submit issues to my project), email notifications are sen ... t up to be notified) if this user creates an issue in the web interface. If the same user sends a mail to create an issue, the issue is created well but no notification are sent ... an automatic assignation by category on this issue). On issue creation, the notification seems not to be w ... used to notify the project members on email issue creation. I just tested it on https://projet ... rdm-mailhandler behave differently about the issue management ? thank you
- Patch #4226 (Closed): Traditional Chinese language file (to r3075)
- * Tags added: ** button_move_and_follow, setting_default_projects_modules
- Patch #4218 (Closed): Javascript Project Selection
- This is a quick patch to make the project sel ... a bit so it's "prettier" !Screenshot.png!
- Feature #4211 (Closed): Assign to feature - Add more than one user
- I'd like to be able to assign issues to more than 1 user
- Feature #4210 (Closed): View subproject description in Projects page
- Currently (v0.8.5) only 'parents' projects ha ... e setting allowing to see it for subprojects)
- Defect #4208 (Closed): Translation error when opening new issues
- Clicking to open a new issue when using the interface in catalan (ca), sh ... public/500.html (500 Internal Server Error)
- Defect #4206 (Closed): Repeatedly running of db_migrate fails silently
- As part of a major Redmine upgrade, I set up ... d re-ran the migrate steps. No warnings were issued. However, we then started seeing interna ... nd Wiki pages. I originally surmised the SVN issue to be some sort of timeout, because it seeme ... fixed the problems. Googling for the wiki issue I was seeing, however, led me to http://www.redmine.org/issues/1681 and http://www.redmine.org/issues/3553 . I retried the db_migrate as suggeste ... If you need any more information, please ask.
- Defect #4204 (Closed): Failing test in test_show_atom
- (Pulling this out of the discussion from #339 ... etting a failing test in the @test_show_atom(IssuesControllerTest)@ but it's not reproducible by others. Going to try to work on a patch here.
- Patch #4201 (Closed): Traditional Chinese language file (to r3031)
- * Tags added: ** version_status_open, versi ... version_status_closed, error_can_not_reopen_issue_on_closed_version, label_user_anonymous
- Defect #4200 (Closed): enabled_module_names= does not test to see if a module is already enabled
- If you call enabled_module_names= with an arr ... elete them if you don't provide them. The issue is from project.rb:330 where it does not tes ... eady enabled before it tries to re-enable it.
- Feature #4199 (Closed): Reassign back to original author from an SCM commit
- We've got a post-commit hook going at work (t ... was that if we noted a revision as fixing an issue, it should not only just set it to a specifi ... code: <pre><code class="ruby"> issue.done_ratio = done_ratio if done_ratio ... reassign_to = nil issue.assignable_users.each do |assignuser| ... reassign_to = assignuser if assignuser.id == issue.author_id end issue.assigned_to = reassign_to # End ... k.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update, { :changeset => self, :issue => issue }) issue.save</code></pre> This goes in app/models ... 14. Thoughts on adding this in to 0.8.7?
- Defect #4194 (Closed): Hide paragraph terminator ¶ at the end of headings on html export
- This defect is related to #1978. This original issue should be closed, because the original poste ... hese symbols hidden for viewing and printing?
- Defect #4192 (Closed): Cannot Delete Issues in Redmine 085
- When trying to delete an issue i receive the following error message: NoMethodError in IssuesController#destroy Application Trace ven ... issing' vendor/plugins/redmine_backlogs/lib/issue_patch.rb:28:in `remove_item' vendor/rails/a ... e_helper.rb:36:in `to_proc' app/controllers/issues_controller.rb:318:in `each' app/controllers/issues_controller.rb:318:in `destroy' Running on windows XP pro, bitnami redmine stack 085
- Defect #4189 (Closed): Users who change their password when authenticating via ldap cannot log in
- Users who change their password when authenti ... word is being checked against LDAP everytime.
- Defect #4188 (Closed): gantt.rhtml doesn't correctly handle nil values
- Method due_before in app/models/issue.rb can return nil. app/views/gantt.rhtml ... ethod `<=' for nil:NilClass) on line #184 of issues/gantt.rhtml This can happen if an issue has a due_date of 0000-00-00 and no fixed_ve ... ethod `<=' for nil:NilClass) on line #184 of issues/gantt.rhtml: 181: @gantt.events.each do |i| 182: if i.is_a? Issue 183: i_start_date = (i.start_date >= @ga ... t.date_from : i_done_date ) app/views/issues/gantt.rhtml:184:in `_run_erb_47app47views47issues47gantt46rhtml' app/views/issues/gantt.rhtml:181:in `each' app/views/issues/gantt.rhtml:181:in `_run_erb_47app47views47issues47gantt46rhtml' /usr/lib64/ruby/gems/1. ... rking.rb:51:in `render' app/controllers/issues_controller.rb:355:in `gantt' /usr/lib6 ... .rb:107:in `respond_to' app/controllers/...