Project

General

Profile

Search

Results (18279)

Help: Issue with page listing alerts refreshing
Hello, I have a redmine alerts page that I ... page? Any help with be greatly appreciated. 2014-08-19 20:55
Help: RE: How to disable attaching files in issues ?
thanks, it works ! using your solution ... le: Upload Files edit the file \app\views\issues\new.html.erb by adding this test : <pre> ... ttachments/form', :locals => {:container => @issue} %></p> <% end %> </pre> edit the file \app\views\issues\_edit.html.erb by adding this test : <pre> ... ttachments/form', :locals => {:container => @issue} %></p> </fieldset> <% end %> </pre> n ... upload files in the administration of roles. 2014-08-19 18:44
Help: Redmine API with curl command to get all issues
I'm trying to figure out how to use curl with ... cess. I'd like an example of how to get all issues out of redmine. My end goal is to write some code that pulls all of the issues out of redmine in html or something, and th ... e me a good example of how to pull all of my issues out of redmine, that would be great. I've tried this. curl -X GET "https://www.mysite.com/issues.xml?project_id=myProject&query_id=40&key=xx ... ccept: or Content-Type: should actually be. 2014-08-19 18:40
Plugins: RE: Smart issues sort plugin
We got the same issue with redmine 2.4.5, when saving or editing t ... e::Error (undefined method `is_public' for #<IssueQuery:0x89887>): 18: <% if User.current.a ... s_queries_new_html_erb___2411066153653_700' 2014-08-19 10:32
Help: Intermittent 500 internal errors
I've just set up a fresh install of: <pre> ... blocks/_timelog.html.erb (5.5ms) Rendered issues/_list_simple.html.erb (19.0ms) Rendered my/blocks/_issuesassignedtome.html.erb (44.5ms) Rendered issues/_list_simple.html.erb (14.7ms) Rendered my/blocks/_issueswatched.html.erb (27.8ms) Rendered my/pag ... <td class="project"><%= link_to_project(issue.project) %></td> 18: <td class="tracker"><%= issue.tracker %></td> 19: <td class="subject"> 20: <%= link_to(issue.subject.truncate(60), issue_path(issue)) %> (<%= issue.status %>) 21: </td> 22: </tr> 23: <% end %> app/views/issue... 2014-08-19 09:10
Development: RE: Redmine ruby rest API error `instantiate_collection': undefined method `collect!'
Still has this issue. redmine 2.5.2 + rails 3.2.19 + ruby 2.0. ... like XML. Looks like it is rails's fault? 2014-08-19 01:33
Help: RE: How to disable attaching files in issues ?
1)Go to: /usr/share/redmine/app/issues => file: form.html.erb 2)Find: id="attachm ... 92599a7305d5232b.png! 4) Reload your apache. 2014-08-18 21:21
Help: The page you were trying to access doesn't exist or has been removed :Redmine?
I'm using Redmine 2.2.0 when I'm trying to to view the issues by clicking the issue ID it is showing The page you were trying to ... d my dump and installed the new dump but the issue is still existing.Is this due to Apache2 configuration? Can any one help? 2014-08-18 13:12
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
works for me with version 2.5.0 2014-08-18 11:19
Help: RE: How to add watchers in the issue users are not project participants ?
This requirement does not work now. What to do? (N. Dostoevsky) 2014-08-18 08:59
Help: RE: redmine java api 创建issues
My question is to create Issues with redmine-java-api, reported 404 errors, how to solve the problem. 2014-08-17 08:38
Help: RE: Fedora 20 Install
I was able to get through the remainder of my issues with this installation. In an effort to ... eps on the wiki here: [[FedoraInstallation]]. 2014-08-16 23:40
Help: RE: Issue Spam
O.J. Sousa Rodrigues wrote: > Hello Guys! > ... ammers among us: > * http://www.redmine.org/issues/17691 > * http://www.redmine.org/issues/17692 > * http://www.redmine.org/issues/17694 We usually delete spam tickets and s ... the spammers sign up with a gmail address... 2014-08-16 17:06
Help: RE: How to add watchers in the issue users are not project participants ?
That was implemented some time ago, see #5159 ... ying it does no longer work in certain cases. 2014-08-16 17:01
Help: RE: redmine java api 创建issues
The "Redmine Java API" is a third-party Java ... of redmine is not supported by that library? 2014-08-16 16:55
Help: redmine java api 创建issues
RedmineManager mgr = new RedmineManag ... 11dd1a"); try { tryMakeIssue(mgr); } catch (Exception e) { ... } private static void tryMakeIssue(RedmineManager mgr) throws Exception { Date date = new Date(); Issue issue = new Issue(); Tracker tracker = new Tracker(); tracker.setId(4); tracker.setName("缺陷"); issue.setId(8); issue.setSubject("缺陷ID:TC0001 功能缺陷障碍"); issue.setTracker(tracker); issue.setStartDate(date); issue.setStatusId(1); issue.setPriorityId(2); mgr.createIssue("taskconnector-test", issue); System.out.println(issue... 2014-08-16 15:34
Help: Issues are "disappearing" just after creation
Sometimes after issue creation users received e-mail with all issue information but issue itself doesn't exist on the server and issue number is inaccessible. Next issue are creating with next free number What i ... ay be and is it possible to "restore" missed issues? *Config*: Redmine 2.3 on ubuntu, server ... ifferent VM's. Many plugins but before this issue first happened nothing was changed for couple of weeks. 2014-08-16 11:16
Help: Can not save Wiki page
Hello, I am not able to save wiki page. Th ... 404 error. I have found only this related issue: http://www.redmine.org/boards/2/topics/368 ... where the devil can be... Cheers, Martin 2014-08-16 00:52
Help: RE: Add two columns in one "My page" block
Hi, I know this is two years old, but it mig ... nt. I needed to add the Due date to the Issues Assigned to me block. This is what I added ... add start date. Just use field_start_date, issue.start_date in the appropriate places. Add ... below the last TD <td class="due_date"><%=h issue.due_date %></td>. So this is what it looks like altogether: <pre> <% if issues && issues.any? %> <%= form_tag({}) do %> <table class="list issues"> <thead><tr> <th>#</th> <th ... </tr></thead> <tbody> <% for issue in issues %> <tr id="issue-<%= h(issue.id) %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= ... 2014-08-15 20:22
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
Hi I have the same problem, maybe only work f ... y difference is that my redmine is in spanish 2014-08-15 19:22
Help: How to add watchers in the issue users are not project participants ?
Redmine 2.5.1 How to add watchers in the issue - users are not project participants? 2014-08-15 19:01
Help: RE: How to set a user is unavailable on certain days
Actually that plugin is open source (GNU GPLv ... t the person is available when assigning the issue. I don't know a plugin that does exactly wh ... mind. Maybe more research is needed here... 2014-08-15 05:33
Plugins: RE: patching application helper in redmine 2.3
I had the same issue and commented out the require 'redmine' in the init.rb and everything work just fine!!! 2014-08-14 21:51
Plugins: RE: Drafts plugin v0.1.1
For my redmine's versions (2.4.x and 2.5.x) I ... nstalled. Should I stop using it or covered issue still exist in redmine? 2014-08-14 16:47
Help: Issue Spam
Hello Guys! There are some spammers among us: * http://www.redmine.org/issues/17691 * http://www.redmine.org/issues/17692 * http://www.redmine.org/issues/17694 Who have the right permission to b ... we block all registrations with mail.ru? 2014-08-14 15:09
(5751-5775/18279)