Project

General

Profile

Search

Results (18319)

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
Plugins: RE: Issue with todo list plugin
Moderator info: I merged your 2 posting regarding the same issue. 2014-08-14 11:12
Open discussion: RE: Problems with /redmine URL
OP has only created two issues, so it is either #14477 or #10572? 2014-08-14 09:55
Help: RE: how to search issue by custom field value
I think you have to search the custom values, ... omValue.where('value = something and type = "Issue"') </code></pre> You can also specify the ... memory and it's very likely I did some typo. 2014-08-14 03:55
Help: RE: How to set a user is unavailable on certain days
There is a plugin to "manage attendance":/plu ... sn't seem to give a warning if you assign an issue to a user is on a leave... 2014-08-14 03:18
Help: How to set a user is unavailable on certain days
I am trying to avoid assigning users on issues with the specific date when this user is un ... ay give an error or a message? Thank you! 2014-08-13 21:56
Help: how to search issue by custom field value
Hey guys, I want to do something like this: Issue.where('custom_field_value == something') So, to find a issue by a custom field. How is it possible? thanks! 2014-08-13 16:28
Help: RE: Create Subproject - Error 500
We are facing a similar issue and our log reports the same issue. _However_ this didn't occur before and it s ... any chance, figured out what to do to fix it? 2014-08-13 16:28
Development: Replicate Issue tag to another tab
Hi All I wants to replicate Issue tab and create new tab and I wants to do som ... ow in case of any query Thanks Gaurav Dhol 2014-08-13 14:58
Help: How email notifications works for forum messages
Hi I have redmine 2.5.1 on debian system w ... uration. And email notifications work ok for issues, but not for forum messages. When I add to ... sage is added, and of course when adding new issue the email is logged there. Also the Defau ... es? I'm confused. Regards Piotr 2014-08-13 14:01
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
Sure, I think is a problem with the redmine version and the plugin. Thanks anyway. 2014-08-12 23:11
(5801-5825/18319)