Search
Results (18306)
- Hello there, I was trying to use the REST API to add a note to an existing issue. But I couldn't find a way to do that I tri ... t work Is there a way to do it ? Thanks
- Hi, we have upgraded from 0.8.2 to 0.9.5 rece ... the contextual right click menu in a list of issues to - for instance - quickly change the status of an issue, while the previous version was changing it ... the list view, the current version opens the issue, so you need to submit and then go back to t ... revert this behaviour? Thanks, Cristiano
- Help: RE: How To Update Issue via REST?
- I found the solution. I wanted to update the status, so my data looked like this: "<? ... ?><issue><id>123</id><status id="3" /></issue>" But this is not correct! To update the ... So my new XML looks like this: "<? ... ?><issue><id>123</id><status_id>3</status_id></issue>". You're right that "_method" identifies ... ata: '<?xml version="1.0" encoding="UTF-8"?><issue><id>' + ticketId + '</id><status_id> + newStatus + '</status_id></issue>', success: function(msg) { alert("su ... status of 4 (complete). Regards, Martin
- Plugins: RE: CC Addresses plugin
- no. right now i'm trying to get adding them at issue creation time working. IIRC there is alre ... gs slightly differently, he's overriding the Issue model to send, and thereby all addresses go ... hat functionality here, but i'm not sure yet.
- I am able to get the plugins to show up und ... . Some, like the screenshot capture, and new issue alert work fine. When installing the char ... #index undefined method `parent_id' for #<Issue:0x43b35b8> RAILS_ROOT: C:/server/railsapp ... "Cache-Control"=>"no-cache"} </pre>
- Help: RE: Charts Plugin with 0.9.6
- How would I go about doing this? Patching RedmineCharts::has_sub_issues_functionality_active to return false fixed ... used yuja's plugins but still had no luck.
- Help: RE: How To Update Issue via REST?
- Hi, yes I already know, but how can I put ... <pre> $.ajax({ url: repositoryURL + "/issues/" + issueID + ".xml", async: false, type: 'POST' ... mineUser, password: redminePass, data: issueXml, success: function(msg) { alert(m ... hod now? Thanks a lot! Regards, Martin
- Is it just me?? or does the calendar popup (when adjusting dates on Issues) not draw correctly when... on the Chrome browser adjust an issue date (on say, New Issue) press the "next month" ">" button and t ... hrome on Mac OX 10.6.whatever-latest) thx.
- Help: RE: How To Update Issue via REST?
- I think @_method@ identifies the HTTP Verb used for the request.
- Development: RE: 1.0.0 Coordination
- Might be a bit late, but I don't really know ... bit clearer and visible : saw recently much issues about bad version of rake, of mysql, of i18 ... you could give me a top here when it's done ?
- HI guys, I'm currently developing on an In ... ne tell me how I can update the status of an issue with JavaScript and REST? I tried it with jQ ... server? Thanks a lot! Regards, Martin
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- I just discovered this plugin and am excited ... uestion: If the reviewer creates a review/issue, but it turns out to be a non-issue, how can you close it without a commit?
- Help: RE: SVN: The entry or revision was not found in the repository.
- Ok i found the issue. SVN wouldn't accept my certificate, so i ha ... speak! Thanks for the (very quick!) help :)
- Help: RE: SVN: The entry or revision was not found in the repository.
- Well, the error doesn't say much else than th ... ld be to log in as the user running redmine, issue the svn commands redmine uses (something alo ... interactive@) and see why svn stumbles there.
- Plugins: RE: Redmine Simple Support plugin v 0.1.0 released
- Jean-Baptiste Barth: Thanks, I'll take a look at that issue. Eric Davis
- in response to: http://www.redmine.org/issues/1142 i made: http://github.com/peelman/redmine_cc_addresses anybody interested?
- Help: RE: Charts Plugin with 0.9.6
- The charts plugin didn't work for me even wit ... runk builds. Patching RedmineCharts::has_sub_issues_functionality_active to return false fixed that problem for me.
- Help: RE: Upgrade problem - another blank page issue
- Wow, nice job, that fixed it. Thanks for the tip.
- Help: RE: Redmine API for other programming languages eg. PHP
- Redmine has some beginnings of a REST API, mainly projects in 0.9 and issues in to-come 1.0, search in the wiki for more info.
- Development: RE: 1.0.0 Coordination
- I hope that you don't get offended because in ... h for our needs. Now it is late and only one issue to be solved according to roadmap? If I woul ... and fix the bug and release next Redmine! :)
- Plugins: RE: Wiki External Filter plugin released
- Paul paul wrote: > This is what I get in a ... tuation yet. The way I solve all escaping issues in Markdown wiki formatter is that before a ... e appropriate to include to the Redmine core.
- Hi, i have a problem with the RedMine Rest Ap ... t_api_with_php]] I havo to attach to my new issue a file but i'm not able.
- Help: RE: Wiki formating
- In your first example, the stuff is bold here, so I think it will be another issue. Regarding lists in table, I'm not sure i ... help you to find more complete documentation.
- Plugins: RE: Code Review 3.1 -- How do I chan ... to closly match the font used for code views
- Steven Risner wrote: mal code view seem to s ... ed. > > I realize this could be a browser issue, however both IE8 and firefox 3.5.1 have the ... Can you show me a html code of the page?
- Hello everybody I searched a lot on the di ... ing on one of those the user can see all the issues that correspond to that project with the informations attached to these issues (exactly like Redmine do). I succeed (for r ... w hours of works I would find how to recover issues). However I worked on Redmine 0.9.6 and ... his problem ? Thank you for your help.