Search
Results (18267)
- Help: RE: Getting an email on every issue/document/wiki-page creation?
- Got it. Thanks! A detailed account is here - ... -manage-email-notifications-within-redmine/
- Help: RE: Getting an email on every issue/document/wiki-page creation?
- You can set in your own profile to get notifi ... set to send mails in the global preferences.
- Maybe I am missing something basic. I am ... projects in Redmine. When anyone creates an issue or a document in any project, I need to be notified so that I can take action. In issue creation screen, there is a watchers section which can be checked if the issue creator wants a particular watcher's attenti ... ecked by default and that means a particular issue can not be acted upon immediately. In adm ... immediately only if I am the creator of the issue/document etc. If I can by default make myself a watcher of *any* issue created in any of the projects, that would b ... e know how to achieve this? Thanks, Kedar
- Open discussion: RE: Customization of the home page
- Hi Grant, You can remove the "Latest Proje ... \welcome\index.rhtml For adding "latest issues" i can't help you, i just found how to remo ... perience with ruby can help you with that.
- how to restrict a user group to allote duties ... team called 'users', and they can only raise issues,but cannot allot duties. how do we do this...??
- Help: RE: Right click shortcuts 0.9.5
- The issue is: it doesn't. I have JS enabled (otherwise ... ns it). Any other idea? Best, Cristiano
- Development: RE: 1.0.0 Coordination
- Jean-Baptiste Barth wrote: > Might be a bit ... bit clearer and visible : saw recently much issues about bad version of rake, of mysql, of i18 ... up the [[Documentation Team]]. Eric Davis
- Hi everybody! I'm working on an application t ... ly: http://www.redmine.org/wiki/redmine/Rest_Issues/diff?version=3&version_from=2&commit=View+d ... ng bug reports that it does not work anymore.
- Plugins: RE: XLS export plugin
- I installed the last version of this plugins ... ee bug report here: http://www.redmine.org/issues/5890 "XLS export" plugin breaks REST API: "issues.xml" returns broken HTML instead of XML
- Hi guys I was wondering if it's possible t ... gin? I currently have one project with 50 issues(tasks) that needs to be executed in differe ... ly it's also possible to see the time on the Issues PDF. I hope yuu know where I'm getting a ... ll the help I get :-) Sincerely Daniel
- Help: RE: Right click shortcuts 0.9.5
- I you click on "edit", it will take you to the issue edit page, if you only use one of the quick ... ave javascript disabled or something similar?
- 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.