tutos-devel Mailing List for TUTOS
Projects / CRM / PLM / Calendar / Tasks / SCRUM / Test / Inventory
Brought to you by:
gokohnert
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(10) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(7) |
2002 |
Jan
(1) |
Feb
(8) |
Mar
(7) |
Apr
(20) |
May
(1) |
Jun
(5) |
Jul
(27) |
Aug
(18) |
Sep
(55) |
Oct
(13) |
Nov
(27) |
Dec
(20) |
2003 |
Jan
(23) |
Feb
(40) |
Mar
(20) |
Apr
(10) |
May
(12) |
Jun
(8) |
Jul
(11) |
Aug
(7) |
Sep
(3) |
Oct
(2) |
Nov
(1) |
Dec
|
2004 |
Jan
(2) |
Feb
(34) |
Mar
(10) |
Apr
(11) |
May
(5) |
Jun
(6) |
Jul
(12) |
Aug
(7) |
Sep
(16) |
Oct
(25) |
Nov
(8) |
Dec
(2) |
2005 |
Jan
(17) |
Feb
(2) |
Mar
|
Apr
(5) |
May
(5) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
(1) |
3
|
4
(2) |
5
|
6
|
7
|
8
(1) |
9
(2) |
10
(2) |
11
|
12
|
13
|
14
|
15
(1) |
16
|
17
|
18
(2) |
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
|
31
(1) |
|
|
From: Kikutani, M. <po...@mo...> - 2002-10-31 19:05:30
|
This might be an off-topic, but isn't there a mailing list for TUTOS users ? (not for developers) Recently I subscribed Phpgroupware-users and that's pretty active. I know there is forums on sourceforge. But I prefer mailing list. Thanks, makoto -- Kikutani, Makoto |
From: Phlip <pl...@sy...> - 2002-10-29 18:56:53
|
Tutos: This is a newbie question, but I'm otherwise a senior programmer so the answer can be short. I entered a Task for myself for today. (Finding the task interface was hard, but now I have a bookmark so that's okay.) Why the task's does not appear on the calendar on my MyTUTOS? Is this a missing feature? Or just an option somewhere? (BTW: Awesome Web site, guys~!) -- Phlip The wise man learns more from his enemies than a fool does from his friends. - Chinese Proverb |
From: Gero K. <gok...@us...> - 2002-10-18 19:46:25
|
Quick and dirty answer mode on On Friday 18 October 2002 20:51, Dmitry Sorokin wrote: > > How to install this module properly? All you need (by theory) for installation of a module is to modify=20 modules.pinc and having a line like @include("checklist/mconfig.pinc"); in there (which should be the case if you updated by CVS) Any messages in debug.out ? The mconfig defines that the checklist module should be active when worki= ng=20 with products, so your problem should not be there ( ;-(( )=20 Be aware that a lot of developing currently happens on checklists (in the= last=20 couple of hours). =20 =2E Gero --=20 http://www.tutos.org |
From: Dmitry S. <ds...@ic...> - 2002-10-18 18:50:14
|
I'm getting this error after creating new project or when trying to open it: Fatal error: Undefined class name 'checklist' in /var/www/html/tutos/php/product_show.php on line 298 It happens on this line of code: echo checklist::getaddlink($this->user,$this->obj); checklist/README.txt said: After installed the checklist-module you can manage checklists. How to install this module properly? I've just updated from cvs. Thanks in advance, Dmitry |
From: Hugh B. <hu...@is...> - 2002-10-15 05:31:22
|
Hi, can someone expand on how they use the resources item in Tutos? I was hoping to use it to track what sort of hardware someone had by recording serial numbers etc. We are currently creating a project for each ADSL connection a customer might have. I would like to be able to use the resource feature to tie a router to the connection and record against the resource a particular serial number etc. Would there be a better way of doing this? Thanks, Hugh |
From: Gero K. <gok...@us...> - 2002-10-10 09:56:41
|
> > > Is it possible to turn the "bug XXX still open" notification off? I > would > like all other notes on > Yes ! Look at confg_default.pinc $tutos[bugremember] a value off 0 should disble the messages Gero -- http://www.tutos.org |
From: Pedro A. <pm...@th...> - 2002-10-10 09:08:14
|
Is it possible to turn the "bug XXX still open" notification off? I would like all other notes on Thanks -- Pedro Miguel G. Alves pm...@th... THINK - Tecnologias de Informação www.think.pt Tel: +351 21 412 56 56 Av. José Gomes Ferreira Fax: +351 21 412 56 57 nº 13 1495-139 ALGÉS |
From: Gero K. <gok...@us...> - 2002-10-09 04:35:14
|
I fixed that in some other way. The checks used the HTTP_GET retrieved id and not the automated seleted i= d of=20 0 so it went wrong. On Wednesday 09 October 2002 06:09, Dmitry Sorokin wrote: > > Am I doing something wrong? No, but the latest CVS version of scheme.php will do it better :-) Gero |
From: Dmitry S. <ds...@ic...> - 2002-10-09 04:06:57
|
Hello, I was unable to run scheme.php script until I changed code from: Function prepare() { ... if ( ! isset($tutos[dbname][$HTTP_GET_VARS['id']] ) ) { $msg .= "<BR>The given database id ". $HTTP_GET_VARS['id'] ." is not defined in you configuration"; $this->stop = true; } else { $this->obj = DB_Open($this->id,false); echo $this->id ." ". $this->obj->db->tablename ; } if ( $this->obj->gettype() == "Postgres" ) { # No persistent connections here $this->obj->setPersistent(0); } to: } else { $this->obj = DB_Open($this->id,false); echo $this->id ." ". $this->obj->db->tablename ; if ( $this->obj->gettype() == "Postgres" ) { # No persistent connections here $this->obj->setPersistent(0); } } The error was: Fatal error: Call to a member function on a non-object in /var/www/html/tutoscvs1/php/scheme.php on line 566 After changing I see that "if" branch is used. I'm using cvs version and postgres. Am I doing something wrong? Dmitry |
From: Tomasz R. <to...@ma...> - 2002-10-08 10:57:48
|
Hi, I'm new in tutos. I'd like to have a possibility to sending the emails (alerts) to the people who are assigned to the new created tasks. Any suggestions how could i do this? Is it possible in the current version? What should i do to have this functionality (the same is already done for bug tracking), config changes etc. ?? Regards, Tomasz |
From: Dimitri F. <dfo...@cv...> - 2002-10-04 13:17:08
|
On Fri, Oct 04, 2002 at 10:12:25AM +0200, Gero Kohnert wrote: > It would be cool if someone could have a look at gantt_png.php and manage to > display thoses tasks which run out of the planned volume in some other color. > > Any takers ? Done. See commit message ! -- Dimitri. http://dim.tapoueh.org Rien n'est impossible à la mauvaise volonté de l'homme. -- René Barjavel, Si j'étais Dieu |
From: Gero K. <gok...@us...> - 2002-10-04 08:12:47
|
On Wednesday 02 October 2002 13:31, Jeroen Baten wrote: > > when requesting a gantt chart of a project where one of the tasks has m= ore > hours booked than initially allocated jpgrapg gives an error that the r= ange > should ben between 0 and 1. fixed in CVS for next bugfix release ! It would be cool if someone could have a look at gantt_png.php and manage= to=20 display thoses tasks which run out of the planned volume in some other co= lor. Any takers ? Gero |
From: Jeroen B. <je...@i2...> - 2002-10-02 11:28:40
|
Hi all, when requesting a gantt chart of a project where one of the tasks has more hours booked than initially allocated jpgrapg gives an error that the range should ben between 0 and 1. greets, -- Jeroen Baten | EMAIL : JE...@I2... ____ _ __ | web : www.i2rs.nl | )|_)(_ | tel : +31 (0)30 221 00 11 _|_/_| \__) | fax : +31 (0)30 220 31 91 Kometenlaan 26, 3721 JT, Bilthoven, the Netherlands |