You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
(51) |
Apr
(688) |
May
(260) |
Jun
(108) |
Jul
(42) |
Aug
|
Sep
(2) |
Oct
|
Nov
(74) |
Dec
(217) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(3) |
Jun
(6) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
(8) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:49
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/german
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german/chat.loc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** chat.loc 2001/06/10 14:57:49 1.11
--- chat.loc 2001/07/01 10:38:45 1.12
***************
*** 178,182 ****
define('L_NO_ADMIN', 'Nur der Administrator kann diesen Befehl verwenden.');
define('L_ANNOUNCE', 'ANKÜNDIGUNG');
! define('L_INVITE', '%s lädt Dich in den Raum <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> ein.');
define('L_INVITE_REG', ' Du hast Dich zum Betritt für diesen Raum registriert.');
define('L_INVITE_DONE', 'Deine Einladung wurde an %s geschickt.');
--- 178,182 ----
define('L_NO_ADMIN', 'Nur der Administrator kann diesen Befehl verwenden.');
define('L_ANNOUNCE', 'ANKÜNDIGUNG');
! define('L_INVITE', '%s lädt Dich in den Raum <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> ein.');
define('L_INVITE_REG', ' Du hast Dich zum Betritt für diesen Raum registriert.');
define('L_INVITE_DONE', 'Deine Einladung wurde an %s geschickt.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:49
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/finnish
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish/chat.loc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** chat.loc 2001/06/10 14:57:48 1.9
--- chat.loc 2001/07/01 10:38:45 1.10
***************
*** 173,177 ****
define('L_NO_ADMIN', 'Ainoastaan ylläpitäjä voi käyttää tätä käskyä.');
define('L_ANNOUNCE', 'ILMOITUS');
! define('L_INVITE', '%s pyytää sinua liittymään seuraansa <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> huoneeseen.');
define('L_INVITE_REG', ' Sinun on rekisteröidyttävä ennen pääsyä tähän huoneeseen.');
define('L_INVITE_DONE', 'Kutsusi on lähetetty %s:lle');
--- 173,177 ----
define('L_NO_ADMIN', 'Ainoastaan ylläpitäjä voi käyttää tätä käskyä.');
define('L_ANNOUNCE', 'ILMOITUS');
! define('L_INVITE', '%s pyytää sinua liittymään seuraansa <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> huoneeseen.');
define('L_INVITE_REG', ' Sinun on rekisteröidyttävä ennen pääsyä tähän huoneeseen.');
define('L_INVITE_DONE', 'Kutsusi on lähetetty %s:lle');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:49
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/english
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/chat.loc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** chat.loc 2001/06/10 14:57:48 1.11
--- chat.loc 2001/07/01 10:38:45 1.12
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s requests that you join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s requests that you join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:49
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/dutch
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/dutch
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/dutch/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 173,177 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 173,177 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/danish
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish/chat.loc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** chat.loc 2001/06/12 19:45:30 1.13
--- chat.loc 2001/07/01 10:38:45 1.14
***************
*** 173,177 ****
define('L_NO_ADMIN', 'Kun administrator kan bruge denne kommando.');
define('L_ANNOUNCE', 'Annonce');
! define('L_INVITE', '%s invitere dig til at tilslutte dig hos ham/hende i <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> rummet.');
define('L_INVITE_REG', ' Du skal være registreret for at komme ind her.');
define('L_INVITE_DONE', 'Din invitation er sendt til %s.');
--- 173,177 ----
define('L_NO_ADMIN', 'Kun administrator kan bruge denne kommando.');
define('L_ANNOUNCE', 'Annonce');
! define('L_INVITE', '%s invitere dig til at tilslutte dig hos ham/hende i <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> rummet.');
define('L_INVITE_REG', ' Du skal være registreret for at komme ind her.');
define('L_INVITE_DONE', 'Din invitation er sendt til %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_traditional
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/chinese_traditional
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_traditional/chat.loc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** chat.loc 2001/06/10 14:57:48 1.9
--- chat.loc 2001/07/01 10:38:45 1.10
***************
*** 174,178 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 174,178 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/catalan
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/catalan
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/catalan/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Només l\'administrador pot emprar aquest comandament.');
define('L_ANNOUNCE', 'ANUNCI');
! define('L_INVITE', '%s us suggereix d\'entrar a la sala <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> a xerrar.');
define('L_INVITE_REG', ' Cal estar registrat per a poder entrar a aquesta sala.');
define('L_INVITE_DONE', 'la vostra invitació ha estat enviada a %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Només l\'administrador pot emprar aquest comandament.');
define('L_ANNOUNCE', 'ANUNCI');
! define('L_INVITE', '%s us suggereix d\'entrar a la sala <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> a xerrar.');
define('L_INVITE_REG', ' Cal estar registrat per a poder entrar a aquesta sala.');
define('L_INVITE_DONE', 'la vostra invitació ha estat enviada a %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/arabic
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/arabic
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/arabic/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'ÊÍÐíÑ : ÝÞØ ÇáãÑÇÞÈ ÇáÚÇã ãä íÓÊØíÚ ÅÓÊÎÏÇã åÐå ÇáÎÇÕíÉ');
define('L_ANNOUNCE', 'ÅÚÜÜáÇä');
! define('L_INVITE', '%s íÏÚæß ááÏÎæá ãÚå Ýí ÍæÇÑ ÎÇÕ Úä ØÑíÞ åÐå ÇáÓÇÍÉ <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>');
define('L_INVITE_REG', ' íÌÈ Ãä Êßæä ãä ÇáãÔÊÑßíä ááÏÎæá Çáì åÐå ÇáÛÑÝÉ.');
define('L_INVITE_DONE', 'Êã ÅÑÓÇá ØáÈ ÇáÏÚæÉ Çáì %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'ÊÍÐíÑ : ÝÞØ ÇáãÑÇÞÈ ÇáÚÇã ãä íÓÊØíÚ ÅÓÊÎÏÇã åÐå ÇáÎÇÕíÉ');
define('L_ANNOUNCE', 'ÅÚÜÜáÇä');
! define('L_INVITE', '%s íÏÚæß ááÏÎæá ãÚå Ýí ÍæÇÑ ÎÇÕ Úä ØÑíÞ åÐå ÇáÓÇÍÉ <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>');
define('L_INVITE_REG', ' íÌÈ Ãä Êßæä ãä ÇáãÔÊÑßíä ááÏÎæá Çáì åÐå ÇáÛÑÝÉ.');
define('L_INVITE_DONE', 'Êã ÅÑÓÇá ØáÈ ÇáÏÚæÉ Çáì %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/bosnian
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/bosnian
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/bosnian/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/czech
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Tento pøíkaz mù¾e pou¾ít jen administrátor.');
define('L_ANNOUNCE', 'OZNÁMENÍ');
! define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Va¹e výzva byla odeslána u¾ivateli %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Tento pøíkaz mù¾e pou¾ít jen administrátor.');
define('L_ANNOUNCE', 'OZNÁMENÍ');
! define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Va¹e výzva byla odeslána u¾ivateli %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/croatian
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/croatian
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/croatian/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_simplified
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/chinese_simplified
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_simplified/chat.loc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** chat.loc 2001/06/10 14:57:48 1.9
--- chat.loc 2001/07/01 10:38:45 1.10
***************
*** 173,177 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 173,177 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/brazilian_portuguese
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/brazilian_portuguese
Modified Files:
chat.loc
Log Message:
Fixes a js error that caused a bug with the '/invite' command
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/brazilian_portuguese/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Só o administrador pode usar este comando.');
define('L_ANNOUNCE', 'ANÚNCIO');
! define('L_INVITE', '%s sugere que você junte-se a ele(a) na sala <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Seu convite foi enviado para %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Só o administrador pode usar este comando.');
define('L_ANNOUNCE', 'ANÚNCIO');
! define('L_INVITE', '%s sugere que você junte-se a ele(a) na sala <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Seu convite foi enviado para %s.');
|
|
From: Lo?c C. <lo...@us...> - 2001-06-30 20:42:34
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands
In directory usw-pr-cvs1:/tmp/cvs-serv11653/chat/lib/commands
Modified Files:
join.cmd.php3 invite.cmd.php3
Log Message:
Invitations were not displayed
Index: join.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/join.cmd.php3,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** join.cmd.php3 2001/06/30 14:05:29 1.10
--- join.cmd.php3 2001/06/30 20:42:31 1.11
***************
*** 231,238 ****
$dbLink->query($queries[$i]);
}
! // Delete invitations sent to the current user for the room he is going to
! // enter in (check if m_time isn't null to enforce the use of existing
! // indexes)
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '$slashedTargetRoomName' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
// 2. Rooms table
--- 231,237 ----
$dbLink->query($queries[$i]);
}
! // Delete invitations sent to the current user (check if m_time isn't null
! // to enforce the use of existing indexes)
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '\\\*\\\' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
// 2. Rooms table
Index: invite.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/invite.cmd.php3,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** invite.cmd.php3 2001/06/10 14:57:48 1.13
--- invite.cmd.php3 2001/06/30 20:42:31 1.14
***************
*** 66,77 ****
. '(room, username, latin1, m_time, address, color, msg_original, msg_enhanced) '
. 'VALUES ('
! . '\'' . $slashedCurrentRoomName . '\', '
! . '\'SYS inviteTo\', '
. $latin1 . ', '
. '%TIME%, '
! . '\'%ADDRESSEE%\', '
! . '\'#666699\', '
! . '\'' . $theMessage . '\', '
! . '\'' . $theMessage . '\''
. ')';
--- 66,77 ----
. '(room, username, latin1, m_time, address, color, msg_original, msg_enhanced) '
. 'VALUES ('
! . "'\\\*\\\', "
! . "'SYS inviteTo', "
. $latin1 . ', '
. '%TIME%, '
! . "'%ADDRESSEE%', "
! . "'#666699', "
! . "'$theMessage', "
! . "'$theMessage'"
. ')';
|
|
From: Lo?c C. <lo...@us...> - 2001-06-30 20:42:34
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv11653/chat/lib/index_libs
Modified Files:
do_enter_db_work.lib.php3
Log Message:
Invitations were not displayed
Index: do_enter_db_work.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** do_enter_db_work.lib.php3 2001/06/30 14:04:53 1.22
--- do_enter_db_work.lib.php3 2001/06/30 20:42:31 1.23
***************
*** 261,268 ****
/**
! * Deletes invite messages sent to the user for the room he will enter in
! * (check if m_time isn't null to enforce the use of existing indexes)
*/
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '$slashedTargetRoomName' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
?>
--- 261,268 ----
/**
! * Deletes invite messages sent to the user (check if m_time isn't null to
! * enforce the use of existing indexes)
*/
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '\\\*\\\' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
?>
|
|
From: Lo?c C. <lo...@us...> - 2001-06-30 14:05:32
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands
In directory usw-pr-cvs1:/tmp/cvs-serv19752/chat/lib/commands
Modified Files:
join.cmd.php3
Log Message:
Update the away status when reloging & fix a bug when joining a private room
Index: join.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/join.cmd.php3,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** join.cmd.php3 2001/06/10 14:57:48 1.9
--- join.cmd.php3 2001/06/30 14:05:29 1.10
***************
*** 138,142 ****
{
// Ensure the user is a registered one
! if ($dbSessionVars['status'] > 0)
{
$error = L_ERR_USR_13;
--- 138,142 ----
{
// Ensure the user is a registered one
! if ($dbSessionVars['status'] < 1)
{
$error = L_ERR_USR_13;
***************
*** 199,203 ****
// 1. Messages and users table
$queries[] = 'UPDATE ' . C_USR_TBL . ' '
! . "SET u_time = $currentTime , room = '$slashedTargetRoomName', status = $status "
. "WHERE session_id = '$dbSessionId'";
$queries[] = 'INSERT INTO ' . C_MSG_TBL . ' '
--- 199,203 ----
// 1. Messages and users table
$queries[] = 'UPDATE ' . C_USR_TBL . ' '
! . "SET u_time = $currentTime , room = '$slashedTargetRoomName', status = $status, away = 0 "
. "WHERE session_id = '$dbSessionId'";
$queries[] = 'INSERT INTO ' . C_MSG_TBL . ' '
|
|
From: Lo?c C. <lo...@us...> - 2001-06-30 14:04:56
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv19649/chat/lib/index_libs
Modified Files:
do_enter_db_work.lib.php3
Log Message:
Update the away status when reloging
Index: do_enter_db_work.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** do_enter_db_work.lib.php3 2001/06/16 10:20:14 1.21
--- do_enter_db_work.lib.php3 2001/06/30 14:04:53 1.22
***************
*** 127,131 ****
if ($targetRoom == $wasInRoom)
{
! $dbLink->query("UPDATE " . C_USR_TBL . " SET u_time = $currentTime, ip = '$ip' WHERE session_id = '$dbSessionId'");
}
--- 127,131 ----
if ($targetRoom == $wasInRoom)
{
! $dbLink->query("UPDATE " . C_USR_TBL . " SET u_time = $currentTime, ip = '$ip', away = 0 WHERE session_id = '$dbSessionId'");
}
***************
*** 151,155 ****
. ')';
$dbLink->query($aQuery);
! $dbLink->query("UPDATE " . C_USR_TBL . " SET session_id = '$dbSessionId', u_time = $currentTime, room = '$slashedTargetRoomName', status = $status, ip = '$ip' WHERE session_id = '$previousId'");
if (C_WELCOME)
--- 151,155 ----
. ')';
$dbLink->query($aQuery);
! $dbLink->query("UPDATE " . C_USR_TBL . " SET session_id = '$dbSessionId', u_time = $currentTime, room = '$slashedTargetRoomName', status = $status, ip = '$ip', away = 0 WHERE session_id = '$previousId'");
if (C_WELCOME)
|
|
From: Lo?c C. <lo...@us...> - 2001-06-18 18:51:41
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18584/chat/lib
Modified Files:
smilies.lib.php3
Log Message:
Fixed a lacking file extension for the ':mine:' code and problems with iso-8859-1 charset
Index: smilies.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/smilies.lib.php3,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** smilies.lib.php3 2001/05/30 19:26:11 1.15
--- smilies.lib.php3 2001/06/18 18:51:38 1.16
***************
*** 93,108 ****
&& ($prop = @getImageSize('./images/smilies/reserved/' . $dbSessionVars['nick'] . '.gif')))
{
! $smilies[':mine:'] = array('reserved/' . $dbSessionVars['nick'], $prop[0], $prop[1]);
}
// '<' and '>' characters may have been converted to their html entities
! // inside messages
! reset($smilies);
! while (list($key, $prop) = each($smilies))
{
! if (strpos(' ' . $key, '>') + strpos(' ' . $key, '<') > 0)
{
! $modifiedKey = str_replace('>', '>', str_replace('<', '<', $key));
! $smilies[$modifiedKey] = $prop;
}
}
--- 93,112 ----
&& ($prop = @getImageSize('./images/smilies/reserved/' . $dbSessionVars['nick'] . '.gif')))
{
! $smilies[':mine:'] = array('reserved/' . $dbSessionVars['nick'] . '.gif', $prop[0], $prop[1]);
}
// '<' and '>' characters may have been converted to their html entities
! // inside messages (skipped for iso-8859-1 charsets because all the smilies
! // codes will be translated in html entities
! if (!$GLOBALS['latin1'])
{
! reset($smilies);
! while (list($key, $prop) = each($smilies))
{
! if (strpos(' ' . $key, '>') + strpos(' ' . $key, '<') > 0)
! {
! $modifiedKey = str_replace('>', '>', str_replace('<', '<', $key));
! $smilies[$modifiedKey] = $prop;
! }
}
}
***************
*** 192,195 ****
--- 196,203 ----
while ((list($key, $prop) = each($smilies)) && ($replacedCnt < C_MAX_GSMILIES))
{
+ if ($GLOBALS['latin1'])
+ {
+ $key = htmlentities($key);
+ }
$pos = 0;
$substrDone = '';
|
|
From: Lo?c C. <lo...@us...> - 2001-06-17 21:10:33
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese In directory usw-pr-cvs1:/tmp/cvs-serv11469/chat/localization/japanese Modified Files: regex.txt Log Message: Javanese was detected here! Index: regex.txt =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese/regex.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** regex.txt 2001/03/28 22:28:48 1.1.1.1 --- regex.txt 2001/06/17 21:10:31 1.2 *************** *** 1 **** ! ja|jw|japanese \ No newline at end of file --- 1 ---- ! ja|japanese \ No newline at end of file |
|
From: Lo?c C. <lo...@us...> - 2001-06-17 21:10:13
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/japanese In directory usw-pr-cvs1:/tmp/cvs-serv11402/chat/localization/japanese Modified Files: regex.txt Log Message: Javanese was detected here! ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/localization/japanese Index: regex.txt =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/japanese/regex.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** regex.txt 2001/02/25 18:26:54 1.1.1.1 --- regex.txt 2001/06/17 21:10:09 1.2 *************** *** 1 **** ! ja|jw|japanese \ No newline at end of file --- 1 ---- ! ja|japanese \ No newline at end of file |
|
From: Lo?c C. <lo...@us...> - 2001-06-17 08:10:02
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian
In directory usw-pr-cvs1:/tmp/cvs-serv4425
Modified Files:
chat.loc
Log Message:
Now validates with xhtml1.0
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/chat.loc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** chat.loc 2001/06/17 07:37:28 1.12
--- chat.loc 2001/06/17 08:09:59 1.13
***************
*** 251,254 ****
define('L_ENTER_ROM', '%s âõîäèò â êîìíàòó');
define('L_EXIT_ROM', '%s âûõîäèò èç êîìíàòû');
! define('L_WELCOME', 'Äîáðî ïîæàëîâàòü íà íàø ÷àò. Ïîæàëóéñòà, ñîáëþäàéòå ñåòåâîé ýòèêåò. <I>áóäüòå âåæëèâûìè è äèïëîìàòè÷íûìè</I>.');
?>
--- 251,254 ----
define('L_ENTER_ROM', '%s âõîäèò â êîìíàòó');
define('L_EXIT_ROM', '%s âûõîäèò èç êîìíàòû');
! define('L_WELCOME', 'Äîáðî ïîæàëîâàòü íà íàø ÷àò. Ïîæàëóéñòà, ñîáëþäàéòå ñåòåâîé ýòèêåò. <i>áóäüòå âåæëèâûìè è äèïëîìàòè÷íûìè</i>.');
?>
|
|
From: Lo?c C. <lo...@us...> - 2001-06-17 08:08:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian In directory usw-pr-cvs1:/tmp/cvs-serv4322 Added Files: _chat.loc Log Message: Restored because some russian users may prefer koi8-r charset than windows-1251 one |
|
From: Sergei I. G. <si...@us...> - 2001-06-17 07:37:31
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian
In directory usw-pr-cvs1:/tmp/cvs-serv32667/chat/localization/russian
Modified Files:
chat.loc
Removed Files:
_chat.loc
Log Message:
Replace with new translation. Clean russian/ directory.
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/chat.loc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** chat.loc 2001/06/10 14:57:49 1.11
--- chat.loc 2001/06/17 07:37:28 1.12
***************
*** 16,19 ****
--- 16,20 ----
// | Alexei Shalin <hap...@to...> |
// | Dim Zegebart <ke...@rb...> |
+ // | Alex Demidenko <cod...@to...> |
// +--------------------------------------------------------------------------+
//
***************
*** 30,34 ****
// welcome page
! define('L_TUTORIAL', 'Èíñòðóêöèÿ ê ÷àòó');
define('L_WEL_1', 'Ñîîáùåíèÿ áóäóò óäàëåíû ÷åðåç');
--- 31,35 ----
// welcome page
! define('L_TUTORIAL', 'Ïåðåä ðàáîòîé Âû ìîæåòå îçíàêîìèòüñÿ ñ èíñòðóêöèåé ê ÷àòó');
define('L_WEL_1', 'Ñîîáùåíèÿ áóäóò óäàëåíû ÷åðåç');
***************
*** 99,104 ****
define('L_REG_46', 'ìóæñêîé');
define('L_REG_47', 'æåíñêèé');
! define('L_REG_48', 'Password reminder');
! define('L_REG_49', 'No user registered this nick!');
// e-mail validation stuff
--- 100,105 ----
define('L_REG_46', 'ìóæñêîé');
define('L_REG_47', 'æåíñêèé');
! define('L_REG_48', 'Íàïîìíèòü ïàðîëü');
! define('L_REG_49', 'Ïîëüçîâàòåëü ñ òàêèì íèêîì íå çàðåãèñòðèðîâàí!');
// e-mail validation stuff
***************
*** 133,142 ****
define('L_ERR_USR_19', 'Âû íå ìîæåòå ïðèñóòñòâîâàòü áîëüøå ÷åì â îäíîé êîìíàòå');
define('L_ERR_USR_20', 'Âû áûëè âûñëàíû èç äàííîé êîìíàòû èëè ÷àòà.');
! define('L_ERR_USR_21', 'The maximum inactivity delay has been reached.');
define('L_ERR_ROM_1', 'Íàçâàíèå êîìíàòû íå ìîæåò ñîäåðæàòü òî÷êó èëè ñëýø (\\).');
define('L_ERR_ROM_2', 'Çàïðåùåííûå ñëîâà â íàçâàíèè êîìíàòû íå äîïóñêàþòñÿ.');
define('L_ERR_ROM_3', 'Ýòà êîìíàòà óæå ñóùåñòâóåò, êàê îäíà èç îáùåäîñòóïíûõ.');
define('L_ERR_ROM_4', 'Íå ïðàâèëüíîå èìÿ êîìíàòû.');
! define('L_ERR_ROM_5', 'The maximum number of connected users is reached.');
// users frame or popup
--- 134,143 ----
define('L_ERR_USR_19', 'Âû íå ìîæåòå ïðèñóòñòâîâàòü áîëüøå ÷åì â îäíîé êîìíàòå');
define('L_ERR_USR_20', 'Âû áûëè âûñëàíû èç äàííîé êîìíàòû èëè ÷àòà.');
! define('L_ERR_USR_21', 'Èñòåêëî ìàêñèìàëüíîå âðåìÿ áåçäåéñòâèÿ.');
define('L_ERR_ROM_1', 'Íàçâàíèå êîìíàòû íå ìîæåò ñîäåðæàòü òî÷êó èëè ñëýø (\\).');
define('L_ERR_ROM_2', 'Çàïðåùåííûå ñëîâà â íàçâàíèè êîìíàòû íå äîïóñêàþòñÿ.');
define('L_ERR_ROM_3', 'Ýòà êîìíàòà óæå ñóùåñòâóåò, êàê îäíà èç îáùåäîñòóïíûõ.');
define('L_ERR_ROM_4', 'Íå ïðàâèëüíîå èìÿ êîìíàòû.');
! define('L_ERR_ROM_5', 'Äîñòèãíóòî ìàêñèìàëüíî âîçìîæíîå êîëè÷åñòâî ïîëüçîâàòåëåé â ÷àòå.');
// users frame or popup
***************
*** 211,222 ****
define('L_HELP_CMD_19', 'Ïîçâîëÿåò ìîäåðàòîðó êîìíàòû èëè àäìèíèñòðàòîðó "óáèòü" ïîëüçîâàòåëÿ â êîìíàòå íà îïðåäåëåííîå àäìèíèìòðàòîðîì âðåìÿ.<br />Ýòîò ïîëüçîâàòåëü íå ñìîæåò ïîïàñòü äàæå â äðóãóþ êîìíàòó, à ñ ïîìîùüþ îïöèè \'<b> * </b>\' åãî ìîæíî óáèòü "íàâñåãäà".');
define('L_HELP_CMD_20', 'Äåéñòâèå èëè ñîîáøåíèå îò òðåòüåãî ëèöà.');
! define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
! define('L_HELP_CMD_22', 'Tell the other users you\'re not paying attention to the chat ou set you being back. You can also send a message with this command.');
// smilies popup
define('L_SMIL_TIT', 'Ñìàéëèêû');
! define('L_SMIL_MAX', 'The <b>maximum number</b> of graphical smilies per message is <b>%s</b>.');
! define('L_SMIL_CLICK', 'You can click on a smiley to insert the related text code inside your message.');
! define('L_SMIL_MINE', 'If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code \' :mine: \'.');
// messages frame
--- 212,223 ----
define('L_HELP_CMD_19', 'Ïîçâîëÿåò ìîäåðàòîðó êîìíàòû èëè àäìèíèñòðàòîðó "óáèòü" ïîëüçîâàòåëÿ â êîìíàòå íà îïðåäåëåííîå àäìèíèìòðàòîðîì âðåìÿ.<br />Ýòîò ïîëüçîâàòåëü íå ñìîæåò ïîïàñòü äàæå â äðóãóþ êîìíàòó, à ñ ïîìîùüþ îïöèè \'<b> * </b>\' åãî ìîæíî óáèòü "íàâñåãäà".');
define('L_HELP_CMD_20', 'Äåéñòâèå èëè ñîîáøåíèå îò òðåòüåãî ëèöà.');
! define('L_HELP_CMD_21', 'Âêëþ÷èòü/âûêëþ÷èòü ãðàôè÷åñêèå ñìàéëèêè.');
! define('L_HELP_CMD_22', 'Ñîîáùèòü äðóãèì ïîëüçîâàòåëÿì, ÷òî âû îòâëå÷åòåñü îò ÷àòà, íî âû äàäèòå çíàòü, êîãäà âåðíåòåñü íàçàä. Òàê æå âû ìîæåòå ïîñëàòü ñîîáùåíèå ñ ïîìîùüþ ýòîé êîìàíäû.');
// smilies popup
define('L_SMIL_TIT', 'Ñìàéëèêû');
! define('L_SMIL_MAX', '<b>Ìàêñèìàëüíîå êîëè÷åñòâî</b> ãðàôè÷åñêèõ ñìàéëèêîâ íà ñîîáùåíèå: <b>%s</b>.');
! define('L_SMIL_CLICK', 'Âû ìîæåòå êëèêíóòü íà ñìàéëèê, äëÿ òîãî ÷òî áû ïîìåñòèòü åãî â â âàøå ñîîáùåíèå.');
! define('L_SMIL_MINE', 'Åñëè Âû çàðåãèñòðèðîâàííûé ïîëüçîâàòåëü è åñëè àäìèíèñòðàòîð îïðåäåëèë äëÿ âàñ ïåðñîíàëüíûé ñìàéëèê, Âû ìîæåòå ïîìåñòèòü åãî â Âàøå ñîîáùåíèå ñ ïîìîùüþ êîìàíäû \' :mine: \'.');
// messages frame
***************
*** 250,253 ****
define('L_ENTER_ROM', '%s âõîäèò â êîìíàòó');
define('L_EXIT_ROM', '%s âûõîäèò èç êîìíàòû');
! define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.');
?>
--- 251,254 ----
define('L_ENTER_ROM', '%s âõîäèò â êîìíàòó');
define('L_EXIT_ROM', '%s âûõîäèò èç êîìíàòû');
! define('L_WELCOME', 'Äîáðî ïîæàëîâàòü íà íàø ÷àò. Ïîæàëóéñòà, ñîáëþäàéòå ñåòåâîé ýòèêåò. <I>áóäüòå âåæëèâûìè è äèïëîìàòè÷íûìè</I>.');
?>
--- _chat.loc DELETED ---
|
|
From: Lo?c C. <lo...@us...> - 2001-06-16 10:20:16
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv28407/chat
Modified Files:
input.php3
Log Message:
Rewrote and improve the work to set the message box size
Index: input.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/input.php3,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** input.php3 2001/06/10 14:56:06 1.39
--- input.php3 2001/06/16 10:20:14 1.40
***************
*** 248,254 ****
}
! // Define the message box size
! // = (frame width - margins - send button size) / column width
! $msgBoxSize = floor(($dbSessionVars['winWidth'] - 130 - 10 - ((strlen(L_OK) + 7) * $dbSessionVars['colWidth'])) / $dbSessionVars['colWidth']);
// The urls for the help and the smilies popups
--- 248,254 ----
}
! // Define the message box default size
! // = (frame width / column width) - (send button size + proxy of margins)
! $msgBoxSize = floor((800 - 130) / $dbSessionVars['colWidth']) - (strlen(L_OK) + 2);
// The urls for the help and the smilies popups
***************
*** 330,334 ****
</head>
! <body class="frame"<?php if (!$isPopup) echo(' onload="window.parent.pmcSetMsgBoxFocus()"'); ?>>
<form name="inputForm" action="<?php echo($action); ?>" method="post" autocomplete="off" target="<?php echo($target); ?>" onsubmit="return window.parent.pmcValidateInputForm()">
<table border="0" cellpadding="0" cellspacing="0">
--- 330,334 ----
</head>
! <body class="frame"<?php if (!$isPopup) echo(' onload="window.parent.pmcSetMsgBoxFocus()"'); ?> onresize="if (typeof(document.layers) == 'undefined') window.parent.pmcMsgBoxSize(<?php echo($msgBoxSize . ', ' . $dbSessionVars['colWidth'] . ', ' . strlen(L_OK)); ?>, true)">
<form name="inputForm" action="<?php echo($action); ?>" method="post" autocomplete="off" target="<?php echo($target); ?>" onsubmit="return window.parent.pmcValidateInputForm()">
<table border="0" cellpadding="0" cellspacing="0">
***************
*** 349,353 ****
--- 349,362 ----
<!-- Message box -->
+ <script type="text/javascript" language="javascript1.2">
+ <!--
+ // Define the size of the message box and display it
+ jsMsgBoxSize = window.parent.pmcMsgBoxSize(<?php echo($msgBoxSize . ', ' . $dbSessionVars['colWidth'] . ', ' . strlen(L_OK)); ?>, false);
+ document.writeln('<input type="text" name="message" size="' + jsMsgBoxSize + '" maxlength="299" value="<?php echo(str_replace('/', '\\/', addslashes($msgValue))); ?>" \/>');
+ // -->
+ </script>
+ <noscript>
<input type="text" name="message" size="<?php echo($msgBoxSize); ?>" maxlength="299" value="<?php echo($msgValue); ?>" />
+ </noscript>
|
|
From: Lo?c C. <lo...@us...> - 2001-06-16 10:20:16
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv28407/chat/lib/index_libs
Modified Files:
start_page.lib.js misc.lib.js main_index.lib.php3
do_enter_db_work.lib.php3
Log Message:
Rewrote and improve the work to set the message box size
Index: start_page.lib.js
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/start_page.lib.js,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** start_page.lib.js 2001/06/10 14:57:48 1.12
--- start_page.lib.js 2001/06/16 10:20:14 1.13
***************
*** 51,55 ****
{
var aCell = document.getElementById('testSize');
! var aColWidth = Math.floor(aCell.offsetWidth / aCell.size);
var aRowHeight = Math.floor(aCell.offsetHeight);
}
--- 51,58 ----
{
var aCell = document.getElementById('testSize');
! // IE emphasizes a bit the column with -> handled in a special way
! var aColWidth = (typeof(aCell.clientWidth) != 'undefined')
! ? Math.floor(aCell.clientWidth / aCell.size)
! : (aCell.offsetWidth / aCell.size);
var aRowHeight = Math.floor(aCell.offsetHeight);
}
***************
*** 57,61 ****
{
var aCell = document.all('testSize');
! var aColWidth = Math.floor(aCell.offsetWidth / aCell.size);
var aRowHeight = Math.floor(aCell.offsetHeight);
}
--- 60,64 ----
{
var aCell = document.all('testSize');
! var aColWidth = Math.floor(aCell.clientWidth / aCell.size);
var aRowHeight = Math.floor(aCell.offsetHeight);
}
***************
*** 71,79 ****
with (document.forms['startingForm'])
{
- if (typeof(theWinWidth) != 'undefined')
- {
- elements['winWidth'].value = theWinWidth;
- elements['winHeight'].value = theWinHeight;
- }
if (typeof(aColWidth) != 'undefined')
{
--- 74,77 ----
Index: misc.lib.js
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/misc.lib.js,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** misc.lib.js 2001/05/14 08:50:49 1.14
--- misc.lib.js 2001/06/16 10:20:14 1.15
***************
*** 70,73 ****
--- 70,144 ----
/**
+ * Sets the focus to the message box at the 'input' frame
+ *
+ * @access public
+ */
+ function pmcSetMsgBoxFocus()
+ {
+ var msgBox = pmcGetInputForm('message');
+
+ if (msgBox)
+ {
+ // window.focus() is a js1.1 method
+ if (typeof(window.focus) != 'undefined')
+ window.frames['input'].window.focus();
+ msgBox.focus();
+ }
+ } // end of the function 'pmcSetMsgBoxFocus()'
+
+
+ /**
+ * Defines the size of the message box at the 'input' frame and, if required,
+ * resizes it
+ *
+ * @param integer the default size of the message box
+ * @param integer the computed size of a column of the text box
+ * @param integer the length of the submit button
+ * @param boolean whether to resize the message box or not
+ *
+ * @return mixed the size of the message box if it does not have to be
+ * resized, true else
+ *
+ * @access public
+ */
+ function pmcMsgBoxSize(defaultSize, cellColWidth, submitLength, doResize)
+ {
+ // Get the size of the window
+ var theWinWidth = 0;
+ if (typeof(window.frames['input']) == 'undefined'
+ || typeof(window.frames['input'].window.document) != 'object')
+ {
+ // void;
+ }
+ else if (typeof(document.body) != 'undefined'
+ && typeof(window.frames['input'].window.document.body.clientWidth) != 'undefined')
+ {
+ theWinWidth = window.frames['input'].window.document.body.clientWidth;
+ }
+ else if (typeof(window.innerWidth) != 'undefined')
+ {
+ theWinWidth = window.frames['input'].innerWidth;
+ }
+
+ // Defines the size of the message box
+ theMsgBoxSize = (theWinWidth)
+ ? Math.floor(theWinWidth / cellColWidth) - (submitLength + 2)
+ : defaultSize;
+
+ // Returns the size of the message box or, if required, resizes it
+ if (!doResize)
+ {
+ return theMsgBoxSize;
+ }
+ else
+ {
+ var msgBox = pmcGetInputForm('message');
+ msgBox.size = theMsgBoxSize;
+ return;
+ }
+ } // end of the function 'pmcMsgBoxSize()'
+
+
+ /**
* Automatically submits a command at the 'input' frame
*
***************
*** 131,153 ****
}
} // end of the function 'pmcUserClick()'
-
-
- /**
- * Sets the focus to the message box at the 'input' frame
- *
- * @access public
- */
- function pmcSetMsgBoxFocus()
- {
- var msgBox = pmcGetInputForm('message');
-
- if (msgBox)
- {
- // window.focus() is a js1.1 method
- if (typeof(window.focus) != 'undefined')
- window.frames['input'].window.focus();
- msgBox.focus();
- }
- } // end of the function 'pmcSetMsgBoxFocus()'
--- 202,205 ----
Index: main_index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** main_index.lib.php3 2001/06/15 21:05:15 1.38
--- main_index.lib.php3 2001/06/16 10:20:14 1.39
***************
*** 801,806 ****
<input type="hidden" name="jsVersion" value="noJs" />
<input type="hidden" name="isJsValidated" value="0" />
- <input type="hidden" name="winWidth" value="800" />
- <input type="hidden" name="winHeight" value="600" />
<input type="hidden" name="colWidth" value="<?php echo(L_FONT_SIZE * 0.85); ?>" />
<input type="hidden" name="rowHeight" value="<?php echo((L_FONT_SIZE * 1.5) + 5); ?>" />
--- 801,804 ----
Index: do_enter_db_work.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** do_enter_db_work.lib.php3 2001/06/10 14:57:48 1.20
--- do_enter_db_work.lib.php3 2001/06/16 10:20:14 1.21
***************
*** 227,234 ****
$keptLang = $dbSessionVars['lang'];
$keptFrom = $dbSessionVars['from'];
! if (!isset($winWidth) && dbSessionIsRegistered('winWidth'))
{
- $winWidth = $dbSessionVars['winWidth'];
- $winHeight = $dbSessionVars['winHeight'];
$colWidth = $dbSessionVars['colWidth'];
$rowHeight = $dbSessionVars['rowHeight'];
--- 227,232 ----
$keptLang = $dbSessionVars['lang'];
$keptFrom = $dbSessionVars['from'];
! if (!isset($colWidth) && dbSessionIsRegistered('colWidth'))
{
$colWidth = $dbSessionVars['colWidth'];
$rowHeight = $dbSessionVars['rowHeight'];
***************
*** 254,259 ****
$dbSessionVars['noKickTest'] = 1;
// some sizes
- $dbSessionVars['winWidth'] = (isset($winWidth)) ? $winWidth : 800;
- $dbSessionVars['winHeight'] = (isset($winHeight)) ? $winHeight : 600;
$dbSessionVars['colWidth'] = (isset($colWidth)) ? $colWidth : (L_FONT_SIZE * 0.85);
$dbSessionVars['rowHeight'] = (isset($rowHeight)) ? $rowHeight : ((L_FONT_SIZE * 1.5) + 5);
--- 252,255 ----
|