Search
Results (12744)
- Defect #4253 (Closed): Formatting errors in <code> block
- In <code> block characters < and > are replac ... code_error.png! Without <code> works fine.
- Feature #4252 (Closed): Move preview button to before "submit"
- I would suggest all of the "preview" buttons ... my site (I moved preview for submitting new issues) and I seem to be getting fewer mis-formatted issues. Thanks
- Patch #4250 (Closed): Tree based menus
- Currently Redmine's menus are only liner: Ove ... uped and organized like so: * Overview * Issues ** New Issue * Activity * Settings Which renders to ... nu items here ... <li> <a class="issues" href="/projects/abc/issues">Issues</a> <ul class="menu-children"> <li> <a class="new-issue" accesskey="7" href="/projects/abc/issues/new">New issue</a> </li> </ul> </li> ... nu items here ... <li> <a class="issues" href="/projects/abc/issues">Issues</a> <ul class="menu-children"> <li> <a class="new-...
- Feature #4249 (New): Generate report by custom fields on a project
- It would be nice to be able to generate a rep ... hing similar with all projects in our system.
- Feature #4247 (New): Link custom fields
- I would like linking custom fields so that if ... . Thus, I avoiding having spare fields by issue (so I only use the custom fields are really needed)
- 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.