Search
Results (18306)
- Help: RE: rake aborted!
- Can anyone advise on either of these issues? Thanks!
- Help: RE: After Upgrade to 1.0.0
- Similar problem for me: Processing IssuesController#show (for xx.xx.xx.xx at 2010-07- ... "action"=>"show", "id"=>"83", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (un ... ' for nil:NilClass) on line #62 of app/views/issues/show.rhtml: 59: 60: <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> 61: 62: <% if !@issue.leaf? || User.current.allowed_to?(:manage_subtasks, @project) %> 63: <hr /> 64: <div id="issue_tree"> 65: <div class="contextual"> app/views/issues/show.rhtml:62:in `_run_rhtml_app47views47issues47show46rhtml' app/controllers/...
- Help: RE: After Upgrade to 1.0.0
- You not full make migrate "steps" in upgrade ... duction </pre> and see: <pre> == AddIssuesNestedSetsColumns: migrating ===================================== -- add_column(:issues, :parent_id, :integer, {:default=>nil}) ra ... ror: ERROR: column "parent_id" of relation "issues" already exists : ALTER TABLE "issues" ADD COLUMN "parent_id" integer </pre> humonoids translate: 'in database table "issues" column "parent_id" exists, and can't added again, it exist ;) For test I run redmine, in issue list I hawe "your" problem: <pre> Action ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 16: <% issue_list(issues) do |issue, level| -%> </pre> My redmine database h ... L, I simply drop column parent_id from table ...
- Plugins: RE: CC Addresses plugin
- Razi, would you be willing to do some testing ... n and doesn’t want to get spammed by all the issue updates. How would you suggest going about ... e to see what's going on there. > > Thanks
- Help: RE: After Upgrade to 1.0.0
- This looks a lot like issue #5907, filed by Sascha Drews.
- Since upgrading to 1.0.0 I cannot list issues on one of my projects. I can view individual issues but clicking on the issues tab and going to the list view ends with a ... Best regards, Ryan <pre> Processing IssuesController#index (for xxx.xxx.xxx.xxx at 201 ... ct-title", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue...
- Help: RE: Problem installing on OS X
- This same issue gave me a lot of trouble when trying to get ... m's installation scripts to be more turn-key.
- Hello! I wish to use RESTful api with proper ... cation/xml" -b cookies http://redmine.server/issues/230.xml </pre> Is there some method to ... eceive authenticity token via GET or POST ?
- 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?