Project

General

Profile

Search

Results (31860)

Help: RE: New issue url to preload some fields
This should work: <pre> http://myredmine.com/projects/myproject/issues/new?issue[tracker_id]=1&issue[description]=Test </pre> 2008-06-13 13:35
Feature #1439 (New): Interlinking between wiki and issues
It would be nice if, when referencing to a certain issue in the wiki, the issue would have a link to the wiki-page in question. 2008-06-13 12:19
Help: RE: What does "Allow cross-project issue relations" do to redmine?
When you are viewing an issue, at the bottom of the yellow box with the issue details is a sub-heading 'related issues'. To the right of that is a little 'add' l ... allows you to enter the number of a related issue and the reason for the relation (duplicates, blocks, related to etc) Cheers Russell 2008-06-13 09:43
Help: New issue url to preload some fields
I just upgraded to 7.1. In the previous versi ... rl like: http://my_redmine.com/projects/add_issue/1?tracker_id=1&description="+escape(data); in javascript to open a new window to the new issue page and fill in some information into the d ... other fun things. Now in 7.1 the url to new issue has changed. How can I get the functionality back that I had before? Thanks Chris Griffiin 2008-06-13 06:56
Help: RE: What does "Allow cross-project issue relations" do to redmine?
You mention the ability to relate an issue of one project to an issue of another project and also to mark things a ... thing like this. Where do you do such tasks? 2008-06-13 00:08
Defect #1438 (Closed): File upload Error -> redmine on mod_rails
Switched redmine over to use mod_rails, had same /tmp/ permission issue as other submitter. Discovered that uploa ... uld update documentation for mod_rails users. 2008-06-12 20:21
Defect #1436 (Closed): Bad rendering on projects/add
* Go to /projects/add (must be admin) (note t ... ct.name : Setting.app_title) %></h1> </code> 2008-06-12 17:14
Defect #1435 (Closed): slow display of 'repository' tab for huge repository (pagination problem?)
i've added a (mercurial) repository with some ... s (and i can be reached as 'orzel' on irc) 2008-06-12 17:12
Feature #1432 (Closed): Add "follows" issue relation
To relate issues, I have the possibility to choose "precedes ... times I'm adding a bug that follows another issue. To define the relation, I need to return to the first issue adding the relation there. I'd like to have ... saves me some time clicking and searching. 2008-06-12 16:31
Defect #1431 (Closed): Bazaar integration not working after upgrade of scm
Hi there, I'm using the 0.6.3 svn tagged r ... ervice:61 Rendering /usr/local/www/vhosts/issues.i-prop.co.za/httpdocs/public/500.html (500 Internal Server Error) Thanks, Marlin 2008-06-12 14:51
Help: Not allow a customer role to assign
Am trying my best to get Redmine as our organ ... ed a role called Customer, that can only add Issues and few other view fucntions. I am trying t ... assigning" a team member, when creatinga new Issue (Bug, FEature or Support)? As well as not al ... posed to a certain role, when creating a new issue - Right now in _Roles and Permissions_, I can select whether a role can add/edit an issue, but cant really determine what fields are shown in a New Issue page. I'm sorry if this has been asked b ... ht direction, I would be grateful. Thanks 2008-06-12 09:03
Feature #1429 (New): Clone-able Modules
Once again, Redmine is great. I keep discover ... agement. Here is how I use it currently. *Issue Module* How I wish if it was called Tracker Module instead of Issue Module. I have renamed the words Issue into Tracker and Ticket in the yml file. I u ... le components Here I get all the tickets (issues), in one page (of course filtering, custom ... s it possible to clone modules (specifically issues and news) without duplicating the code-base ... stances functionally separate for the user? 2008-06-12 06:30
Defect #1427 (Closed): Search selection checkboxes should reflect enabled modules
When searching only the modules that are enab ... e which search boxes are ticked by default. 2008-06-11 23:51
Open discussion: attache or link custom field to Category
I am evaluating redmine for use within our de ... categories Client, Server, Admin. When a new issue is created and the user choses Client I want ... d on the selected category. Thanks, Mark. 2008-06-11 22:33
Open discussion: RE: Migrating Redmine Source To Git
> I've used that to help migrate my svn repos ... amework development) but I never noticed any issue. I would be more than happy to be aware of those issues to be sure to avoid them in the future. :) 2008-06-11 21:41
Open discussion: RE: Automatic closing of duplicate issues
I made a change to this behaviour in r1488. ... will now see 'duplicates' or 'duplicated by'. 2008-06-11 18:54
Wiki: RedmineTimeTracking
h1. Time tracking {{>toc}} h2. Introduc ... many hours of work are logged to a specific issue or project. Each time entry of "spent time" ... configuring modules. h2. Logging time on an issue You can log time on an issue by clicking !/images/time_add.png! *Log time* from the issue details view. p=. !log_time.png! You can also log time when updating an issue. p=. !Update_LogTime.png! h2. Logging ... an log hours at project level by leaving the issue field empty. h2. Accepted time formats ... lowing example: * in a project you have 4 issues with the following spent time values: *1.00 ... at they can register "spent time" against an issue via their commit messages when referencing an issue. For this to work the *Enable time loggin ... formats]] but must be preceded with a valid issue... 2008-06-11 18:47
Help: RE: How to show the sum of estimated hours in the specified query?
Thank you so much Eric!!! You saved me hours ... ng!!! :-) Btw. If to do this right in the issues section, it's possible to limit this task into one line: <pre> <%= estimated_hours = @issues.collect(&:estimated_hours).reject {|issue| issue.blank? }.sum %> </pre> Well.. at least i ... Once again, thank you very much indeed, Eric. 2008-06-11 18:22
Help: RE: How to show the sum of estimated hours in the specified query?
You will need to use a set of Issues for that, Query is used to build the set of issues. <pre> # See issues_controller.rb#index for the actual query filter @issue_list = Issue.find :all, :conditions => @query.statement ... ank, and sum the amounts estimated_hours = @issue_list.collect(&:estimated_hours).reject {|issue| issue.blank? }.sum </pre> Eric 2008-06-11 17:52
Help: RE: How to show the sum of estimated hours in the specified query?
Or rather how can I sum estimated_hours variable in all issues in the query? How it shall be written? 2008-06-11 12:14
Help: RE: How to create a link with pre-filled parameters?
Unfortunately this code: <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => @project, :action => ' ... e> ..does not work.. What i did wrong? 2008-06-11 10:12
Help: How to create a link with pre-filled parameters?
For example I want to make a link to "new issue assigned to me", so that parameter "assigned_to" is pre-filled with "me".. 2008-06-11 10:03
Defect #1423 (Closed): TOC does not parse colorization markups
We found an issue where formatting some wiki text as such: ... c should probably ignore all formatting text. 2008-06-10 23:11
Open discussion: RE: Automatic closing of duplicate issues
+1 This always bugged me, but I never took ... Usually as a compromise I just resolve the issue, then wait till the original is closed. H ... this behavior differentiated on the type of issue link? Example, if a bug X depends on bug Y, ... lso? Personally I think modifying related issues automatically is wrong. 2008-06-10 22:52
Feature #1422 (Closed): Date selection for Activity Page
I occasionally find myself needing to check o ... date or date range. Any thoughts on this? 2008-06-10 22:30
(30701-30725/31860)