Project

General

Profile

Search

Results (18298)

Plugins: Extending Issue
Hi guys, I have developed a plugin to repr ... ally (such as a projector). I want to extend Issues in redmine to handle the job of keeping tra ... ble' to 'Occurpied'). The goal is to get issue to 'occurpy' the resources, may be change th ... tem to make it 'available' at the end of the issue tracker life-cycle. Is it possible for me to do an extension of issue or simply to create a new module to inherit Issue so that I can keep the issue tracking functionality and do my own good? Regards 2010-11-10 06:25
Help: No created_on / updated_on after migration
Hello! I just migrated from Trac 0.12.1 to ... ing worked fine, but when I want to visit an issue ( http://project.websitebaker-dev.de/projects/wb2/issues ) it gives 500 Internal error back. The ... "created_on" and "updated_on" fields inside "issues" seem to be false, they display "NULL" or " ... ' for nil:NilClass) on line #12 of app/views/issues/show.rhtml: 9: <%= render_issue_subject_with_tree(@issue) %> 10: </div> 11: <p class="author"> 12: <%= authoring @issue.created_on, @issue.author %>. 13: <% if @issue.created_on != @issue.updated_on %> 14: <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>. 15: <% end %> ... _helper.rb:304:in `authoring' app/views/... 2010-11-09 23:05
Plugins: Perform operation on commit (messaging or event system?)
New to Rails and wanting to try and figure ou ... in could listen to/for so that it could then issue a build request when "repository has been up ... ething similar) would be greatly appreciated. 2010-11-09 22:32
Help: RE: can't add new issue
I am stuck in the same issue. Could you help me on the solution founded. Thanks, 2010-11-09 19:14
Help: NotifierHook logger error?
I've got a problem where if I attempt to upda ... a formatter 0.0.5 Redmine Newissuealerts plugin 0.0.2 Redmine Campfi ... mine/hook.rb:60:in `call_hook' app/models/issue.rb:507:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' passenger ... /500.html (500 Internal Server Error) </pre> 2010-11-09 19:08
Help: RE: API with PHP not working?
Hi Dennis! I'm thinking you aren't passing the minimal and required fields for a succesfully issue creation. When you're going to create an issue from Redmine's web interface, you need to fi ... _id, i think this will be enough! Regards! 2010-11-09 17:56
Help: Subtask display fields
I really like how parent issues calculate their properties based on subtask ... For example, the subtask area shows Tracker, Issue Id, Subject, Status, %complete. I would like ... time left in the same area. Is that possible? 2010-11-09 17:29
Help: RE: Issue status (specified, coded, tested, ...) and percentage...
I think that the Workflow based on status is ... en work on the project the best way you can. 2010-11-09 17:24
Open discussion: Projects should behave like issues
I've spent the morning operating (closing,arc ... ed the very same way we're alredy doing with issues. Actions like: * assigning an issue to a persona in charge * following an issue * closing an issue * Moving an issue to another project * and many more *are ... jects* In addition, the pity is that with issues all these operations are perfectly recorded as messages attached to each issue but with projects these are lost. This, o ... has already been discussed in at least: #5541 2010-11-09 14:46
Help: Relate an Issue to more than one version
Hi, I want to be able to relate an issue to more than one version because in our deve ... f smaller weekly version and want to include Issues in both the 6 monthly and weekly version. ... ther way of using the versions? Thanks Lee 2010-11-09 13:15
Open discussion: Copy issue to different other projects
We are using Redmine for the development of a ... subproject. Now, I would like to copy an issue to several subprojects (e.g., copy the issue to the iOS, Android and J2ME subprojects). N ... this manually. Is it possible to copy the issue to other subprojects with 1 action? Or is ... correct one? Thanks in advance, Frederic. 2010-11-09 11:42
Help: How to correctly get new issues list via redmine API?
Hello. I'm creating a small tool that will fetch new issues from our redmine repository and do some uti ... un in background and to poll redmine for new issues ~ every minute. I have no problems getting all issues via "GET /issues.xml" API, but i don't know how to correctly poll NEW issues since last call. The only way i can suggest is to use "updated_on" field and get issues that has update time > last poll time. Is it correct? And if this is correct, how i can get issues with update time > specified time? The API documentation page has examples like "GET /issues.xml?project_id=2", but this is equality com ... REATER THAN specified time. Of course, "GET /issues.xml?update_time>'01.10.10 12:08:41'", and i ... . Any hints on correct API request i can use? 2010-11-09 10:59
Open discussion: [REST API] How do I get a list of issues based on their fixed_version?
Hi, I need to get a list of issues from a specific fixed_version. I use Issue with ActiveResource to do it but I haven't f ... n adding a fixed_version query parameter to /issues requests but I am not sure it is the best way to do it. Thanks! Have a great day. 2010-11-09 10:58
Plugins: RE: Extended Schedules plugin with scheduling issues option
Did you rename this plugin to "redmine_goyello_schedules" ? 2010-11-09 10:24
Help: RE: Issue # should be unique in each project but not across the projects?
Please note: I do *NOT* think that Redmine is ... ime to support a request for a really global issue identifier! If I did not like it I would not ... :) Thanks again for your attention! Snaky 2010-11-09 09:36
Help: managinge several projects at the same time
Hello, I wonder how could one manage three pr ... etup in Redmine, when changes in one project issue priority will re-align everything else accor ... can only work 8 hours per day. Any ideas? 2010-11-09 08:07
Open discussion: how to show Custom fields for Spent time?
Hi, We're using a lightly modified version of Redmine for issue tracking and timesheets. So far, things are ... ly appreciated. Thanks, --Jamie Gruener 2010-11-08 23:14
Help: Force Default Query
Hey gang, I was wondering if there was a s ... ally want the default query for everyone (in issues) to be to only look at 'open' tickets that ... help would be appreciated. Thanks, Chase 2010-11-08 22:46
Help: RE: Issue # should be unique in each project but not across the projects?
I just would like to be one more voice saying that there are so many reasons why per-project issue numbers are much, much better: * much better understandable "global views" - can see on issue-id easily to which project issue belongs * especially issues with global issue view sorting will be no issues anymore :) * using a global counter for unique issue identifier always needs something to identif ... alked or written about - just writing about "issue 23" is not enough in multi-project environments, you will always need to tell "issue 23 in project x" in project communication anyway - so why not just do it with "issue proect01-01", what reduces the amount of met ... ther point... * the weakness of the current issue numbering scheme complicates communication w ... redmine - this proves the misconception of "... 2010-11-08 17:21
Open discussion: RE: Usability of Gantt Chart and Time Tracking
Stefan Hållén wrote: > How is the time span of the issue and the amount of hours needed breaking DRY? Often people work on several different issues, one issue might have a due date a few days after the s ... y takes a few hours to actually complete the issue, WHEN you work on it. Start date doesn't mea ... while no worse than that of many other time/issue trackers - ambiguous. 2010-11-08 15:03
Help: RE: 'Issues' TAB giving internal error
Felix Schäfer wrote: > Vincent Terol wrote: ... ined in the 1.03 version. Vincent 2010-11-08 10:58
Help: RE: Stages - what to do next?
For that you COULD use the "related issues" functionality. Though, I would also like to be able to just order issues in sequences. Both as a PM (atleast suggest ... veloper) and as a developer, ordering my own issues as I see fit. Eric Davis' "stuff to do" plugin ALMOST fits the bill. The main issue is that PM's can't suggest issues to do next for the developers (only admins ... lso want to have a look at his Kanban plugin. 2010-11-08 10:36
Help: RE: Stages - what to do next?
You still think about one issue. For example: Issues for making a tea: * boil some water * tak ... ter into a cup * pour some sugar Above issues can be done only in specific order. You can ... e to be done in specific order. For example: Issues in "administration" have to be done before issues in "tools", and "tools" have to be done before "export" and so on... 2010-11-08 10:20
Open discussion: RE: Usability of Gantt Chart and Time Tracking
How is the time span of the issue and the amount of hours needed breaking DRY? Often people work on several different issues, one issue might have a due date a few days after the s ... y takes a few hours to actually complete the issue, WHEN you work on it. Start date doesn't mean "work on this, and only on this, until it is done". 2010-11-08 10:14
Help: RE: Associeted revisions
Can´t get it to work I have set Referencing-keywords to: Fixed:,IssueID I have set Fix-keywords to: Added,Closed, ... sloved: This peace of shit (#5) / Slaktarn 2010-11-08 08:25
(12951-12975/18298)