Project

General

Profile

Search

Results (12665)

Feature #5484 (Closed): Add new issue as subtask to an existing ticket
Subtask feature was implemented in r3573. In ... t implementation does not allow to add a new issue as child to an existing ticket in the ticket view. You always have to navigate to the parent issue and than add a child issue. This increases the amount of clicks the use ... e this field via project option. !add_new_issue_as_child_erics_patch.png! 2010-05-09 14:56
Defect #5482 (Closed): Wiki link markup doesn't work on welcome message
I've placed a link on the welcome page, but i ... an view your [[Projects]] and manage project issues. </pre> 2010-05-09 13:48
Defect #5480 (Closed): Missing features of subtask implementation (r3573)
There are three features I miss in the curren ... sion to Erics patch in ticket #443. - the issue hierachy in the issue view is missing. An overview of all substasks for one issue is very good in my eyes because you can edit ... . - the autocompletion feature to add a new issue as a child of another issue. In the current trunk the user has to manual ... t implementation does not allow to add a new issue as child to an existing ticket in the ticket view. You always have to navigate to the parent issue and than add a child issue. This increases the amount of clicks the use ... this into the current trunk? Thanks, Jens 2010-05-09 11:27
Feature #5478 (Closed): Add the ability to display Activity by User
Currently the Activity tab has, on the right ... / monitor their progress. thank you! Mark 2010-05-09 04:47
Patch #5476 (Closed): Translation update for Russian locale
We translate issue as ”задача“, not ”отчёт“. Attached patch fixes some grammar errors. 2010-05-08 21:31
Defect #5475 (Confirmed): Non conformances with W3C xhtml transitional standards
I have made some verifications with W3C valid ... ings of ROR method's waiting official fixes. 2010-05-08 18:52
Defect #5473 (Closed): adding parent when cross project
Using redmine r:3683 I'm unable to change an issue to have a parent issue that is from a different project with cross_project_issue_relations set to 1. This fixes: svn diff app/models/issue.rb Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 3683) +++ app/models/issue.rb (working copy) @@ -291,7 +291,7 @@ # Checks parent issue assignment if @parent_issue if @parent_issue.project_id != project_id - errors.add :parent_issue_id, :not_same_project + errors.add :parent_issue_id, :not_same_project unless Setting.cross_project_issue_relations? elsif !new_record? # moving an existing ... 2010-05-08 11:22
Feature #5470 (New): Avoid duplicate issue creation
First of all, great great work. Now, a req ... great if we could avoid creating a duplicate issue, especially when their creation is done via incoming email 2010-05-07 20:01
Feature #5468 (Closed): Add "project" filter to "View all issues"
There is no "project" filter in all issues view (/tracker/issues). You can only add "project" column or "gr ... n. There must be an opportunity to filter issues by specific set of projects. It can be accomplished by adding "project" filter. 2010-05-07 15:56
Defect #5463 (Closed): Update INSTALL and UPGRADE documentation in the repository
doc/INSTALL and doc/UPGRADE specify "rake con ... rb". I can not find a "session_store.rb". 2010-05-07 04:54
Feature #5462 (Closed): Blocking issues to be closed which have open subtasks
Now We can close issues that have have open subtasks. This behavio ... pen. It would be nice that Redmine blocks a issue to be closed if the issue have any open subtasks. 2010-05-07 04:17
Defect #5461 (Closed): Cannot browse SVN Repositories with whitespaces in them
Hi, I get a proxy error when browsing throu ... d rails version 2.3.5 apache2 version 2.2.9 2010-05-07 01:34
Defect #5460 (Closed): HTTP 403 seen for some ... d on description contents containing https://
I have an issue with the detail as follows: <pre> Tied t ... gt6vQgKDp9WtCM0GXZcDqy+Rd8LJ+QYPmv1XnQxk=", "issue"=>{"start_date"=>"2010-05-05", "estimated_ho ... the update works fine: <pre> Processing IssuesController#edit (for 174.115.64.120 at 2010- ... tCM0GXZcDqy+Rd8LJ+QYPmv1XnQxk=", "id"=>"2", "issue"=>{"start_date"=>"2010-05-05", "estimated_ho ... t/sparkle/+question/107876"}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}} Redirected to http://tickets.atomiccocoa.com/issues/2 Completed in 127ms (DB: 24) | 302 Found [http://tickets.atomiccocoa.com/issues/2/edit] </pre> … note that setting log ... hema version 20100221100219 </pre> 2010-05-06 20:10
Feature #5458 (New): Extend Start/Due date to include time
Can a very good feature to add time fields fo ... e your tasks and schedule planned activities. 2010-05-06 16:59
Feature #5457 (New): Move files and documets to another project
Like issues, it will be cool to switch document from on ... do that massively, it will be *more* cool :) 2010-05-06 16:36
Patch #5456 (Closed): ability to select fixed_version when issue move.
It is nice if we can select "fixed_version" when issue move. Please feedback. Thanks. #sorry for my poor English... 2010-05-06 11:25
Feature #5453 (New): Automatically add related issues when issue is entered in a comment field
When a person updates a ticket with a ticket number in the comment, automatically add that issue as a related issue. Advanced feature would be to detect syntax ... 34", "blocked by #1234", "follows #1234" etc. 2010-05-06 07:41
Feature #5451 (New): Make Start Date/Due Date settable to versions/milestones
It would be nice if an issues' start date and/or due dates could simply b ... tones' dates can be moved around and all the issues start/due information tracks accordingly. 2010-05-05 22:13
Feature #5450 (Closed): Move wiki page to other project
I would like to move wiki pages between projects. Just like it is possible for issues. Would be cool to see this implemented in an upcoming release. 2010-05-05 21:10
Feature #5449 (New): Send requests for more information from support requests
Add some user interface to send e-mail to an external address from inside "support" issue. A e-mail message should have a fixed reply ... low the processing of reply messages for the issue. In our configuration we do not allow external users to access our internal issue tracker. At the same time we would like to log all our e-mail conversations with external parties. 2010-05-05 21:02
Defect #5445 (Closed): External links not correctly displayed in Wiki TOC
<pre> {{toc}} h1. "Link1":http://www.redm ... dmine.org/ </pre> !toc_external_link.jpg! 2010-05-05 10:42
Patch #5441 (Closed): Initialize TimeEntry attributes with params[:time_entry]
I've made a one-liner patch to fill the new TimeEntry attributes created in IssuesController#update_issue_from_param with the params[:time_entry]. ... fill the spent time field when accessing the issue editing page. I want to use this feature ... time tracker, I want to redirect him to the issue editing page to let him change what he wants ... me field for him with the time tracker value. 2010-05-04 17:54
Defect #5440 (Closed): UI Inconsistency : Adm ... ble row headers should be enclosed in <thead>
This is inconsistent with the other tables in the administration section and causes some CSS issues when styling the Files table with roadmap h ... le="width:10%;"> </th> </tr> </thead>@ 2010-05-04 16:59
Defect #5439 (Closed): Redmine cannot connect to remote SVN repository
I'm getting this exception when redmine try t ... It doesn't fail using other repositories. 2010-05-04 16:46
Patch #5438 (Closed): Patch repairing rendering of subtasks in gantt diagram
There is a bug in r3733 in sorting algorithm. ... Attached simple two-liner repairs this bug. 2010-05-04 15:44
(9751-9775/12665)