Project

General

Profile

Search

Results (18307)

Help: RE: 'Issues' TAB giving internal error
priyadarshee kumar wrote: > I will change th ... ill I update the root_id as the value in id ? 2010-11-04 19:08
Help: RE: 'Issues' TAB giving internal error
I will change the NULL fields of lft and rgt ... hat value will I put in the NULL of root_id ? 2010-11-04 18:57
Open discussion: List of pro's - JIRA vs Redmine
I'm not REALLY comfortable posting this for s ... (JIRA is fairly confusing compared to other issue trackers, bugzilla excluded, in my opinion). ... but still far from perfect, time logging in issues. * If you need new functionality, you can ... a does this. * E-mail integration (creating issues, getting notified of issues and issue changes, commenting on and updating issues) is easy to set up. * Clean support for su ... sed it so I really don't know how good it is. 2010-11-04 18:02
Plugins: RE: Textile Wysiwyg editor
Laughed too soon! Now I have an issue with mutated vowels. The conversion cuts an ... racter off. But one step after another... ;=) 2010-11-04 17:47
Plugins: RE: Textile Wysiwyg editor
Must be 0.14, just downloaded it half an hour ... he URI-mapping, perhaps there may be an AJAX-issues? Or some Ideas what I can test, inspect, debug else? Thanks! 2010-11-04 13:46
Help: API with PHP not working?
Hello, I'm using Redmine 1.0.3.devel.4362 ... bled in the acp but when trying to create an issue it doesn't insert. Code used: <?php require_once ('ActiveResource.php'); class Issue extends ActiveResource { var $site = 'h ... $request_format = 'xml'; // REQUIRED! } $issue = new Issue (array ('subject' => 'Issue via XML and REST API', 'project_id' => '3')); $issue->save (); ?> Also, how can I make it use ... sic authentication? Many thanks, Dennis 2010-11-04 11:57
Open discussion: RE: issues per user report
It seems not, and I'm not sure if that includ ... there though, maybe try your luck with those. 2010-11-04 11:36
Open discussion: RE: issues per user report
Felix Schäfer wrote: > There's a view access ... n "Summary" in the right-hand sidebar of the issue list, here for example it gives you: http://www.redmine.org/projects/redmine/issues/report this is very cool for individua ... hing similar that includes ALL the projects ? 2010-11-04 11:33
Open discussion: RE: issues per user report
There's a view accessible by clicking on "Summary" in the right-hand sidebar of the issue list, here for example it gives you: http://www.redmine.org/projects/redmine/issues/report 2010-11-04 11:24
Help: RE: Redmine not getting all info from Git repositories
Mmh, there were issues with the git adapter, but they should be fi ... common? (funny filename, file permissions, …) 2010-11-04 11:21
Help: RE: 'Issues' TAB giving internal error
Set all empty @lft@ fields to 1, all empty @r ... d@ fields to the same as the @id@ of the row. 2010-11-04 11:07
Plugins: RE: Working fine on Redmine 1.0.3
Tom Kersten wrote: > I have a (relatively) c ... and was able to install this plugin without issues (svn checkout, rake db:migrate_plugins, res ... > > Works pretty slick. Nice job, guys! 2010-11-04 09:55
Plugins: Working find on Redmine 1.0.3
I have a (relatively) clean install of Redmin ... and was able to install this plugin without issues (svn checkout, rake db:migrate_plugins, res ... code). Works pretty slick. Nice job, guys! 2010-11-04 09:55
Help: RE: 'Issues' TAB giving internal error
Yes I am comfortable with the DB but not with ... ot be a problem. Please suggest the solution. 2010-11-04 09:48
Open discussion: issues per user report
Hi All, we are replacing Bugzilla with the ... etc... Any way to do that ? any plugins ? 2010-11-04 09:29
Open discussion: Email to redmine Target version
Is it possible to set target version when sending issue mails to Redmine? (Target version:1.0) 2010-11-04 09:27
Help: RE: 'Issues' TAB giving internal error
Are you more comfortable with the DB or the r ... you, but it can be applied from both places. 2010-11-04 09:10
Help: RE: 'Issues' TAB giving internal error
In the issues table in the redmine DB ,in the lft column ... irst 40 rows are NULL and rest 548 rows are 2 2010-11-04 08:30
Help: Redmine not getting all info from Git repositories
Hi all, My Redmine is set up with the redm ... t shows up under "Annotate". Is this a known issue, or any idea what's wrong? Thanks, Andrew 2010-11-04 06:26
Help: RedMine 500 Internal Error
When i trying access to *Issues* getting the error 500 internal Server error Rails 3.0.1 Webrick <pre> Processing IssuesController#show (for 77.120.120.57 at 2010-1 ... "action"=>"show", "id"=>"33", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml DEPRECATION WARNING: using %d i ... <Class:0x2adb3f38>) on line #55 of app/views/issues/show.rhtml: 52: ... 4: <div class="wiki"> 55: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 56: </div> 57: 58: <%= link_to_attachments @issue %> lib/redmine/wiki_formatting.rb:47: ... lper.rb:470:in `textilizable' app/views/issues/show.rhtml:55:in `_run_rhtml_app47views47... 2010-11-03 21:33
Open discussion: Upgrade from 0.9.6 to 1.0.3
I recently upgraded to the 1.0.3 version. The Projects all show up but when I click on the issues tabs I get an internal Error 500. Any ideas? When I create a New issue in the project it will show. 2010-11-03 20:42
Help: RE: What is the difference between closed and locked versions?
Locked: you can't assign issues to it anymore, but it still shows up on the roadmap. Closed: you can't assign issues anymore, and it doesn't show up on the roadmap. 2010-11-03 19:49
Help: RE: 'Issues' TAB giving internal error
priyadarshee kumar wrote: > and I faced no p ... ill have inconsistent data. Any rows in the @issues@ table in the DB with empty @lft@, @rgt@ or @root@ columns? 2010-11-03 19:32
Open discussion: RE: notification e-mail's content change
Thank you, Felix! What you wrote, it’s OK ... how should I exactly modify the content of @issue_edit.text.plain.rhtml@, I've never done anyt ... ine (@"Spent time: [spent time]"@) below the issue's details in the e-mail? So how can I use ... look like this: @Project: [project name] Issue: [Issue name] who did update: [name] Link: [hyperlink] The update: [Update] ---------------------- Issue: [Issue name] Added by [who] and [when] Status: [ ... e] Description: [DESCRIPTION] @ Thanks! 2010-11-03 18:09
Help: RE: How to get versions off of roadmap but leave them in new issues "Target Version"?
While experimenting with due dates relating t ... hat have a due date in the past with no open issues are hidden on the Roadmap view * Versions ... Target Version drop down and can still have issues assigned to them However, if an issue is assigned to a legacy version it then trig ... I cannot have my cake and eat it too. :) 2010-11-03 16:32
(13026-13050/18307)