Project

General

Profile

Search

Results (18306)

Help: RE: db migration error
The solution by Joshua Masek worked for me. I was having the same migration issue as others reported. My platforms: * ... STRICT_ALL_TABLES (the OurDelta distribution) 2010-07-23 18:30
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Andrew R Jackson wrote: > > * Near the top y ... adding them to the data structure. Then the issue of the children not being sorted, even after ... ect should appear in the appropriate place. 2010-07-23 16:57
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Andrew R Jackson wrote: > * Near the top you ... adding them to the data structure. Then the issue of the children not being sorted, even after renaming a project, would be fixed. 2010-07-23 16:38
Plugins: RE: Erro ao utilizar o roadmap com o redmine 1.0
Hi, I'm using the advanced_roadmap, too. ... lugin has the problem that it overwrites the issue view and it shows the old issue style without showing the new subtasking feature. 2010-07-23 16:27
Help: RE: problems with the ActiveResource.php
Ok, several things: # The issue REST API is not in 0.9.x, you will need a re ... seem to use 5.1 and are happy with it, YMMV). 2010-07-23 11:49
Help: RE: problems with the ActiveResource.php
My configuration: Ruby version: Redmine 0. ... at this is written in the log: > Processing IssuesController#create to xml (for 127.0.0.1 at 2 ... ters: {"format"=>"xml", "action"=>"create", "issue"=>{"project_id"=>"1", "subject"=>"XML REST API"}, "controller"=>"issues"} > Filter chain halted as [:authorize] re ... DB: 1) | 401 Unauthorized [http://127.0.0.1/issues.xml] 2010-07-23 11:45
Help: RE: problems with the ActiveResource.php
I'm not familiar with PHP, but let's tackle the other side of the issue: your redmine installation is recent enough for the issue REST API to be in there, and you have activated the REST API in the redmine settings? 2010-07-23 11:45
Help: problems with the ActiveResource.php
Hi, I am about to find a solution to creat ... equire_once ('ActiveResource.php'); class Issue extends ActiveResource { var $site = 'h ... = 'xml'; // REQUIRED! } // create a new issue $issue = new Issue (array ('subject' => 'XML REST API', 'project_id' => '1')); $issue->save (); echo $issue->id; ?> </code></pre> The result: _*No ... line 345*_ _*Notice: Undefined property: Issue::$id in /var/www/redTest/ActiveResource.php on line 472*_ 2010-07-23 11:38
Plugins: RE: show last updated user in issue list
Eric Davis wrote: > I haven't seen one but t ... Upon investigating the redmine database, the issue comments are not saved in any issues_* tables. issue comments are saved in journals table. But th ... rail works. Can you help me with this? thanks 2010-07-23 04:30
Help: RE: problems with debian/lenny packagings depends
We don't provide the package for debian, sorry. Please report this issue to the debian bugtracker, thanks. 2010-07-23 00:43
Plugins: RE: Stuff To Do plugin - v0.2.0 released
Paul paul wrote: > Is it possible to configu ... Kanban Plugin]] went the opposite route, all issues are visible to everyone but only "managers" ... ne's permissions are rewritten. Eric Davis 2010-07-22 21:58
Plugins: RE: show last updated user in issue list
I haven't seen one but that wouldn't be much work to implement. Eric Davis 2010-07-22 21:55
Plugins: RE: Redmine Checkout Plugin
I just released a new version of the Redmine ... or have feature requests, feel free to file issues on the public "issue tracker":http://dev.holgerjust.de/projects/redmine-checkout/issues. --Holger Just 2010-07-22 20:57
Open discussion: RE: Our Latest Theme
Hey Ted, That's the struggle with open sou ... month the core team will begin tackling the issue of a new theme for redmine. If that interest ... ww.redmine.org/wiki/redmine/UX_Team -Shane 2010-07-22 20:55
Plugins: show last updated user in issue list
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. 2010-07-22 16:32
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> 2010-07-22 15:58
Help: RE: Upgrade problem - another blank page issue
Fixed the problem for me too :) 2010-07-22 11:53
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 2010-07-21 22:04
Help: Trouble Installing Requirements for Redmine (gem install rails -v=2.3.5 --verbose)
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. 2010-07-21 21:04
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! 2010-07-21 18:29
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. 2010-07-21 17:54
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 2010-07-21 10:29
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). 2010-07-21 10:00
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> 2010-07-21 02:25
Help: RE: rake aborted!
How can I send you my database without anythi ... send you the tables you need to diagnose the issue? Thanks 2010-07-20 19:17
(13951-13975/18306)