Search
Results (12665)
- Feature #4889 (Closed): Ability to CC users not assigned to a project, but with project view rights
- It would be useful if you could add as a watc ... hey MUST be a member assigned to the project.
- Feature #4886 (New): Name of custom fields should be multilingual
- We are using redmine in different languages a ... name of custom fields could be multilingual.
- Feature #4885 (Closed): Option to make time log comments field mandatory
- the "comment" field while logging time for any issue should be mandatory. It would be highly prof ... appreciate the work you guys are doing here!
- Defect #4883 (Closed): Bottom "contextual" placement in issue with associated changeset
- The bottom @contextual@ div ends up on the left of the @issue-changesets@ div if there are not enough comments to push @contextual@ under @issue-changesets@, I think @contextual@ should alw ... lace. (current-ish trunk, alternate theme)
- Feature #4882 (New): Email receiving through MAPI
- I've tried to implement the email receiving t ... nnect to an exchange account, and create the issue, but not to download attachments. If someone ... for this amazing product that is Redmine. Fx
- Defect #4879 (Closed): Can't navigate in subversion if the address of the repository is not the root
- Hello, If I set as address for a subversio ... hould be 0.9.1, 0.9.2 or 0.9.3… Thank you.
- Patch #4878 (Resolved): More Hook Features
- Hi! I added some features to @hook.rb@: ... , so you can write: <pre> render_on :view_issues_form_details_bottom, :partial => "test", :i ... he matching test for @hook_test.rb" so far.
- Defect #4876 (Closed): Problem with fetch git-changesets after upgrade to Redmine 0.9.2
- We use git and Redmine. After upgrade to Red ... version 1.5.5.6 How to solve this problem? Issue did not exist before with Redmine 0.8.6.
- Defect #4874 (Closed): HTML part of issue mails is not properly escaped
- The link to the issue in the HTML part of issue mails is not properly escaped. If a user inserts HTML tags into the issue subject, it is inserted unescaped into the e ... phishing attacks using specifically crafted issue subjects. The attached patch against Redmine trunk (r3434) fixes this.
- Feature #4873 (Closed): Add "advanced features" to search box (as search filter for example)
- Hi, The search box is OK. But if I want to search only in open issues (for example) I can't. Please add more o ... in the body of the open-only or closed-only issues (for example). Thx.
- Defect #4872 (Closed): Pound (#) followed by ... 0) removes leading zero when rendered in wiki
- A number like this: !#0123456789 is ren ... efixed by a # and that will never clash with issue numbers. I don't see a benefit to removing ... s a workaround, we can prefix the # with !.
- Patch #4870 (Closed): Correct two german localisation problems
- This patch updates the German locale.
- Feature #4868 (New): Ability to add permissions to Document categories
- Many projects requres to using documents that ... subrojects, but it is complex in many cases.
- Defect #4867 (Closed): Deselecting textile text formatting causes interning empty string errors
- If an admin choses no text formatting ('none' ... se.rhtml: 7: <meta name="keywords" content="issue,bug,tracker" /> 8: <%= stylesheet_link_tag ... and that I wanted to test it </pre>
- Feature #4866 (Closed): New permission: view forum
- Currently it would be nice to be able to forb ... " checkbox in role permissions would suffice.
- Defect #4865 (Closed): Trim project name above 30 chars
- Project name trimmed above 30 chars. For example in Rusiian language show in attache.
- Feature #4864 (New): Global statistics about Redmine usage
- Some global statistics (maybe even graphs) ab ... would be nice, such as: * total number of issues, open, closed... * total number of documen ... etter! :-) (Redmine 0.9.0 on Debian 5.0.3)
- Defect #4858 (Closed): Dynamic values for Dropdown
- For a Custom Dropdown field "A", I am adding ... row", "Swan", "Parrot". Now when I log a new issue and select "Animals" for Dropdown "A", then ... r "A". Is there any such feature in Redmine ?
- Defect #4857 (Closed): Week number calculation in date picker is wrong if a week starts with Sunday
- The date-picker always displays the wrong wee ... good idea to make the week-base configurable.
- Defect #4856 (Closed): roadmap display crashes when a ticket has 'Estimated Time' too big
- Hello, One of my user entered a very high ... l: 14: </ul> 15: 16: <% if version.fixed_issues.count > 0 %> 17: <%= progress_bar([ver ... > 19: <%= link_to_if(version.closed_issues_count > 0, l(:label_x_closed_issues_abbr, :count => version.closed_issues_count), :controller => 'issues', :action => 'index', :project_id => versio ... 20: (<%= '%0.0f' % (version.closed_issues_count.to_f / version.fixed_issues.count * 100) %>%) config/initializer ... _average' app/models/version.rb:201:in `issues_progress' app/models/version.rb:94:in ... app47views47projects47roadmap46rhtml' </pre>
- Defect #4855 (Closed): Emission email address regression.
- On version 0.8.x it was possible to define th ... address it gives a error that it's not valid.
- Defect #4853 (Closed): Issues --> apply --> page link, then page show nothing, and does not work
- redmine "Issues" page shows nothing right after I push "app ... an change how many tickets are displayed on "Issues" page. OS -->ubuntu8.10 web browser --> ... never happens. Neither does windows OS.
- Defect #4852 (Closed): changing user/roles of project member not possible without javascript
- It just took me very long time to figure why ... wasted time while trying to find the problem.
- Defect #4851 (Closed): Activity screen Day separators when server in another timezone
- If you look at the screenshot you will see a ... PST so was displayed as today. To fix the issue RedMine should adjust the day starting/endin ... ezone but this would affect spread-out teams)
- Patch #4850 (Closed): Extract updatable attrs on move
- I am currently developing a plugin which extends issues with additional information from a differen ... mation is project specific, I need to handle issue moves across project boundaries. This pat ... ve) and after_create (for copy) hooks on the issue itself.