Search
Results (18298)
- I'm using redmine-1.0.0RC (from the 1.0-stable SVN branch), and I can't get the Issues API to return anything other than 406 error ... ctiveRecord): <pre> GET /projects/netsoc/issues.xml HTTP/1.1 Authorization: Basic <passwor ... l Database schema version 20100705164950
- Help: RE: Wiki page templates?
- There is also: http://www.redmine.org/issues/2854 Cheers!
- Hi we have a large project that over time ... tB ProjectC with their corresponding issues. However, I've run into two issues concerning subversion now: # If I add ht ... Is there a way around this? TIA Daniel
- Help: RE: Charts Plugin with 0.9.6
- Maciej Szczytowski wrote: > The issue has been fixed in the latest version of plugin. confirmed. It works. thanks Maciej for your fix!
- Hi, I am new to Ruby and Ruby-on-Rails, but I ... ith hands-on experience. I am looking for a issue/bug tracking system for web projects and aft ... Any help here would be greatly appreciated.
- Help: RE: Custom Client Login from third party website
- To enable check box you have to restart redmi ... me reason I do not think it will resolve the issue with authenticity token.
- Hi all, I just installed for the firs ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. e31sm2246494wbe.17 ... xed? Thank you all for your support.
- Help: RE: initial rake db:migrate error: stac ... 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
- Following khaase's sugestion, I added Activ ... ' /usr/local/share/redmine-1.0.0/app/models/issue.rb:30 /usr/pkg/lib/ruby/vendor_ruby/1.8/rub ... 9:in `load' /usr/pkg/bin/rake:19 # </pre>
- Hello all. Trying to install Redmine 1.0.0 ... error when trying a initial rake db:migrate. Issue #3730, albeit closed, might be related. Any ... ' /usr/local/share/redmine-1.0.0/app/models/issue.rb:30 0 /usr/pkg/lib/ruby/vendor_ruby/1.8/ ... 9:in `load' /usr/pkg/bin/rake:19 # </pre>
- Help: RE: Keep Getting NoMethodError when trying to install Plugins
- The issue has been fixed in the latest version of plugin.
- Help: RE: Charts Plugin with 0.9.6
- The issue has been fixed in the latest version of plugin.
- Open discussion: RE: Category depended custom fields
- Using different categories is the wrong tool ... be of interest to you) and especially attach issue custom fields to only the trackers you need.
- Dear all, We are currently using Redmine to monitor and track various projects and issues reported. As projects and issues can include computer hardware faults, softw ... s much appreciated. Kind regards, Iming
- I made a plugin for redmine that I'm having some issues with after upgrading from 0.8.4 to 1.0.0 (RC). Basically, the plugin has a view to create issues, but with less fields (does not give the us ... I copied from the @<REDMINE ROOT>/app/views/issues/_form.rhtml@ partial into my view: <pre> <%= call_hook(:view_issues_form_details_bottom, { :issue => @issue, :form => f }) %> </pre> Which used to w ... r plugins to add fields to the bottom of the issue creation form. *But now*, I get this erro ... nd %> 34: 35: <%= call_hook(:view_issues_form_details_bottom, { :issue => @issue, :form => f }) %> 36: 37: <%= wikitoolbar_for 'issue_description' %> 38: lib/redmine/hook ... the right direction. Thanks in advance! :)
- Help: RE: New issue watchers
- I think you don't need the use of watchers he ... ail notification preferences so that when an issue is created, it emails them. One way to do th ... happens to any project he or she belongs to.
- Help: RE: Charts Plugin with 0.9.6
- Neal Bharadwaj wrote: > How would I go about doing this? > > Patching RedmineCharts::has_sub_issues_functionality_active to return false fixed ... . http://bitbucket.org/yuja/redmine_charts
- Help: RE: Missing Calendar link
- never mind found it :) it is listed under the issues list page.
- 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)
- 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.
- 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.
- 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.
- 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).
- 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]
- 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?
- 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*_