Project

General

Profile

Search

Results (18307)

Plugins: RE: Knowledgebase Plugin
Chris Darts wrote: > Alex Bevilacqua wrote: ... I would recommend leaving some comments on issue #8215 as well. Hopefully that will get some ... te clear in the past that "popularity" of an issue doesn't mean squat when it comes to prioritization of effort :P 2011-04-27 12:09
Plugins: RE: plugin to assign issues to groups
Hi Davude, Can you share us your plugin? Thanks, Who 2011-04-27 08:58
Open discussion: RE: List of pro's - JIRA vs Redmine
We are using Redmin for issue tracking we were not happy with the versions ... can not figure out some thing that a simple issue tracker can consumes that amount of memory. ... igure at jira) but it is a good and complete issue tracker. It works well and all of the major ... , development and project management teams. 2011-04-26 16:35
Help: RE: Can I update status issues directly on the issues table through SQL?
I tried Rest API, but it has a problem updating status for issues (see: redmine-java-api/issues/detail?id=25) I also tried the e-mail op ... Redmine? It is another option... Regards. 2011-04-26 16:01
Help: RE: Can I update status issues directly on the issues table through SQL?
You'll loose mail notification, won't see any status change in the issue journal or in the activity report. If you up ... ou'll loose done ratio computation of parent issues, etc. A proper way to do it would be to get the list of issues to be updated via REST API and update those issues still vie REST API. Guess that can be done quickly with minimal js coding. 2011-04-26 15:49
Help: RE: Can I update status issues directly on the issues table through SQL?
Basically, all I need to do is automate the way that issues get flagged as being ready to test. Every ... , I need to scan the subject field for every issue with status '2', and if I find some text like 'Fixed issue ###", I should update those issues with status 'Y' (as an example). I want to ... ple script that accomplishes this. update issues set status_id = 5 where status_id = 3 and subject like 'Fixed%' (something like that) 2011-04-26 15:40
Help: RE: Can I update status issues directly on the issues table through SQL?
I don't think this will cause any problem to ... L ; note that you can already update several issues statuses at a time with the contextual menu of the issue list, what's your exact need ? 2011-04-26 15:19
Help: Can I update status issues directly on the issues table through SQL?
Hello, I am wondering whether I can perform updates through SQL directly on the issues table on MySQL. Specifically, I am interested in updating the status field for some issues. However, somebody mentioned that this may ... ? I have checked the relationships with the issues table, but I cannot find anything else that ... on files. Anyone has any ideas? Thanks. 2011-04-26 14:35
Open discussion: SLA handling: any way to include response/resolution time in issue reports?
Apparently, Redmine records all updates to all the issues, including status changes. However, as far ... e.g. a way to see the amount of time between issue creation and closure, for each issue, as a column in issue reports. Or maybe I overlooked it?.. Also ... gestions are welcome... Thanks in advance! 2011-04-26 13:36
Help: RE: Fields not updated through REST API
Maybe I scared some people off by saying I wa ... ere are more steps involved when updating an issue than just the one I do. Do I need to do several HTTP PUT calls to update an issue and what should I send? Best regards, Peter Carlsson 2011-04-26 12:25
Open discussion: Wordpress submission plugin?
Does anybody know of a plugin for wordpress t ... ave wordpress automatically create a ticket (issue) when we get a new order. Thanks guys. 2011-04-25 18:10
Open discussion: Permissions per tracker
Are per tracker permissions being considered ... p and closed (aka po-po'd) The act of duping issues (closes) as opposed to grouping them as rel ... ion, role, tracker, group, user 2011-04-25 17:08
Help: RE: Problems receiving emails to open Issues with Imap (Solved)
Thank you so much Etienne! I added that to ge ... u everybody! I don't hate Redmine no more. 2011-04-25 13:17
Plugins: RE: Knowledgebase Plugin
Joshua Villagomez wrote: > Looks like we're ... ed a feature request (http://www.redmine.org/issues/8215) for this, but we'll have to wait to s ... . It's not ideal, but it gets the job done ;) 2011-04-24 16:31
Plugins: Fantastic new iPhone and iPad App
One of my ex-employees, Rongde Yang (Deger), ... mings in the REST API which I will be filing issues on. rgds Ewan 2011-04-24 03:16
Help: Install redmine 1.1.2 on Centos 5.6 VPS?
Hi everybody, I have read and followed the w ... me %>" /> 7: <meta name="keywords" content="issue,bug,tracker" /> 8: <%= csrf_meta_tag %> 9: ... ) Anybody who success installed please help! 2011-04-23 10:02
Help: RE: custom issue list
thanks 2011-04-23 05:23
Plugins: RE: Contacts plugin
Alexander Sapozhnikov wrote: > Now I can see ... bug of of acts-as-taggable-on? There’s "open issue at GitHub":https://github.com/mbleigh/acts-as-taggable-on/issues/79#issuecomment-262073 with similar error. > > act ... as-taggable-on is there, try to delete it 2011-04-22 19:36
Open discussion: RE: Extending Redmine's "Issue" to Add Location Data
Any information about a progress available? Maybe a link to a ticket, source code, plugin? 2011-04-22 19:34
Development: journal.issue => nil
Hi all, I'm trying to fix a problem (https://github.com/mszczytowski/redmine_charts/issues/84) using the charts plugin on RedMine 1.1. ... al.all(:conditions => {:journalized_type => "Issue"}, :order => "id asc").each do |journal| jo ... etail.prop_key "done_ratio" RedmineCharts::IssuePatch.add_chart_done_ratio(journal.issue.project_id, journal.issue.id, journal.issue.status_id, detail.value.to_i, journal.create ... ail.prop_key == "status_id" RedmineCharts::IssuePatch.add_chart_issue_status(journal.issue.project_id, journal.issue.id, detail.value.to_i, journal.created_on) ... r nil:NilClass* How may I acces to an issue by this "journal"? 2011-04-22 17:59
Plugins: RE: Contacts plugin
Now I can see list of contacts and I can add ... bug of of acts-as-taggable-on? There’s "open issue at GitHub":https://github.com/mbleigh/acts-as-taggable-on/issues/79#issuecomment-262073 with similar error. acts-as ... mine-contacts with buggy acts-as-taggable-on? 2011-04-22 17:54
Help: RE: Edit icon gone?
Could be a css issue, try to clean your brower cache for your page with ctrl+R (IE) or ctrl+F5 (rest of the world). 2011-04-22 12:01
Development: RE: IssuePatch, belongs_to works once
Ok thanks for your answer. If anybody knows exactly the explanation, say me :-) 2011-04-22 10:51
Development: RE: IssuePatch, belongs_to works once
I don't know :)) I've founded it in other plugin and copied 2011-04-22 10:50
Development: RE: IssuePatch, belongs_to works once
Allright, it works ! Thanks very much. How ... hat is the Dispatcher.to_prepare ? Thanks. 2011-04-22 10:37
(11726-11750/18307)