Project

General

Profile

Search

Results (12665)

Feature #6127 (Closed): Preceeded by / followed by - Same day
The current validation for issues that are linked by preceeded by / followed by issue links is that the start date of the latter c ... former. For example this is not possible (Issue B follows Issue A) Issue A - 2010/01/01 to 2010/01/10 Issue B - 2010/01/10 to 2010/01/20 The following issue must always start on the next day. This s ... day as the last day of the preceding task. 2010-08-13 03:26
Defect #6126 (Closed): "project id" node is ignored when creating issues via REST API
this is the XML body I'm sending from my program to Redmine (last trunk version): <pre> <issue><project_id>ace</project_id><parent id="46"/><subject>child 1</subject></issue> </pre> POST http://172.17.10.53:3000/issues.xml HTTP/1.1 ----------------------------- ... 03 <?xml version="1.0" encoding="UTF-8"?> <issue> <id>51</id> <project name="ace" id="7 ... pdated_on> <relations> </relations> </issue> </pre> my output: <pre> created child: issue: id=51 assignee: subject:child 1 </pre> I have the issue with id "46" in the same "ace" project so I expect the new issue to be created with the parent link, but it's ... here's Redmine log: <pre> Processing ... 2010-08-13 01:44
Feature #6125 (Closed): search finds attached files by name and content
Dear Redmine people, perhaps this has been su ... ould be even better if the search could find issues by the name (and even content) of attached documents. Often, issues are created with fairly generic names or the focus of an issue changes with time. Defining information for the issue may be an uploaded use case or document not the comments in the issue. HTH and thanks for a great product craig 2010-08-13 01:34
Feature #6122 (New): Adding subtasks to "real" task (not "container" task)
Imagine situation: I am working on feature ... racking, Due date, % done and other features. 2010-08-12 13:20
Feature #6121 (Closed): Reports Summary page displays only issues of a project not of all its subprojects
I'm using 1.0 stable checkout from http://red ... d Administration option "Display subprojects issues on main projects by default" so on parent project issues lists also issues from subprojects are displayed The Reports Summary page currently displays only issues from the currently selected project and not (as I would expect) issues from all containing subprojects. I think ... Thanks and keep up the great work :) 2010-08-12 11:32
Feature #6119 (New): Double "Group by" in issue-list filter options
I would like to have a option on the issue's filter to group by two columns instead of ... y year and month in due date. Thank you. Petr 2010-08-12 09:43
Feature #6118 (Closed): Filter by parent task or subtasks
There doesn't seem to be an option to use "pa ... Task is null" - so that I get all top-level issues (as well as issues without any children). 2010-08-12 07:42
Feature #6117 (New): subtasks default to parent issue target version
I have been asked if it is possible to have s ... e target version as the parent when the "new issue" screen is opened or the parent ID is assigned. 2010-08-12 07:26
Feature #6116 (New): Group sub-tasks with parent on issue list
My colleagues have starting re-arranging their issue lists now that we have subtasks and every single one of them has asked how they can change the issue listing to make it obvious at a glance which subtasks belong to which issue. Having this ability is a critical featur ... all subtasks under their parent tasks in the issue listing. add a - or > in the issue title as basic indentation. I imagine thi ... fect how the table ordering code should work. 2010-08-12 06:53
Feature #6115 (Closed): Parent issue id field in issue bulk edit.
It would be very useful to be able to assign ... ve many people who have to re-organise their issues now that we have sub-tasks. 2010-08-12 06:47
Defect #6114 (Closed): Empy repository screen
I recently switch Redmine from one server to ... t the records were gone and the links on the issue pages are no longer present. I then reloc ... ds are in the DB and the links appear on the issues page. If I click a commit link from an issue then I go to the correct repository page for ... iew page with no parameters that fails. 2010-08-12 03:41
Feature #6112 (Closed): Accept localized keywords when receiving emails
Redmine should allow me to send and e-mail us ... instead of "Attributed to:" to attribute an issue to some user. pt-BR and en respectively. This should work for every keyword in MailHandler. 2010-08-11 20:51
Feature #6111 (Closed): Issue bulk edit should provide "NONE" option for List custom field
When I make a bulk edit for issues, the <select> for a List custom field should have a "none" option. 2010-08-11 20:39
Defect #6110 (Closed): MailHandler should allow updating Issue Priority and Custom fields
@MailHandler#receive_issue_reply@ does not update issue priority and custom fields. Those attributes can be given in the mail body if an issue is created (as this uses @MailHandler#receive_issue@) but not on update. 2010-08-11 19:43
Defect #6109 (Closed): Projects are missing when attempting to assigning projects to a group
This relates to todays trunk rev 3936 (all up ... ojects and a list of available roles. The issue at step 3 is that there are no projects avai ... tchlevel 174) Rails 2.3.8 Regards, Per 2010-08-11 19:31
Defect #6108 (Closed): User registration
Hello, While registering on *this* site in ... le another bug I stumbled over the following issue. 1. Filled in the required values for a n ... sign out/in so it may well be that the same issues applies to this account, but I'll do that when I've filed the issue I came here for (if I can log in again that is). 2010-08-11 18:59
Defect #6105 (Closed): Migration 0.8 -> 1.0.0 : projects pages access = erreur
Hi, after a migration from bitnami 0.8 => ... o projects generate internal error. Rhodan 2010-08-11 18:00
Feature #6104 (New): Asign CSS classes for the "Custom queries" and the "issue" a-tags
All the links on the right hand are stylewise ... -tags. h3. 1) Easy solution Add a class="issue_links" and class="custom_queries_links" to t ... AND add a generic class to each item class="issue_links issue_link_01" hr. 3) Best solution Like solut ... name and the custom class would be defined. 2010-08-11 16:05
Patch #6102 (Closed): Project page: issues and members box are not lined up
If a project has neither a description, nor sub projects or custom fields the issues box is misplaced by a few pixels. This is ... iew whether any of theses fields have values. 2010-08-11 11:42
Defect #6099 (Closed): Subtasks plugin with Debian redmine package 1.0.0-4
Unable to make the Subtasks plugin work. I ... lems: 1. In db/migrate/20090406213813_add_issues_parent_id_lft_and_rgt.rb I had to comment ... - <pre> def self.up # add_column :issues, :parent_id, :integer, :default => nil # add_column :issues, :lft, :integer # add_column :issues, :rgt, :integer end def self.down # remove_column :issues, :parent_id # remove_column :issues, :lft # remove_column :issues, :rgt end end </pre> Then rake completed successfully. Then issues would not display - which was fixed by the ... map.patch Then 403 errors on adding a new issue with the subtasks plugin which was fixed by renaming the class from IssuesController to SubIssueController per http://www.redmine.org/board ... lem, and/or the URLs need to call the the Sub... 2010-08-10 19:21
Defect #6097 (Closed): Failing to add new issue if project is not public
Hi, I have been testing a setup with creation of issues based upon e-mail. I've set up a queue with ... under Administration»Settings»Authentication. 2010-08-10 16:52
Feature #6095 (New): Plugin: Fitnesse
I would like to see a plugin which integrates ... he tests is rendered back to wiki site frame. 2010-08-10 00:18
Defect #6094 (Closed): translation missing: en, field_watcher_users is invalid
I came across the following error whenever someone would create an issue with me as a watcher: * translation missi ... e. And, I could be added as a watcher to an issue later. I figured out the problem, and hop ... case, most people shouldn't come across the issue and I don't know if this is something worth looking into fixing. 2010-08-09 22:12
Feature #6092 (Closed): Truncate Git revision ... ivity page/feed and allow configurable length
Git uses hashes for the revision labels rathe ... viously still contain the full revision hash. 2010-08-09 17:54
Defect #6091 (Closed): 问题
bug 2010-08-09 17:47
(9401-9425/12665)