Search
Results (18317)
- 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
- I have a certain issue that has a preceding, following, and related issue IDs. This issue is a sub-issue of another parent. When I try to change the parent issue ID, Redmine hangs for a couple minutes and t ... doesn't seem to affect it. What could be the issue here?
- I was missing the Referencing keywords.... t ... dmine. I have no problem making reference to issues but i cannot log time. Enable logging time ... l Database schema version 20120301153455
- Hi all! Could smb tell me, what is the cor ... attributes* section source:/trunk/app/models/issue.rb#L280? Thanks in advance!
- I though this was fixed in 1.4.1 for some rea ... worse. With the user's role set to "only issues created by or assigned to the user", I create an issue. It will be visible to that user only if he ... er to the watcher list nothing happens - the issue is still invisible to that user. I can add w ... the system I desire to be a watcher of that issue, but it doesn't change anything. Setting roles to "all non private issues" makes the output a garbage, since the user sees all issues which are not private. I am running 1.4.1 on a Debian machine Is there any way to fix this?
- Open discussion: RE: Redmine Java API 1.11.0 is released
- Thank you, Etienne. It would be very nice i ... Redmine REST API: http://www.redmine.org/issues/9664 CRUD for Custom fields, http://www.redmine.org/issues/10402 http://www.redmine.org/issues/10164 http://www.redmine.org/issues/8545 http://www.redmine.org/issues/5303
- Plugins: RE: Redmine Issue History Tabs Plugin
- What's the more stable version, github or google?