Search
Results (18317)
- 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 ?
- 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 ...
- 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
- 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.
- 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.
- 1. New Visibility option to role: Issues, created by user and / or group, and / or a ... 2. Assignment to multiple groups or users.
- 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.
- 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.
- 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
- From screenshot, looks like there is an alignment issue Running Redmine 1.3.0.stable (MySQL) Plu ... h plugin Redmine Gitrevision Download plugin
- 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!
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- Great news Dhanasingh Thanks for your feedback. Francisco
- 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
- 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>
- 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
- 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
- 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.
- 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 '...
- 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
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- yes, Igor had already mentioned some of these issues, we have taken care of them. We should release 0.0.5 pretty soon :-)
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- Hi Dhanasingh Will you release this featur ... the install :-) Thank you Rafael Fresno
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- About the activities, I mean the activities a ... rojects, so in the same way than the list of issues is updated when the project changes, the ac ... ine.org/attachments/7026/Chrome%20layout.PNG!
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- the dropdown list will be sorted by the id, ... amething like sorting after prepending the id
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- Hi Dhanasingh Yes, that's what I meant: us ... combo, others may want to use the id of the issue to make the input a little bit faster) In ... or our problem. I suppose you'll sort the issues by the string resulting of prepending the issue's id to its subject, won't you? Thanks for your extremely quick reply Rafael Fresno
- I was looking for ways to create queries for issues across projects (or global). I came acro ... s the aforementioned plugin proper way to go?