Project

General

Profile

Search

Results (18298)

Open discussion: RE: Bug in editing issues
Have you got any plugins installed? 2011-01-24 11:59
Plugins: RE: Problems with context_menu_relations
Luis Serrano Aranda wrote: > When I try to export to pdf the issues list, Redmine fails. > > NoMethodError (undefined method `formatted_relations`... 2011-01-24 11:04
Plugins: Problems with conetxt_menu_relations
When I try to export too pdf the issues list, Redmine fails. NoMethodError (undefined method `formatted_relations`... 2011-01-24 11:03
Open discussion: Bug in editing issues
Hi, I upgraded from redmine 1.0.3 to 1.0.4 ... your svn upgrading howto). But when I add an issue and then edit it and clicked on MORE (to edit the issue title), it doesn't open up... Does anybody else have this problem? 2011-01-24 08:59
Open discussion: Moving from Pivotal Tracker to Redmine
We'be been quite a heavy users of PT, however ... e community: 1. Can I create/update/close issues by email? 2. I like the process of Delivering finished issues and then Accept/Reject for it, before it's ... nt to story - is there any helper to find an issue based on the title, instead of id? 4. Current & backlog - is it possible? Thanks! 2011-01-23 07:40
Help: RE: Help needed on using darcs repositories
I committed r4744 for #4899. But, Darcs above 2.4 has new issue. Please see #7415. 2011-01-22 16:58
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
(12426-12450/18298)