Project

General

Profile

Search

Results (18317)

Help: RE: When I try to create an issue in redmine, nothing happens
At this point, since I wasn't to far in to se ... ame behavior. Any one have any ideas why an Issue just wouldn't be created? Everything else I can manage, like Projects, Users, Groups, etc. 2011-01-21 17:16
Help: Problem when pages load
Hi, I install a redmine 1.0 (from the svn) ... attachment) and it seems to be a javascript issue. It's not a big deal but sometimes the pa ... n logs. thanks a lot for your help. XwZ 2011-01-21 11:07
Help: When I try to create an issue in redmine, nothing happens
Every time I try to create an issue and submit the form, either with the Create ... Continue button, it simply refreshes to the Issues tab of the project with no information. I' ... k like my information is getting sent to the IssuesController, but nothing ever happens with it ... DB: MySQL 5.0.91-community Server: Mongrel 2011-01-21 04:48
Help: RE: broken theme
Hello, I tested it at home: everything is ... on within Internet Explorer. To trigger this issue, an attacker may create a malicious Web page ... uld I file a Ticket for it? Regards, Lars 2011-01-20 17:46
Plugins: Create issues via GET request plugin
In JIRA it is possible to create new issues through a simple GET request: http://confluence.atlassian.com/display/JIRA/Creating+Issues+via+direct+HTML+links. A simple example: _<a href="http://jira.atlassian.com/secure/CreateIssueDetails!init.jspa?pid=10420&issuetype=3&summary=say+hello+world">here</a>_ ... ce I would like to allow users to create new issues (with pre filled data) through a link sent ... I don't want to use JavaScript for the job. 2011-01-20 16:24
Open discussion: Parent-Child Projects
I'm wondering, if anybody has some (maybe bes ... tures, for example about sharing of members, issues, road maps, whatever? Any hints/experiences available? 2011-01-20 15:54
Development: Can't Create a subproject; Error ... to access doesn't exist or has been removed.
hi all, I'm starting to use Redmine but I'm getting an issue related to subprojects not. During today I ... this one? Thank you for your help, Ionut 2011-01-19 16:48
Help: pdf problem with redmine 1.1.0
When I'm in an issue and click on the bottom on the pdf link, I get a 500 error. Here are the logs : > Processing IssuesController#show to pdf (for 192.168.140.5 at ... "action"=>"show", "id"=>"51", "controller"=>"issues"} > > NoMethodError (private method `gsu ... Class): > lib/redmine/export/pdf.rb:258:in `issue_to_pdf' > app/controllers/issues_controller.rb:119:in `show' > app/controllers/issues_controller.rb:115:in `show' > > Renderin ... .23) Is someone can help me? Thank you. 2011-01-19 16:28
Open discussion: RE: Required fields depending on status
Thinking about it, it would be nice if per "Issue status" we could have a screen which shows all the editable fields for an issue and checkboxes next to it with how it should appear in the form: Issue status: *Schedule* <pre> ... t of fields available in every status making issue maintenance faster and easier. Any plans for such a feature? 2011-01-19 12:12
Open discussion: Required fields depending on status
Hi, First: thanks for a splendid project m ... red for certain statusses: for example if an issue becomes "scheduled" it should have a target ... info could be prepopulated, for example all issues are by default put in a version called "Fut ... version was the default when creating a new issue. Is this possible with stock redmine (I ... ot available in some form. Thanks Andre 2011-01-19 12:02
Help: The Count of the Issues of the Gantt and Overview Pages Are Incorrect!
Well, I've added a lot of issues in my project, but the count of the issues of the gantt and overview pages are incorre ... they always shows 1 count in overview and 1 issue in gantt. Could any one tell whether that is a bug or my fault operation?] Thanks a lot. 2011-01-19 11:09
Help: Problems issue description
If the description of the application has ver ... s shown by the petition does not cut the text 2011-01-19 11:02
Plugins: RE: Extended Schedules plugin with scheduling issues option
Hello, i am using Redmine 0.9.4 When instal ... redmine_schedule folder NEED HELP... thx 2011-01-19 10:56
Help: Backup Redmine Data
Dear experts, How to backup redmine data, ... data can be resumed. This is very important issue. Who can tell how to do this? Thank you. 2011-01-19 02:39
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
Is there a way to validate the issue # through wget call? I don't have mysql on t ... 404 back when I executed wget http://myhost/issues/9999999 (invalid number) but since I d ... roject the resulting page is login form. 2011-01-19 00:46
Help: RE: Help: Internal Error on new file upload.
I had this same issue and it turned out to be passenger running as ... ified user permission to the files directory. 2011-01-18 21:48
Plugins: whining plugin: links in html mails
I've changed this file to have links inside h ... tml* *line removed*: <pre> <li><%=h "#{issue.project} - #{issue.tracker} ##{issue.id}: #{issue.subject} was last updated on #{issue.updated_on} " %></li> </pre> *added line*: <pre> <li><%=h issue.project %> - <%=link_to("#{issue.tracker} ##{issue.id}", :controller => 'issues', :action => 'show', :id => issue, :only_path => false)%>: <%=h issue.subject %> <%=h "was last updated on #{issue.updated_on} " %></li> </pre> 2011-01-18 18:44
Open discussion: Attach start and end date-time instead of just date to issues
Hi, I was asked where I work whether we could ... ation time and a completion time attached to issues * Another would be to make it possible to ... ample on how to bind to workflow transitions? 2011-01-18 17:25
Open discussion: Automated entry of recurring times (e.g. holiday) within Redmine
Hello all, i just looked through the Plug ... rack 8 hours/day to one specific project and issue for three weeks. Is there any option to do s ... ample just workingdays. Cheers Alex 2011-01-18 11:50
Plugins: RE: Hudson Plugin 1.0.5
> Please use 'Plugin uses below url for acces ... me trend green for successful builds":http://issues.hudson-ci.org/browse/HUDSON-6838 > > Fu ... dasgboard. Maybe you have a good idea;) 2011-01-18 09:39
Help: RE: Gantt Filters not working
I noticed this problem after searching the issues with a custom query. After I went back to the issues tab and cleared the query, the Gantt filters started working. 2011-01-18 02:54
Help: RE: Activity page
Subtasks and related issues aren't tracked, so they won't produce events on the activity page, changes to issue attributes should though. 2011-01-17 21:30
Open discussion: RE: Subtask, Parent Task, Child Task is not present in the New Issues dialog
You probably either have too old a version of ... ion to manage subtasks for the correct roles. 2011-01-17 21:28
Help: Edit a custom query. How to?
I have a custom query for issues that I would like to modify. However, I ca ... one open an existing custom query to edit it? 2011-01-17 17:40
Plugins: redmine_whining issues filtering
I would like to exclude issues with certain status. Is that possible? 2011-01-17 16:24
(12451-12475/18317)