Project

General

Profile

Search

Results (31872)

Plugins: RE: Extended Schedules plugin with scheduling issues option
hi! I just installed Redmine 0.9 RC, Extende ... work on this great plugin! robin van emden 2010-01-19 08:25
Help: Git branches not displaying?
Howdy all. I am having problems displaying ... that support for git branches was enabled in Issue #1406 but I cannot see any evidence of this. Branch commit messages aren't displayed or linked to issues. There is no "branches option" or anything ... and branches without trouble? Cheers 2010-01-19 03:08
Plugins: RE: Redmine Checkout Plugin
Mischa The Evil wrote: > Additionally, at https://dev.holgerjust.de/issues/127 I've added a patch which: > * brings a ... lease that version in a few days. --Holger 2010-01-19 02:43
Defect #4604 (Closed): Font Size settings
How to set up the issues, news, forums, and display the contents of the module type font? 2010-01-19 02:29
Feature #4603 (New): Add projects-breadcrumb to Gantt and Calendar views ending at "all projects"
Extracted from #1157: > Mischa The Evil ... 's now available in r2088. The cross-project issue list now shows the links. > > > > Great i ... and the gantt views. I'll attach it to this issue.. > > > > HTH... > > > Mischa The Ev ... al views.   Kind regards, Mischa. 2010-01-19 01:05
Plugins: RE: Redmine Checkout Plugin
Mischa The Evil wrote: > Holger Just wrote: ... quick update: It indeed seems to resolve issue #232 in it's current state. Additionally, at https://dev.holgerjust.de/issues/127 I've added a patch which: * brings ano ... Thanks and kind regards,   Mischa. 2010-01-18 22:53
Feature #4602 (New): User specific theme
Hello, I am sorry for bothering you again, ... s used? Thank you & best regards, Jiri. 2010-01-18 22:23
Feature #4601 (Closed): Issue spent time recording
Hello, I have just discovered the Redmine ... es entering the number of hours spent on the issue. I would preffer entering the start time and ... subtraction). For example: - Working on issue XY. - Works were performed on a certain dat ... finished at 15:30. - The time spent on the issue as recorded is calculated automatically: 2.5 hours. I scanned the issues list for something like that and I did not ... weeks)? Thank you & best regards, Jiri. 2010-01-18 22:17
Help: RE: Submitting Issues through PHP
Jean-Philippe, is it possible to add a new note to an issue with this API? Updating an issue seems to only work for some fields. A working example (if possible) of adding a new comment to an issue would be great. 2010-01-18 18:33
Defect #4600 (Closed): Issue list export to PDF - NoMethodError (undefined method `cf_3' for #XXXX) when issues sorted by a custom field
When attempting to export issues to a PDF that are sorted by a custom field, ... RC 1 of 0.9 from RubyForge # Create several issues # Create a custom field # View the issue list # Group the results by that custom field # Export the issue list to PDF # Observe the Internal server 5 ... ed Result - User should be able to export issues to PDF when grouped by a custom field. <pre> Processing IssuesController#index (for XXXXXXXX at 2010-01-18 ... _id"=>"=", "status_id"=>"o"}, "controller"=>"issues", "values"=>{"start_date"=>[""], "created_o ... ned_to", "updated_on"]}, "_"=>""} Rendering issues/index.rhtml Completed in 166ms (View: 116, DB: 18) | 200 OK [http://cXXXXXXXXXXX/issues?set_filter=1] Processing ... 2010-01-18 17:58
Help: RE: Possible to change the order of columns in issuelist?
This is available in 0.9.x. In 0.8.x, it ... n saving/creating a query. Best, Andrew 2010-01-18 17:36
Help: RE: Possible to change the order of columns in issuelist?
I'm running trunk, so it might this isn't all available in stable yet, but basically, when in the issue list, click on the "Options" field (between the filter(s) and the issues) and select which columns you want to see in the issue list, you can even group them by any attribu ... up if you want to be able to recall it later. 2010-01-18 16:09
Help: Possible to change the order of columns in issuelist?
Hi! I would very much like to rearrange the columns in the issue list to include a custom field (sub-status). Is this possible though e.g. CSS? Can anyone guide me? 2010-01-18 14:12
Help: RE: Submitting Issues through PHP
Yes, I got it working on the weekend. I was w ... r to work fine (only tried creating a simple issue). I see that the API for projects has als ... anks a lot! These will be very useful for us. 2010-01-18 12:30
Help: Redmine running extremely slow.
I'm running Redmine on Dreamhost shared hosti ... large-ish (236k) and I thought that was the issue. Two tickets to support later, they can't s ... 't use the site, so it must not be a network issue. Any suggestions? 2010-01-18 04:17
Defect #4599 (Closed): PDF Exports with more than 7 columns overflows
Environment - Found in RC1 0.9, Ruby 1.8.6 ... RC 1 of 0.9 from RubyForge # Create several issues # Create a customized column configuration ... or "Updated" as the last column # View the issue list # Export the issue list to PDF # View the PDF, observe that AM ... g box of the right-most column # Modify the issue list so there are fewer columns, or that Cre ... e not the last column # Export and view the issue list to PDF # Observe this problem no longe ... different then, with fixed columns. 2010-01-18 01:50
Help: RE: Submitting Issues through PHP
You need to update to r3331 if you want the R ... working examples here: [[Rest_api_with_php]]. 2010-01-17 20:59
Wiki: Rest_api_with_php
h1. Using the REST API with PHP h2. php-re ... 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; // find issues $issues = $issue->find ('all'); for ($i=0; $i < count($issues); $i++) { echo $issues[$i]->subject; } // find and update an issue $issue->find (1); echo $issue->subject; $issue->set ('subject', 'This is the new subject')->save (); // update status $... 2010-01-17 20:53
Wiki: Rest_api_with_ruby
h1. Using the REST API with Ruby {{>toc}} ... e 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... y'] = 'baz' end if false # Retrieving issues issues = Issue.find(:all) puts issues.first.subject end # Retrieving an issue issue = Issue.find(1) puts issue.description puts issue.author.name # Creating an issue issue = Issue.new( :subject => 'REST API', :assigned ... stom_fields => [{id: 2, value: "IT"}] ) if issue.save puts issue... 2010-01-17 20:47
Help: Broken https links - form POSTs and "Sign Out"
Hi, I've installed and configured redmine ... s related to this: http://www.redmine.org/issues/1145 http://www.redmine.org/wiki/redmine/F ... , Dan Scott http://danieljamesscott.org 2010-01-17 20:11
Open discussion: Wrong HTTP Redirect to http instead of https://host.de
I switched out Redmine installation to ssl us ... ine log as well (so I think it is no Apache2 issue). Wer can I configure this redirection? 2010-01-17 14:42
Help: RE: Submitting Issues through PHP
Have you considered just inserting directly i ... quick fix until the REST API is completed. :) 2010-01-17 06:33
Help: Filter by few projects
Hello, Is it possible to set filter to view issues from several(3-7) projects ? Like "Assigne ... select several users and see all their tasks. 2010-01-16 15:24
Help: RE: Unable to set Redmine as Startup: Ubuntu 9.10
Thanks Felix for the reply. I didn't reali ... :-D ) and have setup Redmine correctly. Only issue being unable to get it up and running automatically when PC boots. 2010-01-16 12:22
Open discussion: RE: Ability to rename or change the subject of an issue once it is created?
Wow... hard to believe I've missed seeing tha ... sing Redmine! Feels like a big "dooh"! Thanks 2010-01-16 03:30
(26326-26350/31872)