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
|
3
|
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
(6) |
|
|
|
|
From: Florian H. <ha...@bi...> - 2004-08-31 17:24:48
|
If the PDF extension is not installed, team_show.php dies with an empty page and no error message during the include_once 'pdf.pinc'; although the PDF extension is characterized as optional. Enough bugs for today, off home. Yours, Florian. |
From: Florian H. <ha...@bi...> - 2004-08-31 17:21:00
|
Gero Kohnert wrote: > Where do you get those output lines ? I never saw any Zend specific > output in my installations even if all PHP debug is enabled. I happened to find them in my apache error log, I didn't change anything = from=20 the FreeBSD port defaults. Yours, Florian. --=20 Dr. Florian Hars | BIK ASCHPURWIS + BEHRENS GmbH | B=FCro, papierloses (n): Feldbrunnenstr. 7, 20148 Hamburg | B=FCro, in dem gro=DFe Haufen Pap= ier (040) 41 47 87 -21, Fax: -15 | lose herumliegen (FdI#321) |
From: Gero K. <gok...@us...> - 2004-08-31 16:38:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Florian, Thanks, nice debug work from you ! It's a little bit late for the 1.2 release but I will do my best. Where do you get those output lines ? I never saw any Zend specific output in my installations even if all PHP debug is enabled. The main diff between 1.2 from Janaury and now is the ability to work with PHP5 which required a lot of changes in Object-Reference handling. Gero Florian Hars wrote: | For most actions, I get loads of stuff like: | | /usr/ports/lang/php4/work/php-4.3.8/Zend/zend_hash.c(275) : Freeing | 0x08FE17A4 (43 bytes), | script=/usr/local/www/data-intra/tutos/php/mytutos.php | Last leak repeated 876 times -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBNKlWRZm8Mu1b5mYRAs7+AKCagylkopYaVSiYzbdf5vP4rPrBIACeP2DR c2RzE4IXMWvnQiDPE+xuVWk= =sYiB -----END PGP SIGNATURE----- |
From: Florian H. <ha...@bi...> - 2004-08-31 10:39:50
|
After my problems with team.pinc I looked for similar constructs in other functions, here are some results: --------------------- Several files contain getNeighbours functions with the general structure function getNeighbours () { if (count ($this->neighbours) > 0 ) return; # actual code return $this->neighbours; } If code relies on the side effect that these functions modify $this->neighbours, everything is fine, but code that relies on the return value might be in for trouble: task.pinc:412: $this->plist = $this->parent->getNeighbours(); task.pinc:441: $n = $x->getNeighbours() ; timetrack.pinc:152: $this->plist = $this->ref->getNeighbours(); ---------------------- timetrack.pinc getaddlink sometimes returns nothing and sometimes "" for error conditions. getaddlink in appointment.pinc always returns "" ---------------------- Yours, Florian Hars. |
From: Florian H. <ha...@bi...> - 2004-08-31 09:42:24
|
For most actions, I get loads of stuff like: /usr/ports/lang/php4/work/php-4.3.8/Zend/zend_hash.c(275) : Freeing 0x08FE17A4 (43 bytes), script=/usr/local/www/data-intra/tutos/php/mytutos.php Last leak repeated 876 times I don't get these with a 1.2devel version from january (on a different computer), so maybe (unless the other php installation is less verbose) you introduced some cyclic references into your datastructures which you do not proberly break before deallocating (this is what you get for using a language without proper garbage collection...) You should either fix this, or put a prominent warning into the installation instructions what this means and how to turn these warnings off, since running tutos with these problems will swamp the logfiles with irrelevant stuff. Yours, Florian Hars |
From: Florian H. <ha...@bi...> - 2004-08-31 09:23:47
|
I pulled the 1.2 branch yesterday and installed it. Now I try to add a new team as an administrator, and in line 104, where it tries to perform "$x->read_member();", it dies without comment. I think the reason is that the read(0,$x); in the line before is hardcoded to return an undefined value (the port to PHP 5 seems to have gone amiss, this is what you get for using an untyped language). The following removes the crash, but maybe the parent::read stuff ought to be done on the other code paths, too: Index: team.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/team.pinc,v retrieving revision 1.85.2.1 diff -c -r1.85.2.1 team.pinc *** team.pinc 26 Jul 2004 19:55:00 -0000 1.85.2.1 --- team.pinc 31 Aug 2004 09:06:18 -0000 *************** *** 43,49 **** function read($id,&$obj) { global $g_hash,$lang,$current_user; ! if ( -1 == $id ) return; # Extra handling of virtual team 0 --- 43,49 ---- function read($id,&$obj) { global $g_hash,$lang,$current_user; ! if ( -1 == $id ) return $obj; # Extra handling of virtual team 0 *************** *** 65,71 **** $a++; } $g_hash[$obj->id] = &$obj; ! return; } $obj = parent::read($id,$obj); return $obj; --- 65,71 ---- $a++; } $g_hash[$obj->id] = &$obj; ! return $obj; } $obj = parent::read($id,$obj); return $obj; Yours, Florian Hars |
From: Pascal P. <pp...@be...> - 2004-08-04 16:58:11
|
Hi Actually I don't have a patch for Tutos, but I wrote an article about client/server encoding to work with unicode databases. You can find it at http://glasnost.beeznest.org/articles/139 Let me know it's not working on your system ;-) Pascal Jerome Warnier wrote: > -----Forwarded Message----- > From: Llu'is Batlle i Rossell <vi...@vi...> > To: jwa...@be... > Subject: about tutos and unicode > Date: Wed, 04 Aug 2004 17:18:51 +0200 > > Hi! > > I've been looking for a software like 'tutos' for some time, and I want a > solution which uses unicode. > > You did a patch for tutos long time ago... Are you still using it? Are you > maintaining it? > Maybe noone in tutos is interested (as I've seen in the answers in the mailing > list, and in actual release of tutos), but I really do. :) > > So... can you send that patch? > > Thanks!!! :) |