Search
Results (18298)
- 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?
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- when you say active issues - do you mean do not show any closed issues, there was anotehr request in the forum ( h ... r and screen size are you using Dhanasingh
- Finally got a redmine installation working wi ... t turn into a link in Eclipse, also links to issues (like !#45) will not work. This is with "Te ... ered these problem and/or found a solution?
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- Yes, I agree with Rafael. I have also checke ... ok). he had said the same thing about closed issues. Are you saying instead of the dropdown, ... nok, we have prepended the id to each of the issue in the dropdown, not sure if thats going to help with dealing with large issue lists. Dhanasingh
- Plugins: RE: Plugin: Weekly Timesheet - don't show closed issues
- IMHO, the plugin should let users charge time even if the issues are closed. The present behaviour is correc ... filters would be really helpful to find the issue faster. I would add the option to introduce directly the id of the issue, that way it wouldn't be necessary to pick i ... box (imagine a project with hundreds of open issues) Thank you Rafael Fresno
- Help: RE: Project Report with SQL Query
- --UPDATE-- ...okay, thanks *Kyle* for supp ... .value) as "Änderungen", j.id AS ID2 FROM issues AS i INNER JOIN issue_statuses AS s1 ON i.status_id = s1.id ... erungen", j.id AS ID2 FROM issues AS i INNER JOIN issue_statuses AS s1 ON i.status_id = s1.id ... nd paste from webmin gui. Greetings Klaas
- Please check new redmine theme based on ronin ... me !http://redminecrm.com/attachments/734/issues.png!
- Target version filed is hidden on this site when you want to add an issue (redmine project). How can we hide the target version field at issue creating time or role&project based authorization
- Open discussion: RE: Percentage done
- This discussion is pretty old. How is the lat ... percentage completed of a version? Still by issues completed over the total, or by hours completed over the estimated?
- I want to change the name "Issue" how can i ???? plz help....
- Hello, I've been reading the docs and I would like to know how I can extend "Issues" to include custom fields? Thanks, Charles
- 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