Project

General

Profile

Search

Results (18298)

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
Help: Mercurial - 404 Error When Accessing Repository
Hopefully this is a quick fix for those with ... a repo, clone it, and sync to it without any issues, except when I add the repo to Redmine and ... his would be greatly appreciated! Thank you! 2012-01-11 00:03
Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
Great news Dhanasingh Thanks for your feedback. Francisco 2012-01-10 15:49
Plugins: RE: Default columns plugin
I have installed v0.0.7 @ a bitnami redmine v ... We should include all possible trackers and issues' custom fields to this project to be able t ... eate queries. How do I create queries? Br 2012-01-10 11:03
Plugins: RE: Time Tracker plugin
Latest version of plugin and redmine (Redmine ... er#start: pid=3212 port=3000 Processing IssuesController#index (for 10.0.0.207 at 2012-01- ... dex", "f"=>["status_id", ""], "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index ActionView::TemplateError (No plug ... ayouts/base.html.erb:20 app/controllers/issues_controller.rb:88:in `index' app/controllers/issues_controller.rb:87:in `index' C:/Ruby/li ... ck::HTTPServer#start done. Exiting </pre> 2012-01-10 10:50
Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
That's great news,Dhanasingh We're looking ... up the good job!!! Thanks again! Rafael 2012-01-10 09:59
Plugins: REST API ruby script getting 404
Hello I am trying to do automated ticket creation over the REST API in redmine but having an issue where I just get a 404 every time I post to issues.xml. I can "Get" just find and have no issues. Below I have a link to code I wrote, if anyone can point me in right direction or knows the issue some advice would be much appreciated. Thank you link to code http://pastebin.com/dn5xeQLs 2012-01-10 06:00
Help: Customizing the New User / Password Replacement Email
I'm using Redmine 1.2.2 on Ubuntu 10.04. Is ... and footer. Since we need those mostly for issues, I'd prefer to set this separately. 2012-01-09 22:26
Plugins: Overriding model method
Dear forum, I am pretty new to ruby ,so i ho ... fferent statuses . For that i am overriding IssueStatus#update_default . (maybe this is not t ... idden - the old one is called. Here is my issue_status_patch.rb (I am putting it in lib dir ... help please! <pre> require_dependency 'issue_status' module IssueStatusPatch def self.included(base) # :nod ... nceMethods) base.logger.debug "PATCHING ISSUE" end module ClassMethods # Returns the default status for new issues def default logger.debug "In pl ... ger.debug "In plugin update_default" #IssueStatus.update_all("is_default=#{connection.qu ... ult? end end end # Add module to Issue Issue.send(:include, IssueStatusPatch) </pre> And here is the init.rb: <pre> require 'redmine' require '... 2012-01-09 20:35
Plugins: RE: Wiki Extensions Plugin
Thanks , Only issue, it works with Redmine version 1.3 or later ... Extensions 0.3.7 to work with my redmine 1.2 2012-01-09 17:36
(10226-10250/18298)