Project

General

Profile

Search

Results (18267)

Help: Troubles getting Gmail email notification work in redmine Redmine 1.0.0-0
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. 2010-07-25 19:04
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> 2010-07-25 16:16
Help: initial rake db:migrate error: stack le ... 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
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> 2010-07-25 15:47
Help: RE: Keep Getting NoMethodError when trying to install Plugins
The issue has been fixed in the latest version of plugin. 2010-07-24 20:18
Help: RE: Charts Plugin with 0.9.6
The issue has been fixed in the latest version of plugin. 2010-07-24 20:18
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. 2010-07-24 18:56
Open discussion: Category depended custom fields
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 2010-07-24 06:04
Help: Help!! ActionView::TemplateError (undef ... Class) error in a plugin that I'm working on.
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! :) 2010-07-24 01:58
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. 2010-07-23 21:21
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 2010-07-23 20:01
Help: RE: Missing Calendar link
never mind found it :) it is listed under the issues list page. 2010-07-23 19:40
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
(13901-13925/18267)