Project

General

Profile

Search

Results (18307)

Plugins: RE: Plugin tutorial - Pools from project menu - error after pressing Yes/No
Hi, if I keep going in the tutorial, permissions work fine but I keep on having the same issue after selecting "yes/no" ActiveRecord:: ... er#index Couldn't find Project without an ID 2012-01-05 17:20
Development: Statistics with git
I don't know if I can write inside a ticket directly. Is it possible to assign or plan issue #7648 ? Because I have same problem and toda ... differents states, by version. Thank you. 2012-01-05 16:08
Plugins: Plugin tutorial - Pools from project menu - error after pressing Yes/No
Dear all, this thread has been opened as a c ... s/3/topics/28026?r=28323) as the original issue has changed but the referring item is the sa ... Does anyone has a suggestion? Thanks 2012-01-05 14:35
Open discussion: Redmine Install Mac 10.7.x with MySQL 5.5.x Problem
I have walked through all of the forum docs on this issue and I cannot get past the rake db:migrate st ... he gem not found. Is this a rails version issue? What is the solution for installing redmine with rails, mysql 5.5, on os x 10.7? 2012-01-05 13:00
Plugins: RE: Possible error in plugin tutorial?
I see and I understand why you are confused. ... arams[:project_id]) we will have a different issue: <pre> a problem when I click 'yes' or ... since yes7no counters are correctly updated. 2012-01-05 12:38
Help: RE: Project Report with SQL Query
I also just got a request from one of our pro ... , `j`.`notes` AS `Notes` FROM `redmine`.`issues` AS `i` INNER JOIN `issue_statuses` AS `is` ON `i`.`status_id` = `is`. ... C, `i`.`due_date`, `i`.`id`, `j`.`id` </pre> 2012-01-05 04:20
Open discussion: RE: Looking for plugin to export multiple issues to pdf with full comment history
I've a similar problem. I create an basic sql ... http://www.redmine.org/boards/2/topics/28275 2012-01-04 22:13
Help: RE: Project Report with SQL Query
i tried a little around and create a sql quer ... e, j.notes , jd.*,s1.name,s2.name from ((((issues as i join journals as j on i.id = j.journal ... details as jd on j.id = jd.journal_id) join issue_statuses as s1 on jd.old_value = s1.id) join issue_statuses as s2 on jd.value = s2.id) join issue_statuses as s3 on i.status_id = s3.id where ... .notes , jd.*,jd.old_value,jd.value from ((issues as i join journals as j on i.id = j.journal ... details as jd on j.id = jd.journal_id) join issue_statuses as s3 on i.status_id = s3.id whe ... work for the needed columns and filters. 2012-01-04 22:04
Open discussion: RE: Filter issue by project custom field
so there was already one here #8161 2012-01-04 14:23
Open discussion: RE: Filter issue by project custom field
I just created it #9919 2012-01-04 14:09
Open discussion: RE: Filter issue by project custom field
Hello, I agree this feature. Is there a issue on this subject? 2012-01-04 13:37
Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
Francisco, thanks for your feedback, we will take a look and get back to you. Dhanasingh 2012-01-04 08:08
Plugins: RE: Redmine Issue History Tabs Plugin
Editing a comment in 1.2.2 (using Dan North's fork) does not work. This is a "known issue":https://github.com/tastapod/redmine_issue_history_tabs/issues/4. Can anyone help figure this out?? 2012-01-04 01:11
Plugins: Plugin: Weekly Timesheet - don't show closed issues
Nice work with this plugin. I would like to know if it is possible to show just open issues when we are creating a new weekly timesheet. Thanks, Francisco 2012-01-03 20:20
Help: Memory problems on Redmine Server
Hello all, I am having a problem and I don ... al error h2. Error 1 <pre> Processing IssuesController#index to atom (for xxx.xxx.xxx.xx ... "=>"index", "query_id"=>"23", "controller"=>"issues", "key"=>"5032a2a3904b7e7dc71741cb2907cecef ... DB: 2) | 200 OK [https://projects.xxxxxxx.xx/issues.atom?key=5032a2a3904b7e7dc71741cb2907cecef797e6e5&query_id=23] Processing IssuesController#index to atom (for xxx.xxx.xxx.xx ... "=>"index", "query_id"=>"53", "controller"=>"issues", "key"=>"5032a2a3904b7e7dc71741cb2907cecef ... DB: 8) | 200 OK [https://projects.xxxxxxx.xx/issues.atom?key=5032a2a3904b7e7dc71741cb2907cecef7 ... omplaining about settings.frm Any ideas? 2012-01-03 11:32
Help: RE: Timesheet works only for Admin after upgrade
Viktor Tönköl wrote: > Hi Constantin, > > We had the same issue, but we had found an easy solution. > > A ... > Regards, > Viktor Worked, thanks! 2012-01-03 09:17
Open discussion: RE: Looking for plugin to export multiple issues to pdf with full comment history
I'm also searching for the same feature. I hope someone can help us here. 2012-01-03 09:11
Help: RE: Timesheet works only for Admin after upgrade
Hi Constantin, We had the same issue, but we had found an easy solution. Admin ... current)) end end Regards, Viktor 2012-01-02 16:23
Help: RE: Serveral Problems with redmine
Hello, Your Redmine is too old. Newest Re ... om/video/xmifx6_get-reminders-about-upcoming-issues-in-redmine_tech 2012-01-02 16:01
Help: Serveral Problems with redmine
Hello everybody, I'm a newbie but using re ... team. I would like to install the redmine_issue_reminder plugin but it's not working, i thin ... s Je voulais installer ll plug-in redmine_issue_reminder mais je n'ai pas réussi, j'ai bien ... estant à votre disposition pour plus d'infos. 2012-01-02 15:32
Help: RE: {{variable}} doesn't work
It was the i18n that caused the trouble. Going back to 0.4.2 resolved the issue. R. 2012-01-02 02:54
Help: Can I view the version due day on tracker?
Hi, I am a newbie to redmine. The tracker right now allow users to view the issue is belong to a particular version, so is it ... ay. Vice versa, user can view the list of issue under the version on road map, this time onl ... ayed. And I want to see the due day for each issue as well. Is it possible to do it? Thanks. Daniel 2011-12-31 00:18
Help: RE: Solution API passing the key as a param to new/create from a rails 3.1 app. How?
If you are use something like Eric Davis's Re ... u need to set the key <pre> RedmineClient::Issue.key = xxxxxxxxxxxxxxxxxxxxx </pre> This ... possibility the that there will be threading issues but I am not sure. 2011-12-30 20:25
Help: API passing the key as a param to new/create from a rails 3.1 app. How?
Using REST api from a rails 3.1.13 to redmine ... arameter". I can do this with RedmineClient::Issue.find but not with RedmineClient::Issue.new . So if you want to use the API and s ... /key on request by request basis so that the issues are created by the user causing the request ... in each request like <pre> RedmineClient::Issue.find(offering.issue_id, :params => {:key => "xxxxxxxxxxxxxxxxxxx ... o is doing this with <pre> RedmineClient::Issue.new() </pre> If you do <pre> issue = RedmineClient::Issue.new( :subject => "The subject ", ... xxx } ) </pre> It gets added to the Issue as a value and not set as a :params to be fo ... looked at by this message for RedmineClient::Issue.new are: <pre> format --> json action --> create controller --> ... 2011-12-30 02:40
Development: RE: Redmine 1.3/1.2.2 release with Remote API for issue relations
Etienne Massip wrote: > If you require some ... REST API improvement - #6721 Allow setting issue assignment by username via REST interface ? 2011-12-29 20:56
(10276-10300/18307)