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
|
5
|
6
|
7
|
8
(5) |
9
(3) |
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
From: Dimitri F. <dfo...@cv...> - 2005-06-09 13:38:55
|
Le Jeudi 9 Juin 2005 15:26, Carlo Bertoldi a =E9crit=A0: > Hi, I've found a typo in user_new.tpl which prevents the password > inserted to be shown as asterisk. > I include a patch to correct this: It's commit'ed in the 2.0 BRANCH, along with your Italian translation revie= w. Thanks for contributing ! =2D-=20 Dimitri. http://dim.tapoueh.org On peut gagner sa vie en vendant des livres, mais s=FBrement pas en les =E9crivant! -- Laurent Chemla, http://www.confessions-voleur.net/ |
From: Carlo B. <ber...@li...> - 2005-06-09 13:27:05
|
Hi, I've found a typo in user_new.tpl which prevents the password inserted to be shown as asterisk. I include a patch to correct this: --- user_new.tpl.bak Thu Jun 9 15:20:56 2005 +++ user_new.tpl Thu Jun 9 15:21:49 2005 @@ -97,7 +97,7 @@ <tr> <td class="desc">{$oldpw.label}</td> <td> - <input id="{$oldpw.id}" type="passwd" name="{$oldpw.name}" + <input id="{$oldpw.id}" type="password" name="{$oldpw.name}" size="20" maxlength="20" value="{$oldpw.value}"> </td> </tr> @@ -106,7 +106,7 @@ <tr> <td class="desc">{$newpw.label}</td> <td> - <input id="{$newpw.id}" type="passwd" name="{$newpw.name}" + <input id="{$newpw.id}" type="password" name="{$newpw.name}" size="20" maxlength="20" value="{$newpw.value}"> </td> </tr> @@ -114,7 +114,7 @@ <tr> <td class="desc">{$confirmpw.label}</td> <td> - <input id="{$confirmpw.id}" type="passwd" name="{$confirmpw.name}" + <input id="{$confirmpw.id}" type="password" name="{$confirmpw.name}" size="20" maxlength="20" value="{$confirmpw.value}"> </td> </tr> Regards, Carlo |
From: Carlo B. <ber...@li...> - 2005-06-09 12:50:46
|
Hi, I've attached the patch for updating the Italian translation. This time I ran langdiff.sh, and it seems ok. Regards, Carlo |
From: Carlo B. <ber...@li...> - 2005-06-08 15:00:56
|
Dimitri Fontaine wrote: > > Yes, but there are some other files to update, if you run langdiff.sh you'd > get some more information, I suppose. Yes, I didn't try that script, so I'll try to update the translation asap. > > Anyway thanks for your help, You're welcome, Carlo |
From: Dimitri F. <dfo...@cv...> - 2005-06-08 14:39:01
|
Le Mercredi 8 Juin 2005 16:28, Carlo Bertoldi a =E9crit=A0: > So, when the page is parsed you find this: name=3D"h[][]". I don't think > it's the array we wanted, correct me if I'm wrong. So it seems it's a bug, I'll correct it in my next commit! > I included it in the previous mail. Yes, but there are some other files to update, if you run langdiff.sh you'd= =20 get some more information, I suppose. Anyway thanks for your help, =2D-=20 Dimitri. http://dim.tapoueh.org =CAtre bigame, c'est avoir une femme de trop ; =EAtre monogame aussi. -- Georges BERNARD SHAW (1856-1950) |
From: Carlo B. <ber...@li...> - 2005-06-08 14:28:34
|
Dimitri Fontaine wrote: > It's the HTML POST name of a group of checkboxes, in order to accumulate > values in the same variables. > I understand, but a couple of line before I found: 'id' => 'wd[]', 'name' => 'wd', while in holidays section it's like this: 'id' => 'h[]', 'name' => 'h[]', So, when the page is parsed you find this: name="h[][]". I don't think it's the array we wanted, correct me if I'm wrong. > I didn't take the time to run the translation tools, so there's a lot of > missing strings if you don't use fr or en. If you don't have a CVS account > but wish to update this, please consider sending me a patch. I included it in the previous mail. Regards, Carlo |
From: Dimitri F. <dfo...@cv...> - 2005-06-08 14:05:20
|
Le Mercredi 8 Juin 2005 15:52, Carlo Bertoldi a =E9crit=A0: > Hi, > I've just installed TUTOS2 (2_2.0.20050413-1) and during testing I found Good news ;) Thanks you for testing this piece of software! > a couple of bugs: > first a typo: in user_new.php line 278 there is : > 'name' =3D> 'h[]', It's the HTML POST name of a group of checkboxes, in order to accumulate=20 values in the same variables. > Second: a little translation problem regarding the it localization. I > added a few lines to solve it. Here's the patch: I didn't take the time to run the translation tools, so there's a lot of=20 missing strings if you don't use fr or en. If you don't have a CVS account= =20 but wish to update this, please consider sending me a patch. The way to update translations in TUTOS2 is the same as before! Regards, =2D-=20 Dimitri. http://dim.tapoueh.org On ne ment jamais autant qu'avant les =E9lections, pendant la guerre et apr= =E9s la chasse. -- Georges Cl=E9menceau. |
From: Carlo B. <ber...@li...> - 2005-06-08 13:52:52
|
Hi, I've just installed TUTOS2 (2_2.0.20050413-1) and during testing I found a couple of bugs: first a typo: in user_new.php line 278 there is : 'name' => 'h[]', but i believe that the [] are too much. Second: a little translation problem regarding the it localization. I added a few lines to solve it. Here's the patch: --- it.p3.bak Wed Jun 8 15:29:18 2005 +++ it.p3 Wed Jun 8 15:30:42 2005 @@ -256,6 +256,9 @@ $lang['UserWeekstart'] = "Start of Week"; $lang['UserDisabled'] = "disable account"; $lang['UserDefaultGrp'] = "defaultgroups for new objects"; +$lang['OldPassword'] = "Vecchia password"; +$lang['NewPassword'] = "Nuova Password"; +$lang['ConfirmPassword'] = "Conferma nuova password"; # Product/Projects $lang['ProductP'] = "Prodotto/Progetto"; HTH, Carlo |