Search
Results (18298)
- Plugins: RE: Modifications for the docpu- and mathjax-Plugins
- Oups. The feature of exporting wiki pages as pdf was added in 1.3.0 : http://www.redmine.org/issues/401
- Plugins: RE: Doesn't patch "User" model in a plugin (Redmine 2.0)
- +1 I have the same issues with my plugins
- Help: RE: Redmine 1.6 to 2.0 -> Gem::InstallE ... n' native gem requires installed build tools.
- *production.log* <pre> Processing WelcomeCo ... ing scope :open. Overwriting existing method Issue.open. OpenIdAuthentication.store is nil. Us ... ing scope :open. Overwriting existing method Issue.open. OpenIdAuthentication.store is nil. Us ... ing scope :open. Overwriting existing method Issue.open. OpenIdAuthentication.store is nil. Us ... ing method Version.open. . . . . </pre>
- Help: RE: Redmine 2.0: error sending email
- Some more infos about my installation: <pr ... e please, ask me. I have no idea about these issue. Thank you EDIT: I tried this http://www ... t I havn't noted any change in behavior P.
- I'm installing Redmine 2.0 on Centos 6.0 I'd ... s; <pre> Started GET "/projects/test/issues/new" for 192.168.0.199 at Sun May 27 13:55:30 -0400 2012 Processing by IssuesController#new as HTML Parameters: {"project_id"=>"test"} Rendered issues/_form.html.erb (112.0ms) Rendered issues/new.html.erb within layouts/base (128.0ms) ... 0x7f4fcc97f5 68>): 15: 16: <% if @issue.safe_attribute? 'tracker_id' %> 17: <p><%= f.select :tracker_id, @issue.project.trackers.collect {|t| [t.name, t.id] ... => tr ue %></p> 18: <%= observe_field :issue_tracker_id, :url => project_issue_form_path(@project, :id => @issue), 19: :with => "Form.serialize('issue...
- I am having problem running tests for an old ... Redmine2.0. Running test manually gives me issues and the Redmine 'rake' tasks for plugin tes ... ould be my strategy to get the tests running?
- Help: RE: issue installing remine 2.0
- It went fine for me, MRI 1.9.3p194, rubyGems ... e one of these or your DevKit installation?
- Someone please help save me here. I detest m ... In /app/models/mailer.rb @subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}"@ I have found that adding #{issue.custom_field_values} will print out ALL the custom value fields for that issue. i.e. what I get is that values for each of ... that I have tried and failed at using: @#{issue.custom_field_values[4]}@ @#{issue.custom_value_for(4)}@ In app/views/mailer/_issue.text.erb it does print out the custom fields ... ode class="erb"> <%=l(:field_author)%>: <%= issue.author %> <%=l(:field_status)%>: <%= issue.status %> <%=l(:field_priority)%>: <%= ...
- Help: RE: issue installing remine 2.0
- No, I try to install redmine with: C:\redm ... . </pre> any idea? Thanks. Valerio.
- Help: RE: Get a 405 Method Not Allowed error on trying to create an issue through API in C#
- Yup, that did it, as well as a few other mino ... ants of it like that before, but this worked.
- Help: RE: Get a 405 Method Not Allowed error on trying to create an issue through API in C#
- @request.Method@ should be @'POST'@ and you don't have to prepend the request body with @"POST /issues.xml"@.
- We are running 1.0.1, so that may be the issue, but according to the docs, I should still be able to at least post a new issue. I am trying something very simple, here ... http://username:password@server:8080/redmine/issues.xml"); //request.Credentials = new Network ... est.Accept = "application/xml"; string newIssue = "" + "POST /issues.xml" + "<?xml version=\"1.0\"?>" + "<issue>" + "<subject>Test Issue</subject>" + "<project_id>myproject</project_id>" + "</issue>"; byte[] bytes = UTF8Encoding.UTF8.GetBytes( newIssue ); using (Stream putStream = request.GetR ... o our version? Or am I doing something wrong?
- Plugins: RE: Modifications for the docpu- and mathjax-Plugins
- I tested this plugin with redmine 2.0.0 stabl ... shows french accents correctly. A routing issue exists when i try to access to the settings ... ugin_html_erb__307435104_101217720' </pre>
- Help: RE: issue installing remine 2.0
- Why do you @gem install json@??
- Hi, i'm installing Redmine 2.0 for the first ... 't fix the problem... :) Thanks. Valerio.
- Hi I have a bitnami native redmine 1.4.1 imp ... ride is configured. How can I handle this issue? can I control the project identifier? I t ... etween both commands. Thanks for any idea.
- Help: RE: Automatically add user to project and assign role?
- Hi I've got the same issue. Did you find a solution to this problem? Thanks, Nico
- Development: RE: Update a attribute inside the Database
- @issue.status = IssueStatus.find(6)@?
- Hello, I would like to build a list of 'issues' and when I am ready, send a notification e ... ossible? Can I pull the trigger to email an issue to an assignee as needed ? Alternatively, ... ' the email that was initially sent when the issue was created. I could just disconnect my client wireless when I create the issue and 'resend' it later using that method. What sayeth the group ? Jay CompuMatter
- Hi, How can I get a graphical view of how many issues is opened in the team on each week? Is the ... ck the team workload (total number of opened issues and sometimes also their severity). How th ... done with Redmine? Have a nice day, Diana
- Is there a way to automatically change an issue field? The change should be triggered after modify _another_ issue. To be more specific: Our issues are organized in groups to solve them serially. For example, in that case Issue Assigned To -------------------- task1 ... dn't find an answer. http://www.redmine.org/issues/640 offers a solution for a similar need but modifyng the _same_ issue with js. If this this is not the place to a ... me know. Any help is greatly appreciated.
- Help: RE: Uninstalling Plugins
- Same story here Could you please give a cl ... the data model changes in the plugins" ? Issues option doesn't work at all atm =(
- Plugins: RE: Redmine preview attach column/image gallery
- Doesn't work plugin with Redmine 2.0 and Rails 3.2.3. Log: Started GET "/projects/gs/issues" for 127.0.0.1 at 2012-05-24 13:15:24 +0400 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (3.5ms) Rendered issues/_list.html.erb (118.5ms) Rendered issues/_sidebar.html.erb (9.5ms) Rendered issues/index.html.erb within layouts/base (243.5ms ... erb__1031498412_30551880' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/issues_controller.rb:82:in `index'
- Hi all! Could smb tell me, what is the cor ... attributes* section source:/trunk/app/models/issue.rb#L280? Thanks in advance!
- Now the company has 100 people in the use of ... 0 data import to 2.0.0 Update_on create the issue value, updating the issue will not be updated Please help solve the situation does not update mysql update_on