Search
Results (18298)
- Help: RE: Redmine won't start, only shows index of
- Another thing that I have realized is that be ... ctive_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, ... ::Base.relative_url_root = "/redmine" </pre>
- Open discussion: RE: What about repeating issues?
- Pretty please...
- I have successfully install redmine on Ubuntu ... I'm doing wrong? Thanks in advance Shayne
- Hello. Redmine v1.0 was released at last, so ... Rest_api_with_ruby]] for updating the parent issue. But I missed. The code below is wrong? < ... ubygems' require 'active_resource' class Issue < ActiveResource::Base self.site = 'http: ... self.password = '...' end # Retrieving issue (id=3 has parent_id=2) issue = Issue.find(3) # Updating an issue issue.parent = Issue.find(1) issue.save puts issue.parent.id # at this point, issue.parent.id=1 # confirm... issue = Issue.find(3) puts issue.parent.id # oops, issue.parent.id=2 </pre>
- Error in redmine 0.9 stable Debian 5 @Inte ... ssistance.@ production.log @Processing IssuesController#index (for 109.188.57.49 at 2010- ... "wabutil", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (s ... _locals_filters_object_query' app/views/issues/index.rhtml:17:in `_run_rhtml_app47views47issues47index46rhtml' app/views/issues/index.rhtml:11:in `_run_rhtml_app47views47issues47index46rhtml' app/controllers/issues_controller.rb:78:in `index' app/controllers/issues_controller.rb:77:in `index' Rendering /v ... (500 Internal Server Error) Processing IssuesController#index (for 109.188.57.49 at 2010- ... servlife", "action"=>"index", "controller"=>"...
- I just reinstalled my computer to get a clean ... ake aborted! Object is not missing constant Issue! </pre> I've installed Redmine this way: ... t_missing' ….. </pre> Any ideas? Thanks!
- 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.