Project

General

Profile

Search

Results (18291)

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
Open discussion: RE: [ISSUE] ActionController::RoutingError (No route matches [GET] "/HNAP1")
message#667 2014-08-12 18:27
Help: RE: Can't log in after upgrade from 2.3.x to 2.5.2
Here's script/about output: <pre> Environ ... se.yml Migrating to Setup (1) Migrating to IssueMove (2) Migrating to IssueAddNote (3) Migrating to ExportPdf (4) Migrating to IssueStartDate (5) Migrating to CalendarAndActivi ... cAndFilesNotifications (18) Migrating to AddIssueStatusPosition (19) Migrating to AddRolePosi ... eWatchers (39) Migrating to CreateChangesetsIssues (40) Migrating to RenameCommentToComments (41) Migrating to CreateIssueRelations (42) Migrating to AddRelationsPerm ... dVersionsWikiPageTitle (57) Migrating to AddIssueCategoriesAssignedToId (58) Migrating to Add ... o CreateEnabledModules (68) Migrating to AddIssuesEstimatedHours (69) Migrating to ChangeAtta ... o AllowNullPosition (76) Migrating to RemoveIssueStatusesHtmlColor (77) Migrating to AddCusto ... 1017213536) Migrating to AddMissingIndexesTo... 2014-08-12 16:20
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
Hi, did you run "bundle install" ? you need write_xlsx gem 2014-08-12 15:57
(5776-5800/18291)