Project

General

Profile

Search

Results (18307)

Open discussion: Changing e-mail link
I can not find path or code where I can change the link when a user opens an email and the issues and sent with the default domain redmine, (http://redmine/issues/1234) when the correct would be to send the email issue (http://mydomain/issues/1234). Someone could help me where do such change ? 2012-01-18 13:29
Help: Best way to migrate 0.7 database to a new 1.3.0 installation?
Hi All, I have downloaded and installed th ... uld now like to migrate our Users, Projects, Issues, Wiki Documents, and Files into the new dat ... ny help, much appreciated! Thanks, Darren 2012-01-18 13:14
Help: Custom field autofillable
I need an Id per issue, and I try to create a custom field. It's a sequential field, that increments its value when the issue is created. Is there any plugin that supports it? Or any other possibility? Thanks. 2012-01-17 21:15
Help: RE: Can't login - You are being redirected or Internal Error, redmine is running
Looks like an issue with Redcase plugin, try without it? 2012-01-17 15:41
Help: RE: Watcher list on New Issue
There is a plugin which supports add watchers via combox after an issue is created. "redmine_boards_watchers":htt ... is additional to watchers feature for boards. 2012-01-17 13:24
Help: RE: Watcher list on New Issue
see #8562 2012-01-17 13:16
Help: New issues status not visible when creating new issue on a project
I have created some new Issue statuses like : duplicate, assigned, ... but when i open a new issue i can't see this new statuses in the combobox status, Why ? How can i make it work ? 2012-01-16 18:16
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Thanks for your new 0.0.5 release. Neverthele ... log time directly to a Project (that has any issue), you still have the same error (previous en ... ect II - Not possible if the project has any issue. It just requires to add ":include_blank => ... lugins/redmine_wktime/app/views/wktime/_edit_issues.rhtml: </pre> *The work around consists ... as a tooltip when you set the cursor on the issue field... for example. I'm just trying to col ... Again, Thanks again for your great work 2012-01-16 10:11
Plugins: RE: Time Tracker plugin
Hi, The issue is coming from the fact that your plugin in ... and and restart redmine. This will solve the issue. Regards, Ali 2012-01-14 18:19
Help: Permissions to close issues
Hello! I have Role "Developer" and don't want allow this role to Close/Reject issues - only set them as Resolved. I remember in ... ppeared. In the administration/permissions Issue Tracking or Roles » Permissions report its not anymore Can you please point me what to do? 2012-01-14 11:14
Plugins: RE: Doodle Plugin
There is an additional issue at play with ActionView::MissingTemplate. Ne ... text.plain.rhtml -> text.erb does the trick. 2012-01-13 22:05
Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
Thanks for informing us, Dhanasingh! We'll ... a try! Best regards from Madrid!!! Rafa 2012-01-13 12:48
Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
version 0.0.5 is released, please take a look 2012-01-13 12:19
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Hi again, the plugin has an error related ... rectly to the Project. In these entries, the issue is empty (nil) and the SAVE option fails: ... ed in the weekly table, but adding a project issue... If the SAVE option is executed, the time logged to the project is MOVED to the displayed issue. 2012-01-13 11:09
Help: Having same problem with 1.2.1.stable (MySQL)
I do send the following payload, I can see that the issue was changed less than a minute ago according ... t workflow settings. <pre> Request: PUT /issues/1868.json HTTP/1.1 Host: redmine.msk-kltn- ... Key: TheSecretKey Expect: 100-continue {"issue":{"status":{"name":"done","id":21},"notes":"closing all old issues"}} </pre> So, what am I doing wrong? It is a bug in redmine REST API? 2012-01-12 13:49
Help: RE: Notification of wiki modifications
Ruben, emails notifications are activated for ... t is that I am receiving emails only for the issues. Where should I start looking first ? 2012-01-12 03:02
Help: Upgrading from 0.8.4 to 1.3.1
Hello, I have a machine where I am using W ... dmine`.`enabled_modules`; INSERT `redmine`.`issue_categories` (`id`,`project_id`,`name`,`assig ... ,`name`,`assigned_to_id` FROM `old_redmine`.`issue_categories`; INSERT `redmine`.`issue_relations` (`id`,`issue_from_id`,`issue_to_id`,`relation_type`,`delay`) SELECT `id`,`issue_from_id`,`issue_to_id`,`relation_type`,`delay` FROM `old_redmine`.`issue_relations`; #resolve discrepency with issue_statuses table: UPDATE `redmine`.`issue_statuses` SET `name`='Assigned' WHERE `id`=2 ; INSERT INTO `redmine`.`issue_statuses`(`id`,`name`,`is_closed`,`is_defaul ... In Progress',0,0,1); INSERT INTO `redmine`.`issue_statuses`(`id`,`name`,`is_closed`,`is_defaul ... pended',0,0,8); #resolve discrepency with ... 2012-01-11 20:32
Open discussion: Use subproject for customer support
Hi all, I am trying to setup Redmine for m ... mer will have following features enabled: * Issues * News * Documents * Wiki * Files Is ... bprojects as I don't wan't that they can see issues which were created by another customer or u ... Is that possible? # If customer submits new issue in subproject I cannot assign this issue to anybody in parent project without moving issue to parent project. If I move this issue to parent project customer isn't able to see and follow that issue as he is not a member of parent project. I d ... subproject so this way I also cannot assign issue to developer as he is not a member of subpro ... owed to see all things? Thank You! Gregor 2012-01-11 17:42
Open discussion: Gantt for all projects of user
Hi, I'm new to Redmine and setted up many projects we're doing right now. Each project has issues, and some times the same user is doing many ... through all projects?. Thanks in advance. 2012-01-11 16:56
Plugins: RE: Redmine fields permissions not compatible with 1.3.x [solved]
Hi, The issue was reported on the github of the project an ... st right now to correct this. Please send an issue on project pages to make more plugins compat ... ome errors like that :) Thanks in advance. 2012-01-11 12:12
Development: Two new issues for a next version
1. New Visibility option to role: Issues, created by user and / or group, and / or a ... 2. Assignment to multiple groups or users. 2012-01-11 11:49
Plugins: Redmine fields permissions not compatible with 1.3.x
Hi, I have just tracked down a bug in which the "Parent task" field was not displayed for the issues/show form. This broke the whole concept of ... on for this turned out to be that the normal issues/_attributes form (which includes a parent_i ... s it took me to find this out... Javerre. 2012-01-11 01:49
Open discussion: RE: How to change the name "Issue"
go into the file <redmine directory>/config/locales/<language>.yml, and substitute the word "Issue" by the name you prefer. Regards. 2012-01-11 00:34
Open discussion: RE: please help with email configuration
Have you solved your issue ? whatever, I have just installed Redmine, t ... will give you a feedback. See you. Regards 2012-01-11 00:30
Help: How to fix html alignment issue in Repository List
From screenshot, looks like there is an alignment issue Running Redmine 1.3.0.stable (MySQL) Plu ... h plugin Redmine Gitrevision Download plugin 2012-01-11 00:19
(10226-10250/18307)