You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(34) |
Aug
(215) |
Sep
(180) |
Oct
(135) |
Nov
(105) |
Dec
(81) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(76) |
Feb
(22) |
Mar
(154) |
Apr
(149) |
May
(128) |
Jun
(94) |
Jul
(14) |
Aug
(24) |
Sep
(77) |
Oct
(52) |
Nov
(22) |
Dec
(6) |
| 2003 |
Jan
(4) |
Feb
(10) |
Mar
(6) |
Apr
(29) |
May
(10) |
Jun
(37) |
Jul
(39) |
Aug
(13) |
Sep
(23) |
Oct
(3) |
Nov
(7) |
Dec
(2) |
| 2004 |
Jan
|
Feb
(10) |
Mar
(4) |
Apr
|
May
(35) |
Jun
(4) |
Jul
(17) |
Aug
(6) |
Sep
(14) |
Oct
(18) |
Nov
(2) |
Dec
(14) |
| 2005 |
Jan
(9) |
Feb
(30) |
Mar
(6) |
Apr
|
May
(38) |
Jun
(23) |
Jul
(21) |
Aug
(76) |
Sep
(50) |
Oct
(51) |
Nov
(13) |
Dec
|
|
From: Benjamin C. <bc...@us...> - 2002-10-20 02:51:50
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv30227/templates/default
Modified Files:
login.html
Log Message:
Make the default button 'go' rather than 'email my password'
Index: login.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/login.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- login.html 11 Apr 2002 20:29:34 -0000 1.3
+++ login.html 20 Oct 2002 02:51:48 -0000 1.4
@@ -10,7 +10,7 @@
<br>
<div align='center'><b>User Login</b></div>
<br>
-
+
<form action='index.php' method='post'>
<table border="0">
<?php global $username, $emailsuccess; if (isset($username)) { ?>
@@ -42,8 +42,8 @@
</tr>
<tr>
<td align="right">
- <input type="submit" name="sendpass" value="Email my password">
<input type="submit" value="Go">
+ <input type="submit" name="sendpass" value="Email my password">
<input type="hidden" name="dologin" value="1">
</td>
</tr>
|
|
From: Ben C. <php...@be...> - 2002-10-19 20:44:02
|
I've just uploaded a release candidate for version 0.9.0. Although it feels a little silly to do a release candidate for a project labeled beta, enough people rely on phpBT to justify it, I think. At any rate, it's just a snapshot from cvs, so bang away on it to try and shake any show-stopper bugs out. If there isn't anything serious reported in the next week, I'll assume it's ready to go to the masses. :) |
|
From: Benjamin C. <bc...@us...> - 2002-10-19 20:10:16
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv2083/inc
Modified Files:
functions.php
Log Message:
Ignore files that aren't php files when building the list of languages.
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- functions.php 23 Sep 2002 20:08:59 -0000 1.35
+++ functions.php 19 Oct 2002 20:10:13 -0000 1.36
@@ -176,7 +176,7 @@
case 'LANGUAGE' :
$dir = opendir('languages');
while (false !== ($file = readdir($dir))) {
- if ($file != '.' && $file != '..' && $file != 'CVS') {
+ if ($file != '.' && $file != '..' && $file != 'CVS' && substr($file, -3) == 'php') {
$filelist[] = str_replace('.php', '', $file);
}
}
|
|
From: Benjamin C. <bc...@us...> - 2002-10-19 20:06:01
|
Update of /cvsroot/phpbt/phpbt/languages/old In directory usw-pr-cvs1:/tmp/cvs-serv786/languages/old Added Files: README es.php et.php gb2312.php it.php no.php pl_iso-8859-2.php ru_koi8-r.php ru_windows-1251.php se.php sl.php Log Message: Moving old translation files out of the current languages directory. --- NEW FILE: README --- The language files in this directory were made obsolete by changes in the handling of transations as of version 0.9.0. They are here to serve as a starting point for anyone interested in updating them. --- NEW FILE: es.php --- <?php // strings-es.php - Spanish strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2001 Manuel Amador (Rudd-O) <am...@al...> // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: es.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'iso-8859-1', 'nouser' => 'Ese usuario no existe', 'dupeofself' => 'Un error no puede ser duplicado de si mismo', 'nobug' => 'Ese error no existe', 'givesummary' => 'Por favor escriba un resumen', 'givedesc' => 'Por favor escriba una descripcion', 'noprojects' => 'No hay proyectos', 'totalbugs' => 'Total de errores', 'giveemail' => 'Por favor escriba una direccion válida de correo electronico', 'givelogin' => 'Por favor escriba un nombre de usuario', 'loginused' => 'Ese nombre de usuario está siendo utilizado', 'newacctsubject' => 'Inicio de sesion phpBugTracker', 'newacctmessage' => "Su contraseña phpBugTracker es %s", 'nobugs' => 'No hay errores', 'givename' => 'Por favor escriba un nombre', 'edit' => 'Editar', 'addnew' => 'Agregar nuevo', 'nooses' => 'No hay sistemas operativos', 'giveinitversion' => 'Por favor escriba la version inicial del proyecto', 'giveversion' => 'Por favor escriba una version', 'noversions' => 'No hay versiones', 'nocomponents' => 'No hay componentes', 'nostatuses' => 'No hay estados', 'noseverities' => 'No hay severidades', 'givepassword' => 'Por favor escriba una contraseña', 'nousers' => 'No hay usuarios', 'bugbadperm' => 'Ud. no puede modificar este error', 'bugbadnum' => 'Ese error no existe', 'datecollision' => 'Alguien actualizo este error desde la última vez. La informacion del error ha sido actualizada con los últimos cambios', 'passwordmatch' => 'Las contraseñas no coinciden. Por favor vuelva a intentar.', 'nobughistory' => 'No hay historia para ese error', 'logintomodify' => 'Para modificar este error, inicie una sesion con su nombre de usuario.', 'dupe_attachment' => 'Ese archivo ya está presente', 'give_attachment' => 'Por favor especifique un archivo a recibir', 'no_attachment_save_path' => 'No se encuentra la carpeta de archivos', 'attachment_path_not_writeable' => 'La carpeta de archivos está protegida contra escritura', 'attachment_move_error' => 'Hubo un error ubicando el archivo a la carpeta de archivos', 'bad_attachment' => 'Ese archivo no existe', 'attachment_too_large' => 'El archivo enviado excede el tamaño máximo de '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'Esa funcion requiere privilegios administrativos que Ud. no posee', 'project_only_all_groups' => 'No se pueden elegir grupos específicos si "Todos los grupos" está seleccionado', 'previous_bug' => 'Previo', 'next_bug' => 'Siguiente', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', 'no_votes' => 'There are no votes for this bug', 'user_filter' => array( 0 => 'All users', 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Enviar un error', 'editbug' => 'Editar un error', 'newaccount' => 'Crear una nueva cuenta de usuario', 'bugquery' => 'Búsqueda de errores', 'buglist' => 'Lista de errores', 'addcomponent' => 'Agregar componente', 'editcomponent' => 'Editar componente', 'addproject' => 'Agregar proyecto', 'editproject' => 'Editar proyecto', 'addversion' => 'Agregar version', 'editversion' => 'Editar version', 'project' => 'Proyectos', 'os' => 'Sistemas operativos', 'resolution' => 'Soluciones', 'status' => 'Estados', 'severity' => 'Severidad', 'user' => 'Usuarios', 'home' => 'Inicio', 'reporting' => 'Reportar', 'group' => 'Grupos' ); ?> --- NEW FILE: et.php --- <?php // et.php - Estonian strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2002 Alvar Soome (FinSoft) <al...@we...> // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: et.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'iso-8859-1', 'nouser' => 'Kasutajat ei eksisteeri', 'dupeofself' => 'Viga ei saa olla iseenda dublikaat', 'nobug' => 'Viga ei eksisteeri', 'givesummary' => 'Sisestage kokkuvõte', 'givedesc' => 'Sisestage kirjeldus', 'noprojects' => 'Projekte ei leitud', 'totalbugs' => 'Kokku vigu', 'giveemail' => 'Palun sisestage õige emaili aadress', 'givelogin' => 'Andke kasutajanimi', 'loginused' => 'See kasutajanimi on juba olemas', 'newacctsubject' => 'phpBugTrackeri sisselogimine', 'newacctmessage' => "Teie phpBugTrackeri parool on %s", 'nobugs' => 'Vigu ei leitud', 'givename' => 'Palun sisestage nimi', 'edit' => 'Muuda', 'addnew' => 'Lisa uus', 'nooses' => 'Ei leitud OP süsteeme', 'giveinitversion' => 'Sisestage projekti hekteversioon', 'giveversion' => 'Sisestage versioon', 'noversions' => 'Versioone ei leitud', 'nocomponents' => 'Komponente ei leitud', 'nostatuses' => 'Staatuseid ei leitud', 'noseverities' => 'Raskusaste', 'givepassword' => 'Sisestage parool', 'nousers' => 'Kasutajaid ei leitud', 'bugbadperm' => 'Te ei saa seda viga muuta', 'bugbadnum' => 'Seda viga ei eksisteeri', 'datecollision' => 'Keegi muutis seda viga samal ajal kui Teie seda vaatasite. Vea info on uuesti sisse loetud koos uute muudatustega.', 'passwordmatch' => 'Parooli ei ühti, sisestage uuesti', 'nobughistory' => 'Selle vea kohta pole ajalugu', 'logintomodify' => 'Te peate sisse logitud olema, et viga muuta', 'dupe_attachment' => 'Selline lisa on juba veal olemas', 'give_attachment' => 'Määrake fail üleslaadimiseks', 'no_attachment_save_path' => 'Ei leitud kataloogi kuhu fail salvestada!', 'attachment_path_not_writeable' => 'Ei suutnud määratud kataloogi faili salvestada', 'attachment_move_error' => 'Tekkis viga lisa liigutamisel', 'bad_attachment' => 'Seda lisa ei eksisteeri', 'attachment_too_large' => 'Teie antud fail on suurem kui '.number_format(ATTACHMENT_MAX_SIZE).' baiti', 'bad_permission' => 'Teil pole selleks tegevuseks vajalikke õigusi', 'project_only_all_groups' => 'Te ei saa valida eraldi gruppe kui "Kõik grupid" on valitud', 'previous_bug' => 'Eelmine', 'next_bug' => 'Järgmine', 'already_voted' => 'Te olete juba hääletanud', 'too_many_votes' => 'Te olete ületanud maksimaalse häälte arvu kasutaja kohta', 'no_votes' => 'Sellel veal ei ole hääli', 'user_filter' => array( 0 => 'Kõik kasutajad', 1 => 'Aktiivsed kasutajad', 2 => 'Suletud/mitteaktiivsed kasutajad'), 'dupe_dependency' => 'Selle vea sõltuvus on juba paika seatud', 'image_path_not_writeable' => 'Alamkataloog "jpgimages" ei ole üle võrgu kirjutatav, seega ei suuda kokkuvõtte pilti renderdada' ); // Page titles $TITLE = array( 'enterbug' => 'Lisa viga', 'editbug' => 'Muuda viga', 'newaccount' => 'Loo uus kasutaja', 'bugquery' => 'Veapäring', 'buglist' => 'Veanimekiri', 'addcomponent' => 'Lisa komponent', 'editcomponent' => 'Muuda komponenti', 'addproject' => 'Lisa projekt', 'editproject' => 'Muuda projekti', 'addversion' => 'Lisa versioon', 'editversion' => 'Muuda versiooni', 'project' => 'Projektid', 'os' => 'Operatsioonisüsteemid', 'resolution' => 'Resolutsioonid', 'status' => 'Staatused', 'severity' => 'Raskusastmed', 'user' => 'Kasutajad', 'home' => 'Esileht', 'reporting' => 'Raport', 'group' => 'Grupid' ); ?> --- NEW FILE: gb2312.php --- <?php // gb2312.php - Chinese strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id $ // ------------------------------------------------------------------------ // Translated by liaobin(lia...@37...) // ------------------------------------------------------------------------ $STRING = array( 'lang_charset' => 'gb2312', 'nouser' => 'Óû§²»´æÔÚ', 'dupeofself' => 'Ò»¸öBug²»ÄÜͬËü±¾ÉíÖØ¸´', 'nobug' => 'Õâ¸öBug²»´æÔÚ', 'givesummary' => 'Çë¸ø³ö¸ÅÊö', 'givedesc' => 'Çë¸ø³ö¾ßÌåÃèÊö', 'noprojects' => 'ûÓÐÕÒµ½ÏîÄ¿', 'totalbugs' => '¹²ÓÐBug', 'giveemail' => 'ÇëÊäÈëÒ»¸öÓÐЧµÄemailÃû', 'givelogin' => 'ÇëÊäÈëµÇ¼Óû§Ãû', 'loginused' => 'Õâ¸öµÇ¼Óû§ÃûÒѾ±»Ê¹ÓÃ', 'newacctsubject' => 'phpBugTracker µÇ¼', 'newacctmessage' => "ÄúµÄ phpBugTracker ÃÜÂëÊÇ %s", 'nobugs' => 'ûÓÐBugÕÒµ½', 'givename' => 'ÇëÊäÈëÐÕÃû', 'edit' => '±à¼', 'addnew' => 'Ìí¼Ó', 'nooses' => 'ûÓÐ OSes ÕÒµ½', 'giveinitversion' => 'ÇëÊäÈëÏîÄ¿µÄ³õʼ»¯°æ±¾ºÅ', 'giveversion' => 'ÇëÊäÈë°æ±¾ºÅ', 'noversions' => 'ûÓа汾ºÅ±»ÕÒµ½', 'nocomponents' => 'ûÓÐÏîÄ¿µ¥Ôª±»ÕÒµ½', 'nostatuses' => 'ûÓÐ״̬±»ÕÒµ½', 'noseverities' => 'ûÓÐÑÏÖØ³Ì¶È±»ÕÒµ½', 'givepassword' => 'ÇëÊäÈëÒ»¸öÃÜÂë', 'nousers' => 'ûÓÐÓû§ÕÒµ½', 'bugbadperm' => 'Äú²»Äܸü¸ÄÕâ¸öBug', 'bugbadnum' => 'Õâ¸öBug²»´æÔÚ', 'datecollision' => 'ÔÚÄú¿´¹ýÕâ¸öbugÖ®ºó£¬ÓÐÈ˸üÐÂÁËÕâ¸öBug. Õâ¸ö bug µÄÐÅÏ¢ÒѾÔÚ×îºóÒ»´Î±ä¸üºóÖØÔØÁË.', 'passwordmatch' => 'ÃÜÂ벻ƥÅä -- ÇëÔÙÊÔÒ»±é', 'nobughistory' => 'Õâ¸öbugûÓÐÀúÊ·', 'logintomodify' => 'ÄúÐÞ¸ÄÕâ¸öbug±ØÐëÏȵǼ', 'dupe_attachment' => 'Õâ¸öbugµÄ¸½¼þÒѾ´æÔÚ', 'give_attachment' => 'Çë¸ø³öÐèÒªÉÏÔØµÄÎļþÃû', 'no_attachment_save_path' => 'ûÓÐÕÒµ½¸½¼þÎļþµÄÉÏÔØÂ·¾¶!', 'attachment_path_not_writeable' => '¸½¼þÉÏÔØÂ·¾¶²»ÄÜд!', 'attachment_move_error' => 'ÒÆ¶¯¸½¼þʱ³ö´í', 'bad_attachment' => '¸½¼þ²»´æÔÚ', 'attachment_too_large' => 'ÄúÉÏÔØµÄ¸½¼þ´óÓÚ '.number_format(ATTACHMENT_MAX_SIZE).' ×Ö½Ú', 'bad_permission' => 'ÄúûÓÐʹÓÃÕâ¸ö¹¦ÄܵÄȨÏÞ', 'project_only_all_groups' => 'You cannot choose specific groups when "All Groups" is chosen', 'previous_bug' => 'Previous', 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', 'no_votes' => 'There are no votes for this bug', 'user_filter' => array( 0 => 'All users', 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'ÊäÈëÒ»¸öbug', 'editbug' => '±à¼bug', 'newaccount' => '´´½¨ÐÂÓû§', 'bugquery' => '²éѯBug ', 'buglist' => 'Bug Áбí', 'addcomponent' => 'Ìí¼ÓÒ»¸öµ¥Ôª', 'editcomponent' => '±à¼Ò»¸öµ¥Ôª', 'addproject' => 'Ìí¼ÓÒ»¸öÏîÄ¿', 'editproject' => '±à¼Ò»¸öÏîÄ¿', 'addversion' => 'Ìí¼Ó°æ±¾ºÅ', 'editversion' => '±à¼°æ±¾ºÅ', 'project' => 'ÏîÄ¿', 'os' => '²Ù×÷ϵͳ', 'resolution' => '½â¾ö·½·¨', 'status' => '״̬', 'severity' => 'ÑÏÖØ³Ì¶È', 'user' => 'Óû§', 'home' => 'Ö÷Ò³Ãæ', 'reporting' => '±¨±í', 'group' => 'Groups' ); ?> --- NEW FILE: it.php --- <?php // it.php - Italian strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: it.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'us-ascii', 'nouser' => 'L\'utente non esiste', 'dupeofself' => 'Un bug non puo\' essere un duplicato di se stesso', 'nobug' => 'Il bug non esiste', 'givesummary' => 'Inserire un sommario', 'givedesc' => 'Inserire una descrizione', 'noprojects' => 'Nessun progetto trovato', 'totalbugs' => 'Bug totali', 'giveemail' => 'Inserire un indirizzo valido di posta elettronica', 'givelogin' => 'Inserire un login', 'loginused' => 'Il login e\' gia\' in uso', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "La vostra password di phpBugTracker e\' %s", 'nobugs' => 'Nessun bug trovato', 'givename' => 'Inserire un nome', 'edit' => 'Modificare', 'addnew' => 'Aggiungere', 'nooses' => 'Nessun S.O. trovato', 'giveinitversion' => 'Inserire una versione iniziale per il progetto', 'giveversion' => 'Inserire una versione', 'noversions' => 'Nessuna versione trovata', 'nocomponents' => 'Nessun componente trovato', 'nostatuses' => 'Nessuno stato trovato', 'noseverities' => 'Nessuna severita\' trovata', 'givepassword' => 'Inserire una password', 'nousers' => 'Nessun utente trovato', 'bugbadperm' => 'Non potete cambiare questo bug', 'bugbadnum' => 'Il bug non esiste', 'datecollision' => 'Il bug e\' stato modificato il bug dopo che l\'avete visualizzato. L\'informazione sul bug e\' stata ricaricata con le ultime modifiche.', 'passwordmatch' => 'Le password non corrispondono -- Riprovare', 'nobughistory' => 'Non c\'e\' nessuna storia per il bug', 'logintomodify' => 'Bisogna aver fatto il login per modificare questo bug', 'dupe_attachment' => 'L\'attachment esiste gia\' per questo bug', 'give_attachment' => 'Specificare un file da caricare', 'no_attachment_save_path' => 'Manca il path in cui salvare il file!', 'attachment_path_not_writeable' => 'Non si puo\' creare un file nel path di salvataggio', 'attachment_move_error' => 'Si e\' verificato un errore spostando il file caricato', 'bad_attachment' => 'L\' attachment non esiste', 'attachment_too_large' => 'La dimensione del file specificato e\' maggiore di '.number_format(ATTACHMENT_MAX_SIZE).' byte', 'bad_permission' => 'Mancano i permessi richiesti per questa funzione', 'project_only_all_groups' => 'Non si possono scegliere gruppi specifici quando l\'opzione "Tutti i gruppi" e\' selezionata', 'previous_bug' => 'Precedente', 'next_bug' => 'Successivo', 'already_voted' => 'Avete gia\' votato per questo bug', 'too_many_votes' => 'Avete raggiunto il numero massimo di voti per utente', 'no_votes' => 'Non ci sono voti per questo bug', 'user_filter' => array( 0 => 'Tutti gli utenti', 1 => 'Utenti attivi', 2 => 'Utenti Inattivi'), 'dupe_dependency' => 'La dipendenza per il bug e\' gia\' stata aggiunta', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Inserisci Bug', 'editbug' => 'Modifica Bug', 'newaccount' => 'Crea nuovo account', 'bugquery' => 'Interrogazione Bug', 'buglist' => 'Lista dei Bug', 'addcomponent' => 'Aggiungi Componente', 'editcomponent' => 'Modifica Componente', 'addproject' => 'Aggiungi Progetto', 'editproject' => 'Modifica progetto', 'addversion' => 'Aggiungi Versione', 'editversion' => 'Modifica Versione', 'project' => 'Progetti', 'os' => 'Sistemi Operativi', 'resolution' => 'Risoluzioni', 'status' => 'Stati', 'severity' => 'Severita\'', 'user' => 'Utenti', 'home' => 'Home', 'reporting' => 'Reporting', 'group' => 'Gruppi' ); ?> --- NEW FILE: no.php --- <?php // no.php - Norwegian strings and titles // Translation by Sven-Erik Andersen // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: no.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'iso8859-1', 'nouser' => 'Denne brukeren eksisterer ikke', 'dupeofself' => 'En feil kan ikke være en kopi av seg selv', 'nobug' => 'Den feilen eksisterer ikke', 'givesummary' => 'Vennligst skriv et sammendrag', 'givedesc' => 'Vennligst skriv en beskrivelse', 'noprojects' => 'Ingen prosjekter funnet', 'totalbugs' => 'Totalt antall feil', 'giveemail' => 'Vennligst skriv en gyldig email adresse', 'givelogin' => 'Vennligst skriv inn et brukernavn', 'loginused' => 'Det brukernavnet er allerede i bruk', 'newacctsubject' => 'phpBugTracker Innlogging', 'newacctmessage' => "Ditt phpBugTracker passord er %s", 'nobugs' => 'Ingen feiler funnet', 'givename' => 'Vennligst skriv et navn', 'edit' => 'Rediger', 'addnew' => 'Legg til ny', 'nooses' => 'Ingen OSer funnet', 'giveinitversion' => 'Vennligst skriv et versjonsnummer for prosjektet', 'giveversion' => 'Vennligst skriv et versjonsnummer', 'noversions' => 'Ingen versjoner funnet', 'nocomponents' => 'Ingen komponenter funnet', 'nostatses' => 'Ingen statuser funnet', 'givepassword' => 'Vennligst skriv inn et passord', 'nousers' => 'Ingen brukere funnet', 'bugbadperm' => 'Du kan ikke endre denne feilen', 'bugbadnum' => 'Denne feilen eksisterer ikke', 'datecollision' => 'Noen har oppdatert feilen siden sist du så den. Feil informasjonen har blitt lastet på nytt med de siste endringer.', 'passwordmatch' => 'Disse passordene er ikke like -- vennligst prøv igjen', 'nobughistory' => 'Det er ingen historie for denne feilen', 'logintomodify' => 'Du må være logget inn for å redigere denne feilen', 'dupe_attachment' => 'Vedlegget eksisterer allerede for denne feilen', 'give_attachment' => 'Vennligst spesifiser en fil for opplasting', 'no_attachment_save_path' => 'Kunne ikke finne en plass å lagre denne feilen!', 'attachment_path_not_writeable' => 'Kunne ikke opprette en fil i lagrings-stien', 'attachment_move_error' => 'Det oppstod en feil under flytting av den opplastede filen', 'bad_attachment' => 'Det vedlegget eksisterer ikke', 'attachment_too_large' => 'Filen du har spesifisert er større enn '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'Du har ikke de nødvendige rettighetene til det', 'noseverities' => 'Ingen alvorligheter funnet', 'project_only_all_groups' => 'You cannot choose specific groups when "All Groups" is chosen', 'previous_bug' => 'Previous', 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', 'no_votes' => 'There are no votes for this bug', 'user_filter' => array( 0 => 'All users', 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Legg til en feil', 'editbug' => 'Rediger feil', 'newaccount' => 'Lag en ny konto', 'bugquery' => 'Feil spørring', 'buglist' => 'Feil-liste', 'addcomponent' => 'Legg til komponent', 'editcomponent' => 'Rediger komponent', 'addproject' => 'Legg til prosjekt', 'editproject' => 'Rediger prosjekt', 'addversion' => 'Legg til versjon', 'editversion' => 'Rediger versjon', 'project' => 'Prosjekter', 'os' => 'Operativ Systemer', 'resolution' => 'Oppløsninger', 'status' => 'Statuser', 'user' => 'Brukere', 'home' => 'Hjem', 'reporting' => 'Rapportering', 'severity' => 'Alvorlighet', 'group' => 'Groups' ); ?> --- NEW FILE: pl_iso-8859-2.php --- <?php // pl_iso-8859-2.php - Polish strings and titles encoded in iso-8859-2 codepage // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: pl_iso-8859-2.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'ISO-8859-2', 'nouser' => 'U¿ytkownik nie istnieje', 'dupeofself' => 'B³±d nie mo¿e byæ duplikatem samego siebie', 'nobug' => 'B³±d nie istnieje', 'givesummary' => 'Wpisz podsumowanie', 'givedesc' => 'Wpisz opis', 'noprojects' => 'Nie znaleziono projektów', 'totalbugs' => 'Razem b³êdów', 'giveemail' => 'Podaj prawid³owy adres email', 'givelogin' => 'Podaj login', 'loginused' => 'Ten login jest ju¿ u¿ywany', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Twoje has³o do phpBugTracker\'a to %s", 'nobugs' => 'Nie znaleziono ¿adnych b³êdów', 'givename' => 'Podaj nazwê', 'edit' => 'Edycja', 'addnew' => 'Dodaj nowy', 'nooses' => 'Nie znaleziono systemów operacyjnych', 'giveinitversion' => 'Podaj inicjaln± wersjê dla projektu', 'giveversion' => 'Podaj wersjê', 'noversions' => 'Nie znaleziono wersji', 'nocomponents' => 'Nie znaleziono komponentów', 'nostatuses' => 'Nie znaleziono statusów b³êdów', 'noseverities' => 'Nie znaleziono wag b³êdów', 'givepassword' => 'Podaj has³o', 'nousers' => 'Nie znaleziono u¿ytkowników', 'bugbadperm' => 'Nie mo¿esz zmieniæ tego b³êdu', 'bugbadnum' => 'B³±d nie istnieje', 'datecollision' => 'Kto¶ zaktualizowa³ ten b³±d od czasu gdy go ogl±dasz. Informacje o b³êdzie zosta³y do¶wie¿one.', 'passwordmatch' => 'Has³a nie zgadzaj± siê -- spróbuj ponownie', 'nobughistory' => 'Ten b³±d nie ma historii', 'logintomodify' => 'Musisz byæ zalogowany aby modyfikowaæ ten b³±d', 'dupe_attachment' => 'Za³±cznik jest ju¿ skojarzony z tym b³êdem', 'give_attachment' => 'Podaj nazwê pliku do za³adowania', 'no_attachment_save_path' => 'Nie mogê znale¼æ ¶cie¿ki do zachowania pliku!', 'attachment_path_not_writeable' => 'Nie mogê stworzyæ pliku w ¶cie¿ce zachowywania plików!', 'attachment_move_error' => 'W czasie przenoszenia wgranego pliku wyst±pi³ b³±d', 'bad_attachment' => 'Za³±cznik nie istnieje', 'attachment_too_large' => 'Wybrany plik jest wiêkszy ni¿ '.number_format(ATTACHMENT_MAX_SIZE).' bajtów', 'bad_permission' => 'Nie masz uprawnieñ wymaganych do tej funkcji', 'project_only_all_groups' => 'Nie mo¿esz zmieniaæ konkretnych grup kiedy wybrano "Wszystkie grupy"', 'previous_bug' => 'Poprzedni', 'next_bug' => 'Nastêpny', 'already_voted' => 'G³osowa³e¶ ju¿ na ten b³±d', 'too_many_votes' => 'Osi±gn±³e¶ maksymaln± liczbê g³osów na przydzielon± u¿ytkownikowi', 'no_votes' => 'Na ten b³±d nie oddano ¿adnych g³osów', 'user_filter' => array( 0 => 'Wszyscy u¿ytkownicy', 1 => 'Aktywni u¿ytkownicy', 2 => 'Nieaktywni u¿ytkownicy'), 'dupe_dependency' => 'Ta zale¿no¶æ pomiêdzy b³êdami zosta³a ju¿ dodana', 'image_path_not_writeable' => 'Podkatalog "jpgimages" nie mo¿e byæ zapisywany przez proces serwera WWW - nie mo¿na wygenerowaæ podsumowania' ); // Page titles $TITLE = array( 'enterbug' => 'Wpisz b³±d', 'editbug' => 'Edytuj b³±d', 'newaccount' => 'Stwórz nowe konto u¿ytkownika', 'bugquery' => 'Przeszukiwanie bazy b³êdów', 'buglist' => 'Lista b³êdów', 'addcomponent' => 'Dodaj komponent', 'editcomponent' => 'Edytuj komponent', 'addproject' => 'Dodaj projekt', 'editproject' => 'Edytuj projekt', 'addversion' => 'Dodaj wersjê', 'editversion' => 'Edytuj wersjê', 'project' => 'Projekty', 'os' => 'Systemy operacyjne', 'resolution' => 'Rozpoznanie', 'status' => 'Statusy', 'severity' => 'Wagi', 'user' => 'U¿ytkownicy', 'home' => 'Strona g³ówna', 'reporting' => 'Raportowanie', 'group' => 'Grupy' ); ?> --- NEW FILE: ru_koi8-r.php --- <?php // ru_koi8-r.php - Russian strings and titles, KOI8-R encoding // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: ru_koi8-r.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'koi8-r', 'nouser' => 'ôÁËÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ', 'dupeofself' => 'ðÒÏÂÌÅÍÁ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÕÂÌÉËÁÔÏÍ ÓÁÍÏÊ ÓÅÂÑ', 'nobug' => 'ôÁËÏÊ ÐÒÏÂÌÅÍÙ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ', 'givesummary' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÓÕÔØ ÐÒÏÂÌÅÍÙ', 'givedesc' => 'ðÏÖÁÌÕÊÓÔÁ, ××ÅÄÉÔÅ ÏÐÉÓÁÎÉÅ', 'noprojects' => 'ðÒÏÅËÔÏ× ÎÅ ÎÁÊÄÅÎÏ', 'totalbugs' => '÷ÓÅÇÏ ÐÒÏÂÌÅÍ', 'giveemail' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÒÁÂÏÔÁÀÝÉÊ email-ÁÄÒÅÓ', 'givelogin' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÌÏÇÉÎ', 'loginused' => 'ôÁËÏÊ ÌÏÇÉÎ ÕÖÅ ÚÁÎÑÔ', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "÷ÁÛ ÐÁÒÏÌØ × phpBugTracker - %s", 'nobugs' => 'ðÒÏÂÌÅÍ ÎÅ ÎÁÊÄÅÎÏ', 'givename' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÉÍÑ', 'edit' => 'ðÒÁ×ËÁ', 'addnew' => 'äÏÂÁ×ÉÔØ', 'nooses' => 'îÅ ÎÁÊÄÅÎÏ ïó', 'giveinitversion' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÎÁÞÁÌØÎÕÀ ×ÅÒÓÉÀ ÄÌÑ ÄÁÎÎÏÇÏ ÐÒÏÅËÔÁ', 'giveversion' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ×ÅÒÓÉÀ', 'noversions' => '÷ÅÒÓÉÊ ÎÅ ÎÁÊÄÅÎÏ', 'nocomponents' => 'ëÏÍÐÏÎÅÎÔ ÎÅ ÎÁÊÄÅÎÏ', 'nostatuses' => 'óÏÓÔÏÑÎÉÊ ÎÅ ÎÁÊÄÅÎÏ', 'noseverities' => 'ïÐÉÓÁÎÉÊ ×ÁÖÎÏÓÔÉ ÎÅ ÎÁÊÄÅÎÏ', 'givepassword' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÐÁÒÏÌØ', 'nousers' => 'ðÏÌØÚÏ×ÁÔÅÌÅÊ ÎÅ ÎÁÊÄÅÎÏ', 'bugbadperm' => '÷Ù ÎÅ ÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ÜÔÕ ÐÒÏÂÌÅÍÕ', 'bugbadnum' => 'ôÁËÏÊ ÐÒÏÂÌÅÍÙ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ', 'datecollision' => 'ëÔÏ-ÔÏ ÏÂÎÏ×ÉÌ ÜÔÕ ÐÒÏÂÌÅÍÕ ÐÏËÁ ×Ù ÅÅ ÐÒÏÓÍÁÔÒÉ×ÁÌÉ. éÎÆÏÒÍÁÃÉÑ Ï ÐÒÏÂÌÅÍÅ ÐÅÒÅÚÁÇÒÕÖÅÎÁ, ×ËÌÀÞÁÑ ÐÏÓÌÅÄÎÉÅ ÉÚÍÅÎÅÎÉÑ.', 'passwordmatch' => 'üÔÉ ÐÁÒÏÌÉ ÎÅ ÓÏ×ÐÁÄÁÀÔ -- ÐÏÖÁÌÕÊÓÔÁ, ÐÏÐÒÏÂÕÊÔÅ ÅÝÅ ÒÁÚ', 'nobughistory' => 'äÌÑ ÜÔÏÊ ÐÒÏÂÌÅÍÙ ÉÓÔÏÒÉÉ ÎÅÔ', 'logintomodify' => 'äÌÑ ÉÚÍÅÎÅÎÉÑ ÜÔÏÊ ÐÒÏÂÌÅÍÙ ×Ù ÄÏÌÖÎÙ ×ÏÊÔÉ × ÓÉÓÔÅÍÕ', 'dupe_attachment' => 'ôÁËÏÅ ÐÒÉÌÏÖÅÎÉÅ ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ ÄÌÑ ÄÁÎÎÏÊ ÐÒÏÂÌÅÍÙ', 'give_attachment' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÆÁÊÌ ÄÌÑ ÚÁÇÒÕÚËÉ', 'no_attachment_save_path' => 'îÅ ÍÏÇÕ ÎÁÊÔÉ ÇÄÅ ÓÏÚÒÁÎÉÔØ ÆÁÊÌ!', 'attachment_path_not_writeable' => 'îÅ ÍÏÇÕ ÓÏÚÄÁÔØ ÆÁÊÌ × ÕËÁÚÁÎÎÏÍ ÍÅÓÔÅ', 'attachment_move_error' => 'ðÒÉ ÐÅÒÅÍÅÝÅÎÉÉ ÚÁÇÒÕÖÅÎÎÏÇÏ ÆÁÊÌÁ ÐÒÏÉÚÏÛÌÁ ÏÛÉÂËÁ', 'bad_attachment' => 'ôÁËÏÇÏ ÐÒÉÌÏÖÅÎÉÑ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ', 'attachment_too_large' => 'õËÁÚÁÎÎÙÊ ÆÁÊÌ ÉÍÅÅÔ ÒÁÚÍÅÒ ÂÏÌØÛÅ ÞÅÍ '.number_format(ATTACHMENT_MAX_SIZE).' ÂÁÊÔ', 'bad_permission' => 'õ ×ÁÓ ÎÅÔ ÐÏÌÎÏÍÏÞÉÊ, ÎÅÏÂÈÏÄÉÍÙÈ ÄÌÑÄÁÎÎÏÊ ÆÕÎËÃÉÉ', 'project_only_all_groups' => 'You cannot choose specific groups when "All Groups" is chosen', 'previous_bug' => 'Previous', 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', 'no_votes' => 'There are no votes for this bug', 'user_filter' => array( 0 => 'All users', 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => '÷×ÏÄ ÐÒÏÂÌÅÍÙ', 'editbug' => 'ðÒÁ×ËÁ ÐÒÏÂÌÅÍÙ', 'newaccount' => 'óÏÚÄÁÎÉÅ ÎÏ×ÏÇÏ ×ÈÏÄÁ × ÓÉÓÔÅÍÕ', 'bugquery' => 'úÁÐÒÏÓ ÐÒÏÂÌÅÍ', 'buglist' => 'óÐÉÓÏË ÐÒÏÂÌÅÍ', 'addcomponent' => 'äÏÂÁ×ÉÔØ ËÏÍÐÏÎÅÎÔ', 'editcomponent' => 'ðÒÁ×ËÁ ËÏÍÐÏÎÅÎÔÁ', 'addproject' => 'äÏÂÁ×ÉÔØ ÐÒÏÅËÔ', 'editproject' => 'ðÒÁ×ËÁ ÐÒÏÅËÔÁ', 'addversion' => 'äÏÂÁ×ÉÔØ ×ÅÒÓÉÀ', 'editversion' => 'ðÒÁ×ËÁ ×ÅÒÓÉÉ', 'project' => 'ðÒÏÅËÔÙ', 'os' => 'ïÐÅÒÁÃÉÏÎÎÙÅ ÓÉÓÔÅÍÙ', 'resolution' => 'òÅÚÏÌÀÃÉÉ', 'status' => 'óÏÓÔÏÑÎÉÑ', 'severity' => '÷ÁÖÎÏÓÔØ', 'user' => 'ðÏÌØÚÏ×ÁÔÅÌÉ', 'home' => 'çÌÁ×ÎÁÑ ÓÔÒÁÎÉÃÁ', 'reporting' => 'ïÔÞÅÔÙ', 'group' => 'Groups' ); ?> --- NEW FILE: ru_windows-1251.php --- <?php // ru_koi8-r.php - Russian strings and titles, windows-1251 encoding // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: ru_windows-1251.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'windows-1251', 'nouser' => 'Òàêîãî ïîëüçîâàòåëÿ íå ñóùåñòâóåò', 'dupeofself' => 'Ïðîáëåìà íå ìîæåò áûòü äóáëèêàòîì ñàìîé ñåáÿ', 'nobug' => 'Òàêîé ïðîáëåìû íå ñóùåñòâóåò', 'givesummary' => 'Ïîæàëóéñòà, óêàæèòå ñóòü ïðîáëåìû', 'givedesc' => 'Ïîæàëóéñòà, ââåäèòå îïèñàíèå', 'noprojects' => 'Ïðîåêòîâ íå íàéäåíî', 'totalbugs' => 'Âñåãî ïðîáëåì', 'giveemail' => 'Ïîæàëóéñòà, óêàæèòå ðàáîòàþùèé email-àäðåñ', 'givelogin' => 'Ïîæàëóéñòà, óêàæèòå ëîãèí', 'loginused' => 'Òàêîé ëîãèí óæå çàíÿò', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Âàø ïàðîëü â phpBugTracker - %s", 'nobugs' => 'Ïðîáëåì íå íàéäåíî', 'givename' => 'Ïîæàëóéñòà, óêàæèòå èìÿ', 'edit' => 'Ïðàâêà', 'addnew' => 'Äîáàâèòü', 'nooses' => 'Íå íàéäåíî ÎÑ', 'giveinitversion' => 'Ïîæàëóéñòà, óêàæèòå íà÷àëüíóþ âåðñèþ äëÿ äàííîãî ïðîåêòà', 'giveversion' => 'Ïîæàëóéñòà, óêàæèòå âåðñèþ', 'noversions' => 'Âåðñèé íå íàéäåíî', 'nocomponents' => 'Êîìïîíåíò íå íàéäåíî', 'nostatuses' => 'Ñîñòîÿíèé íå íàéäåíî', 'noseverities' => 'Îïèñàíèé âàæíîñòè íå íàéäåíî', 'givepassword' => 'Ïîæàëóéñòà, óêàæèòå ïàðîëü', 'nousers' => 'Ïîëüçîâàòåëåé íå íàéäåíî', 'bugbadperm' => 'Âû íå ìîæåòå èçìåíèòü ýòó ïðîáëåìó', 'bugbadnum' => 'Òàêîé ïðîáëåìû íå ñóùåñòâóåò', 'datecollision' => 'Êòî-òî îáíîâèë ýòó ïðîáëåìó ïîêà âû åå ïðîñìàòðèâàëè. Èíôîðìàöèÿ î ïðîáëåìå ïåðåçàãðóæåíà, âêëþ÷àÿ ïîñëåäíèå èçìåíåíèÿ.', 'passwordmatch' => 'Ýòè ïàðîëè íå ñîâïàäàþò -- ïîæàëóéñòà, ïîïðîáóéòå åùå ðàç', 'nobughistory' => 'Äëÿ ýòîé ïðîáëåìû èñòîðèè íåò', 'logintomodify' => 'Äëÿ èçìåíåíèÿ ýòîé ïðîáëåìû âû äîëæíû âîéòè â ñèñòåìó', 'dupe_attachment' => 'Òàêîå ïðèëîæåíèå óæå ñóùåñòâóåò äëÿ äàííîé ïðîáëåìû', 'give_attachment' => 'Ïîæàëóéñòà, óêàæèòå ôàéë äëÿ çàãðóçêè', 'no_attachment_save_path' => 'Íå ìîãó íàéòè ãäå ñîçðàíèòü ôàéë!', 'attachment_path_not_writeable' => 'Íå ìîãó ñîçäàòü ôàéë â óêàçàííîì ìåñòå', 'attachment_move_error' => 'Ïðè ïåðåìåùåíèè çàãðóæåííîãî ôàéëà ïðîèçîøëà îøèáêà', 'bad_attachment' => 'Òàêîãî ïðèëîæåíèÿ íå ñóùåñòâóåò', 'attachment_too_large' => 'Óêàçàííûé ôàéë èìååò ðàçìåð áîëüøå ÷åì '.number_format(ATTACHMENT_MAX_SIZE).' áàéò', 'bad_permission' => 'Ó âàñ íåò ïîëíîìî÷èé, íåîáõîäèìûõ äëÿäàííîé ôóíêöèè', 'project_only_all_groups' => 'You cannot choose specific groups when "All Groups" is chosen', 'previous_bug' => 'Previous', 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', 'no_votes' => 'There are no votes for this bug', 'user_filter' => array( 0 => 'All users', 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Ââîä ïðîáëåìû', 'editbug' => 'Ïðàâêà ïðîáëåìû', 'newaccount' => 'Ñîçäàíèå íîâîãî âõîäà â ñèñòåìó', 'bugquery' => 'Çàïðîñ ïðîáëåì', 'buglist' => 'Ñïèñîê ïðîáëåì', 'addcomponent' => 'Äîáàâèòü êîìïîíåíò', 'editcomponent' => 'Ïðàâêà êîìïîíåíòà', 'addproject' => 'Äîáàâèòü ïðîåêò', 'editproject' => 'Ïðàâêà ïðîåêòà', 'addversion' => 'Äîáàâèòü âåðñèþ', 'editversion' => 'Ïðàâêà âåðñèè', 'project' => 'Ïðîåêòû', 'os' => 'Îïåðàöèîííûå ñèñòåìû', 'resolution' => 'Ðåçîëþöèè', 'status' => 'Ñîñòîÿíèÿ', 'severity' => 'Âàæíîñòü', 'user' => 'Ïîëüçîâàòåëè', 'home' => 'Ãëàâíàÿ ñòðàíèöà', 'reporting' => 'Îò÷åòû', 'group' => 'Groups' ); ?> --- NEW FILE: se.php --- <?php // se.php - Swedish strings and titles // Translation by Patrik Grip-Jansson // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: se.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'iso8859-1', 'nouser' => 'Användaren finns ej', 'dupeofself' => 'Ett fel kan inte vara en kopia av sig själv', 'nobug' => 'Den buggen finns ej', 'givesummary' => 'Skriv in en sammanfattning', 'givedesc' => 'Skriv in en beskrivning', 'noprojects' => 'Hittade inga projekt', 'totalbugs' => 'Totalt antal buggar', 'giveemail' => 'Skriv in en giltig e-postadress', 'givelogin' => 'Ange användarnamn', 'loginused' => 'Användarnamnet är redan taget', 'newacctsubject' => 'phpBugTracker inloggning', 'newacctmessage' => "Ditt lösenord i phpBugTracker är %s", 'nobugs' => 'Inga buggar hittades', 'givename' => 'Ditt namn', 'edit' => 'Redigera', 'addnew' => 'Lägg till ny', 'nooses' => 'Inga OS hittades', 'giveinitversion' => 'Skriv in ett första versions-ID för projektet', 'giveversion' => 'Skriv in ett versions-ID', 'noversions' => 'Inga versioner funna', 'nocomponents' => 'Inga komponenter funna', 'nostatuses' => 'Ingen status hittades', 'noseverities' => 'Inga graderingar funna', 'givepassword' => 'Skriv in ditt lösenord', 'nousers' => 'Inga användare hittades', 'bugbadperm' => 'Du kan inte ändra på den här buggen', 'bugbadnum' => 'Den buggen existerar inte', 'datecollision' => 'Någon har uppdaterat den buggen sen du tittade på den. Bugginformationen har laddats om med de senaste ändringarna', 'passwordmatch' => 'Lösenorden är inte lika -- var god försök igen', 'nobughistory' => 'Det finns ingen historik för den buggen', 'logintomodify' => 'Du måste vara inloggad för att redigera buggen', 'dupe_attachment' => 'Den bilagan finns redan med i buggen', 'give_attachment' => 'Ange vilken fil du vill skicka in', 'no_attachment_save_path' => 'Kunde inte hitta någon plats att lagra filen på', 'attachment_path_not_writeable' => 'Kunde inte spara filen på platsen som angivits för fillagring', 'attachment_move_error' => 'Ett fel uppstod när den inskickade filen skulle flyttas', 'bad_attachment' => 'Bilagan existerar inte', 'attachment_too_large' => 'Filen du angav är större än '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'Du har inte behörighet för att använda den funktionen', 'project_only_all_groups' => 'Du kan inte välja grupper när "Alla grupper" är vald', 'previous_bug' => 'Föregående', 'next_bug' => 'Nästa', 'already_voted' => 'Du har redan röstat på den här buggen', 'too_many_votes' => 'Du har överskridit maxantal röster per användare', 'no_votes' => 'Det har inte lagts några röster på denna bugg', 'user_filter' => array( 0 => 'Alla användare', 1 => 'Aktiva användare', 2 => 'Inaktiva användare'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Rapportera bugg', 'editbug' => 'Redigera bugg', 'newaccount' => 'Skapa nytt konto', 'bugquery' => 'Buggsökning', 'buglist' => 'Bugglista', 'addcomponent' => 'Lägg till komponent', 'editcomponent' => 'Redigera komponent', 'addproject' => 'Lägg till projekt', 'editproject' => 'Redigera projekt', 'addversion' => 'Lägg till version', 'editversion' => 'Redigera version', 'project' => 'Projekt', 'os' => 'Operativsystem', 'resolution' => 'Uppföljning', 'status' => 'Status', 'severity' => 'Gradering', 'user' => 'Användare', 'home' => 'Hem', 'reporting' => 'Rapportering', 'group' => 'Grupper' ); ?> --- NEW FILE: sl.php --- <?php // sl.php - Slovenian strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2002 Klemen Zagar // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: sl.php,v 1.1 2002/10/19 20:05:58 bcurtis Exp $ $STRING = array( 'lang_charset' => 'iso-8859-2', 'nouser' => 'Uporabnik ne obstaja.', 'dupeofself' => 'Hroè ne more biti duplikat samega sebe.', 'nobug' => 'Ta hroè ne obstaja!', 'givesummary' => 'Vnesite povzetek!', 'givedesc' => 'Vnesite opis!', 'noprojects' => 'Ni projektov!', 'totalbugs' => 'Skupno tevilo hroèev', 'giveemail' => 'Vnesite veljaven e-mail naslov', 'givelogin' => 'Vnesite veljavno uporabniko ime', 'loginused' => 'To uporabniko ime je e v uporabi', 'newacctsubject' => 'Prijava v phpBugTracker', 'newacctmessage' => "Vae phpBugTracker geslo je %s", 'nobugs' => 'Najden ni bil noben hroè', 'givename' => 'Vnesite ime', 'edit' => 'Popravi', 'addnew' => 'Dodaj novega', 'nooses' => 'Operacijski sistemi niso specificirani!', 'giveinitversion' => 'Vnesite zaèetno verzijo projekta', 'giveversion' => 'Vnesite verzijo', 'noversions' => 'Ni verzij', 'nocomponents' => 'Ni komponent', 'nostatuses' => 'Ni statusov', 'noseverities' => 'Ni resnosti', 'givepassword' => 'Vnesite geslo', 'nousers' => 'Ni uporabnikov', 'bugbadperm' => 'Tega hroèa ne morete spremeniti', 'bugbadnum' => 'Ta hroè ne obstaja', 'datecollision' => 'Nekdo je spemenil ta hroè medtem ko ste ga gledali. Prikazane informacije o hroèu odraajo zadnje spremembe.', 'passwordmatch' => 'Gesli se ne ujemata. Poskusite znova!', 'nobughistory' => 'Ta hroè nima zgodovine', 'logintomodify' => 'Za spreminjanje tega hroèa se morate prijaviti', 'dupe_attachment' => 'Ta priponka k hroèu e obstaja', 'give_attachment' => 'Doloèite datoteko, ki jo elite pripeti hroèu', 'no_attachment_save_path' => 'Ne vem, kam shraniti priponko!', 'attachment_path_not_writeable' => 'Nimam pravice shranjevati priponke!', 'attachment_move_error' => 'Napaka pri premikanju priponke', 'bad_attachment' => 'Ta priponka ne obstaja', 'attachment_too_large' => 'Priponka je dalja od najdalje dopustne doine '.number_format(ATTACHMENT_MAX_SIZE).' bytov', 'bad_permission' => 'Za to operacijo nimate dovoljenja', 'project_only_all_groups' => 'Posameznih skupin ne morate doloèati kadar je v uporabi "Vse skupine"', 'previous_bug' => 'Prejnji', 'next_bug' => 'Naslednji', 'already_voted' => 'Za tega hroèa ste e glasovali', 'too_many_votes' => 'Doseeno je bilo najveèje tevilo glasov za uporabnika', 'no_votes' => 'Za tega hroèa ni glasov', 'user_filter' => array( 0 => 'Vsi uporabniki', 1 => 'Aktivni uporabniki', 2 => 'Neaktivni uporabniki'), 'dupe_dependency' => 'Odvisnost med hrosci je ze bila dodana', 'image_path_not_writeable' => 'Ne morem pisati v imenik "jpgimages", zato slike s povzetkom ni bilo mogoce pripraviti' ); // Page titles $TITLE = array( 'enterbug' => 'Vnos hroèa', 'editbug' => 'Spreminjanje hroèa', 'newaccount' => 'Nov uporabnik', 'bugquery' => 'Poizvedba po hroèih', 'buglist' => 'Seznam hroèev', 'addcomponent' => 'Dodajanje komponente', 'editcomponent' => 'Spreminjanje komponente', 'addproject' => 'Dodajanje projekta', 'editproject' => 'Spreminjanje projekta', 'addversion' => 'Dodajanje verzije', 'editversion' => 'Spreminjanje verzije', 'project' => 'Projekti', 'os' => 'Operacijski sistemi', 'resolution' => 'Razreitve', 'status' => 'Stanje', 'severity' => 'Resnost', 'user' => 'Uporabniki', 'home' => 'Domaèa stran', 'reporting' => 'Poroèanje', 'group' => 'Skupine' ); ?> |
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv786/languages Removed Files: es.php et.php gb2312.php it.php no.php pl_iso-8859-2.php ru_koi8-r.php ru_windows-1251.php se.php sl.php Log Message: Moving old translation files out of the current languages directory. --- es.php DELETED --- --- et.php DELETED --- --- gb2312.php DELETED --- --- it.php DELETED --- --- no.php DELETED --- --- pl_iso-8859-2.php DELETED --- --- ru_koi8-r.php DELETED --- --- ru_windows-1251.php DELETED --- --- se.php DELETED --- --- sl.php DELETED --- |
|
From: Benjamin C. <bc...@us...> - 2002-10-19 20:04:59
|
Update of /cvsroot/phpbt/phpbt/languages/old In directory usw-pr-cvs1:/tmp/cvs-serv424/old Log Message: Directory /cvsroot/phpbt/phpbt/languages/old added to the repository |
|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:52:07
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv29160/templates/default Modified Files: upgrade.html Log Message: Added disclaimer for oracle users. Index: upgrade.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/upgrade.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- upgrade.html 19 Oct 2002 19:03:15 -0000 1.9 +++ upgrade.html 19 Oct 2002 19:52:04 -0000 1.10 @@ -10,6 +10,10 @@ of phpBugTracker. <br> <br> + <b>Oracle Users</b>: This script will not complete all the tasks necessary for the upgrade. Please + see upgrade.php for further required schema changes. + <br> + <br> <a href="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?>?doit=1">Do it!</a> </div> </body> |
|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:12:35
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv16135/templates/default
Modified Files:
wrap.html
Log Message:
Oops
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- wrap.html 18 Oct 2002 17:28:01 -0000 1.23
+++ wrap.html 19 Oct 2002 19:12:32 -0000 1.24
@@ -63,7 +63,7 @@
{assign var="loginlabel" value="Email"}
{else}
{assign var="loginlabel" value="Login"}
- {/if}{$smarty.server.SCRIPT_NAME}
+ {/if}
{$loginerror}
{$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
Password: <input type="password" name="password" class="bottomnavinput">
|
|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:03:18
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv12799/templates/default Modified Files: upgrade.html Log Message: Cleanup Index: upgrade.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/upgrade.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- upgrade.html 18 Mar 2002 15:54:39 -0000 1.8 +++ upgrade.html 19 Oct 2002 19:03:15 -0000 1.9 @@ -6,7 +6,7 @@ <div align="center"> <br> <br> - This script will upgrade your database from version 0.7.x to version 0.8.x + This script will upgrade your database from version 0.8.x to version 0.9.x of phpBugTracker. <br> <br> |
|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:02:15
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv12332
Modified Files:
upgrade.php
Log Message:
Little bit of cleanup
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- upgrade.php 27 Sep 2002 18:40:00 -0000 1.26
+++ upgrade.php 19 Oct 2002 19:02:10 -0000 1.27
@@ -23,9 +23,8 @@
// $Id$
define ('NO_AUTH', 1);
-define ('STYLE', 'default');
-include 'include.php';
+@include 'include.php';
function upgrade() {
global $db;
|
|
From: Benjamin C. <bc...@us...> - 2002-10-19 18:44:56
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5762
Modified Files:
UPGRADING
Log Message:
Tweaking
Index: UPGRADING
===================================================================
RCS file: /cvsroot/phpbt/phpbt/UPGRADING,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- UPGRADING 19 Oct 2002 18:42:01 -0000 1.11
+++ UPGRADING 19 Oct 2002 18:44:53 -0000 1.12
@@ -3,11 +3,11 @@
Following the steps below will upgrade your installation of phpBT.
+Using the directory where you unpacked the new set of files...
1. Edit config-dist.php, changing the database settings to match those from
your old config.php (DB_*, SMARTY_PATH and TBL_PREFIX constants). Save
config-dist.php as config.php.
-2. With your web browser, load upgrade.php from the directory where you
- installed the new set of files.
+2. Load upgrade.php with your web browser.
3. After running that script your installation has been upgraded.
4. Either copy the files from the new installation over the old one, or
point your users to the new location.
|
|
From: Benjamin C. <bc...@us...> - 2002-10-19 18:42:03
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv4968
Modified Files:
UPGRADING
Log Message:
Prepping for the next release
Index: UPGRADING
===================================================================
RCS file: /cvsroot/phpbt/phpbt/UPGRADING,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- UPGRADING 11 Apr 2002 18:15:41 -0000 1.10
+++ UPGRADING 19 Oct 2002 18:42:01 -0000 1.11
@@ -1,23 +1,13 @@
-Upgrading from 0.7.x to 0.8.x
+Upgrading from 0.8.x to 0.9.x
-----------------------------
-Two new tables, user_pref and bug_dependency have been added. The handling
-of sequences has been changed with the conversion to PEAR::DB, which causes
-new *_seq tables to be created in MySQL and new sequences to be created in
-PostgreSQL. Four new configuration values have been added to the configuration
-table. A new constant definition was added to config-dist.php, SMARTY_PATH,
-which is used to specify the location of the smarty templates package. This
-constant should be an empty string ('') if smarty (http://smarty.php.net/) is
-in your include path.
-
Following the steps below will upgrade your installation of phpBT.
1. Edit config-dist.php, changing the database settings to match those from
- your old config.php (DB_*, SMARTY_PATH and TBL_PREFIX constants). Save
+ your old config.php (DB_*, SMARTY_PATH and TBL_PREFIX constants). Save
config-dist.php as config.php.
-2. With your web browser, load upgrade.php from the directory where you
+2. With your web browser, load upgrade.php from the directory where you
installed the new set of files.
3. After running that script your installation has been upgraded.
-
-See the CHANGELOG file for more information on changes made since the last
-version.
+4. Either copy the files from the new installation over the old one, or
+ point your users to the new location.
|
|
From: Benjamin C. <bc...@us...> - 2002-10-19 18:38:43
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv3942 Removed Files: dbchanges.sql Log Message: A remnant of ages long past... --- dbchanges.sql DELETED --- |
|
From: Benjamin C. <bc...@us...> - 2002-10-18 17:48:40
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv15850
Modified Files:
include.php install.php
Log Message:
Fixes bug #617900 - Turn off magic_quotes_sybase.
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- include.php 11 Oct 2002 20:53:53 -0000 1.124
+++ include.php 18 Oct 2002 17:48:34 -0000 1.125
@@ -23,6 +23,7 @@
// $Id$
ini_set("magic_quotes_runtime", 0);
+ini_set("magic_quotes_sybase", 0);
if (!@include('config.php')) {
header("Location: install.php");
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- install.php 11 Oct 2002 20:53:53 -0000 1.34
+++ install.php 18 Oct 2002 17:48:35 -0000 1.35
@@ -59,6 +59,7 @@
'pgsql' => 'PostgreSQL');
ini_set("magic_quotes_runtime", 0); // runtime quotes will kill the included sql
+ini_set("magic_quotes_sybase", 0);
if (!empty($_pv)) {
$tables = array(
|
|
From: Benjamin C. <bc...@us...> - 2002-10-18 17:38:23
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv11610
Modified Files:
bug.php
Log Message:
Fixes bug #624785 - Not stripping out the ' when adding CCs.
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- bug.php 23 Sep 2002 20:16:30 -0000 1.119
+++ bug.php 18 Oct 2002 17:38:19 -0000 1.120
@@ -351,7 +351,7 @@
// Add CC if specified
if ($add_cc) {
if (!$cc_uid = $db->getOne("select user_id from ".TBL_AUTH_USER.
- " where login = '$add_cc'")) {
+ " where login = ".$db->quote(stripslashes($add_cc)))) {
show_bug($bugid,array('status' => $STRING['nouser']));
return;
}
|
|
From: Benjamin C. <bc...@us...> - 2002-10-18 17:28:04
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv7853/templates/default
Modified Files:
wrap.html
Log Message:
Fixes bug #624840 - Can't login from newaccount.php
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- wrap.html 13 Sep 2002 19:11:30 -0000 1.22
+++ wrap.html 18 Oct 2002 17:28:01 -0000 1.23
@@ -53,31 +53,32 @@
<tr>
<td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
</tr>
+ {if $smarty.server.SCRIPT_NAME|basename neq 'newaccount.php'}
<tr>
<td colspan="2" height="20" class="bottomnav">
<form method="post" action="{$smarty.server.SCRIPT_NAME}{if $smarty.request.QUERY_STRING}?{$smarty.request.QUERY_STRING}{/if}">
-{if not $smarty.session.uid}
- {if EMAIL_IS_LOGIN}
- {assign var="loginlabel" value="Email"}
- {else}
- {assign var="loginlabel" value="Login"}
- {/if}
- {$loginerror}
- {$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
- Password: <input type="password" name="password" class="bottomnavinput">
- <input type="hidden" name="dologin" value="1">
- <input type="submit" value="Login" class="bottomnavinput">
- <input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
- {if RECALL_LOGIN}
- <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> Remember me
- {/if}
-{else}
- Bugs assigned to me: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{$owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{$owner_closed}</a>
- | Bugs reported by me: <a href="query.php?op=mybugs&reportedby=1&open=1" title="Open">{$reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{$reporter_closed}</a>
- | <a href="user.php">Personal Page</a>
- | <a href="logout.php">Logout {$smarty.session.uname}</a>
-{/if}
+ {if not $smarty.session.uid}
+ {if EMAIL_IS_LOGIN}
+ {assign var="loginlabel" value="Email"}
+ {else}
+ {assign var="loginlabel" value="Login"}
+ {/if}{$smarty.server.SCRIPT_NAME}
+ {$loginerror}
+ {$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
+ Password: <input type="password" name="password" class="bottomnavinput">
+ <input type="hidden" name="dologin" value="1">
+ <input type="submit" value="Login" class="bottomnavinput">
+ <input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
+ {if RECALL_LOGIN}
+ <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> Remember me
+ {/if}
+ {else}
+ Bugs assigned to me: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{$owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{$owner_closed}</a>
+ | Bugs reported by me: <a href="query.php?op=mybugs&reportedby=1&open=1" title="Open">{$reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{$reporter_closed}</a>
+ | <a href="user.php">Personal Page</a>
+ | <a href="logout.php">Logout {$smarty.session.uname}</a>
+ {/if}
</form>
</td>
@@ -85,6 +86,7 @@
<tr>
<td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
</tr>
+ {/if}
<tr>
<td bgcolor="#ffffff" height="20" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
</tr>
|
|
From: Benjamin C. <bc...@us...> - 2002-10-16 21:06:33
|
Update of /cvsroot/phpbt/phpbt/inc/pear/DB
In directory usw-pr-cvs1:/tmp/cvs-serv7448/inc/pear/DB
Modified Files:
mssql.php
Log Message:
Oops
Index: mssql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/mssql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mssql.php 11 Oct 2002 20:54:43 -0000 1.2
+++ mssql.php 16 Oct 2002 21:06:30 -0000 1.3
@@ -24,7 +24,7 @@
require_once PEAR_PATH.'DB/common.php';
-class DB_mssql PEAR_PATH.extends DB_common
+class DB_mssql extends DB_common
{
var $connection;
var $phptype, $dbsyntax;
|
|
From: Benjamin C. <bc...@us...> - 2002-10-14 14:46:00
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14436
Modified Files:
config-dist.php
Log Message:
Adding version info for distribution
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- config-dist.php 2 Oct 2002 18:44:36 -0000 1.21
+++ config-dist.php 14 Oct 2002 14:45:55 -0000 1.22
@@ -67,6 +67,7 @@
define ('TBL_SITE', TBL_PREFIX.'site');
define ('ONEDAY', 86400);
+define ('PHPBT_VERSION', '0.9.0');
require_once ('./inc/auth.php');
|
|
From: Benjamin C. <bc...@us...> - 2002-10-14 14:19:41
|
Update of /cvsroot/phpbt/phpbt/templates/default/images In directory usw-pr-cvs1:/tmp/cvs-serv3480 Modified Files: title.gif Log Message: Trying to make this a binary file Index: title.gif =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/images/title.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 Binary files /tmp/cvsD0Ftna and /tmp/cvs4f56va differ |
|
From: Benjamin C. <bc...@us...> - 2002-10-11 20:54:46
|
Update of /cvsroot/phpbt/phpbt/inc/pear/DB
In directory usw-pr-cvs1:/tmp/cvs-serv14128/inc/pear/DB
Modified Files:
dbase.php fbsql.php ibase.php ifx.php msql.php mssql.php
mysql.php oci8.php odbc.php pgsql.php storage.php sybase.php
Log Message:
Added PEAR_PATH to avoid conflicts with system-wide PEAR.
Index: dbase.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/dbase.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbase.php 13 Sep 2002 18:07:51 -0000 1.1
+++ dbase.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -25,7 +25,7 @@
// You have to compile your PHP with the --enable-dbase option
//
-require_once "DB/common.php";
+require_once PEAR_PATH."DB/common.php";
class DB_dbase extends DB_common
{
Index: fbsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/fbsql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbsql.php 13 Sep 2002 18:07:51 -0000 1.1
+++ fbsql.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -29,7 +29,7 @@
// be registered here.
//
-require_once "DB/common.php";
+require_once PEAR_PATH."DB/common.php";
class DB_fbsql extends DB_common
{
Index: ibase.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/ibase.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibase.php 13 Sep 2002 18:07:51 -0000 1.1
+++ ibase.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,7 +22,7 @@
// extension.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_ibase extends DB_common
{
@@ -573,7 +573,7 @@
}
$errmsg = $m[2] . ' ' . $m[3];
}
-
+
return $this->raiseError($errno, null, null, $errmsg,
$this->last_query);
}
Index: ifx.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/ifx.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifx.php 13 Sep 2002 18:07:51 -0000 1.1
+++ ifx.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -30,7 +30,7 @@
// - set needed env Informix vars on connect
// - implement native prepare/execute
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_ifx extends DB_common
{
Index: msql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/msql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- msql.php 13 Sep 2002 18:07:51 -0000 1.1
+++ msql.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,7 +22,7 @@
// extension.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_msql extends DB_common
{
Index: mssql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/mssql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mssql.php 13 Sep 2002 18:07:51 -0000 1.1
+++ mssql.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,9 +22,9 @@
// extension.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
-class DB_mssql extends DB_common
+class DB_mssql PEAR_PATH.extends DB_common
{
var $connection;
var $phptype, $dbsyntax;
Index: mysql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/mysql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql.php 13 Sep 2002 18:07:51 -0000 1.1
+++ mysql.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -29,7 +29,7 @@
// be registered here.
//
-require_once "DB/common.php";
+require_once PEAR_PATH."DB/common.php";
class DB_mysql extends DB_common
{
@@ -843,5 +843,5 @@
// longReadlen
// binmode
}
-
+//echo ':(';
?>
Index: oci8.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/oci8.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oci8.php 13 Sep 2002 18:07:51 -0000 1.1
+++ oci8.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -29,7 +29,7 @@
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_oci8 extends DB_common
{
Index: odbc.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/odbc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- odbc.php 13 Sep 2002 18:07:51 -0000 1.1
+++ odbc.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -31,7 +31,7 @@
// be registered here.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_odbc extends DB_common
{
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/pgsql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgsql.php 3 Oct 2002 15:18:57 -0000 1.2
+++ pgsql.php 11 Oct 2002 20:54:43 -0000 1.3
@@ -30,7 +30,7 @@
// be registered here.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_pgsql extends DB_common
{
Index: storage.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/storage.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- storage.php 13 Sep 2002 18:07:51 -0000 1.1
+++ storage.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,8 +22,8 @@
// can be manipulated and that updates the database accordingly.
//
-require_once "PEAR.php";
-require_once "DB.php";
+require_once PEAR_PATH."PEAR.php";
+require_once PEAR_PATH."DB.php";
/**
* DB_storage provides an object interface to a table row. It lets
Index: sybase.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/sybase.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sybase.php 13 Sep 2002 18:07:51 -0000 1.1
+++ sybase.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,7 +22,7 @@
// extension.
//
-require_once 'DB/common.php';
+require_once PEAR_PATH.'DB/common.php';
class DB_sybase extends DB_common
{
|
|
From: Benjamin C. <bc...@us...> - 2002-10-11 20:54:46
|
Update of /cvsroot/phpbt/phpbt/inc/pear
In directory usw-pr-cvs1:/tmp/cvs-serv14128/inc/pear
Modified Files:
DB.php
Log Message:
Added PEAR_PATH to avoid conflicts with system-wide PEAR.
Index: DB.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DB.php 13 Sep 2002 18:07:51 -0000 1.1
+++ DB.php 11 Oct 2002 20:54:43 -0000 1.2
@@ -22,7 +22,7 @@
// Database independent query interface.
//
-require_once "PEAR.php";
+require_once PEAR_PATH."PEAR.php";
/*
* The method mapErrorCode in each DB_dbtype implementation maps
@@ -200,7 +200,7 @@
function &factory($type)
{
- @include_once("DB/${type}.php");
+ @include_once(PEAR_PATH."DB/${type}.php");
$classname = "DB_${type}";
@@ -247,9 +247,9 @@
if (is_array($options) && isset($options["debug"]) &&
$options["debug"] >= 2) {
// expose php errors with sufficient debug level
- include_once "DB/${type}.php";
+ include_once PEAR_PATH."DB/${type}.php";
} else {
- @include_once "DB/${type}.php";
+ @include_once PEAR_PATH."DB/${type}.php";
}
$classname = "DB_${type}";
@@ -386,8 +386,8 @@
DB_WARNING_READ_ONLY => 'read only',
DB_ERROR_NEED_MORE_DATA => 'insufficient data supplied',
DB_ERROR_EXTENSION_NOT_FOUND=> 'extension not found',
- DB_ERROR_NOSUCHDB => 'no such database',
- DB_ERROR_ACCESS_VIOLATION => 'insufficient permissions'
+ DB_ERROR_NOSUCHDB => 'no such database',
+ DB_ERROR_ACCESS_VIOLATION => 'insufficient permissions'
);
}
|
|
From: Benjamin C. <bc...@us...> - 2002-10-11 20:53:56
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv13789
Modified Files:
include.php install.php
Log Message:
Fixes bug #618567 - PEAR distributed with phpBT was conflicting with system-wide PEAR.
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- include.php 23 Sep 2002 20:48:21 -0000 1.123
+++ include.php 11 Oct 2002 20:53:53 -0000 1.124
@@ -37,8 +37,8 @@
include ('inc/functions.php');
// PEAR::DB
-chdir('inc/pear'); // Drop down to the pear directory to include pear stuff
-require_once('DB.php');
+define('PEAR_PATH', 'inc/pear/'); // Set this to '' to use system-wide PEAR
+require_once(PEAR_PATH.'DB.php');
$dsn = array(
'phptype' => DB_TYPE,
'hostspec' => DB_HOST,
@@ -53,7 +53,6 @@
$db->setOption('optimize', 'portability');
$db->setFetchMode(DB_FETCHMODE_ASSOC);
$db->setErrorHandling(PEAR_ERROR_CALLBACK, "handle_db_error");
-chdir('../..'); // Come back up from the pear directory
// Set up the configuration variables
$rs = $db->query('select varname, varvalue from '.TBL_CONFIGURATION);
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- install.php 2 Oct 2002 18:43:46 -0000 1.33
+++ install.php 11 Oct 2002 20:53:53 -0000 1.34
@@ -146,8 +146,8 @@
}
function test_database(&$params, $testonly = false) {
// PEAR::DB
- chdir('inc/pear'); // Drop down to the pear directory to include pear stuff
- require_once('DB.php');
+ define('PEAR_PATH', 'inc/pear/'); // Set this to '' to use system-wide PEAR
+ require_once(PEAR_PATH.'DB.php');
$dsn = array(
'phptype' => $params['db_type'],
'hostspec' => $params['db_host'],
@@ -156,7 +156,6 @@
'password' => $params['db_pass']
);
$db = DB::Connect($dsn);
- chdir('../..'); // Come back up from the pear directory
// Simple error checking on returned DB object to check connection to db
if (get_class($db) == 'db_error') {
|
|
From: Ben C. <php...@be...> - 2002-10-11 00:07:59
|
The code is mostly ready for a release to happen in the next two weeks. The main thing that is holding back a release is the lack of oracle queries in upgrade.php so that oracle users can move from 0.8.0 to 0.9.0. Does anyone have the oracle knowledge and the time to edit upgrade.php and make the oracle section work as well as the others? I really don't have the motivation to download a gig worth of oracle server, install it, and run it on my box just to test a few queries, so I'm really asking for someone to take responsibility for the oracle compatibility of the bug tracker. If nobody does, then I will probably favor dropping oracle support so that it won't continue to slow down the release process. Comments? Volunteers? |
|
From: Benjamin C. <bc...@us...> - 2002-10-03 15:19:01
|
Update of /cvsroot/phpbt/phpbt/inc/pear/DB
In directory usw-pr-cvs1:/tmp/cvs-serv28620/inc/pear/DB
Modified Files:
pgsql.php
Log Message:
Clobber a notice
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/pgsql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgsql.php 13 Sep 2002 18:07:51 -0000 1.1
+++ pgsql.php 3 Oct 2002 15:18:57 -0000 1.2
@@ -91,7 +91,7 @@
if ($dsninfo['hostspec']) {
$connstr = 'host=' . $dsninfo['hostspec'];
}
- if ($dsninfo['port']) {
+ if (!empty($dsninfo['port'])) {
$connstr .= ' port=' . $dsninfo['port'];
}
}
|
|
From: Benjamin C. <bc...@us...> - 2002-10-02 18:45:52
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv28626a Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- CHANGELOG 14 Sep 2002 19:14:12 -0000 1.59 +++ CHANGELOG 2 Oct 2002 18:45:49 -0000 1.60 @@ -9,7 +9,7 @@ list. : Updated translations. : Cleaned up printing of bug detail page. -: Added required files from PEAR (DB.php, etc.) to the distribution. +: Added required files from PEAR (DB.php, etc.) and Smarty to the distribution. : Improved compatibility with IIS. : Fixed various small bugs. |