Search
Results (18267)
- Is there a plugin to show or a way to display a column for last user who updated an issue in http://myredmine/issues? This is to immediately see who's recently replied on a particular issue without actually opening the issue page.
- Help: RE: db migration error
- I also have the exact same problem upgrading ... oduction" (in D:/ITS/redmine-1.0.0) == AddIssuesNestedSetsColumns: migrating ===================================== -- add_column(:issues, :parent_id, :integer, {:default=>nil}) -> 2.0320s -- add_column(:issues, :root_id, :integer, {:default=>nil}) -> 1.1090s -- add_column(:issues, :lft, :integer, {:default=>nil}) -> 1.0780s -- add_column(:issues, :rgt, :integer, {:default=>nil}) -> 1.2030s == AddIssuesNestedSetsColumns: migrated (6.1560s) ============================ == AddIndexOnIssuesNestedSet: migrating ====================================== -- add_index(:issues, [:root_id, :lft, :rgt]) -> 1.1400s == AddIndexOnIssuesNestedSet: migrated (1.1720s) ============== ... /bin/rake:19 D:\ITS\redmine-1.0.0> </pre>
- Help: RE: Upgrade problem - another blank page issue
- Fixed the problem for me too :)
- Open discussion: RE: Is JP Ok?
- From what I've heard from him, he is okay jus ... on IRC most of the time and am watching the issues list and a few forums. Eric Davis
- Hello, System: Red Hat 5 64bit - 2.6.18-19 ... around for some time trying to address this issue, I've run gem update --system and now have g ... he "ruby setup.rb" command. I did have some issues with zlib-devel not being present, once tho ... for your help. I realize I probably have an issue outside the scope of an actual problem with ... rience with redmine/redhat enterprise before.
- Help: RE: rake aborted!
- Thanks for your help with this Felix. Since ... state of the database. I believe we've had issues upgrading for some time now, and the last t ... t me know what you find out. Thanks again!
- Help: RE: After Upgrade to 1.0.0
- I can confirm that Sascha's SQL command fixed my issue as well. _Great find Sascha_! Thanks so much.
- Help: RE: After Upgrade to 1.0.0
- Good news everyone, I could solve the problem. See "here":http://www.redmine.org/issues/5907#note-8
- Help: RE: After Upgrade to 1.0.0
- Ryan, I have no idea where this could come fr ... uld try is on your updated DB to rebuild the issue trees (task/subtask relations) which I _thin ... , rgt = 2@ to be applied on every row in the issues table. The next step would be to delete the ... 't execute it, please post the schema of the issues table and the content of the schema_migrati ... achment so as not to spam the forum to much).
- Open discussion: RE: redmine mercurial mirror on bitbucket
- I don't know who maintains. This repositor ... -16T03:16:29.364437Z message: Add :view_issues_index_bottom hook. #5169 revision: 38 ... o prepare for 1.0.0 RC . . . </pre>
- Help: RE: rake aborted!
- How can I send you my database without anythi ... send you the tables you need to diagnose the issue? Thanks
- 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!