Project

General

Profile

Search

Results (12600)

Feature #4518 (Closed): Wiki formatting documentation for nested lists
Currently, the shipped version of the wiki fo ... ax.html@ * @/help/wiki_syntax_detailed.html@ 2010-01-04 19:26
Feature #4511 (Closed): Allow adding user groups as watchers for issues
Having the nice user group feature in Redmine ... be able to add whole group as observers for issues. Currently, only user accounts can be added as observers. 2010-01-01 13:52
Defect #4509 (Closed): mail_handle.rb tries to run .match on an array
use to_s and not to_a as arrays do not have . ... end - elsif m = email.subject.match(ISSUE_REPLY_SUBJECT_RE) + elsif m = email.subject.to_s.match(ISSUE_REPLY_SUBJECT_RE) receive_issue_reply(m[1].to_i) - elsif m = email.subje ... _reply(m[1].to_i) else receive_issue </pre> 2009-12-31 18:41
Feature #4507 (Closed): Make first and last name field order follow Users display format setting
Hello Redmine developers In "Register" a ... le to change the order with each languages. 2009-12-30 15:12
Defect #4505 (Closed): Bulk edit issue don't show "is_for_all" custom fields
Found original patch updated #2560. We need t ... t those connected to other projects only. 2009-12-30 11:45
Defect #4504 (Closed): Version Status not upgraded from 0.8.5 -> 0.9.0
I just installed and upgraded my Redmine inst ... working well, but I just noticed there's an issue with Project Versions. It seems the migra ... 't find any active version after the upgrade. 2009-12-29 15:17
Defect #4503 (Closed): unable to browse git repositories since move to 0.9
Nobody can browse Git repositories since the ... e93f8b46-1217-0410-a6f0-8f06a7374b81 </pre> 2009-12-29 13:08
Patch #4502 (Closed): New date filter operators: tomorrow, next week, next month
For my work there is need to have a plan for ... integrate this functionality into the trunk? 2009-12-29 09:48
Defect #4501 (Closed): URL-mangling provides data not reachable through UI
I noticed that with some URL-mangling it is p ... vis' watch-list: <pre>http://www.redmine.org/issues?set_filter=1&sort=updated_on:desc&watcher_i ... ty unharmful, it might be unwanted behaviour. 2009-12-29 01:15
Feature #4500 (New): Redmine to SalesForce Interface plugin
It would be very useful to have the functionality to synchronize 'cases' in SalesForce.com with the issue tracking system in Redmine. Thank you, Tauseef 2009-12-28 22:56
Defect #4499 (Closed): Upgrade redmine to 0.9 ... d constant ActionController::AbstractRequest"
Upgrading from current stable to the current ... r/www/redmine) </pre> but this didn't help. 2009-12-28 17:50
Defect #4495 (Closed): Tab's 'border-bottom' not absent when selected (alternate)
In current trunk, the selected tab in project ... change to somewhere between r3140 and r3211. 2009-12-28 11:04
Defect #4494 (Closed): Mercurial access not working in jruby
When I try to access a mercurial repository w ... and both worked without problems under jruby 2009-12-28 07:18
Feature #4488 (Closed): Related feature
Hi, I've been using Redmine for a few days ... t possible to create the following relation 'issue #101 starts x days after the start of issue #100' in 0.8.7? It would be nice to have the following functionality while relating issues, * issue#100 precedes issue#101 by exactly x days (issue #101 starts exactly x days after the end of issue #100) This would automatically move the st ... ward depending on the end date of #100 * issue#100 precedes issue#101 by x days (issue #101 starts atleast x days after the end of issue #100) _already implemented_ * issue #101 starts exactly x days after the start of issue #100 * issue... 2009-12-26 05:47
Feature #4487 (New): Add better presentation of issue status history
Currently, the only way to view the history of an issue is to scroll down the list of comments. Fro ... would be nice to have single overview of the issue history right below the ticket, for example near the "Associated revisions" section. 2009-12-25 20:43
Feature #4485 (Closed): Create an ACL privilege for assigning tickets
Currently, everyone with issue creation access can instantly assign an issue to a user. It would be nice to seperate thi ... kets, but not assign them to a specific user. 2009-12-25 16:29
Feature #4482 (Closed): Cache textile rendering
To improve performance, the core Textile rend ... to preserve private data. (e.g. a link to a issue on a private project isn't shown to an unauthorized user). 2009-12-24 18:39
Patch #4478 (Closed): Traditional Chinese language file (to r3235)
* Tag added: ** label_api_access_key, text_l ... ds_access_key_reseted, notice_failed_to_save_issues 2009-12-24 01:59
Feature #4477 (Closed): Use mime types in downloading from repository
Ok, so appart from the @export:@ links in "wi ... b/mime_types.yml from the mimetype-fu plugin. 2009-12-23 23:54
Defect #4475 (Closed): latest trunk: after cop project, "translation missing: en, field_issues is invalid"
In the current trunk, after copying a project ... yed: * translation missing: en, field_issues is invalid Maybe just a missing translation issue, the rest of project copy seems to work. 2009-12-23 03:45
Feature #4473 (Closed): Project, Sub-Project, Category
I'm wondering if the fragmentation as it curr ... egory can be chosen from the list when a new issue is created. Why not more than one? A 'Featur ... of Categories? Greetings from Austria! 2009-12-22 17:43
Defect #4472 (New): Escape <code> tag
When using Textile-like wiki syntax, @pre@ ta ... It outputs mysterious line: @<redpre#3>@ 2009-12-22 15:02
Defect #4471 (Closed): I can't edit a title of submissed issue
That'is all! 2009-12-22 12:39
Feature #4469 (New): custom string field having wiki pages
If a string field has value which are wiki pa ... improve relationship between wiki pages and issues. If it is possible, I can use this field ... o on. But I found Wiki is more useful. Each issues are scattered but wiki pages are central an ... can have a macro, which is named "@{{related_issues(optional field names)}}@". Is it NICE? Thanks. 2009-12-22 11:15
Feature #4466 (Closed): Read/unread status for issues and forum posts
It is good idea to have per-user read/unread status for forum posts and issues. When there is issue updates after user has read issue it should be in bold. Same for the forum threads 2009-12-21 20:49
(10226-10250/12600)