Search
Results (12665)
- Defect #5251 (Closed): Git: Repository path encoding of non UTF-8 characters
- If filename include Scandinavian character, R ... ame TEKIJÄT replaces string "TEKIJ\303\204T".
- Feature #5250 (Closed): Custom Fields may allow full text transformation
- It would be interesting to allow administrato ... useful to link to another external resource.
- Patch #5249 (New): rel=nofollow on external links
- Upon request, I've made a small patch that ad ... github.com/dennis/redmine/tree/nofollow-links
- Feature #5246 (Closed): Interesting to create detailed reports
- It would be interesting to create detailed re ... port only for 3 items, no more. Thanx :-)
- Feature #5242 (Closed): Display source project for cross-project associated revisions for issues
- When an issue has an associated revision that is in a diff ... ge in the project (either its summary or its issue list, I would think). This will enable re ... ject, something that is difficult at present.
- Feature #5239 (Closed): privilege to assign an issue
- we would like to see an privilege like "Assign issues". If a user has this permission, he can assign an issue. If not, the "Assigned to" dropdownlist is not displayed when creating a new issue or when updating an issue. The background reason is that we would l ... helpdesk portal. The customer filing an new issue should not assign the issue to one of the developers. It is the task of the support team / developers to assign issues. Note: in your guide "SubmittingBugs":ht ... SubmittingBugs you make the same comment.
- Feature #5238 (New): Related issues option accessible during issue creation
- Often happens that user creates new issue and knows that this issue is somehow related to another issue. Currently one has to create issue and then add related issues. This should be possible during creation of the issue. Kind regards
- Defect #5236 (New): Can't browse SVN of private project w/o giving a login and pass in settings
- Hi, After many testings, it seems one can' ... sted more details in the forum: message#12645
- Feature #5234 (New): merge status changes and comments, which are very close to each other
- I often submit a comment to a redmine issue and then remember that I forgot to set some ... number). have to add another comment to the issue and this pollutes the comments history - lot ... ields in separate "update" operations) to an issue within say ... 1 minute? 3 minutes? I'd pref ... at as 1 change in the history, not 2-3-4....
- Defect #5233 (Closed): Add a hook to the issue report (Summary) view
- Right now there is no hook in the issue report to add some fields to the summary. A call_hook(:view_reports_issue_report_bottom, :project => @project) would be nice. Added a patch to do just that.
- Feature #5232 (Closed): Show 'My page' after login
- It would be also nice if there would be a use ... , assigend to, ...), not only the first 10.
- Defect #5230 (New): Invalid form authenticity token.
- Try to click on "Login" button more than once ... id form authenticity token" will be appeared.
- Defect #5226 (Closed): 'can't typecast' in REST API for issues
- I wrote this script. <pre> require 'rubygems' require 'active_resource' class Issue < ActiveResource::Base self.site = 'http: ... LOGIN' self.password = 'PASSWORD' end Issue.find(:all).each {|i| p i} </pre> and got ... > in my local redmine, edit [app\views\issues\index.xml.builder] <pre> - xml.issues :type => 'array', :count => @issue_count do + xml.issues :type => 'array' do </pre> I can get issues without RuntimeError. #sorry for my bad english...
- Defect #5225 (Closed): There is an untranslation message
- *Specific location:* app/controllers/roles ... le is in use and can not be deleted.' </pre>
- Feature #5224 (Closed): Add custom field type that allows multiple values
- It would be very handy to have some kind of m ... rd what technologies pertain to a particular issue. I might have the possible values enume ... MySql", "C#", and "Ruby". Then if I have an issue that requires some work done with MS SQL, my ... in C# or Ruby) could quickly filter the open issues and see what she could contribute. As it ... dding Watchers (which is awesome by the way).
- Defect #5222 (Closed): Issue grid does not wrap correctly in some browsers
- I have a rendering issue in Google Chrome, which doesn't seem to appe ... ly, but in Chrome, everything is on one line.
- Feature #5220 (New): Subcategories or multiple category tags or multi-select custom fields
- Let me start out by saying that I'm quite imp ... within a project. For example, I open a new issue in project A. It involves an issue with project A's web interface. I can catego ... wing the project 'A' and when I create a new issue, I'd need to be able to create it from proje ... hose/tag BOTH of those as categories for the issue. This ok for reporting and whatnot and would ... and get this feature banged out? Thanks.
- Defect #5219 (Closed): Cannot delete a project with subprojects that shares versions
- If a project has a subproject, and the subproject has an issue whose "fixed_version" is shared, the projec ... es/layout (internal_server_error) </pre>
- Feature #5215 (New): Automatically notify project managers for unassigned tickets
- If a user is 'manager' of a project could he ... tive, but it is not that convenient as mails.
- Feature #5213 (Closed): Request for the REST API
- I'd like to get/implement an application that ... pplication could also automize time tracking issues. And I could imagine that a project manager sees a list of new, unassigned issues that could be managed quickly. *2)* The ... ready? Regards, Robert from Austria
- Defect #5212 (Closed): New files page doesn't get shared versions
- When adding a new file to a sub-project that ... do no show up in the 'Version' drop down box.
- Defect #5211 (Confirmed): Gantt to PDF not working with subtasking
- When export a gantt chart to PDF, there's no black bar for the parent-issue, and subtasks are not idented. Since the limitation of characters for the issue title in PDF is shorter than in HTML, maybe ... level subtask . 3rd level subtask </pre>
- Patch #5209 (Closed): Patch 1616 giving some trouble?
- 1. When I run the patch#1616 to add replies ... - :issue_categories + :issue_categories, + :boards ... s missing. Can anyone please help us??
- Defect #5207 (Closed): Admin issue status change
- As an administrator, I cannot change the status of an issue in a project that I am not a member of. I can change everything about the issue other than the status (even though I haven't tried, it looks like I can even delete an issue). Since I am an admin, I can always give my ... statuses the user could be allowed to switch issues to def self.available_statuses(project, ... ns, only "(No change)". Thanks! - Brandon
- Defect #5206 (Closed): Issues -> export to CSV or PDF
- Hi, I am trying to export filtered issues to CSV or PDF via standard buttons in Redmine. So, set the filter (e.g. default opened issues) and click to apply. Than on CSV or PDF but ... ded at all. How to fix it? Thanks a lot. Petr