Project

General

Profile

Search

Results (12671)

Feature #9233 (New): Thumbmail custom field
I think a nice feature are add inside the issue list a custom fields thumbnails. 2011-09-12 15:46
Defect #9227 (New): User with right "Issues created by or assigned to the user" can't see issues assigned them
In Redmine 1.2.1 dev, there are issues visibility setting in "Administration" -> "Roles and permissions" with three options. All issues All non private issues Issues created by or assigned to the user Assum ... as "External users" and grant this role the issues visibility as "Issues created by or assigned to the user". The "external" user can't see issue assigned him but he's able to access it. Defect#9199 is very similar issue but not the same 2011-09-11 19:10
Feature #9226 (New): Add new issue status to all workflows by default
At "*Planio Online Project Management*":http: ... ing situation: A new user tries to add an issue status. He/She successfully finds the "Issue Statuses" section within "Administration" an ... ot be assigned* when creating or updating an issue. Many users give up at this point and we nee ... any allow everyone on a project to use every issue status. This patch helps those users all whi ... t-time Redmine users adopt and learn Redmine. 2011-09-11 19:08
Patch #9225 (Closed): Generate project identifier automatically with JavaScript
At "*Planio Redmine Hosting*":http://plan.io/ ... aracter. This patch attempts to solve the issue by two small improvements: # automaticall ... ll improve the first time Redmine experience. 2011-09-11 18:01
Defect #9222 (New): non-breaking space prevents wiki parsing
I noticed this when copying an email into a ... (32) at a high level. If tabs are also an issue (checking with this), maybe there is just a ... pace ## Hash followed by a tab character 2011-09-10 19:00
Defect #9221 (Closed): enabled related project changeset reference
Hi, I would like to update ticket by comm ... code exists: <pre> def find_referenced_issue_by_id(id) return nil if id.blank? issue = Issue.find_by_id(id.to_i, :include => :project) if issue unless issue.project && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project)) issue = nil end end issue end </pre> However ":include => proje ... project's scm? regards, Takashi Okamoto 2011-09-10 00:55
Defect #9220 (Closed): enabled related project changeset reference
Hi, I would like to update ticket by comm ... code exists: <pre> def find_referenced_issue_by_id(id) return nil if id.blank? issue = Issue.find_by_id(id.to_i, :include => :project) if issue unless issue.project && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project)) issue = nil end end issue end </pre> However ":include => proje ... project's scm? regards, Takashi Okamoto 2011-09-10 00:55
Feature #9216 (New): Support of multiple LDAP servers for authorization
Good day! We have ability to define multip ... other server w/o admin intervention. Thanks. 2011-09-09 14:54
Feature #9209 (New): Add "Private" toggle to issue context menu
The new Private issues feature is great. Having an easy way to make existing issues "Private" would be great, too. 2011-09-09 02:22
Defect #9205 (Closed): Affected version not shown in subproject
Hi, We have a project A and subprojects a, ... cts or all projects. When we want to open issue in e.g. subproject a we can select target ve ... ersion: Redmine 1.2.1.stable (MySQL) brg 2011-09-08 10:34
Defect #9199 (Needs feedback): Hide the issues in issue list for those users with role's issues visibility set as "created by or assigned to"
In Redmine 1.2.0, there are issues visibility setting in "Administration" -> "Roles and permissions" with three options. _All issues All non private issues Issues created by or assigned to the user_ Assu ... as "External users" and grant this role the issues visibility as "Issues created by or assigned to the user". The ... e like that external users can only view the issues created by themselves or assigned to them no matter the issue is public or private. While the fact is that if the issue is created by internal users and not assigne ... it will still be viewed by external users in issue list, just can not view the contents of that issue. If it is private, it will not be displayed for external users even in ... 2011-09-07 05:15
Feature #9197 (New): Allow more than one parent issue for a single issue
There are use cases where an issue can be considered a task of several parent issues. 2011-09-07 02:03
Feature #9195 (New): Fetch issues associations with issues in /issues query
I am trying to get all the information from an issue and are actually mostly interested in the re ... fecient manner, it would be nice if [HOST]/issues.xml?limit=25&project_id=redmine&offset=0&in ... n ask the server again for the relations. 2011-09-06 16:57
Feature #9194 (Closed): Issues default list view layout configurable per project
I think it was interesting that there was a view configurable for each project Thanks 2011-09-06 16:08
Feature #9191 (Closed): Redmine on Oracle
Hi, I'm introducing Redmine in my organiza ... instruction how one could do that? Thanks. 2011-09-06 07:05
Defect #9189 (Closed): teste
teste 2011-09-06 00:25
Defect #9188 (Closed): Relations are not included in the response on the REST api call GetIssues
Is seems that the GetIssues call does not send the relations in the reply. When trying to send this: http://www.redmine.org/issues.xml?limit=2&project_id=redmine&offset=0&inc ... hanks to "Alexey Skorokhodov" for assistance. 2011-09-05 23:44
Defect #9187 (Closed): Tinymce bug request
HI! I am a newbie so I hope this is the right forum to file a bug. Please see the forum for my issue. http://ttyl.modx.com/thread/69895/tinymce ... wer verisons of Tinymce takes away the code. 2011-09-05 11:00
Feature #9184 (New): Inline issue editing within list view/custom query
It would be very helpful to be able to edit issues directly within the issue list view. For example, if the Priority column is included in the issue list/custom query, as user could directly edit the priority of a particular issue, perhaps by double-clicking on the priority of that issue and being presented with an, inline, drop-do ... quickly updating various aspects of several issues, without having to "go into" each - which c ... several people are involved/watching at once. 2011-09-05 06:27
Feature #9183 (New): Update grouped tickets/issues using drag-and-drop
When viewing a list of tickets that are group ... catch-up meeting, it would be easy to group issues (Tasks or User Stories for example) the sta ... es from generating emails Relates to #8016 2011-09-05 06:18
Patch #9181 (New): Enhance migrate_from_trac.rake in order to import Trac 'found in version' Field
The patch will be available on github ASAP... ... ?r=24969#message-24969 discussion thread. 2011-09-04 21:56
Feature #9180 (Closed): Improve search system for issues - like "context specific search"
When you have a project with many tickets, bo ... o respect the current filter settings in the issues view when using the search from that context. Thanks for the consideration. 2011-09-04 19:43
Defect #9179 (Closed): Columns dissappear in issues list
After migration from Redmine 1.1.2 to version ... rouble. When I make any change in options of issues list and click apply, all columns in list dissappear except for issue id. аttachment:defect-in-issues-list.mht contains a page with invalid list. 2011-09-04 02:12
Defect #9175 (Closed): Test Issue
Test IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest Issue 2011-09-02 15:48
Feature #9174 (Closed): Suggestion - Preview on Documents
Can you guys add the preview feature to docum ... ere. My apologies if already been requested. 2011-09-02 13:20
(7876-7900/12671)