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
- 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.
- 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
- 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?
- 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.
- 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>
- 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
- 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.
- Open discussion: RE: Filter issue by project custom field
- so there was already one here #8161
- Open discussion: RE: Filter issue by project custom field
- I just created it #9919
- Open discussion: RE: Filter issue by project custom field
- Hello, I agree this feature. Is there a issue on this subject?
- 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
- 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??
- 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
- 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?
- 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!
- 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.
- 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
- 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
- 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.
- Help: RE: {{variable}} doesn't work
- It was the i18n that caused the trouble. Going back to 0.4.2 resolved the issue. R.
- 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
- 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.
- 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 --> ...
- 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 ?