Search
Results (12600)
- Feature #5274 (Reopened): Add hook allowing AuthSources to supply a CAPTCHA challenge
- It would be extremely useful to me if an Auth ... he drawback that sometimes Google decides to issue a CAPTCHA challenge. When this happens, the ... ion simply fails until the challenge expires.
- Defect #5273 (New): Unable to configure PluginSimpleCI plugin - custom fields list is empty
- Was not able to select specific project custo ... Here is a scenario on how to reproduce this issue: 1. Install patch using next URL: http:/ ... y find the environment properties where this issue is appeared: C:\redmine-0.9.3>C:\ruby\bin ... hot Paste 1.0.2 Simple CI 1.0
- Feature #5272 (Closed): Allow multiple target versions
- Assume you develop two major branches of a pr ... developing a 2.x. branch. When you now have issues that affect both branches (or features that ... assign multiple versions as target versions.
- Defect #5271 (Closed): repetition of values
- I noticed that once I add a member to a proje ... (obviously because I was able to add private issues without many errors). Thanx...
- Defect #5269 (Closed): Redmine 0.9.3 CSV export unicode fail
- Hi all, I use REDMINE 0.9.3. It works fine now. However, when I use vietnamese for the name of issue, export by CSV have problem. It display inco ... ). Please help me to resolve it. Thanks.
- Patch #5267 (Closed): Allow for OpenID-only operation
- This patch against 0.9 stable branch in Git a ... prefer to keep user management to the users.
- Feature #5266 (New): show some summary fields for search results
- I created a filter for my features and would ... at the bottom): * total estimated time for issues in search results * total time spent on th ... mate) * total time left for the listed tasks
- Patch #5264 (Closed): Watchers on view issue with gravatars needed some margin (application.css)
- On the issue view page when gravatars are enabled the ima ... did a small fix for it which I include here.
- Feature #5262 (New): Different priority levels for different trackers
- Allow the user to relate the issue priority levels (set in the Enumerations adm ... Use cases are described in message#12181
- Defect #5253 (Closed): Not working notification about comments on Wiki page
- I'm author of a wiki page and added it to my ... so don't get notification about new comments.
- 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).