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...> - 2003-04-04 13:07:20
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv13347
Modified Files:
bug.php
Log Message:
Fixes bug #703946 - Priority changes are not recorded in the bug history
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- bug.php 19 Feb 2003 14:07:19 -0000 1.126
+++ bug.php 4 Apr 2003 13:07:12 -0000 1.127
@@ -126,7 +126,7 @@
$template_ext = false/*HTML_EMAIL*/ ? 'html' : 'txt';
$template = $newbug ? "bugemail-newbug.$template_ext" : "bugemail.$template_ext";
- foreach(array('title','url') as $field) {
+ foreach(array('title','url','priority') as $field) {
if (isset($cf[$field])) {
$db->query('insert into '.TBL_BUG_HISTORY.
' (bug_id, changed_field, old_value, new_value, created_by, created_date)'.
|
|
From: Jirka P. <fi...@us...> - 2003-04-01 21:39:51
|
Update of /cvsroot/phpbt/phpbt/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv8942/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Did some translations and fixed iso string in en.php language charset.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- cz.php 28 Oct 2002 22:05:58 -0000 1.24
+++ cz.php 1 Apr 2003 21:39:41 -0000 1.25
@@ -2,7 +2,7 @@
// cz.php - Czech strings and titles encoded in Windows-1250 codepage
// ------------------------------------------------------------------------
-// Copyright (c) 2001, 2002 The phpBugTracker Group
+// Copyright (c) 2001, 2002, 2003 The phpBugTracker Group
// ------------------------------------------------------------------------
// This file is part of phpBugTracker
//
@@ -137,15 +137,15 @@
'Documentation' => 'Dokumentace',
'AdminTools' => 'Administraèní nástroje',
'CreateNewAccount' => 'Vytvoøit nový úèet',
- 'Email' => 'Email',
+ 'Email' => 'E-mail',
'Login' => 'Login',
- 'DoLogin' => 'Login',
- 'BugsAssigned' => 'Bugs assigned to me',
- 'BugsReported' => 'Bugs reported by me',
- 'PersonalPage' => 'Personal Page',
- 'Logout' => 'Logout',
- 'EmailPassword' => 'Email Password',
- 'RememberMe' => 'Remember me',
+ 'DoLogin' => 'Pøihlásit',
+ 'BugsAssigned' => 'Bugy pøiøazené mnì',
+ 'BugsReported' => 'Bugy hláené mnou',
+ 'PersonalPage' => 'Osobní stránka',
+ 'Logout' => 'Odhláení',
+ 'EmailPassword' => 'Heslo e-mailu',
+ 'RememberMe' => 'Zapamatovat si mì',
),
'BUGFORM' => array(
'Project' => 'Projekt',
@@ -204,12 +204,12 @@
'postedby' => 'Zaslal',
'date' => 'Dne',
'dateon' => ' ', // This is correct
- 'submit' => 'Odeslat zmíny',
+ 'submit' => 'Odeslat zmìny',
'site' => 'Prostøedí',
'database' => 'Databáze',
'os' => 'Operaèní systém',
'chooseone' => 'Vyberte',
- 'suppressemail' => 'Suppress notification email'
+ 'suppressemail' => 'Potlaèit oznámení e-mailem'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cz_iso-8859-2.php 28 Oct 2002 22:05:59 -0000 1.21
+++ cz_iso-8859-2.php 1 Apr 2003 21:39:43 -0000 1.22
@@ -2,7 +2,7 @@
// cz_iso-8859-2.php - Czech strings and titles encoded in iso-8859-2
// ------------------------------------------------------------------------
-// Copyright (c) 2001, 2002 The phpBugTracker Group
+// Copyright (c) 2001, 2002, 2003 The phpBugTracker Group
// ------------------------------------------------------------------------
// This file is part of phpBugTracker
//
@@ -23,7 +23,7 @@
// $Id$
$STRING = array(
- 'lang_charset' => 'ISO-8859-2',
+ 'lang_charset' => 'iso-8859-2',
'nouser' => 'Tento u¾ivatel neexistuje',
'dupeofself' => 'Bug nemù¾e být shodný se sám se sebou',
'nobug' => 'Tento bug neexistuje',
@@ -137,15 +137,15 @@
'Documentation' => 'Dokumentace',
'AdminTools' => 'Administraèní nástroje',
'CreateNewAccount' => 'Vytvoøit nový úèet',
- 'Email' => 'Email',
+ 'Email' => 'E-mail',
'Login' => 'Login',
- 'DoLogin' => 'Login',
- 'BugsAssigned' => 'Bugs assigned to me',
- 'BugsReported' => 'Bugs reported by me',
- 'PersonalPage' => 'Personal Page',
- 'Logout' => 'Logout',
- 'EmailPassword' => 'Email Password',
- 'RememberMe' => 'Remember me',
+ 'DoLogin' => 'Pøihlásit',
+ 'BugsAssigned' => 'Bugy pøiøazené mnì',
+ 'BugsReported' => 'Bugy hlá¹ené mnou',
+ 'PersonalPage' => 'Osobní stránka',
+ 'Logout' => 'Odhlá¹ení',
+ 'EmailPassword' => 'Heslo e-mailu',
+ 'RememberMe' => 'Zapamatovat si mì',
),
'BUGFORM' => array(
'Project' => 'Projekt',
@@ -204,12 +204,12 @@
'postedby' => 'Zaslal',
'date' => 'Dne',
'dateon' => ' ', // This is correct
- 'submit' => 'Odeslat zmíny',
+ 'submit' => 'Odeslat zmìny',
'site' => 'Prostøedí',
'database' => 'Databáze',
'os' => 'Operaèní systém',
'chooseone' => 'Vyberte',
- 'suppressemail' => 'Suppress notification email'
+ 'suppressemail' => 'Potlaèit oznámení e-mailem'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- en.php 5 Nov 2002 17:50:40 -0000 1.36
+++ en.php 1 Apr 2003 21:39:43 -0000 1.37
@@ -23,7 +23,7 @@
// $Id$
$STRING = array(
- 'lang_charset' => 'iso8859-1',
+ 'lang_charset' => 'iso-8859-1',
'nouser' => 'That user does not exist',
'dupeofself' => 'A bug can\'t be a duplicate of itself',
'nobug' => 'That bug does not exist',
|
|
From: Benjamin C. <bc...@us...> - 2003-03-27 13:25:45
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv4501
Modified Files:
query.php
Log Message:
Fixes bug 707559 - Join query with and rather than or
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- query.php 18 Feb 2003 12:43:38 -0000 1.92
+++ query.php 27 Mar 2003 13:25:40 -0000 1.93
@@ -107,7 +107,7 @@
$flags[] = 'b.site_id in ('.@join(',',$site).')';
}
if (!empty($flags)) {
- $query[] = '('.@join(' or ',$flags).')';
+ $query[] = '('.@join(' and ',$flags).')';
}
// Email field(s)
@@ -316,7 +316,7 @@
'db_fields' => $desired_fields,
'field_titles' => $field_titles
));
-
+
$t->assign('bugs', $db->getAll($db->modifyLimitQuery(
sprintf($QUERY['query-list-bugs'], join(', ', $query_fields),
(!empty($HTTP_SESSION_VARS['queryinfo']['query'])
|
|
From: Benjamin C. <bc...@us...> - 2003-03-11 13:25:48
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv26829
Modified Files:
upgrade.php
Log Message:
Fixes bug #700881 - Assign To Group set incorrectly
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- upgrade.php 2 Mar 2003 15:28:54 -0000 1.29
+++ upgrade.php 11 Mar 2003 13:25:35 -0000 1.30
@@ -79,7 +79,7 @@
break;
}*/
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('ASSIGN_TO_GROUP', '3', 'The group to whom bugs can be assigned', 'multi');");
+ $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('GROUP_ASSIGN_TO', '3', 'The group to whom bugs can be assigned', 'multi');");
}
include 'templates/default/upgrade-finished.html';
}
|
|
From: Benjamin C. <bc...@us...> - 2003-03-04 13:44:34
|
Update of /cvsroot/phpbt/phpbt/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv5192/languages
Added Files:
du.php
Log Message:
--- NEW FILE: du.php ---
<?php
// du.php - Dutch strings and titles
// Translation by Pieter Stam
// ------------------------------------------------------------------------
// Copyright (c) 2001, 2002 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: du.php,v 1.1 2003/03/04 13:44:30 bcurtis Exp $
$STRING = array(
'lang_charset' => 'iso8859-1',
'nouser' => 'Deze gebruiker bestaat niet',
'dupeofself' => 'Een bug kan geen duplicaat van zichzelf zijn',
'nobug' => 'Deze bug bestaat niet',
'givesummary' => 'Vul alstublieft een titel in',
'givedesc' => 'Vul alstublieft een beschrijving in',
'noprojects' => 'Geen projecten gevonden',
'totalbugs' => 'Bugs totaal',
'giveemail' => 'Vul alstublieft een geldig email adres in',
'givelogin' => 'Vul alstublieft een login in',
'loginused' => 'Deze login is al in gebruik',
'newacctsubject' => 'phpBugTracker Login',
'newacctmessage' => "Uw phpBugTracker wachtwoord is %s",
'nobugs' => 'Geen bugs gevonden',
'givename' => 'Vul alstublieft een naam in',
'edit' => 'Bewerken',
'addnew' => 'Nieuw toevoegen',
'nooses' => 'Geen besturingssystemen gevonden',
'giveinitversion' => 'Vul alstublieft een initiele versie voor het project in',
'giveversion' => 'Vul alstublieft een versie in',
'noversions' => 'Geen versies gevonden',
'nocomponents' => 'Geen componenten gevonden',
'nostatuses' => 'Geen statuses gevonden',
'noseverities' => 'Ernst niet gevonden',
'givepassword' => 'Vul alstublieft een wachtwoord in',
'nousers' => 'Geen gebruikers gevonden',
'bugbadperm' => 'U kunt deze bug niet aanpassen',
'bugbadnum' => 'Deze bug bestaat niet',
'datecollision' => 'Iemand heeft deze bug aangepast nadat u deze heeft bekeken. Deze bug informatie wordt met de nieuwste aanpassingen opnieuw ingeladen.',
'passwordmatch' => 'Deze wachtwoorden komen niet overeen -- probeert u het alstublieft nogmaals',
'nobughistory' => 'Er bestaat geen historie voor deze bug',
'logintomodify' => 'U moet zijn ingelogd, om deze bug aan te passen',
'dupe_attachment' => 'Die bijlage bestaat al voor deze bug',
'give_attachment' => 'Kiest u alstublieft een bestand om te uploaden',
'no_attachment_save_path' => 'Kon het pad niet vinden waar het bestand moet worden opgeslagen!',
'attachment_path_not_writeable' => 'Kon geen bestand aanmaken op de opgegeven locatie',
'attachment_move_error' => 'Er is een fout opgetreden bij het verplaatsen van het upload bestand',
'bad_attachment' => 'Deze bijlage bestaat niet',
'attachment_too_large' => 'Het door u opgegeven bestand is groter dan '.number_format(ATTACHMENT_MAX_SIZE).' bytes',
'bad_permission' => 'U beschikt niet over de benodigde rechten voor deze functie',
'project_only_all_groups' => 'U kunt geen specifieke groepen kiezen als "Alle Groepen" is geselecteerd',
'previous_bug' => 'Vorige',
'next_bug' => 'Volgende',
'already_voted' => 'U heeft al gestemd voor deze bug',
'too_many_votes' => 'U heeft het maximum aantal stemmen per gebruiker bereikt',
'no_votes' => 'Er zijn geen stemmen op deze bug uitgebracht',
'user_filter' => array(
0 => 'Alle gebruikers',
1 => 'Actieve gebruikers',
2 => 'Inactieve gebruikers'),
'dupe_dependency' => 'Deze bug afhankelijkheid is reeds toegevoegd',
'image_path_not_writeable' => 'De submap "jpgimages" is niet schrijfbaar door het web proces, dus de titelafbeelding kan niet worden getoond',
'password_changed' => 'Uw wachtwoord is aangepast',
'prefs_changed' => 'Uw voorkeuren zijn aangepast',
'databaselist' => 'Database overzicht',
'database' => 'Database',
'databases' => 'Databases',
'name' => 'Naam',
'description' => 'Beschrijving',
'sortorder' => 'Sorteervolgorde',
'suredeletedb' => 'Weet u zeker dat u deze database wilt verwijderen?',
'suredeletesite' => 'Weet u zeker dat u deze site wilt verwijderen?',
'delete' => 'Verwijder',
'version' => 'Versie',
'addnewsite' => 'Voeg nieuwe Site toe',
'sitelist' => 'Site overzicht',
'sites' => 'Sites',
'QUERY' => array(
'opt_All' => 'Alle',
'Project' => 'Project',
'Version' => 'Versie',
'Component' => 'Component',
'Status' => 'Status',
'Resolution' => 'Resolutie',
'OpSys' => 'OpSys',
'Priority' => 'Prioriteit',
'Severity' => 'Ernst',
'Database' => 'Database',
'ReportedOnSite' => 'Gerapporteerd op Site',
'Summary' => 'Titel',
'DescriptionEntry' => 'Een beschrijvingsinzending',
'SortBy' => 'Sorteer Naar',
'SortBy_BugNumber' => 'Bug Nummer',
'SortBy_Severity' => 'Ernst',
'SortBy_Reporter' => 'Rapporteur',
'SortBy_Priority' => 'Prioriteit',
'SortBy_Status' => 'Status',
'SortAsc' => 'Toenemend',
'SortDesc' => 'Afnemend',
'SaveThisQueryAs' => 'Bewaar deze opdracht als',
'ResetBackToDefaultQuery' => 'Herinitialiseren naar standaard opdracht',
'SubmitQuery' => 'Verzend opdracht',
'SavedQueries' => 'Bewaar Opdrachten',
'GoToThe' => 'Ga naar de',
'AdvancedQueryPage' => 'geadvanceerde opdrachten pagina',
'SimpleQueryPage' => 'eenvoudige opdrachten pagina',
'SureDeleteSavedQuery' => 'Weet u zeker dat u deze bewaarde opdracht wilt verwijderen?',
'MatchingAs' => 'overeenstemming met',
'MatchingAs_Regexp' => 'reguliere expressie',
'MatchingAs_NotRegexp' => 'geen reguliere expressie',
'MatchingAs_Substring' => 'deelreeks',
'MatchingAs_Exact' => 'exact',
'eMail_Reporter' => 'Rapporteur',
'eMail_AssignedTo' => 'Toegekend Aan'
),
'WRAP' => array(
'FindBug' => 'Bug Zoeken',
'Home' => 'Home',
'AddNewBug' => 'Nieuwe Bug Toevoegen',
'QueryBugs' => 'Bugs Doorzoeken',
'ViewReports' => 'Rapporten Weergeven',
'Documentation' => 'Documentatie Lezen',
'AdminTools' => 'Admin Tools',
'CreateNewAccount' => 'Maak een nieuw Account aan',
'Email' => 'Email',
'Login' => 'Login',
'DoLogin' => 'Login',
'BugsAssigned' => 'Bugs aan mij toegewezen',
'BugsReported' => 'Bugs door mij gerapporteerd',
'PersonalPage' => 'Persoonlijke Pagina',
'Logout' => 'Logout',
'EmailPassword' => 'Email Wachtwoord',
'RememberMe' => 'Onthoudt mij',
),
'BUGFORM' => array(
'Project' => 'Project',
'Version' => 'Versie',
'Summary' => 'Titel',
'Description' => 'Beschrijving',
'Severity' => 'Ernst',
'Priority' => 'Prioriteit',
'Site' => 'Site',
'Database' => 'Database',
'Component' => 'Component',
'OS' => 'Besturingssysteem',
'AddAnother' => 'Een andere toevoegen',
'Submit' => 'Verzenden'
),
'BUGDISPLAY' => array(
'Reporter' => 'Rapporteur',
'ReturnTo' => 'Ga terug naar',
'BugList' => 'bug overzicht',
'Project' => 'Project',
'Created' => 'Aangemaakt',
'Version' => 'Versie',
'ClosedInVersion' => 'Afgesloten in Versie',
'ToBeClosedInVersion' => 'Af te sluiten in Versie',
'AssignedTo' => 'Toegewezen Aan',
'AssignedToNobody' => 'Niemand',
'BugDependency' => 'Afhankelijkheden',
'AddDependency' => 'Toevoegen Afhankelijkheid',
'RemoveDependency' => 'Verwijder Afhankelijkheid',
'Summary' => 'Titel',
'Status' => 'Status',
'Description' => 'Beschrijving',
'Severity' => 'Ernst',
'Priority' => 'Prioriteit',
'Component' => 'Component',
'Resolution' => 'Resolutie',
'ResolutionNone' => 'Geen',
'AddCC' => 'Toevoegen CC',
'RemoveSelectedCC' => 'Verwijderen geselecteerde CCs',
'AdditionalComments' => 'Additionele Opmerkingen',
'Attachments' => 'Bijlagen',
'CreateAttachment' => 'Aanmaken Bijlage',
'SureDeleteAttachment' => 'Weet u zeker dat u deze bijlage wilt verwijderen?',
'Name' => 'Naam',
'Size' => 'Omvang',
'Type' => 'Type',
'Created' => 'Aangemaakt',
'VoteForThisBug' => 'Stem op deze bug',
'ViewVotes' => 'Weergave stemmen',
'ForThisBug' => 'voor deze bug',
'ViewBugActivity' => 'Weergave bug activiteit',
'PrintableView' => 'Afdrukbare Weergave',
'NoAttachments' => 'Geen bijlagen',
'Comments' => 'Opmerkingen',
'PostedBy' => 'Gestuurd Door',
'Date' => 'Datum',
'DateOn' => 'Op',
'Submit' => 'Verzenden',
'Site' => 'Gerapporteerd op Site',
'Database' => 'Database',
'OS' => 'Besturingssysteem',
'ChooseOne' => 'Choose One'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Ontvang berichten over bugwijzigingen via email',
'ShowSavedQueries' => 'Toon opgeslagen opdrachten op de homepagina',
'ChangePassword' => 'Wijzigen wachtwoord',
'EnterNewPassword' => 'Vult u alstublieft uw nieuwe wachtwoord tweemaal hieronder in',
'Password' => 'Wachtwoord',
'Verify' => 'Controleren',
'ChangePreferences' => 'Aanpassen Voorkeuren',
'BugListColumns' => 'Kolommen van Bug Overzicht',
'ChooseFields' => 'Kies de velden die u in het bug overzicht wilt zien',
'SureDeleteVote' => 'Weet u zeker dat u deze stem wilt verwijderen?',
'Votes' => 'Stemmen',
'Bug' => 'Bug',
'When' => 'Zodra',
'ColumnPreferencesSaved' => 'Uw kolominstellingen voor het bug overzicht zijn opgeslagen'
),
'INDEX' => array(
'FiveRecentlySubmitted' => 'Vijf meest recent verzonden bugs',
'FiveRecentlyClosed' => 'Vijf meest recent afgesloten bugs',
'QuickStats' => 'Kernstatistieken',
'Status' => 'Status',
'NumberOfBugs' => '# bugs',
'SavedQueries' => 'Bewaarde Opdrachten'
)
);
// Page titles
$TITLE = array(
'enterbug' => 'Geef een Bug op',
'editbug' => 'Bewerk Bug',
'newaccount' => 'Maak een nieuw account aan',
'bugquery' => 'Bug Opdracht',
'buglist' => 'Bug Overzicht',
'addcomponent' => 'Toevoegen Component',
'editcomponent' => 'Bewerken Component',
'addproject' => 'Toevoegen Project',
'editproject' => 'Bewerken Project',
'addversion' => 'Toevoegen Versie',
'editversion' => 'Bewerken Versie',
'addsite' => 'Toevoegen Site',
'editsite' => 'Bewerken Site',
'project' => 'Projecten',
'os' => 'Besturingssystemen',
'resolution' => 'Resoluties',
'status' => 'Statussen',
'severity' => 'Ernst',
'user' => 'Gebruikers',
'home' => 'Home',
'reporting' => 'Rapporteren',
'group' => 'Groepen',
'bugvotes' => 'Bug Stemmen',
'bughistory' => 'Bug Historie',
'viewbug' => 'Weergeven Bug',
'addattachment' => 'Toevoegen Bijlage',
'accountcreated' => 'Account aangemaakt',
'changessaved' => 'Wijzigingen Opgeslagen',
'preferences' => 'Voorkeuren Gebruiker',
'usertools' => 'Gebruiker Tools',
'edituser' => 'Bewerken Gebruiker',
'adduser' => 'Toevoegen Gebruiker',
'editstatus' => 'Bewerken Status',
'addstatus' => 'Toevoegen Status',
'editseverity' => 'Bewerken Ernst',
'addseverity' => 'Toevoegen Ernst',
'editresolution' => 'Bewerken Resolutie',
'addresolution' => 'Toevoegen Resolutie',
'editos' => 'Bewerken Besturingssysteem',
'addos' => 'Toevoegen Besturingssysteem',
'editgroup' => 'Bewerken Groep',
'addgroup' => 'Toevoegen Groep',
'configuration' => 'Configuratie',
'adddatabase' => 'Toevoegen Database',
'editdatabase' => 'Bewerken Database',
'database' => 'Databases',
'site' => 'Sites'
);
?>
|
|
From: Benjamin C. <bc...@us...> - 2003-03-02 15:28:58
|
Update of /cvsroot/phpbt/phpbt/schemas
In directory sc8-pr-cvs1:/tmp/cvs-serv22876/schemas
Modified Files:
mysql.in oci8.in pgsql.in
Log Message:
Allow for renaming of the devloper group and for choosing which group can be assigned bugs. Need to run upgrade.php to insert the new configuration variable.
Index: mysql.in
===================================================================
RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mysql.in 21 Feb 2003 13:45:29 -0000 1.36
+++ mysql.in 2 Mar 2003 15:28:54 -0000 1.37
@@ -332,6 +332,7 @@
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_ASSIGNED','3','The status to assign a bug when it is assigned.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_REOPENED','4','The status to assign a bug when it is reopened.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_CLOSED','7','The status to assign a bug when it is closed.','multi');
+INSERT INTO TBL_CONFIGURATION VALUES ('ASSIGN_TO_GROUP', '3', 'The group to whom bugs can be assigned', 'multi');
INSERT INTO TBL_OS VALUES (1,'All',1,'');
INSERT INTO TBL_OS VALUES (2,'Windows 3.1',2,'/Mozilla.*\\(Win16.*\\)/');
Index: oci8.in
===================================================================
RCS file: /cvsroot/phpbt/phpbt/schemas/oci8.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- oci8.in 21 Feb 2003 13:45:32 -0000 1.20
+++ oci8.in 2 Mar 2003 15:28:54 -0000 1.21
@@ -331,6 +331,7 @@
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_ASSIGNED','3','The status to assign a bug when it is assigned.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_REOPENED','4','The status to assign a bug when it is reopened.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_CLOSED','7','The status to assign a bug when it is closed.','multi');
+INSERT INTO TBL_CONFIGURATION VALUES ('ASSIGN_TO_GROUP', '3', 'The group to whom bugs can be assigned', 'multi');
INSERT INTO TBL_OS VALUES (1,'All',1,'');
INSERT INTO TBL_OS VALUES (2,'Windows 3.1',2,'/Mozilla.*\\(Win16.*\\)/');
Index: pgsql.in
===================================================================
RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- pgsql.in 21 Feb 2003 13:45:33 -0000 1.38
+++ pgsql.in 2 Mar 2003 15:28:55 -0000 1.39
@@ -328,6 +328,7 @@
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_ASSIGNED','3','The status to assign a bug when it is assigned.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_REOPENED','4','The status to assign a bug when it is reopened.','multi');
INSERT INTO TBL_CONFIGURATION VALUES ('BUG_CLOSED','7','The status to assign a bug when it is closed.','multi');
+INSERT INTO TBL_CONFIGURATION VALUES ('ASSIGN_TO_GROUP', '3', 'The group to whom bugs can be assigned', 'multi');
INSERT INTO TBL_OS VALUES (1,'All',1,'');
INSERT INTO TBL_OS VALUES (2,'Windows 3.1',2,'/Mozilla.*\\(Win16.*\\)/');
|
|
From: Benjamin C. <bc...@us...> - 2003-03-02 15:28:57
|
Update of /cvsroot/phpbt/phpbt/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv22876/inc
Modified Files:
functions.php
Log Message:
Allow for renaming of the devloper group and for choosing which group can be assigned bugs. Need to run upgrade.php to insert the new configuration variable.
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- functions.php 19 Feb 2003 14:07:40 -0000 1.37
+++ functions.php 2 Mar 2003 15:28:54 -0000 1.38
@@ -151,7 +151,7 @@
}
break;
case 'owner':
- $rs = $db->query("select u.user_id, login from ".TBL_AUTH_USER." u, ".TBL_USER_GROUP." ug, ".TBL_AUTH_GROUP." g where u.active > 0 and u.user_id = ug.user_id and ug.group_id = g.group_id and group_name = 'Developer' order by login");
+ $rs = $db->query("select u.user_id, login from ".TBL_AUTH_USER." u, ".TBL_USER_GROUP." ug where u.active > 0 and u.user_id = ug.user_id and ug.group_id = ".GROUP_ASSIGN_TO." order by login");
while ($rs->fetchInto($row)) {
if ($selected == $row['user_id']) {
$sel = ' selected';
@@ -239,6 +239,18 @@
" from ".TBL_STATUS." order by status_name");
}
foreach ($bug_status_list as $id => $name) {
+ $sel = $id == $selected ? ' selected' : '';
+ $text .= "<option value=\"$id\"$sel>$name</option>";
+ }
+ break;
+ case 'GROUP_ASSIGN_TO' :
+ static $group_list = array();
+
+ if (empty($group_list)) {
+ $group_list = $db->getAssoc("select group_id, group_name".
+ " from ".TBL_AUTH_GROUP." order by group_name");
+ }
+ foreach ($group_list as $id => $name) {
$sel = $id == $selected ? ' selected' : '';
$text .= "<option value=\"$id\"$sel>$name</option>";
}
|
|
From: Benjamin C. <bc...@us...> - 2003-03-02 15:28:57
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv22876
Modified Files:
upgrade.php
Log Message:
Allow for renaming of the devloper group and for choosing which group can be assigned bugs. Need to run upgrade.php to insert the new configuration variable.
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- upgrade.php 5 Nov 2002 18:07:03 -0000 1.28
+++ upgrade.php 2 Mar 2003 15:28:54 -0000 1.29
@@ -29,13 +29,13 @@
function upgrade() {
global $db;
- $upgraded = $db->getOne('select varname from '.TBL_CONFIGURATION.' where varname = \'BUG_UNCONFIRMED\'');
+ $upgraded = $db->getOne('select varname from '.TBL_CONFIGURATION.' where varname = \'GROUP_ASSIGN_TO\'');
if (!$upgraded or DB::isError($upgraded)) {
if (!@is_writeable('c_templates')) {
include('templates/default/base/templatesperm.html');
exit;
}
- switch(DB_TYPE) {
+ /*switch(DB_TYPE) {
case 'pgsql' :
$db->query("alter table ".TBL_USER_PREF." add saved_queries int2");
$db->query("alter table ".TBL_USER_PREF." alter saved_queries set default 1");
@@ -77,14 +77,9 @@
break;
case 'oci8' :
break;
- }
+ }*/
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('SEND_MIME_EMAIL', '1', 'Whether to use MIME quoted-printable encoded emails or not', 'bool')");
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('BUG_UNCONFIRMED', '1', 'The status to assign a bug when it is first submitted.', 'multi')");
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('BUG_PROMOTED', '2', 'The status to assign a bug when it is promoted (if enabled).', 'multi')");
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('BUG_ASSIGNED', '3', 'The status to assign a bug when it is assigned.', 'multi')");
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('BUG_REOPENED', '4', 'The status to assign a bug when it is reopened.', 'multi')");
- $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('BUG_CLOSED', '7', 'The status to assign a bug when it is closed.', 'multi')");
+ $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('ASSIGN_TO_GROUP', '3', 'The group to whom bugs can be assigned', 'multi');");
}
include 'templates/default/upgrade-finished.html';
}
|
|
From: Benjamin C. <bc...@us...> - 2003-02-21 13:45:37
|
Update of /cvsroot/phpbt/phpbt/schemas In directory sc8-pr-cvs1:/tmp/cvs-serv20499 Modified Files: mysql.in oci8.in pgsql.in Log Message: Lengthening the version_name field Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- mysql.in 23 Sep 2002 20:09:08 -0000 1.35 +++ mysql.in 21 Feb 2003 13:45:29 -0000 1.36 @@ -246,7 +246,7 @@ CREATE TABLE TBL_VERSION ( version_id int(10) unsigned NOT NULL default '0', project_id int(10) unsigned NOT NULL default '0', - version_name char(10) NOT NULL default '', + version_name char(30) NOT NULL default '', active tinyint(1) NOT NULL default '1', created_by int(10) unsigned NOT NULL default '0', created_date bigint(20) unsigned NOT NULL default '0', Index: oci8.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/oci8.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- oci8.in 23 Sep 2002 20:09:08 -0000 1.19 +++ oci8.in 21 Feb 2003 13:45:32 -0000 1.20 @@ -251,7 +251,7 @@ CREATE TABLE TBL_VERSION ( version_id number(10) default '0' NOT NULL, project_id number(10) default '0' NOT NULL, - version_name varchar2(10) default '' NOT NULL, + version_name varchar2(30) default '' NOT NULL, active number(1) default '1' NOT NULL, created_by number(10) default '0' NOT NULL, created_date number(20) default '0' NOT NULL, Index: pgsql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- pgsql.in 5 Nov 2002 18:07:02 -0000 1.37 +++ pgsql.in 21 Feb 2003 13:45:33 -0000 1.38 @@ -244,7 +244,7 @@ CREATE TABLE TBL_VERSION ( version_id INT4 NOT NULL DEFAULT '0', project_id INT4 NOT NULL DEFAULT '0', - version_name varchar(10) NOT NULL DEFAULT '', + version_name varchar(30) NOT NULL DEFAULT '', active INT2 NOT NULL DEFAULT '1', created_by INT4 NOT NULL DEFAULT '0', created_date INT8 NOT NULL DEFAULT '0', |
|
From: Benjamin C. <bc...@us...> - 2003-02-19 14:07:44
|
Update of /cvsroot/phpbt/phpbt/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv13364/inc
Modified Files:
functions.php
Log Message:
Started on submitted patches for HTML email
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- functions.php 19 Oct 2002 20:10:13 -0000 1.36
+++ functions.php 19 Feb 2003 14:07:40 -0000 1.37
@@ -537,7 +537,11 @@
$headers .= "\n";
// There have to be no newline at the end of $headers
}
- $headers .= "Content-Type: text/plain; charset=\"".$STRING['lang_charset']."\"\nContent-Transfer-Encoding: ";
+ if (false/*HTML_EMAIL*/) {
+ $headers .= "Content-Type: text/html; charset=\"".$STRING['lang_charset']."\"\nContent-Transfer-Encoding: ";
+ } else {
+ $headers .= "Content-Type: text/plain; charset=\"".$STRING['lang_charset']."\"\nContent-Transfer-Encoding: ";
+ }
// If configured to send MIME encoded emails
if (SEND_MIME_EMAIL) {
|
|
From: Benjamin C. <bc...@us...> - 2003-02-19 14:07:24
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv13213
Modified Files:
bug.php
Log Message:
Fixed bug #679780 - Attachments not getting moved when someone changes the project for a bug. Started on submitted patches for HTML email
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- bug.php 28 Oct 2002 22:03:23 -0000 1.125
+++ bug.php 19 Feb 2003 14:07:19 -0000 1.126
@@ -124,7 +124,8 @@
// It's a new bug if the changedfields array is empty and there are no comments
$newbug = (!count($cf) and !$comments);
- $template = $newbug ? 'bugemail-newbug.txt' : 'bugemail.txt';
+ $template_ext = false/*HTML_EMAIL*/ ? 'html' : 'txt';
+ $template = $newbug ? "bugemail-newbug.$template_ext" : "bugemail.$template_ext";
foreach(array('title','url') as $field) {
if (isset($cf[$field])) {
$db->query('insert into '.TBL_BUG_HISTORY.
@@ -309,6 +310,7 @@
if ($toemail = delimit_list(', ',$maillist)) {
$t->assign(array(
'bugid' => $buginfo['bug_id'],
+ 'siteroot' => INSTALL_URL,
'bugurl' => INSTALL_URL."/bug.php?op=show&bugid={$buginfo['bug_id']}",
'priority' => $select['priority'][(!empty($cf['priority']) ? $cf['priority'] : $buginfo['priority'])],
'priority_stat' => !empty($cf['priority']) ? '!' : ' ',
@@ -447,6 +449,11 @@
"project_id = $project_id, version_id = $version_id, ".
"component_id = $component_id, os_id = $os_id, last_modified_by = $u, ".
"last_modified_date = $now $closed_query where bug_id = $bugid");
+
+ // If the project has changed, move any attachments
+ if (!empty($changedfields['project_id'])) {
+ move_attachments($bugid, $buginfo['project_id'], $project_id);
+ }
if (count($changedfields) or !empty($comments)) {
do_changedfields($u, $buginfo, $changedfields, $comments);
@@ -454,6 +461,27 @@
header("Location: bug.php?op=show&bugid=$bugid&pos=$pos");
}
+
+///
+/// Move attachments from one project directory to another
+function move_attachments($bug_id, $old_project, $new_project) {
+ global $db;
+
+ $filepath = ATTACHMENT_PATH;
+ if (!is_dir("$filepath/$new_project")) {
+ @mkdir("$filepath/$new_project", 0775);
+ }
+
+ $rs = $db->query("select attachment_id, file_name from ".TBL_ATTACHMENT.
+ " where bug_id = $bug_id");
+ while ($row = $rs->fetchRow()) {
+ @rename("$filepath/$old_project/$bug_id-{$row['file_name']}",
+ "$filepath/$new_project/$bug_id-{$row['file_name']}");
+ }
+}
+
+
+
function do_form($bugid = 0) {
global $db, $me, $u, $_pv, $_gv, $STRING, $now, $HTTP_SERVER_VARS;
|
|
From: Benjamin C. <bc...@us...> - 2003-02-18 12:59:49
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv5209 Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- CHANGELOG 4 Jan 2003 20:19:07 -0000 1.62 +++ CHANGELOG 18 Feb 2003 12:59:46 -0000 1.63 @@ -1,4 +1,5 @@ -- 1.0 -- +: Added links from project summary on home page (Phil Davis). : Added display of the bug ids a bug blocks. : Allow users to suppress the update email when changing a bug. : Use localized strings in bug history. |
|
From: Benjamin C. <bc...@us...> - 2003-02-18 12:51:01
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv1309 Modified Files: index.php Log Message: Added version info Index: index.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/index.php,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- index.php 18 Feb 2003 12:50:19 -0000 1.37 +++ index.php 18 Feb 2003 12:50:57 -0000 1.38 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ include 'include.php'; |
|
From: Benjamin C. <bc...@us...> - 2003-02-18 12:50:23
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv1008
Modified Files:
index.php
Log Message:
Added links in the project summary. Thanks to Phil Davis for implementing this
Index: index.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/index.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- index.php 6 Feb 2003 12:43:10 -0000 1.36
+++ index.php 18 Feb 2003 12:50:19 -0000 1.37
@@ -20,7 +20,6 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
-// $Id$
include 'include.php';
@@ -110,6 +109,7 @@
db_concat($QUERY['index-projsummary-3'], 'resolution_id',
$QUERY['index-projsummary-4'], 'resolution_name', "'\"' ").
$QUERY['index-projsummary-5']);
+
while (list($fieldname, $countquery) = $rs->fetchRow(DB_FETCHMODE_ORDERED)) {
$resfields[] = $fieldname;
$querystring .= $countquery;
@@ -117,11 +117,46 @@
$resfields[] = 'Total';
$db->setOption('optimize', 'performance'); // For Oracle to do this loop
- $t->assign(array(
+ $aProjects = array(
'resfields' => $resfields,
'projects' => $db->getAll(sprintf($QUERY['index-projsummary-6'],
$querystring, $restricted_projects))
- ));
+ );
+
+ // Create links for the project resolutions -- Phil Davis
+ // We will need all the resolution ids to create the links
+ $rs = $db->query("select resolution_id, resolution_name from " . TBL_RESOLUTION);
+ while (list($iResolution_id, $sResolution_name) = $rs->fetchRow(DB_FETCHMODE_ORDERED)) {
+ $aResolutionsToIds[$sResolution_name] = $iResolution_id;
+ }
+
+ // We will also need all of the project ids to create the links
+ $rs = $db->query("select project_id, project_name from " . TBL_PROJECT);
+ while (list($iProject_id, $sProject_name) = $rs->fetchRow(DB_FETCHMODE_ORDERED)) {
+ $aProjectsToIds[$sProject_name] = $iProject_id;
+ }
+
+ // Lastly we will need a list of all statuses so we can exclude 'closed"
+ // for the open query
+ $sOpenStatusQuery = '&status%5B%5D='.@join('&status%5B%5D=', array(BUG_UNCONFIRMED, BUG_PROMOTED,
+ BUG_ASSIGNED, BUG_REOPENED));
+
+ foreach ($aProjects['projects'] as $iProjectNumberKey => $value1) {
+ foreach ($aProjects['projects'][$iProjectNumberKey] as $sResolutionKey => $value2) {
+ if ($sResolutionKey != "Project" && $sResolutionKey != "Total" && $sResolutionKey != "Open") {
+ $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] = "<A HREF='query.php?resolution%5B%5D=" . $aResolutionsToIds[$sResolutionKey] . "&projects=" . $aProjectsToIds[$aProjects['projects'][$iProjectNumberKey]["Project"]] . "&op=doquery'>" . $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] . "</A>";
+ } elseif ($sResolutionKey == "Open") {
+ $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] = "<A HREF='query.php?projects=" . $aProjectsToIds[$aProjects['projects'][$iProjectNumberKey]["Project"]] . $sOpenStatusQuery . "&op=doquery'>" . $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] . "</A>";
+ } elseif ($sResolutionKey == "Total") {
+ $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] = "<A HREF='query.php?projects=" . $aProjectsToIds[$aProjects['projects'][$iProjectNumberKey]["Project"]] . "&op=doquery'>" . $aProjects['projects'][$iProjectNumberKey][$sResolutionKey] . "</A>";
+ }
+ }
+ }
+
+ // End Create links for the project resolutions
+
+ $t->assign($aProjects);
+
$db->setOption('optimize', 'portability');
}
@@ -139,12 +174,12 @@
' and b.project_id = p.project_id order by close_date desc', 0, 5)));
if ($u != 'nobody') {
- $pref = $db->GetOne('select saved_queries from '.TBL_USER_PREF." where user_id='".$u."'");
- if ((isset($pref['saved_queries'])) && ($pref['saved_queries'])) {
+ $pref = $db->GetOne('select saved_queries from '.TBL_USER_PREF." where user_id='".$u."'");
+ if ((isset($pref['saved_queries'])) && ($pref['saved_queries'])) {
// Grab the saved queries if there are any and user wants them
$t->assign('queries',
- $db->getAll("select * from ".TBL_SAVED_QUERY." where user_id = '$u'"));
- }
+ $db->getAll("select * from ".TBL_SAVED_QUERY." where user_id = '$u'"));
+ }
}
$t->wrap('index.html', 'home');
|
|
From: Benjamin C. <bc...@us...> - 2003-02-18 12:43:41
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv30702
Modified Files:
query.php
Log Message:
Let's see if we can get away from delimit_list()
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- query.php 5 Nov 2002 20:43:46 -0000 1.91
+++ query.php 18 Feb 2003 12:43:38 -0000 1.92
@@ -85,29 +85,29 @@
// Need to check $array[0] for Opera --
// it passes non-empty arrays for every multi-choice select box
if (!empty($status) and $status[0]) {
- $flags[] = 'b.status_id in ('.delimit_list(',',$status).')';
+ $flags[] = 'b.status_id in ('.@join(',',$status).')';
}
if (!empty($resolution) and $resolution[0]) {
- $flags[] = 'b.resolution_id in ('.delimit_list(',',$resolution).')';
+ $flags[] = 'b.resolution_id in ('.@join(',',$resolution).')';
}
if (!empty($os) and $os[0]) {
- $flags[] = 'b.os_id in ('.delimit_list(',',$os).')';
+ $flags[] = 'b.os_id in ('.@join(',',$os).')';
}
if (!empty($priority) and $priority[0]) {
- $flags[] = 'b.priority in ('.delimit_list(',',$priority).')';
+ $flags[] = 'b.priority in ('.@join(',',$priority).')';
}
if (!empty($severity) and $severity[0]) {
- $flags[] = 'b.severity_id in ('.delimit_list(',',$severity).')';
+ $flags[] = 'b.severity_id in ('.@join(',',$severity).')';
}
if (!empty($database) and isset($database[0])) {
// $database[0] can be 0, which stands for no database reported
- $flags[] = 'b.database_id in ('.delimit_list(',',$database).')';
+ $flags[] = 'b.database_id in ('.@join(',',$database).')';
}
if (!empty($site) and $site[0]) {
- $flags[] = 'b.site_id in ('.delimit_list(',',$site).')';
+ $flags[] = 'b.site_id in ('.@join(',',$site).')';
}
if (!empty($flags)) {
- $query[] = '('.delimit_list(' or ',$flags).')';
+ $query[] = '('.@join(' or ',$flags).')';
}
// Email field(s)
@@ -119,7 +119,7 @@
case '=' : $econd = "$emailtype1 '$email1'"; break;
}
foreach($emailfield1 as $field) $equery[] = "$field.$emailsearch1 $econd";
- $query[] = '('.delimit_list(' or ',$equery).')';
+ $query[] = '('.@join(' or ',$equery).')';
}
// Text search field(s)
@@ -133,21 +133,21 @@
$fields[] = "$searchfield $cond";
}
}
- if (!empty($fields)) $query[] = '('.delimit_list(' or ',$fields).')';
+ if (!empty($fields)) $query[] = '('.@join(' or ',$fields).')';
// Project/Version/Component
if (!empty($projects)) {
$proj[] = "b.project_id = $projects";
if (!empty($versions) and $versions != 'All') $proj[] = "b.version_id = $versions";
if (!empty($components) and $components != 'All') $proj[] = "b.component_id = $components";
- $query[] = '('.delimit_list(' and ',$proj).')';
+ $query[] = '('.@join(' and ',$proj).')';
} elseif (!$perm->have_perm('Admin')) { // Filter results from hidden projects
$query[] = "b.project_id not in ($restricted_projects)";
}
}
if (!empty($query)) {
- return array(delimit_list(' and ',$query), $paramstr);
+ return array(@join(' and ',$query), $paramstr);
} else {
return array('', '');
}
|
|
From: Benjamin C. <bc...@us...> - 2003-02-06 13:33:07
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv4650
Modified Files:
config.php
Log Message:
Renove the reference to inc/template.php
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- config.php 18 Jul 2002 13:02:14 -0000 1.33
+++ config.php 6 Feb 2003 13:33:03 -0000 1.34
@@ -71,6 +71,5 @@
define ('ONEDAY', 86400);
require_once ('inc/auth.php');
-require_once ('inc/template.php');
?>
|
|
From: Benjamin C. <bc...@us...> - 2003-02-06 12:59:31
|
Update of /cvsroot/phpbt/phpbt/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv17623
Added Files:
nl.php
Log Message:
Dutch translation by Jochem Schulenklopper
--- NEW FILE: nl.php ---
<?php
// nl.php - Dutch strings and titles
// Translation by Jochem Schulenklopper
// ------------------------------------------------------------------------
// Copyright (c) 2001, 2002 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: nl.php,v 1.1 2003/02/06 12:59:28 bcurtis Exp $
$STRING = array(
'lang_charset' => 'iso8859-1',
'nouser' => 'Gebruiker bestaat niet',
'dupeofself' => 'Een bug kan geen duplicaat van zichzelf zijn',
'nobug' => 'Bug bestaat niet',
'givesummary' => 'Vul een samenvatting in',
'givedesc' => 'Vul een beschrijving in',
'noprojects' => 'Geen projecten gevonden',
'totalbugs' => 'Totaal bugs',
'giveemail' => 'Geef een geldig e-mailadres op',
'givelogin' => 'Geef een login op',
'loginused' => 'Die login wordt al gebruikt',
'newacctsubject' => 'phpBugTracker Login',
'newacctmessage' => "Uw phpBugTracker password is %s",
'nobugs' => 'Geen bugs gevonden',
'givename' => 'Vul een naam in',
'edit' => 'Wijzig',
'addnew' => 'Voeg toe',
'nooses' => 'Geen OS\'s gevonden',
'giveinitversion' => 'Geen een initiele versie op voor het project',
'giveversion' => 'Vul een versie in',
'noversions' => 'Geen versies gevonden',
'nocomponents' => 'Geen componenten gevonden',
'nostatuses' => 'Geen statussen gevonden',
'noseverities' => 'Geen ernst-categorien gevonden',
'givepassword' => 'Vul een password in',
'nousers' => 'Geen gebruikers gevonden',
'bugbadperm' => 'U kunt deze bug niet veranderen',
'bugbadnum' => 'Die bug bestaat niet',
'datecollision' => 'Iemand heeft de bug gewijzigd sinds u \'m bekeek. De informatie is bijgewerkt met de laatste veranderingen.',
'passwordmatch' => 'Die passwords zijn niet gelijk -- probeer opnieuw',
'nobughistory' => 'Er is geen historie van deze bug',
'logintomodify' => 'U moet ingelogd zijn om de bug te wijzigen',
'dupe_attachment' => 'Die bijlage bestaat al voor deze bug',
'give_attachment' => 'Geef een bestand op voor upload',
'no_attachment_save_path' => 'Plaats om bestand op te slaan niet gevonden!',
'attachment_path_not_writeable' => 'Niet mogelijk om bestand te creeeren',
'attachment_move_error' => 'Fout bij het verplaatsen van bestand',
'bad_attachment' => 'Bijlage bestaat niet',
'attachment_too_large' => 'Het opgegeven bestand is groter dan '.number_format(ATTACHMENT_MAX_SIZE).' bytes',
'bad_permission' => 'U heeft geen rechten om die functie uit te voeren',
'project_only_all_groups' => 'U kan geen specifieke groepen kiezen als "Alle groepen" gekozen is',
'previous_bug' => 'Vorige',
'next_bug' => 'Volgende',
'already_voted' => 'U heeft al gestemd voor deze bug',
'too_many_votes' => 'U heeft het maximum aantal stemmen per gebruiker bereikt',
'no_votes' => 'Er zijn geen stemmen voor deze bug',
'user_filter' => array(
0 => 'Alle gebruikers',
1 => 'Actieve gebruikers',
2 => 'Inactieve gebruikers'),
'dupe_dependency' => 'Die afhankelijkheid is al toegevoegd',
'image_path_not_writeable' => 'Het web proces heeft geen schrijfrechten in de subdirectory "jpgimages". De samenvattingsafbeelding kan niet getoond worden',
'password_changed' => 'Uw password is veranderd',
'prefs_changed' => 'Uw voorkeuren zijn veranderd',
'databaselist' => 'Database lijst',
'database' => 'Database',
'databases' => 'Databases',
'name' => 'Naam',
'description' => 'Beschrijving',
'sortorder' => 'Sorteervolgorde',
'suredeletedb' => 'Weet u zeker dat u deze database wilt verwijderen?',
'suredeletesite' => 'Weet u zeker dat u deze site wilt verwijderen?',
'delete' => 'Verwijder',
'version' => 'Versie',
'addnewsite' => 'Voeg nieuwe site toe',
'sitelist' => 'Site lijst',
'sites' => 'Sites',
'QUERY' => array(
'opt_All' => 'Alles',
'Project' => 'Project',
'Version' => 'Versie',
'Component' => 'Component',
'Status' => 'Status',
'Resolution' => 'Oplossing',
'OpSys' => 'OS',
'Priority' => 'Prioriteit',
'Severity' => 'Ernst',
'Database' => 'Database',
'ReportedOnSite' => 'Gemeld op site',
'Summary' => 'Samenvatting',
'DescriptionEntry' => 'Een beschrijving',
'SortBy' => 'Gesorteerd op',
'SortBy_BugNumber' => 'Bug Number',
'SortBy_Severity' => 'Ernst',
'SortBy_Reporter' => 'Melder',
'SortBy_Priority' => 'Prioriteit',
'SortBy_Status' => 'Status',
'SortAsc' => 'Oplopend',
'SortDesc' => 'Aflopend',
'SaveThisQueryAs' => 'Bewaar deze query als',
'ResetBackToDefaultQuery' => 'Reset naar standaard query',
'SubmitQuery' => 'Voeg query toe',
'SavedQueries' => 'Opgeslagen queries',
'GoToThe' => 'Ga naar de',
'AdvancedQueryPage' => 'uitgebreide query pagina',
'SimpleQueryPage' => 'eenvoudige query pagina',
'SureDeleteSavedQuery' => 'Weet u zeker dat u deze opgeslagen query wilt verwijderen?',
'MatchingAs' => 'matching met',
'MatchingAs_Regexp' => 'regexp',
'MatchingAs_NotRegexp' => 'not regexp',
'MatchingAs_Substring' => 'substring',
'MatchingAs_Exact' => 'exact',
'eMail_Reporter' => 'Melder',
'eMail_AssignedTo' => 'Toegewezen aan'
),
'WRAP' => array(
'FindBug' => 'Zoek bug',
'Home' => 'Home',
'AddNewBug' => 'Voeg een nieuwe bug toe',
'QueryBugs' => 'Query bugs',
'ViewReports' => 'Toon rapporten',
'Documentation' => 'Lees documentatie',
'AdminTools' => 'Beheerstools',
'CreateNewAccount' => 'Maak een nieuw account',
'Email' => 'Email',
'Login' => 'Login',
'DoLogin' => 'Login',
'BugsAssigned' => 'Bugs toegewezen aan mij',
'BugsReported' => 'Bugs gemeld door mij',
'PersonalPage' => 'Persoonlijke pagina',
'Logout' => 'Logout',
'EmailPassword' => 'Email password',
'RememberMe' => 'Onthouden',
),
'BUGFORM' => array(
'Project' => 'Project',
'Version' => 'Versie',
'Summary' => 'Samenvatting',
'Description' => 'Beschrijving',
'Severity' => 'Ernst',
'Priority' => 'Prioriteit',
'Site' => 'Site',
'Database' => 'Database',
'Component' => 'Component',
'OS' => 'OS',
'AddAnother' => 'Voeg nog een andere toe',
'Submit' => 'Voeg toe'
),
'BUGDISPLAY' => array(
'Reporter' => 'Reporteur',
'ReturnTo' => 'Terug naar',
'BugList' => 'Bug Lijst',
'Project' => 'Project',
'Created' => 'Aangemaakt',
'Version' => 'Versie',
'ClosedInVersion' => 'Gesloten in versie',
'ToBeClosedInVersion' => 'Te sluiten in versie',
'AssignedTo' => 'Toegewezen aan',
'AssignedToNobody' => 'Niemand',
'BugDependency' => 'Afhankelijkheden',
'AddDependency' => 'Voeg afhankelijkheid toe',
'RemoveDependency' => 'Verwijder afhankelijkheid',
'Summary' => 'Samenvatting',
'Status' => 'Status',
'Description' => 'Beschrijving',
'Severity' => 'Ernst',
'Priority' => 'Prioriteit',
'Component' => 'Component',
'Resolution' => 'Oplossing',
'ResolutionNone' => 'Geen',
'AddCC' => 'Voeg CC toe',
'RemoveSelectedCC' => 'Verwijder geselecteerde CC\'s',
'AdditionalComments' => 'Extra commentaar',
'Attachments' => 'Bijlagen',
'CreateAttachment' => 'Maak bijlage',
'SureDeleteAttachment' => 'Weet u zeker dat u deze bijlage wilt verwijderen?',
'Name' => 'Naam',
'Size' => 'Omvang',
'Type' => 'Type',
'Created' => 'Aangemaakt',
'VoteForThisBug' => 'Stem voor deze bug',
'ViewVotes' => 'Toon stemmen',
'ForThisBug' => 'voor deze bug',
'ViewBugActivity' => 'Toon bugactiviteiten',
'PrintableView' => 'Printbaar',
'NoAttachments' => 'Geen bijlagen',
'Comments' => 'Commentaar',
'PostedBy' => 'Gemeld door',
'Date' => 'Datum',
'DateOn' => 'Op',
'Submit' => 'Voeg toe',
'Site' => 'Gemeld op site',
'Database' => 'Database',
'OS' => 'OS',
'ChooseOne' => 'Kies'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Ontvang berichten over bugveranderingen via email',
'ShowSavedQueries' => 'Toon bewaarde queries op de homepage',
'ChangePassword' => 'Wijzig password',
'EnterNewPassword' => 'Geef uw password hieronder tweemaal op',
'Password' => 'Password',
'Verify' => 'Controleer',
'ChangePreferences' => 'Wijzig voorkeuren',
'BugListColumns' => 'Buglijst kolommen',
'ChooseFields' => 'Kies de velden die u in de buglijst wilt zien',
'SureDeleteVote' => 'Weet u zeker dat u deze stem wilt verwijderen?',
'Votes' => 'Stemmen',
'Bug' => 'Bug',
'When' => 'Wanneer',
'ColumnPreferencesSaved' => 'Uw voorkeuren voor de buglijst zijn opgeslagen'
),
'INDEX' => array(
'FiveRecentlySubmitted' => 'Vijf laatste toegevoegde bugs',
'FiveRecentlyClosed' => 'Vijf laatste gesloten bugs',
'QuickStats' => 'Quick stats',
'Status' => 'Status',
'NumberOfBugs' => '# bugs',
'SavedQueries' => 'Opgeslagen queries'
)
);
// Page titles
$TITLE = array(
'enterbug' => 'Meld een bug',
'editbug' => 'Wijzig een bug',
'newaccount' => 'Maak een nieuw account aan',
'bugquery' => 'Bug query',
'buglist' => 'Bug lijst',
'addcomponent' => 'Voeg component toe',
'editcomponent' => 'Wijzig component',
'addproject' => 'Voeg project toe',
'editproject' => 'Wijzig project',
'addversion' => 'Voeg versie toe',
'editversion' => 'Wijzig versie',
'addsite' => 'Voeg site toe',
'editsite' => 'Wijzig site',
'project' => 'Projecten',
'os' => 'Operating Systems',
'resolution' => 'Oplossingen',
'status' => 'Statussen',
'severity' => 'Ernst-categorieen',
'user' => 'Gebruikers',
'home' => 'Home',
'reporting' => 'Rapporten',
'group' => 'Groepen',
'bugvotes' => 'Bug stemmen',
'bughistory' => 'Bug history',
'viewbug' => 'Toon bug',
'addattachment' => 'Voeg bijlage toe',
'accountcreated' => 'Account aangemaakt',
'changessaved' => 'Wijzigingen opgeslagen',
'preferences' => 'Voorkeuren gebruiker',
'usertools' => 'Gebruikerstools',
'edituser' => 'Wijzig gebruiker',
'adduser' => 'Voeg gebruiker toe',
'editstatus' => 'Wijzig status',
'addstatus' => 'Voeg status toe',
'editseverity' => 'Wijzig ernst-categorie',
'addseverity' => 'Voeg ernst-categorie toe',
'editresolution' => 'Edit Resolution',
'addresolution' => 'Voeg oplossing toe',
'editos' => 'Wijzig Operating System',
'addos' => 'Wijzig Operating System',
'editgroup' => 'Wijzig groep',
'addgroup' => 'Voeg groep toe',
'configuration' => 'Configuratie',
'adddatabase' => 'Voeg database toe',
'editdatabase' => 'Wijzig database',
'database' => 'Databases',
'site' => 'Sites'
);
?>
|
|
From: Benjamin C. <bc...@us...> - 2003-02-06 12:43:14
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv9090 Modified Files: index.php Log Message: Added version info Index: index.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/index.php,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- index.php 21 Oct 2002 19:41:32 -0000 1.35 +++ index.php 6 Feb 2003 12:43:10 -0000 1.36 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ include 'include.php'; |
|
From: Benjamin C. <bc...@us...> - 2003-01-04 20:19:11
|
Update of /cvsroot/phpbt/phpbt/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv20090/languages
Added Files:
da.php es.php no.php
Log Message:
--- NEW FILE: da.php ---
<?php
// da.php - Danish strings and titles
// Translation by Morten Oersted
// ------------------------------------------------------------------------
// Copyright (c) 2001, 2002 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: da.php,v 1.1 2003/01/04 20:19:08 bcurtis Exp $
$STRING = array(
'lang_charset' => 'iso-8859-1',
'nouser' => 'Brugeren eksisterer ikke',
'dupeofself' => 'En fejl kan ikke være en kopi af sig selv',
'nobug' => 'Fejlen eksisterer ikke',
'givesummary' => 'Indtast venligst et resumé',
'givedesc' => 'Indtast venligst en beskrivelse',
'noprojects' => 'Fandt ingen projekter',
'totalbugs' => 'Totale fejl',
'giveemail' => 'Indtast venligst en gyldig e-mail adresse',
'givelogin' => 'Indtast venligst logininfomation',
'loginused' => 'Logininfomationer bliver allerede brugt',
'newacctsubject' => 'Login',
'newacctmessage' => "Din adgangskode er %s",
'nobugs' => 'Ingen fejl fundet',
'givename' => 'Indtast venligst et navn',
'edit' => 'Rediger',
'addnew' => 'Tilføj ny',
'nooses' => 'Ingen OSer fundet',
'giveinitversion' => 'Indtast venligst den nuværende version for projektet',
'giveversion' => 'Indtast venligst en version',
'noversions' => 'Ingen versioner fundet',
'nocomponents' => 'Ingen komponenter fundet',
'nostatuses' => 'Ingen status fundet',
'noseverities' => 'Ingen nødvendigheder fundet',
'givepassword' => 'Indtast venligst en adgangskode',
'nousers' => 'Ingen brugere fundet',
'bugbadperm' => 'Du kan ikke ændre denne fejl',
'bugbadnum' => 'Den fejl eksisterer ikke',
'datecollision' => 'En anden har opdateret denne fejl siden du åbnede den. Fejlinformationen er blevet indlæst igen med de sidste ændringer.',
'passwordmatch' => 'Disse adgangskoder er ikke ens -- prøv venligst igen',
'nobughistory' => 'Der er ingen historie for denne fejl',
'logintomodify' => 'Du skal være logget ind for at ændre denne fejl',
'dupe_attachment' => 'Vedhæftningen eksisterer allerede for denne fejl',
'give_attachment' => 'Specificer venligst filen der skal hentes',
'no_attachment_save_path' => 'Kunne ikke finde et sted at gemme filen!',
'attachment_path_not_writeable' => 'Kunne ikke oprette en fil i den gemte sti',
'attachment_move_error' => 'Der skete en fejl under flytningen af den hentede fil',
'bad_attachment' => 'Vedhæftningen eksisterer ikke',
'attachment_too_large' => 'Den fil du har specificeret er større end '.number_format(ATTACHMENT_MAX_SIZE).' bytes',
'bad_permission' => 'Du har ikke de rettigheder der kræves for denne funktion',
'project_only_all_groups' => 'Du kan ikke vælge specifikke grupper når "Alle grupper" er valgt',
'previous_bug' => 'Forrige',
'next_bug' => 'Næste',
'already_voted' => 'Du har allerede stemt på denne fejl',
'too_many_votes' => 'Du har nået maksimum antal stemmer per bruger',
'no_votes' => 'Der er ingen stemmer for denne fejl',
'user_filter' => array(
0 => 'Alle brugere',
1 => 'Aktive brugere',
2 => 'Ikke-aktive brugere'),
'dupe_dependency' => 'Denne fejl afhængighed er allerede blevet tilføjet',
'image_path_not_writeable' => 'Undermappen "jpgimages" er ikke skrivebart i webprocessen så resumé billedet kan ikke rederes',
'password_changed' => 'Din adgangskode er blevet ændret',
'prefs_changed' => 'Dine præferencer er blevet ændret',
'databaselist' => 'Databaseliste',
'database' => 'Database',
'databases' => 'Databaser',
'name' => 'Navn',
'description' => 'Beskrivelse',
'sortorder' => 'Sorterings metode',
'suredeletedb' => 'Er du sikker på at du ønsker at slette denne database?',
'suredeletesite' => 'Er du sikker på at du ønsker at slette dette sted?',
'delete' => 'slet',
'version' => 'Version',
'addnewsite' => 'Tilføj nyt sted',
'sitelist' => 'Sted liste',
'sites' => 'Steder',
'QUERY' => array(
'opt_All' => 'Alle',
'Project' => 'Projekt',
'Version' => 'Version',
'Component' => 'Komponent',
'Status' => 'Status',
'Resolution' => 'Opløsning',
'OpSys' => 'OpSys',
'Priority' => 'Prioritet',
'Severity' => 'Nødvendighed',
'Database' => 'Database',
'ReportedOnSite' => 'Rapporteret på sted',
'Summary' => 'Resumé',
'DescriptionEntry' => 'En beskrivelses indgang',
'SortBy' => 'Sorteret efter',
'SortBy_BugNumber' => 'Fejl nummer',
'SortBy_Severity' => 'Nødvendighed',
'SortBy_Reporter' => 'Rapporter',
'SortBy_Priority' => 'Prioritet',
'SortBy_Status' => 'Status',
'SortAsc' => 'Opgående',
'SortDesc' => 'Nedgående',
'SaveThisQueryAs' => 'Gem denne forespørgsel som',
'ResetBackToDefaultQuery' => 'Gå tilbage til standard forespørgsel',
'SubmitQuery' => 'Indsend forespørgsel',
'SavedQueries' => 'gemt forespørgsler',
'GoToThe' => 'Gå til',
'AdvancedQueryPage' => 'avanceret forspørgsel side',
'SimpleQueryPage' => 'simpel forespørgsel side',
'SureDeleteSavedQuery' => 'Er du sikker på at du ønsker at slette den gemte forespørgsel?',
'MatchingAs' => 'mål som',
'MatchingAs_Regexp' => 'regexp',
'MatchingAs_NotRegexp' => 'not regexp',
'MatchingAs_Substring' => 'undersætning',
'MatchingAs_Exact' => 'præcis',
'eMail_Reporter' => 'Rapporter',
'eMail_AssignedTo' => 'Tildelt til'
),
'WRAP' => array(
'FindBug' => 'Find fejl',
'Home' => 'Hjem',
'AddNewBug' => 'Tilføj en ny fejl',
'QueryBugs' => 'Fejl forespørgsel',
'ViewReports' => 'Vis rapporter',
'Documentation' => 'Læs dokumentation',
'AdminTools' => 'Administrations værktøjer',
'CreateNewAccount' => 'Opret en ny konto',
'Email' => 'E-mail',
'Login' => 'Login',
'DoLogin' => 'Login',
'BugsAssigned' => 'Fejl tildelt til mig',
'BugsReported' => 'Fejl rapporteret af mig',
'PersonalPage' => 'Personlig side',
'Logout' => 'Logout',
'EmailPassword' => 'E-mail adgangskode',
'RememberMe' => 'Husk mig',
),
'BUGFORM' => array(
'Project' => 'Projekt',
'Version' => 'Version',
'Summary' => 'Resumé',
'Description' => 'Beskrivelse',
'Severity' => 'Nødvendighed',
'Priority' => 'Prioritet',
'Site' => 'Sted',
'Database' => 'Database',
'Component' => 'Komponent',
'OS' => 'OS',
'AddAnother' => 'Tilføj en anden',
'Submit' => 'Indsend'
),
'BUGDISPLAY' => array(
'Reporter' => 'Rapporter',
'ReturnTo' => 'Tilbage til',
'BugList' => 'fejlliste',
'Project' => 'Projekt',
'Created' => 'Oprettet',
'Version' => 'Version',
'ClosedInVersion' => 'Lukket i version',
'ToBeClosedInVersion' => 'At blive lukket i version',
'AssignedTo' => 'Tildelt til',
'AssignedToNobody' => 'Ingen',
'BugDependency' => 'Afhængigheder',
'AddDependency' => 'Tilføj afhængighed',
'RemoveDependency' => 'Fjern afhængighed',
'Summary' => 'Resumé',
'Status' => 'Status',
'Description' => 'Beskrivelse',
'Severity' => 'Nødvendighed',
'Priority' => 'Prioritet',
'Component' => 'Komponent',
'Resolution' => 'Opløsning',
'ResolutionNone' => 'Ingen',
'AddCC' => 'Tilføj CC',
'RemoveSelectedCC' => 'Fejl valgte CCs',
'AdditionalComments' => 'Kommentar',
'Attachments' => 'Vedhæftninger',
'CreateAttachment' => 'Opret vedhæftning',
'SureDeleteAttachment' => 'Er du sikker på at du ønsker at slette denne vedhæftning?',
'Name' => 'Navn',
'Size' => 'Størrelse',
'Type' => 'Type',
'Created' => 'Oprettet',
'VoteForThisBug' => 'Stem for denne fejl',
'ViewVotes' => 'Vis stemmer',
'ForThisBug' => 'for denne fejl',
'ViewBugActivity' => 'Vis fejl aktivitet',
'PrintableView' => 'Udskriftsvenlig side',
'NoAttachments' => 'Ingen vedhæftninger',
'Comments' => 'Kommentarer',
'PostedBy' => 'Indsendt af',
'Date' => 'Dato',
'DateOn' => 'On',
'Submit' => 'Indsend',
'Site' => 'Rapporteret på sted',
'Database' => 'Database',
'OS' => 'OS',
'ChooseOne' => 'Vælg en'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Modtager anmeldelser af fejl ændringer via e-mail',
'ShowSavedQueries' => 'Vis gemte forespørgsler på hjemmesiden',
'ChangePassword' => 'Skift adgangskode',
'EnterNewPassword' => 'Indtast venligst din nye adgangskode to gange nedenfor',
'Password' => 'Adgangskode',
'Verify' => 'Bekræft',
'ChangePreferences' => 'Skift præferencer',
'BugListColumns' => 'Fejlliste kolonner',
'ChooseFields' => 'Vælg de felter du ønsker at se i fejllisten',
'SureDeleteVote' => 'Er du sikker på at du ønsker at slette denne stemme?',
'Votes' => 'Stemmer',
'Bug' => 'Fejl',
'When' => 'Hvornår',
'ColumnPreferencesSaved' => 'Din fejlliste kolonne præferencer er blevet gemt'
),
'INDEX' => array(
'FiveRecentlySubmitted' => 'De fem senest indsendte fejl',
'FiveRecentlyClosed' => 'De fem seneste lukkede fejl',
'QuickStats' => 'Quick status',
'Status' => 'Status',
'NumberOfBugs' => '# fejl',
'SavedQueries' => 'Gemt forespørgsler'
)
);
// Page titles
$TITLE = array(
'enterbug' => 'Indtast en fejl',
'editbug' => 'Rediger fejl',
'newaccount' => 'Opret en ny konto',
'bugquery' => 'Fejl forespørgsel',
'buglist' => 'Fejl liste',
'addcomponent' => 'Tilføj komponent',
'editcomponent' => 'Rediger kommentar',
'addproject' => 'Tilføj projekt',
'editproject' => 'Rediger projekt',
'addversion' => 'Tilføj version',
'editversion' => 'Rediger version',
'addsite' => 'Tilføj sted',
'editsite' => 'Rediger sted',
'project' => 'Projekter',
'os' => 'Operativ systemer',
'resolution' => 'Optræden',
'status' => 'Statustype',
'severity' => 'Nødvendigheder',
'user' => 'Brugere',
'home' => 'Hjem',
'reporting' => 'Rapportering',
'group' => 'Grupper',
'bugvotes' => 'Fejl stemmer',
'bughistory' => 'Fejl historie',
'viewbug' => 'Vis fejl',
'addattachment' => 'Tilføj vedhæftning',
'accountcreated' => 'Konto oprettet',
'changessaved' => 'Ændringer gemt',
'preferences' => 'Bruger præferencer',
'usertools' => 'Bruger værktøjer',
'edituser' => 'Rediger bruger',
'adduser' => 'Tilføj bruger',
'editstatus' => 'Rediger status',
'addstatus' => 'Tilføj status',
'editseverity' => 'Rediger nødvendighed',
'addseverity' => 'Tilføj nødvendighed',
'editresolution' => 'Rediger optræden',
'addresolution' => 'Tilføj optræden',
'editos' => 'Rediger operativ system',
'addos' => 'Tilføj operativ system',
'editgroup' => 'Rediger gruppe',
'addgroup' => 'Tilføj gruppe',
'configuration' => 'Konfiguration',
'adddatabase' => 'Tilføj database',
'editdatabase' => 'Rediger database',
'database' => 'Databaser',
'site' => 'Steder'
);
?>
|
|
From: Benjamin C. <bc...@us...> - 2003-01-04 20:19:10
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv20090 Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- CHANGELOG 28 Oct 2002 20:55:28 -0000 1.61 +++ CHANGELOG 4 Jan 2003 20:19:07 -0000 1.62 @@ -1,6 +1,14 @@ -- 1.0 -- : Added display of the bug ids a bug blocks. : Allow users to suppress the update email when changing a bug. +: Use localized strings in bug history. +: Added Japanese, Danish, Norwegian, and Spanish translations. +: Allow users to override saved queries by saving a new query with the same + name as an old one. +: Added client-side validation to admin pages. + +-- 0.9.1 -- 4 Jan 2003 +: Fixed bugs with PostgreSQL -- 0.9.0 -- 25 Oct 2002 : Replaced the mail function with one that encodes (i18n support). |
|
From: Benjamin C. <bc...@us...> - 2003-01-04 19:19:26
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv780
Modified Files:
Tag: phpbt-0_9_0
CHANGELOG
Log Message:
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v
retrieving revision 1.60.2.1
retrieving revision 1.60.2.2
diff -u -r1.60.2.1 -r1.60.2.2
--- CHANGELOG 4 Jan 2003 19:17:32 -0000 1.60.2.1
+++ CHANGELOG 4 Jan 2003 19:19:23 -0000 1.60.2.2
@@ -1,4 +1,4 @@
--- 0.9.1 --
+-- 0.9.1 -- 4 Jan 2003
: Fixed bugs with PostgreSQL
-- 0.9.0 -- 25 Oct 2002
|
|
From: Benjamin C. <bc...@us...> - 2003-01-04 19:17:35
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv32729
Modified Files:
Tag: phpbt-0_9_0
CHANGELOG upgrade.php
Log Message:
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -u -r1.60 -r1.60.2.1
--- CHANGELOG 2 Oct 2002 18:45:49 -0000 1.60
+++ CHANGELOG 4 Jan 2003 19:17:32 -0000 1.60.2.1
@@ -1,4 +1,7 @@
--- 0.9.0 --
+-- 0.9.1 --
+: Fixed bugs with PostgreSQL
+
+-- 0.9.0 -- 25 Oct 2002
: Replaced the mail function with one that encodes (i18n support).
: Added four additional fields for tracking bug information: Database type
and version, Environment, Closed Version, To-be-closed Version.
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -r1.27.2.1 -r1.27.2.2
--- upgrade.php 5 Nov 2002 18:05:16 -0000 1.27.2.1
+++ upgrade.php 4 Jan 2003 19:17:32 -0000 1.27.2.2
@@ -49,6 +49,7 @@
$db->query("alter table ".TBL_BUG." add site_id int4");
$db->query("alter table ".TBL_BUG." add closed_in_version_id int4");
$db->query("alter table ".TBL_BUG." add to_be_closed_in_version_id int4");
+ $db->query("update ".TBL_BUG." set database_id = 0, site_id = 0, closed_in_version_id = 0, to_be_closed_in_version_id = 0");
$db->query("create table ".TBL_SITE." ( site_id INT2 NOT NULL DEFAULT '0', site_name varchar(50) NOT NULL DEFAULT '', sort_order INT2 NOT NULL DEFAULT '0', PRIMARY KEY (site_id) )");
$db->query("INSERT INTO ".TBL_SITE." VALUES (0,'All',1)");
$db->query("INSERT INTO ".TBL_SITE." VALUES (1,'Development',2)");
|
|
From: Benjamin C. <bc...@us...> - 2002-12-18 03:50:27
|
Update of /cvsroot/phpbt/phpbt/inc/pear/DB
In directory sc8-pr-cvs1:/tmp/cvs-serv23161/inc/pear/DB
Modified Files:
Tag: phpbt-0_9_0
pgsql.php
Log Message:
Tweaking
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/pgsql.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- pgsql.php 11 Oct 2002 20:54:43 -0000 1.3
+++ pgsql.php 18 Dec 2002 03:50:24 -0000 1.3.2.1
@@ -558,7 +558,7 @@
function modifyLimitQuery($query, $from, $count)
{
- $query = $query . " LIMIT $count, $from";
+ $query = $query . " LIMIT $count OFFSET $from";
return $query;
}
|
|
From: Benjamin C. <bc...@us...> - 2002-12-18 03:49:39
|
Update of /cvsroot/phpbt/phpbt/inc/pear/DB
In directory sc8-pr-cvs1:/tmp/cvs-serv22959/inc/pear/DB
Modified Files:
pgsql.php
Log Message:
Tweaking
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/pear/DB/pgsql.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgsql.php 11 Oct 2002 20:54:43 -0000 1.3
+++ pgsql.php 18 Dec 2002 03:49:36 -0000 1.4
@@ -558,7 +558,7 @@
function modifyLimitQuery($query, $from, $count)
{
- $query = $query . " LIMIT $count, $from";
+ $query = $query . " LIMIT $count OFFSET $from";
return $query;
}
|
|
From: Benjamin C. <bc...@us...> - 2002-12-17 13:27:55
|
Update of /cvsroot/phpbt/phpbt/inc/db
In directory sc8-pr-cvs1:/tmp/cvs-serv13638/inc/db
Modified Files:
Tag: phpbt-0_9_0
pgsql.php
Log Message:
Same as before
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -r1.20.2.1 -r1.20.2.2
--- pgsql.php 17 Dec 2002 13:25:10 -0000 1.20.2.1
+++ pgsql.php 17 Dec 2002 13:27:53 -0000 1.20.2.2
@@ -100,7 +100,7 @@
'functions-bug-cc' => 'select b.user_id, login '.
'from '.TBL_BUG_CC.' b left join '. TBL_AUTH_USER.' using(user_id) '.
'where bug_id = %s',
- 'functions-project-js' => 'select p.project_id, project_name '.
+ 'functions-project-js' => 'select p.project_id, p.project_name '.
'from '.TBL_PROJECT. ' p '.
'left join '.TBL_PROJECT_GROUP.' pg using(project_id) '.
'where active = 1 and (pg.project_id is null or pg.group_id in (%s)) '.
|