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: Jirka P. <fi...@us...> - 2002-06-26 09:36:31
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory usw-pr-cvs1:/tmp/cvs-serv28378/phpbt/inc/db Modified Files: pgsql.php Log Message: Bugfix #573061. Index: pgsql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pgsql.php 25 Jun 2002 14:00:06 -0000 1.9 +++ pgsql.php 26 Jun 2002 09:36:27 -0000 1.10 @@ -75,7 +75,7 @@ 'from '.TBL_BUG.' b '. 'left join '.TBL_AUTH_USER.' owner on b.assigned_to = owner.user_id '. 'left join '.TBL_AUTH_USER.' reporter on b.created_by = reporter.user_id '. - 'left join '.TBL_AUTH_USER.' lastmodifier on b.last_modified_by = lastmodifier.user_id '. + 'left join '.TBL_AUTH_USER.' lastmodifier on b.last_modified_by = lastmodifier.user_id, '. 'left join '.TBL_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. |
|
From: Jirka P. <fi...@us...> - 2002-06-25 14:34:26
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv14460/phpbt/languages Modified Files: pt-br.php Log Message: Brazilian strings and titles. Reserved for translation by Alexandre Ponso. Index: pt-br.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/pt-br.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pt-br.php 26 Mar 2002 17:12:29 -0000 1.14 +++ pt-br.php 25 Jun 2002 14:34:19 -0000 1.15 @@ -67,6 +67,8 @@ 'project_only_all_groups' => 'Você não pode escolher um grupo específico quando "All groups" esta selecionado', 'previous_bug' => 'Anterior', 'next_bug' => 'Próximo' , + +// To be translated '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', @@ -75,8 +77,157 @@ 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' - ); + 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered', + 'password_changed' => 'Your password has been changed', + 'prefs_changed' => 'Your preferences have been changed', + 'databaselist' => 'Database list', + 'database' => 'Database', + 'databases' => 'Databases', + 'name' => 'Name', + 'description' => 'Description', + 'sortorder' => 'Sort order', + 'suredeletedb' => 'Are you sure to delete this database?', + 'suredeletesite' => 'Are you sure to delete this site?', + 'delete' => 'Delete', + 'version' => 'Version', + 'addnewsite' => 'Add new Site', + 'sitelist' => 'Site list', + 'sites' => 'Sites', + 'QUERY' => array( + 'opt_All' => 'All', + 'Project' => 'Project', + 'Version' => 'Version', + 'Component' => 'Component', + 'Status' => 'Status', + 'Resolution' => 'Resolution', + 'OpSys' => 'OpSys', + 'Priority' => 'Priority', + 'Severity' => 'Severity', + 'Database' => 'Database', + 'ReportedOnSite' => 'Reported on Site', + 'Summary' => 'Summary', + 'DescriptionEntry' => 'A description entry', + 'SortBy' => 'Sort By', + 'SortBy_BugNumber' => 'Bug Number', + 'SortBy_Severity' => 'Severity', + 'SortBy_Reporter' => 'Reporter', + 'SortBy_Priority' => 'Priority', + 'SortBy_Status' => 'Status', + 'SortAsc' => 'Ascending', + 'SortDesc' => 'Descending', + 'SaveThisQueryAs' => 'Save this query as', + 'ResetBackToDefaultQuery' => 'Reset back to default query', + 'SubmitQuery' => 'Submit query', + 'SavedQueries' => 'Saved Queries', + 'GoToThe' => 'Go to the', + 'AdvancedQueryPage' => 'advanced query page', + 'SimpleQueryPage' => 'simple query page', + 'SureDeleteSavedQuery' => 'Are you sure you want to delete this saved query?', + 'MatchingAs' => 'matching as', + 'MatchingAs_Regexp' => 'regexp', + 'MatchingAs_NotRegexp' => 'not regexp', + 'MatchingAs_Substring' => 'substring', + 'MatchingAs_Exact' => 'exact', + 'eMail_Reporter' => 'Reporter', + 'eMail_AssignedTo' => 'Assigned To' + ), + 'WRAP' => array( + 'FindBug' => 'Find Bug', + 'Home' => 'Home', + 'AddNewBug' => 'Add a new Bug', + 'QueryBugs' => 'Query Bugs', + 'ViewReports' => 'View Reports', + 'Documentation' => 'Read Documentation', + 'AdminTools' => 'Admin Tools', + 'CreateNewAccount' => 'Create a new Account' + ), + 'BUGFORM' => array( + 'Project' => 'Project', + 'Version' => 'Version', + 'Summary' => 'Summary', + 'Description' => 'Description', + 'Severity' => 'Severity', + 'Priority' => 'Priority', + 'Site' => 'Site', + 'Database' => 'Database', + 'Component' => 'Component', + 'OS' => 'OS', + 'AddAnother' => 'Add another', + 'Submit' => 'Submit' + ), + 'BUGDISPLAY' => array( + 'Reporter' => 'Reporter', + 'ReturnTo' => 'Return to', + 'BugList' => 'bug list', + 'Project' => 'Project', + 'Created' => 'Created', + 'Version' => 'Version', + 'ClosedInVersion' => 'Closed in Version', + 'ToBeClosedInVersion' => 'To be Closed in Version', + 'AssignedTo' => 'Assigned To', + 'AssignedToNobody' => 'Nobody', + 'BugDependency' => 'Dependencies', + 'AddDependency' => 'Add Dependency', + 'RemoveDependency' => 'Remove Dependency', + 'Summary' => 'Summary', + 'Status' => 'Status', + 'Description' => 'Description', + 'Severity' => 'Severity', + 'Priority' => 'Priority', + 'Component' => 'Component', + 'Resolution' => 'Resolution', + 'ResolutionNone' => 'None', + 'AddCC' => 'Add CC', + 'RemoveSelectedCC' => 'Remove selected CCs', + 'AdditionalComments' => 'Additional Comments', + 'Attachments' => 'Attachments', + 'CreateAttachment' => 'Create Attachment', + 'SureDeleteAttachment' => 'Are you sure you want to delete this attachment?', + 'Name' => 'Name', + 'Size' => 'Size', + 'Type' => 'Type', + 'Created' => 'Created', + 'VoteForThisBug' => 'Vote for this bug', + 'ViewVotes' => 'View votes', + 'ForThisBug' => 'for this bug', + 'ViewBugActivity' => 'View bug activity', + 'PrintableView' => 'Printable View', + 'NoAttachments' => 'No attachments', + 'Comments' => 'Comments', + 'PostedBy' => 'Posted By', + 'Date' => 'Date', + 'DateOn' => 'On', + 'Submit' => 'Submit', + 'Site' => 'Reported on Site', + 'Database' => 'Database', + 'OS' => 'OS', + 'ChooseOne' => 'Choose One' + ), + 'USER_PREF' => array( + 'ReceiveNotifications' => 'Receive notifications of bug changes via email', + 'ShowSavedQueries' => 'Show saved queries on the homepage', + 'ChangePassword' => 'Change password', + 'EnterNewPassword' => 'Please enter your new password twice below', + 'Password' => 'Password', + 'Verify' => 'Verify', + 'ChangePreferences' => 'ChangePreferences', + 'BugListColumns' => 'Bug List Columns', + 'ChooseFields' => 'Choose the fields you want to see in the bug list', + 'SureDeleteVote' => 'Are you sure you want to delete this vote?', + 'Votes' => 'Votes', + 'Bug' => 'Bug', + 'When' => 'When', + 'ColumnPreferencesSaved' => 'Your bug list column preferences have been saved' + ), + 'INDEX' => array( + 'FiveRecentlySubmitted' => 'Five most recently submitted bugs', + 'FiveRecentlyClosed' => 'Five most recently closed bugs', + 'QuickStats' => 'Quick stats', + 'Status' => 'Status', + 'NumberOfBugs' => '# bugs', + 'SavedQueries' => 'Saved Queries' + ) +); // Page titles $TITLE = array( @@ -99,7 +250,37 @@ 'user' => 'Usuários', 'home' => 'Home', 'reporting' => 'Relatórios', - 'group' => 'Grupos' - ); + 'group' => 'Grupos', + +// To be translated + 'addsite' => 'Add Site', + 'editsite' => 'Edit Site', + 'bugvotes' => 'Bug Votes', + 'bughistory' => 'Bug History', + 'viewbug' => 'View Bug', + 'addattachment' => 'Add Attachment', + 'accountcreated' => 'Account Created', + 'changessaved' => 'Changes Saved', + 'preferences' => 'User Preferences', + 'usertools' => 'User Tools', + 'edituser' => 'Edit User', + 'adduser' => 'Add User', + 'editstatus' => 'Edit Status', + 'addstatus' => 'Add Status', + 'editseverity' => 'Edit Severity', + 'addseverity' => 'Add Severity', + 'editresolution' => 'Edit Resolution', + 'addresolution' => 'Add Resolution', + 'editos' => 'Edit Operating System', + 'addos' => 'Add Operating System', + 'editgroup' => 'Edit Group', + 'addgroup' => 'Add Group', + 'configuration' => 'Configuration', + 'adddatabase' => 'Add Database', + 'editdatabase' => 'Edit Database', + 'database' => 'Databases', + 'site' => 'Sites' +); ?> + |
|
From: Jirka P. <fi...@us...> - 2002-06-25 14:13:49
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory usw-pr-cvs1:/tmp/cvs-serv8276/phpbt/inc/db Modified Files: oci8.php Log Message: Extended version tracking, added database and site tracking. Not tested. Index: oci8.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/oci8.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- oci8.php 19 May 2002 13:25:48 -0000 1.6 +++ oci8.php 25 Jun 2002 14:13:46 -0000 1.7 @@ -38,6 +38,10 @@ 'where d.database_id = b.database_id(+) '. 'group by d.database_id, database_name, database_version, sort_order '. 'order by %s %s', + 'admin-list-sites' => 'select s.site_id, site_name, sort_order, '. + 'count(bug_id) as bug_count from '.TBL_SITE. ' s, '.TBL_BUG. + 'where s.site_id = b.site_id(+) group by s.site_id, site_name, '. + 'sort_order order by %s %s', 'admin-list-statuses' => 'select s.status_id, status_name, status_desc, '. 'sort_order, count(bug_id) as bug_count '. 'from '.TBL_STATUS.' s, '.TBL_BUG.' b '. @@ -75,7 +79,7 @@ TBL_AUTH_USER.' lastmodifier, ' . TBL_RESOLUTION.' resolution, '. TBL_SEVERITY.' severity, ' . TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. - TBL_PROJECT.' project '. + TBL_PROJECT.' project, '.TBL_SITE.' site '. 'where b.assigned_to = owner.user_id(+) '. 'and b.created_by = reporter.user_id(+) '. 'and b.last_modified_by = lastmodifier.user_id(+) '. @@ -84,16 +88,19 @@ 'and b.status_id = status.status_id and b.os_id = os.os_id '. 'and b.version_id = version.version_id '. 'and b.component_id = component.component_id '. + 'and b.site_id = site.site_id '. 'and b.project_id = project.project_id and %s and bug_id <> %s '. 'order by %s %s, bug_id asc', 'bug-show-bug' => 'select b.*, reporter.login as reporter, '. 'owner.login as owner, r.resolution_name, st.status_name '. 'from '.TBL_BUG.' b, '.TBL_AUTH_USER.' owner, '.TBL_AUTH_USER.' reporter, '. - TBL_RESOLUTION.' r, '.TBL_SEVERITY.' sv, '.TBL_STATUS.' st '. + TBL_RESOLUTION.' r, '.TBL_SEVERITY.' sv, '. + TBL_STATUS.' st, '.TBL_SITE.' site ' 'where b.resolution_id = r.resolution_id(+) '. 'and b.assigned_to = owner.user_id(+) '. 'and b.created_by = reporter.user_id(+) '. 'and b.severity_id = sv.severity_id and b.status_id = st.status_id '. + 'and b.site_id = site.site_id '. 'and bug_id = %s and b.project_id not in (%s)', 'functions-bug-cc' => 'select b.user_id, login '. 'from '.TBL_BUG_CC.' b, '. TBL_AUTH_USER. @@ -128,8 +135,10 @@ 'from '.TBL_BUG.' b, '.TBL_AUTH_USER.' lastmodifier, '. TBL_AUTH_USER.' owner, '.TBL_AUTH_USER.' reporter, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. - TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. - TBL_PROJECT.' project, ' . TBL_RESOLUTION.' resolution '. + TBL_VERSION.' version, '.TBL_VERSION.' version2, '. + TBL_VERSION.' version3, '.TBL_COMPONENT.' component, '. + TBL_PROJECT.' project, ' . TBL_RESOLUTION.' resolution, '. + TBL_SITE.' site, '.TBL_DATABASE.' '. 'where b.assigned_to = owner.user_id(+) '. 'and b.created_by = reporter.user_id(+) '. 'and b.last_modified_by = lastmodifier.user_id(+) '. @@ -137,6 +146,10 @@ 'and b.severity_id = severity.severity_id '. 'and b.status_id = status.status_id and b.os_id = os.os_id '. 'and b.version_id = version.version_id '. + 'and b.to_be_closed_in_version_id = version2.version_id(+) '. + 'and b.closed_in_version_id = version3.version_id(+) '. + 'and b.database_id = '.TBL_DATABASE.'.database_id(+) '. + 'and b.site_id = site.site_id '. 'and b.component_id = component.component_id '. 'and b.project_id = project.project_id %s '. 'order by %s %s, bug_id asc', |
|
From: Jirka P. <fi...@us...> - 2002-06-25 14:00:10
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory usw-pr-cvs1:/tmp/cvs-serv2730/phpbt/inc/db Modified Files: mysql.php pgsql.php Log Message: Bugfix #573061, for testing. I can't say it's 100% OK, because I haven't tested it on PostgreSQL yet. Let me know. Index: mysql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/mysql.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mysql.php 13 Jun 2002 15:20:22 -0000 1.10 +++ mysql.php 25 Jun 2002 14:00:06 -0000 1.11 @@ -95,6 +95,7 @@ 'left join '.TBL_RESOLUTION.' r on b.resolution_id = r.resolution_id, '. TBL_SEVERITY.' sv, '.TBL_STATUS.' st, '.TBL_SITE.' site '. 'where bug_id = %s and b.project_id not in (%s) '. + 'and b.site_id = site.site_id '. 'and b.severity_id = sv.severity_id and b.status_id = st.status_id', 'functions-bug-cc' => 'select b.user_id, login '. 'from '.TBL_BUG_CC.' b left join '. TBL_AUTH_USER.' using(user_id) '. Index: pgsql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pgsql.php 19 May 2002 13:25:48 -0000 1.8 +++ pgsql.php 25 Jun 2002 14:00:06 -0000 1.9 @@ -41,6 +41,10 @@ 'from '.TBL_STATUS.' s left join '. TBL_BUG.' using (status_id) '. 'group by s.status_id, status_name, status_desc, sort_order '. 'order by %s %s', + 'admin-list-sites' => 'select s.site_id, site_name, sort_order, '. + 'count(bug_id) as bug_count from '.TBL_SITE. ' s left join '. + TBL_BUG.' using (site_id) group by s.site_id, site_name, sort_order '. + 'order by %s %s', 'admin-user-groups' => 'select ug.group_id '. 'from '.TBL_USER_GROUP.' ug left join '.TBL_AUTH_GROUP.' g using (group_id) '. 'where user_id = %s and group_name <> \'User\'', @@ -74,12 +78,14 @@ 'left join '.TBL_AUTH_USER.' lastmodifier on b.last_modified_by = lastmodifier.user_id '. 'left join '.TBL_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. - TBL_VERSION.' version, '.TBL_COMPONENT.' component, '.TBL_PROJECT.' project '. + TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. + TBL_PROJECT.' project, '.TBL_SITE.' site'. 'where b.severity_id = severity.severity_id '. 'and b.status_id = status.status_id and b.os_id = os.os_id '. 'and b.version_id = version.version_id '. 'and b.component_id = component.component_id '. 'and b.project_id = project.project_id and %s '. + 'and b.site_id = site.site_id '. 'and bug_id <> %s '. 'order by %s %s, bug_id asc', 'bug-show-bug' => 'select b.*, reporter.login as reporter, '. @@ -88,7 +94,7 @@ 'left join '.TBL_AUTH_USER.' owner on b.assigned_to = owner.user_id '. 'left join '.TBL_AUTH_USER.' reporter on b.created_by = reporter.user_id '. 'left join '.TBL_RESOLUTION.' r on b.resolution_id = r.resolution_id, '. - TBL_SEVERITY.' sv, '.TBL_STATUS.' st '. + TBL_SEVERITY.' sv, '.TBL_STATUS.' st, '.TBL_SITE. ' site '. 'where bug_id = %s and b.project_id not in (%s) '. 'and b.severity_id = sv.severity_id and b.status_id = st.status_id', 'functions-bug-cc' => 'select b.user_id, login '. @@ -128,11 +134,14 @@ 'left join '.TBL_AUTH_USER.' reporter on b.created_by = reporter.user_id '. 'left join '.TBL_AUTH_USER.' lastmodifier on b.last_modified_by = lastmodifier.user_id '. 'left join '.TBL_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_id, '. + 'left join '.TBL_DATABASE.' on b.database_id = '.TBL_DATABASE.'.database_id, '. + 'left join '.TBL_VERSION.' on version2 b.to_be_closed_in_version_id = version2.version_id, '. + 'left join '.TBL_VERSION.' on version3 b.closed_id_version_id = version3.version_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '.TBL_PROJECT.' project '. 'where b.severity_id = severity.severity_id '. 'and b.status_id = status.status_id and b.os_id = os.os_id '. - 'and b.version_id = version.version_id '. + 'and b.site_id = site.site_id and b.version_id = version.version_id '. 'and b.component_id = component.component_id '. 'and b.project_id = project.project_id %s '. 'order by %s %s, bug_id asc', |
|
From: Jirka P. <fi...@us...> - 2002-06-19 13:59:33
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv17978/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php
Log Message:
Eh, fix again. :(
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cz.php 19 Jun 2002 13:45:36 -0000 1.19
+++ cz.php 19 Jun 2002 13:59:30 -0000 1.20
@@ -217,7 +217,7 @@
'ColumnPreferencesSaved' => 'Vybraná pole byla uloena'
),
'INDEX' => array(
- 'FiveRecentlySubmitted' => 'Pìt nejèersvìjích bugù',
+ 'FiveRecentlySubmitted' => 'Pìt nejèerstvìjích bugù',
'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
'QuickStats' => 'Rychlé statistiky',
'Status' => 'Status',
@@ -279,5 +279,3 @@
);
?>
-
-
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cz_iso-8859-2.php 19 Jun 2002 13:45:36 -0000 1.16
+++ cz_iso-8859-2.php 19 Jun 2002 13:59:30 -0000 1.17
@@ -217,7 +217,7 @@
'ColumnPreferencesSaved' => 'Vybraná pole byla ulo¾ena'
),
'INDEX' => array(
- 'FiveRecentlySubmitted' => 'Pìt nejèersvìj¹ích bugù',
+ 'FiveRecentlySubmitted' => 'Pìt nejèerstvìj¹ích bugù',
'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
'QuickStats' => 'Rychlé statistiky',
'Status' => 'Status',
@@ -279,5 +279,3 @@
);
?>
-
-
|
|
From: Jirka P. <fi...@us...> - 2002-06-19 13:45:41
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv13463/phpbt/templates/default
Modified Files:
index.html
Log Message:
Saved queries selectable by user and a bit of index localization.
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.html 12 Jun 2002 12:05:07 -0000 1.11
+++ index.html 19 Jun 2002 13:45:36 -0000 1.12
@@ -1,70 +1,66 @@
<table border=0 width="100%">
- <tr>
- <td valign="top" width="250">
- <b>Five most recently submitted bugs:</b>
- <br>
- {section name=bug loop=$recentbugs}
- <a href="bug.php?op=show&bugid={$recentbugs[bug].bug_id}">{$recentbugs[bug].title|stripslashes}</a> (<i>{$recentbugs[bug].project_name|stripslashes}</i>)<br>
- {sectionelse}
- {$STRING.nobugs}
- {/section}
- <br>
- <br>
- <b>Five most recently closed bugs:</b>
- <br>
- {section name=bug loop=$closedbugs}
- <a href="bug.php?op=show&bugid={$closedbugs[bug].bug_id}">{$closedbugs[bug].title|stripslashes}</a> (<i>{$closedbugs[bug].project_name|stripslashes}</i>)<br>
- {sectionelse}
- {$STRING.nobugs}
- {/section}
- {if count($queries)}
- <br>
- <br>
- <b>Saved Queries</b>
- <br>
- {section name=query loop=$queries}
- <a href="query.php?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a><br>
- {/section}
- {/if}
- </td>
- <td valign="top">
- {if USE_JPGRAPH}
- {$summary_image}
- {else}
- <b>Quick stats</b>
- <br>
- <br>
- <table border="1" cellspacing="0" cellpadding="2">
- <tr>
- <th>Status</th>
- <th># bugs</th>
- </tr>
- {foreach name=outer key=key item=item from=$stats}
- <tr>
- <td><a href="query.php?op=doquery&status[]={$key}">{$item.name}</a></td>
- <td align="center">{$item.count|default:0}</td>
- </tr>
- {/foreach}
- </table>
- {/if}
- </td>
- </tr>
+ <tr>
+ <td valign="top" width="250"><b>{$STRING.INDEX.FiveRecentlySubmitted}</b>
+ <br>
+{section name=bug loop=$recentbugs}
+ <a href="bug.php?op=show&bugid={$recentbugs[bug].bug_id}">{$recentbugs[bug].title|stripslashes}</a> (<i>{$recentbugs[bug].project_name|stripslashes}</i>)<br>
+{sectionelse}
+ {$STRING.nobugs}
+{/section}
+ <br><br>
+ <b>{$STRING.INDEX.FiveRecentlyClosed}</b>
+ <br>
+{section name=bug loop=$closedbugs}
+ <a href="bug.php?op=show&bugid={$closedbugs[bug].bug_id}">{$closedbugs[bug].title|stripslashes}</a> (<i>{$closedbugs[bug].project_name|stripslashes}</i>)<br>
+{sectionelse}
+ {$STRING.nobugs}
+{/section}
+{if count($queries)}
+ <br><br>
+ <b>{$STRING.INDEX.SavedQueries}</b>
+ <br>
+ {section name=query loop=$queries}
+ <a href="query.php?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a><br>
+ {/section}
+{/if}
+ </td>
+ <td valign="top">
+{if USE_JPGRAPH}
+ {$summary_image}
+{else}
+ <b>{$STRING.INDEX.QuickStats}</b>
+ <br><br>
+ <table border="1" cellspacing="0" cellpadding="2">
+ <tr>
+ <th>{$STRING.INDEX.Status}</th>
+ <th>{$STRING.INDEX.NumberOfBugs}</th>
+ </tr>
+ {foreach name=outer key=key item=item from=$stats}
+ <tr>
+ <td><a href="query.php?op=doquery&status[]={$key}">{$item.name}</a></td>
+ <td align="center">{$item.count|default:0}</td>
+ </tr>
+ {/foreach}
+ </table>
+{/if}
+ </td>
+ </tr>
</table>
<br>
<br>
{if SHOW_PROJECT_SUMMARIES}
<table border="0" cellpadding="4">
- <tr>
- {section name=col loop=$resfields}
- <th>{$resfields[col]}</th>
- {/section}
- </tr>
- {section name=project loop=$projects}
- <tr{if $smarty.section.project.iteration is even} class="alt"{/if}>
- {foreach key=key item=item from=$projects[project]}
- <td{if $key ne "Project"} align="center"{/if}>{$item|stripslashes}</td>
- {/foreach}
- </tr>
- {/section}
+ <tr>
+ {section name=col loop=$resfields}
+ <th>{$resfields[col]}</th>
+ {/section}
+ </tr>
+ {section name=project loop=$projects}
+ <tr{if $smarty.section.project.iteration is even} class="alt"{/if}>
+ {foreach key=key item=item from=$projects[project]}
+ <td{if $key ne "Project"} align="center"{/if}>{$item|stripslashes}</td>
+ {/foreach}
+ </tr>
+ {/section}
</table>
{/if}
|
|
From: Jirka P. <fi...@us...> - 2002-06-19 13:45:40
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv13463/phpbt
Modified Files:
index.php
Log Message:
Saved queries selectable by user and a bit of index localization.
Index: index.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/index.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- index.php 10 Jun 2002 12:52:35 -0000 1.33
+++ index.php 19 Jun 2002 13:45:35 -0000 1.34
@@ -138,9 +138,12 @@
' and b.project_id = p.project_id order by h.created_date desc', 0, 5)));
if ($u != 'nobody') {
- // Grab the saved queries if there are any
+ $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: Jirka P. <fi...@us...> - 2002-06-19 13:45:40
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv13463/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Saved queries selectable by user and a bit of index localization.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cz.php 18 Jun 2002 16:36:21 -0000 1.18
+++ cz.php 19 Jun 2002 13:45:36 -0000 1.19
@@ -215,7 +215,16 @@
'Bug' => 'Bug',
'When' => 'Kdy',
'ColumnPreferencesSaved' => 'Vybraná pole byla uloena'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Pìt nejèersvìjích bugù',
+ 'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
+ 'QuickStats' => 'Rychlé statistiky',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugù',
+ 'SavedQueries' => 'Uloné dotazy'
)
+
);
// Page titles
@@ -270,3 +279,5 @@
);
?>
+
+
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cz_iso-8859-2.php 18 Jun 2002 16:36:21 -0000 1.15
+++ cz_iso-8859-2.php 19 Jun 2002 13:45:36 -0000 1.16
@@ -215,7 +215,16 @@
'Bug' => 'Bug',
'When' => 'Kdy',
'ColumnPreferencesSaved' => 'Vybraná pole byla ulo¾ena'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Pìt nejèersvìj¹ích bugù',
+ 'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
+ 'QuickStats' => 'Rychlé statistiky',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugù',
+ 'SavedQueries' => 'Ulo¾né dotazy'
)
+
);
// Page titles
@@ -270,3 +279,5 @@
);
?>
+
+
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- en.php 18 Jun 2002 16:36:21 -0000 1.30
+++ en.php 19 Jun 2002 13:45:36 -0000 1.31
@@ -215,8 +215,15 @@
'Bug' => 'Bug',
'When' => 'When',
'ColumnPreferencesSaved' => 'Your bug list column preferences have been saved'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Five most recently submitted bugs',
+ 'FiveRecentlyClosed' => 'Five most recently closed bugs',
+ 'QuickStats' => 'Quick stats',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugs',
+ 'SavedQueries' => 'Saved Queries'
)
-
);
// Page titles
|
|
From: Jirka P. <fi...@us...> - 2002-06-18 16:36:24
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv14847/phpbt/templates/default
Modified Files:
user.html
Log Message:
Added this, localized that and did some cleanup. It was mostly about personal page's checkbox which checks whether saved queries will be shown on homepage or not. I will change homepage template tomorrow (if nobody will do it until) or any other day, but not today, because as usual I'm going home.
Index: user.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/user.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- user.html 18 May 2002 03:00:50 -0000 1.8
+++ user.html 18 Jun 2002 16:36:21 -0000 1.9
@@ -1,112 +1,92 @@
<table border="0" cellpadding="0" cellspacing="0" width="600">
+ <tr>
<td width="300" valign="top">
- <form action="{$smarty.server.PHP_SELF}" method="post">
+ <form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="do" value="changepassword">
<table border="0" cellpadding="0" cellspacing="0" width="300">
- <tr>
- <td colspan="2" width="300"><b>Change Password</b></td>
- </tr>
- {if $error}
- <tr>
- <td colspan="2" width="300" class="error">{$error}</td>
- </tr>
- {/if}
- <tr>
- <td colspan="2" width="300">Please enter your new password twice below</td>
- </tr>
- <tr>
- <td>Password: </td>
- <td><input type="password" name="pass1"></td>
- </tr>
- <tr>
- <td>Verify: </td>
- <td><input type="password" name="pass2"></td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <br>
- <input type="reset">
- <input type="submit" value="Submit">
- </td>
- </tr>
- </table>
- </form>
- </td>
- <td width="300" valign="top">
- <form action="{$smarty.server.PHP_SELF}" method="post">
+ <tr>
+ <td colspan="2" width="300"><b>{$STRING.USER_PREF.ChangePassword}</b></td>
+ </tr>
+{if $error}
+ <tr>
+ <td colspan="2" width="300" class="error">{$error}</td>
+ </tr>
+{/if}
+ <tr>
+ <td colspan="2" width="300">{$STRING.USER_PREF.EnterNewPassword}</td>
+ </tr>
+ <tr>
+ <td>{$STRING.USER_PREF.Password}: </td>
+ <td><input type="password" name="pass1"></td>
+ </tr><tr>
+ <td>{$STRING.USER_PREF.Verify}: </td>
+ <td><input type="password" name="pass2"></td>
+ </tr><tr>
+ <td colspan="2" align="center"><br>
+ <input type="reset"> <input type="submit" value="Submit"></td>
+ </tr>
+ </table></form></td>
+ <td width="300" valign="top"><form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="do" value="changeprefs">
<table border="0" cellpadding="0" cellspacing="0" width="300">
- <tr>
- <td colspan="2" width="300"><b>Change Preferences</b></td>
- </tr>
- <tr>
- <td colspan="2" width="300" class="error"></td>
- </tr>
- {section name=pref loop=$preferences}
- <tr>
- <td>{$preferences[pref].label}: </td>
- <td><input type="checkbox" name="preferences[]" value="{$preferences[pref].pref}" {if $preferences[pref].checked}checked{/if}></td>
- </tr>
- {/section}
- <tr>
- <td colspan="2" align="center">
- <br>
- <input type="reset">
- <input type="submit" value="Submit">
- </td>
- </tr>
- </table>
- </form>
- </td>
+ <tr>
+ <td colspan="2" width="300"><b>{$STRING.USER_PREF.ChangePreferences}</b></td>
+ </tr><tr>
+ <td colspan="2" width="300" class="error"></td>
+ </tr>
+{section name=pref loop=$preferences}
+ <tr>
+ <td>{$preferences[pref].label}: </td>
+ <td><input type="checkbox" name="preferences[]" value="{$preferences[pref].pref}" {if $preferences[pref].checked}checked{/if}></td>
+ </tr>
+{/section}
+ <tr>
+ <td colspan="2" align="center"><br>
+ <input type="reset"> <input type="submit" value="Submit"></td>
+ </tr>
+ </table></form></td>
+ </tr>
</table>
<br>
<form action="{$smarty.server.PHP_SELF}" method="post">
-<input type="hidden" name="do" value="changecolumnlist">
- <table border="0" cellpadding="0" cellspacing="0" width="300">
- <td width="300">
- <table border="0" cellpadding="0" cellspacing="0" width="300">
- <tr>
- <td width="300"><b>Bug List Columns</b></td>
- </tr>
- <tr>
- <td width="600">Choose the fields you want to see in the bug list</td>
- </tr>
- {foreach key=key item=item from=$field_titles}
- <tr>
- <td>
- <input type="checkbox" name="column_list[]" value="{$key}" {if in_array($key, $my_fields)}checked{/if}>
- {$item}
- </td>
- </tr>
- {/foreach}
- <tr>
- <td align="center">
- <br>
- <input type="reset">
- <input type="submit" value="Submit">
- </td>
- </tr>
- </table>
- </td>
- <td valign="top">
- {if count($votes)}
- <b>Votes</b>
- <table border="0" cellpadding="1" cellspacing="1" width="300">
- <tr>
- <th>Bug</th>
- <th>When</th>
- <th></th>
- </tr>
- {section name=vote loop=$votes}
- <tr{if $smarty.section.vote.iteration is even} class="alt"{/if}>
- <td align="center"><a href="bug.php?op=show&bugid={$votes[vote].bug_id}">#{$votes[vote].bug_id}</a></td>
- <td align="center">{$votes[vote].created_date|date:DATE_FORMAT}</td>
- <td align="center"><a href="{$smarty.server.PHP_SELF}?op=delvote&bugid={$votes[vote].bug_id}" onClick="return confirm('Are you sure you want to delete this vote?');">Delete</a></td>
- </tr>
- {/section}
- </table>
- {/if}
- </td>
+ <input type="hidden" name="do" value="changecolumnlist">
+ <table border="0" cellpadding="0" cellspacing="0" width="300">
+ <tr>
+ <td width="300"><table border="0" cellpadding="0" cellspacing="0" width="300">
+ <tr>
+ <td width="300" colspan="2"><b>{$STRING.USER_PREF.BugListColumns}</b></td>
+ </tr><tr>
+ <td width="600" colspan="2">{$STRING.USER_PREF.ChooseFields}</td>
+ </tr>
+{foreach key=key item=item from=$field_titles}
+ <tr valign="baseline">
+ <td><input type="checkbox" name="column_list[]" value="{$key}" {if in_array($key, $my_fields)}checked{/if}></td><td>{$item}</td>
+ </tr>
+{/foreach}
+ <tr>
+ <td align="center" colspan="2"><br>
+ <input type="reset"> <input type="submit" value="Submit"></td>
+ </tr>
+ </table></td>
+ <td valign="top">
+{if count($votes)}
+ <b>{$STRING.USER_PREF.Votes}</b>
+ <table border="0" cellpadding="1" cellspacing="1" width="300">
+ <tr>
+ <th>{$STRING.USER_PREF.Bug}</th>
+ <th>{$STRING.USER_PREF.When}</th>
+ <th> </th>
+ </tr>
+ {section name=vote loop=$votes}
+ <tr{if $smarty.section.vote.iteration is even} class="alt"{/if}>
+ <td align="center"><a href="bug.php?op=show&bugid={$votes[vote].bug_id}">#{$votes[vote].bug_id}</a></td>
+ <td align="center">{$votes[vote].created_date|date:DATE_FORMAT}</td>
+ <td align="center"><a href="{$smarty.server.PHP_SELF}?op=delvote&bugid={$votes[vote].bug_id}" onClick="return confirm('{$STRING.USER_PREF.SureDeleteVote}');">{$STRING.delete}</a></td>
+ </tr>
+ {/section}
+ </table>
+{/if}
+ </td>
</tr>
-</table>
+ </table>
</form>
|
|
From: Jirka P. <fi...@us...> - 2002-06-18 16:36:24
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14847/phpbt
Modified Files:
user.php
Log Message:
Added this, localized that and did some cleanup. It was mostly about personal page's checkbox which checks whether saved queries will be shown on homepage or not. I will change homepage template tomorrow (if nobody will do it until) or any other day, but not today, because as usual I'm going home.
Index: user.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/user.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- user.php 18 May 2002 02:59:32 -0000 1.26
+++ user.php 18 Jun 2002 16:36:21 -0000 1.27
@@ -25,114 +25,130 @@
include 'include.php';
function delete_vote($bug_id) {
- global $db, $u, $me, $now;
+ global $db, $u, $me, $now;
- $db->query("delete from ".TBL_BUG_VOTE." where user_id = $u and bug_id = $bug_id");
- header("Location: $me?r=$now");
+ $db->query("delete from ".TBL_BUG_VOTE." where user_id = $u and bug_id = $bug_id");
+ header("Location: $me?r=$now");
}
function change_bug_list_columns($column_list) {
- global $db, $u, $t, $HTTP_SESSION_VARS;
+ global $db, $u, $t, $HTTP_SESSION_VARS, $STRING;
- $HTTP_SESSION_VARS['db_fields'] = $column_list;
- $column_list = serialize($column_list);
- $db->query("update ".TBL_AUTH_USER." set bug_list_fields = '$column_list' where user_id = $u");
- show_text('Your bug list column preferences have been saved');
+ $HTTP_SESSION_VARS['db_fields'] = $column_list;
+ $column_list = serialize($column_list);
+ $db->query("update ".TBL_AUTH_USER." set bug_list_fields = '$column_list' where user_id = $u");
+ show_text($STRING['USER_PREF']['ColumnPreferencesSaved']);
}
function change_password($pass1, $pass2) {
- global $t, $db, $u, $STRING;
-
- if (!$pass1 = trim($pass1)) {
- $error = $STRING['givepassword'];
- } elseif ($pass1 != $pass2) {
- $error = $STRING['passwordmatch'];
- } else {
- $error = false;
- }
-
- if ($error) {
- show_preferences_form($error);
- return;
- }
-
- if (ENCRYPT_PASS) {
- $mpassword = md5($pass1);
- } else {
- $mpassword = $pass1;
- }
-
- $db->query("update ".TBL_AUTH_USER." set password = '$mpassword' where user_id = $u");
- $t->assign('changetext', $STRING['password_changed']);
- $t->wrap('changessaved.html', 'changessaved');
+ global $t, $db, $u, $STRING;
+
+ if (!$pass1 = trim($pass1)) {
+ $error = $STRING['givepassword'];
+ } elseif ($pass1 != $pass2) {
+ $error = $STRING['passwordmatch'];
+ } else {
+ $error = false;
+ }
+
+ if ($error) {
+ show_preferences_form($error);
+ return;
+ }
+
+ if (ENCRYPT_PASS) {
+ $mpassword = md5($pass1);
+ } else {
+ $mpassword = $pass1;
+ }
+
+ $db->query("update ".TBL_AUTH_USER." set password = '$mpassword' where user_id = $u");
+ $t->assign('changetext', $STRING['password_changed']);
+ $t->wrap('changessaved.html', 'changessaved');
}
// Save changes to a user's preferences
function change_preferences($prefs) {
- global $db, $u, $t;
-
- $updates = array();
-
- $old_prefs = $db->getRow("select * from ".TBL_USER_PREF." where user_id = $u");
- array_shift($old_prefs); // Drop the user_id field
- $updates = array();
- foreach ($old_prefs as $pref => $val) {
- if (in_array($pref, $prefs) and !$val) {
- $updates[] = "set $pref = 1";
- } elseif (!in_array($pref, $prefs) and $val) {
- $updates[] = "set $pref = 0";
- }
- }
- if (count($updates)) {
- $db->query("update ".TBL_USER_PREF.' '.@join(', ', $updates).
- " where user_id = $u");
- }
- $t->assign('changetext', $STRING['prefs_changed']);
- $t->wrap('changessaved.html', 'changessaved');
+ global $db, $u, $t, $STRING;
+
+ $updates = array();
+ $old_prefs = $db->getRow("select * from ".TBL_USER_PREF." where user_id = $u");
+
+ array_shift($old_prefs); // Drop the user_id field
+ $updates = array();
+ foreach ($old_prefs as $pref => $val) {
+ if (in_array($pref, $prefs) and !$val) {
+ $updates[] = "set $pref = 1";
+ } elseif (!in_array($pref, $prefs) and $val) {
+ $updates[] = "set $pref = 0";
+ }
+ }
+ if (count($updates)) {
+ $db->query("update ".TBL_USER_PREF.' '.@join(', ', $updates).
+ " where user_id = $u");
+ }
+
+ $t->assign('changetext', $STRING['prefs_changed']);
+ $t->wrap('changessaved.html', 'changessaved');
}
function show_preferences_form($error = '') {
- global $t, $all_db_fields, $default_db_fields, $_sv, $db, $u;
-
- // Display the votes (if any)
- $t->assign('votes',
- $db->getAll("select * from ".TBL_BUG_VOTE." where user_id = $u"));
-
- // Display current preference settings
- $pref_labels = array(
- 'email_notices' => 'Receive notifications of bug changes via email'
- );
- $prefs = $db->getRow("select * from ".TBL_USER_PREF." where user_id = $u");
- foreach ($pref_labels as $pref => $label) {
- $preferences[] = array(
- 'pref' => $pref,
- 'label' => $label,
- 'checked' => $prefs[$pref]
- );
- }
+ global $t, $all_db_fields, $default_db_fields, $_sv, $db, $u, $STRING;
- $t->assign(array(
- 'error' => $error,
- 'my_fields' => $_sv['db_fields'] ? $_sv['db_fields'] : $default_db_fields,
- 'field_titles' => $all_db_fields,
- 'preferences' => $preferences
- ));
+ // Display the votes (if any)
+ $t->assign('votes',
+ $db->getAll("select * from ".TBL_BUG_VOTE." where user_id = $u"));
+
+ // Display current preference settings
+ $pref_labels = array(
+ 'email_notices' => $STRING['USER_PREF']['ReceiveNotifications'],
+ 'saved_queries' => $STRING['USER_PREF']['ShowSavedQueries']
+ );
+
+ $prefs = $db->getRow("select * from ".TBL_USER_PREF." where user_id = $u");
+ foreach ($pref_labels as $pref => $label) {
+ $preferences[] = array(
+ 'pref' => $pref,
+ 'label' => $label,
+ 'checked' => $prefs[$pref]
+ );
+ }
+
+ $t->assign(array(
+ 'error' => $error,
+ 'my_fields' => $_sv['db_fields'] ? $_sv['db_fields'] : $default_db_fields,
+ 'field_titles' => $all_db_fields,
+ 'preferences' => $preferences
+ ));
- $t->wrap('user.html', 'preferences');
+ $t->wrap('user.html', 'preferences');
}
$perm->check_group('User');
-if (isset($_gv['op'])) switch ($_gv['op']) {
- case 'delvote' : delete_vote($_gv['bugid']); break;
-}
-elseif (isset($_pv['do'])) switch ($_pv['do']) {
- case 'changepassword' : change_password($_pv['pass1'], $_pv['pass2']); break;
- case 'changecolumnlist' : change_bug_list_columns($_pv['column_list']); break;
- case 'changeprefs' : change_preferences(isset($_pv['preferences']) ? $_pv['preferences'] : array()); break;
- default : show_preferences_form();
+if (isset($_gv['op'])) {
+ switch ($_gv['op']) {
+ case 'delvote':
+ delete_vote($_gv['bugid']);
+ break;
+ }
+} elseif (isset($_pv['do'])) {
+ switch ($_pv['do']) {
+ case 'changepassword':
+ change_password($_pv['pass1'], $_pv['pass2']);
+ break;
+ case 'changecolumnlist':
+ change_bug_list_columns($_pv['column_list']);
+ break;
+ case 'changeprefs':
+ change_preferences(isset($_pv['preferences']) ? $_pv['preferences'] : array());
+ break;
+ default:
+ show_preferences_form();
+ }
+} else {
+ show_preferences_form();
}
-else show_preferences_form();
?>
|
|
From: Jirka P. <fi...@us...> - 2002-06-18 16:36:24
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv14847/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Added this, localized that and did some cleanup. It was mostly about personal page's checkbox which checks whether saved queries will be shown on homepage or not. I will change homepage template tomorrow (if nobody will do it until) or any other day, but not today, because as usual I'm going home.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cz.php 18 Jun 2002 12:54:33 -0000 1.17
+++ cz.php 18 Jun 2002 16:36:21 -0000 1.18
@@ -25,8 +25,8 @@
$STRING = array(
'lang_charset' => 'Windows-1250',
'nouser' => 'Tento uivatel neexistuje',
- 'dupeofself' => 'BUG nemùe být shodný se sám se sebou',
- 'nobug' => 'Tento BUG neexistuje',
+ 'dupeofself' => 'Bug nemùe být shodný se sám se sebou',
+ 'nobug' => 'Tento bug neexistuje',
'givesummary' => 'Prosím vlote souhrn',
'givedesc' => 'Prosím vlote popis',
'noprojects' => 'Projekt nebyl nalezen',
@@ -49,13 +49,13 @@
'noseverities' => 'Dùleitost nenalezena',
'givepassword' => 'Prosím vlote heslo',
'nousers' => 'Uivatel(é) nenalezen(i)',
- 'bugbadperm' => 'Nemùete zmìnit BUG',
- 'bugbadnum' => 'Tento BUG neexistuje',
- 'datecollision' => 'Nìkdo aktualizoval BUG od Vaí poslední návtìvy. Do informací o BUGu byli zaneseny nejnovìjí zmìny.',
+ 'bugbadperm' => 'Nemùete zmìnit bug',
+ 'bugbadnum' => 'Tento bug neexistuje',
+ 'datecollision' => 'Nìkdo aktualizoval bug od Vaí poslední návtìvy. Do informací o bugu byli zaneseny nejnovìjí zmìny.',
'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu',
- 'nobughistory' => 'Tento BUG nemá hystorii',
- 'logintomodify' => 'Musíte být pøihláen(a) pro upravu tohoto BUGu',
- 'dupe_attachment' => 'Pøíloha pro tento BUG je ji nahrána',
+ 'nobughistory' => 'Tento bug nemá hystorii',
+ 'logintomodify' => 'Musíte být pøihláen(a) pro upravu tohoto bugu',
+ 'dupe_attachment' => 'Pøíloha pro tento bug je ji nahrána',
'give_attachment' => 'Prosím vyberte soubor pro upload',
'no_attachment_save_path' => 'Cesta k uloenému souboru nenalezena',
'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì',
@@ -66,7 +66,7 @@
'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy jsou vybrány vechny skupiny',
'previous_bug' => 'Pøedchozí',
'next_bug' => 'Následující',
- 'already_voted' => 'Ji jste hlasoval(a) k tomuto BUGu',
+ 'already_voted' => 'Ji jste hlasoval(a) k tomuto bugu',
'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho uivatele',
'no_votes' => 'Nikdo jetì nehlasoval',
'user_filter' => array(
@@ -105,7 +105,7 @@
'Summary' => 'Shrnutí',
'DescriptionEntry' => 'Poloka popisu',
'SortBy' => 'Tøídit podle',
- 'SortBy_BugNumber' => 'Èísla BUGu',
+ 'SortBy_BugNumber' => 'Èísla bugu',
'SortBy_Severity' => 'Dùleitosti',
'SortBy_Reporter' => 'Reportéra',
'SortBy_Priority' => 'Priority',
@@ -129,9 +129,9 @@
'eMail_AssignedTo' => 'pøiøazeno'
),
'WRAP' => array(
- 'FindBug' => 'Hledat BUG',
+ 'FindBug' => 'Hledat bug',
'Home' => 'Domù',
- 'AddNewBug' => 'Pøidat nový BUG',
+ 'AddNewBug' => 'Pøidat nový bug',
'QueryBugs' => 'Prohledávání',
'ViewReports' => 'Hláení/Reporty',
'Documentation' => 'Dokumentace',
@@ -184,9 +184,9 @@
'Size' => 'Velikost',
'Type' => 'Typ',
'Created' => 'Vytvoøeno',
- 'VoteForThisBug' => 'Hlasovat pro tento BUG',
+ 'VoteForThisBug' => 'Hlasovat pro tento bug',
'ViewVotes' => 'Zobrazit volby',
- 'ForThisBug' => 'pro tento BUG',
+ 'ForThisBug' => 'pro tento bug',
'ViewBugActivity' => 'Zobrazit aktivitu',
'PrintableView' => 'Tisknutelné zobrazení',
'NoAttachments' => 'Nemá pøílohy',
@@ -199,16 +199,32 @@
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
'ChooseOne' => 'Vyberte'
+ ),
+ 'USER_PREF' => array(
+ 'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
+ 'ShowSavedQueries' => 'Zobrazovat na uloné dotazy na domovské stránce',
+ 'ChangePassword' => 'Zmìnit heslo',
+ 'EnterNewPassword' => 'Vyplòte dvakrát své nové heslo',
+ 'Password' => 'Heslo',
+ 'Verify' => 'Kontrola',
+ 'ChangePreferences' => 'Zmìnit nastavení',
+ 'BugListColumns' => 'Seznam zobrazovaných polí',
+ 'ChooseFields' => 'Vyberte pole, která chcete zobrazovat',
+ 'SureDeleteVote' => 'Opravdu chcete odstranit tuto volbu?',
+ 'Votes' => 'Volby',
+ 'Bug' => 'Bug',
+ 'When' => 'Kdy',
+ 'ColumnPreferencesSaved' => 'Vybraná pole byla uloena'
)
);
// Page titles
$TITLE = array(
- 'enterbug' => 'Vlote BUG',
- 'editbug' => 'Upravte BUG',
+ 'enterbug' => 'Vlote bug',
+ 'editbug' => 'Upravte bug',
'newaccount' => 'Vytvoøit nový úèet',
- 'bugquery' => 'BUG dotaz',
- 'buglist' => 'Seznam BUGù',
+ 'bugquery' => 'Bug dotaz',
+ 'buglist' => 'Seznam bugù',
'addcomponent' => 'Pøidat komponentu',
'editcomponent' => 'Editovat komponentu',
'addproject' => 'Pøidat projekt',
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cz_iso-8859-2.php 18 Jun 2002 12:54:33 -0000 1.14
+++ cz_iso-8859-2.php 18 Jun 2002 16:36:21 -0000 1.15
@@ -25,8 +25,8 @@
$STRING = array(
'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',
+ 'dupeofself' => 'Bug nemù¾e být shodný se sám se sebou',
+ 'nobug' => 'Tento bug neexistuje',
'givesummary' => 'Prosím vlo¾te souhrn',
'givedesc' => 'Prosím vlo¾te popis',
'noprojects' => 'Projekt nebyl nalezen',
@@ -49,13 +49,13 @@
'noseverities' => 'Dùle¾itost nenalezena',
'givepassword' => 'Prosím vlo¾te heslo',
'nousers' => 'U¾ivatel(é) nenalezen(i)',
- 'bugbadperm' => 'Nemù¾ete zmìnit BUG',
- 'bugbadnum' => 'Tento BUG neexistuje',
- 'datecollision' => 'Nìkdo aktualizoval BUG od Va¹í poslední náv¹tìvy. Do informací o BUGu byli zaneseny nejnovìj¹í zmìny.',
+ 'bugbadperm' => 'Nemù¾ete zmìnit bug',
+ 'bugbadnum' => 'Tento bug neexistuje',
+ 'datecollision' => 'Nìkdo aktualizoval bug od Va¹í poslední náv¹tìvy. Do informací o bugu byli zaneseny nejnovìj¹í zmìny.',
'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu',
- 'nobughistory' => 'Tento BUG nemá hystorii',
- 'logintomodify' => 'Musíte být pøihlá¹en(a) pro upravu tohoto BUGu',
- 'dupe_attachment' => 'Pøíloha pro tento BUG je ji¾ nahrána',
+ 'nobughistory' => 'Tento bug nemá hystorii',
+ 'logintomodify' => 'Musíte být pøihlá¹en(a) pro upravu tohoto bugu',
+ 'dupe_attachment' => 'Pøíloha pro tento bug je ji¾ nahrána',
'give_attachment' => 'Prosím vyberte soubor pro upload',
'no_attachment_save_path' => 'Cesta k ulo¾enému souboru nenalezena',
'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì',
@@ -66,7 +66,7 @@
'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy¾ jsou vybrány v¹echny skupiny',
'previous_bug' => 'Pøedchozí',
'next_bug' => 'Následující',
- 'already_voted' => 'Ji¾ jste hlasoval(a) k tomuto BUGu',
+ 'already_voted' => 'Ji¾ jste hlasoval(a) k tomuto bugu',
'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho u¾ivatele',
'no_votes' => 'Nikdo je¹tì nehlasoval',
'user_filter' => array(
@@ -105,7 +105,7 @@
'Summary' => 'Shrnutí',
'DescriptionEntry' => 'Polo¾ka popisu',
'SortBy' => 'Tøídit podle',
- 'SortBy_BugNumber' => 'Èísla BUGu',
+ 'SortBy_BugNumber' => 'Èísla bugu',
'SortBy_Severity' => 'Dùle¾itosti',
'SortBy_Reporter' => 'Reportéra',
'SortBy_Priority' => 'Priority',
@@ -129,9 +129,9 @@
'eMail_AssignedTo' => 'pøiøazeno'
),
'WRAP' => array(
- 'FindBug' => 'Hledat BUG',
+ 'FindBug' => 'Hledat bug',
'Home' => 'Domù',
- 'AddNewBug' => 'Pøidat nový BUG',
+ 'AddNewBug' => 'Pøidat nový bug',
'QueryBugs' => 'Prohledávání',
'ViewReports' => 'Hlá¹ení/Reporty',
'Documentation' => 'Dokumentace',
@@ -184,9 +184,9 @@
'Size' => 'Velikost',
'Type' => 'Typ',
'Created' => 'Vytvoøeno',
- 'VoteForThisBug' => 'Hlasovat pro tento BUG',
+ 'VoteForThisBug' => 'Hlasovat pro tento bug',
'ViewVotes' => 'Zobrazit volby',
- 'ForThisBug' => 'pro tento BUG',
+ 'ForThisBug' => 'pro tento bug',
'ViewBugActivity' => 'Zobrazit aktivitu',
'PrintableView' => 'Tisknutelné zobrazení',
'NoAttachments' => 'Nemá pøílohy',
@@ -199,16 +199,32 @@
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
'ChooseOne' => 'Vyberte'
+ ),
+ 'USER_PREF' => array(
+ 'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
+ 'ShowSavedQueries' => 'Zobrazovat na ulo¾né dotazy na domovské stránce',
+ 'ChangePassword' => 'Zmìnit heslo',
+ 'EnterNewPassword' => 'Vyplòte dvakrát své nové heslo',
+ 'Password' => 'Heslo',
+ 'Verify' => 'Kontrola',
+ 'ChangePreferences' => 'Zmìnit nastavení',
+ 'BugListColumns' => 'Seznam zobrazovaných polí',
+ 'ChooseFields' => 'Vyberte pole, která chcete zobrazovat',
+ 'SureDeleteVote' => 'Opravdu chcete odstranit tuto volbu?',
+ 'Votes' => 'Volby',
+ 'Bug' => 'Bug',
+ 'When' => 'Kdy',
+ 'ColumnPreferencesSaved' => 'Vybraná pole byla ulo¾ena'
)
);
// Page titles
$TITLE = array(
- 'enterbug' => 'Vlo¾te BUG',
- 'editbug' => 'Upravte BUG',
+ 'enterbug' => 'Vlo¾te bug',
+ 'editbug' => 'Upravte bug',
'newaccount' => 'Vytvoøit nový úèet',
- 'bugquery' => 'BUG dotaz',
- 'buglist' => 'Seznam BUGù',
+ 'bugquery' => 'Bug dotaz',
+ 'buglist' => 'Seznam bugù',
'addcomponent' => 'Pøidat komponentu',
'editcomponent' => 'Editovat komponentu',
'addproject' => 'Pøidat projekt',
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- en.php 18 Jun 2002 12:38:56 -0000 1.29
+++ en.php 18 Jun 2002 16:36:21 -0000 1.30
@@ -199,6 +199,22 @@
'Database' => 'Database',
'OS' => 'OS',
'ChooseOne' => 'Choose One'
+ ),
+ 'USER_PREF' => array(
+ 'ReceiveNotifications' => 'Receive notifications of bug changes via email',
+ 'ShowSavedQueries' => 'Show saved queries on the homepage',
+ 'ChangePassword' => 'Change password',
+ 'EnterNewPassword' => 'Please enter your new password twice below',
+ 'Password' => 'Password',
+ 'Verify' => 'Verify',
+ 'ChangePreferences' => 'ChangePreferences',
+ 'BugListColumns' => 'Bug List Columns',
+ 'ChooseFields' => 'Choose the fields you want to see in the bug list',
+ 'SureDeleteVote' => 'Are you sure you want to delete this vote?',
+ 'Votes' => 'Votes',
+ 'Bug' => 'Bug',
+ 'When' => 'When',
+ 'ColumnPreferencesSaved' => 'Your bug list column preferences have been saved'
)
);
|
|
From: Adi S. <ad...@l3...> - 2002-06-18 15:51:09
|
Hi, At 18.06.2002 16:24:00, you wrote: >Added column (everything else is only code cleanup) for saved queries >checkbox on personal page, but I think it'll be better to have only 3 >columns for user_id, option_name, option_value. Thoughts? > I would definitly go for user_id, option_name, option_value. Makes life a lot easier when new options come along. Regards Adi |
|
From: Jirka P. <fi...@us...> - 2002-06-18 15:24:01
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv25869/phpbt/schemas Modified Files: mysql.in oci8.in pgsql.in Log Message: Added column (everything else is only code cleanup) for saved queries checkbox on personal page, but I think it'll be better to have only 3 columns for user_id, option_name, option_value. Thoughts? Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- mysql.in 14 Jun 2002 15:30:45 -0000 1.31 +++ mysql.in 18 Jun 2002 15:23:58 -0000 1.32 @@ -237,10 +237,11 @@ ) TYPE=MyISAM; CREATE TABLE TBL_USER_PREF ( - user_id int(11) NOT NULL default '0', - email_notices tinyint(1) NOT NULL default '1', - PRIMARY KEY (user_id) -) TYPE=MyISAM; + user_id int(11) NOT NULL default '0', + email_notices tinyint(1) NOT NULL default '1', + saved_queries tinyint(1) NOT NULL default '1', + PRIMARY KEY (user_id) +) TYPE=MyISAM; CREATE TABLE TBL_VERSION ( version_id int(10) unsigned NOT NULL default '0', Index: oci8.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/oci8.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- oci8.in 14 Jun 2002 15:30:45 -0000 1.15 +++ oci8.in 18 Jun 2002 15:23:58 -0000 1.16 @@ -242,10 +242,11 @@ CREATE INDEX PERMUSERIDX ON TBL_USER_PERM ( perm_id ); CREATE TABLE TBL_USER_PREF ( - user_id number(10) default '0' NOT NULL, - email_notices number(1) default '1' NOT NULL, - PRIMARY KEY (user_id) -) ; + user_id number(10) default '0' NOT NULL, + email_notices number(1) default '1' NOT NULL, + saved_queries number(1) default '1' NOT NULL, + PRIMARY KEY (user_id) +); CREATE TABLE TBL_VERSION ( version_id number(10) default '0' NOT NULL, Index: pgsql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- pgsql.in 14 Jun 2002 15:30:45 -0000 1.32 +++ pgsql.in 18 Jun 2002 15:23:58 -0000 1.33 @@ -235,9 +235,10 @@ ); CREATE TABLE TBL_USER_PREF ( - user_id INT4 NOT NULL DEFAULT '0', - email_notices INT2 NOT NULL DEFAULT '1', - PRIMARY KEY (user_id) + user_id INT4 NOT NULL DEFAULT '0', + email_notices INT2 NOT NULL DEFAULT '1', + saved_queries INT2 NOT NULL DEFAULT '1', + PRIMARY KEY (user_id) ); CREATE TABLE TBL_VERSION ( |
|
From: Jirka P. <fi...@us...> - 2002-06-18 12:54:37
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv15210/phpbt/languages Modified Files: cz.php cz_iso-8859-2.php Log Message: Fix. Index: cz.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cz.php 17 Jun 2002 15:55:04 -0000 1.16 +++ cz.php 18 Jun 2002 12:54:33 -0000 1.17 @@ -176,7 +176,7 @@ 'ResolutionNone' => 'Zatím není', 'AddCC' => 'Pøidat kopii', 'RemoveSelectedCC' => 'Odebrat vybranou kopii', - 'Addiditional Comments' => 'Dalí komentáøe', + 'AdditionalComments' => 'Dalí komentáøe', 'Attachments' => 'Pøílohy', 'CreateAttachment' => 'Vytvoøit pøílohu', 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?', Index: cz_iso-8859-2.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cz_iso-8859-2.php 17 Jun 2002 15:55:05 -0000 1.13 +++ cz_iso-8859-2.php 18 Jun 2002 12:54:33 -0000 1.14 @@ -176,7 +176,7 @@ 'ResolutionNone' => 'Zatím není', 'AddCC' => 'Pøidat kopii', 'RemoveSelectedCC' => 'Odebrat vybranou kopii', - 'Addiditional Comments' => 'Dal¹í komentáøe', + 'AdditionalComments' => 'Dal¹í komentáøe', 'Attachments' => 'Pøílohy', 'CreateAttachment' => 'Vytvoøit pøílohu', 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?', |
|
From: Benjamin C. <bc...@us...> - 2002-06-18 12:38:59
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv11010/languages Modified Files: en.php Log Message: Bugfix Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- en.php 17 Jun 2002 15:55:05 -0000 1.28 +++ en.php 18 Jun 2002 12:38:56 -0000 1.29 @@ -176,7 +176,7 @@ 'ResolutionNone' => 'None', 'AddCC' => 'Add CC', 'RemoveSelectedCC' => 'Remove selected CCs', - 'Addiditional Comments' => 'Additional Comments', + 'AdditionalComments' => 'Additional Comments', 'Attachments' => 'Attachments', 'CreateAttachment' => 'Create Attachment', 'SureDeleteAttachment' => 'Are you sure you want to delete this attachment?', |
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:55:09
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv1861/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Little fix. Going home now. Sure. :-)
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cz.php 17 Jun 2002 15:08:56 -0000 1.15
+++ cz.php 17 Jun 2002 15:55:04 -0000 1.16
@@ -198,6 +198,7 @@
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
+ 'ChooseOne' => 'Vyberte'
)
);
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cz_iso-8859-2.php 17 Jun 2002 15:08:56 -0000 1.12
+++ cz_iso-8859-2.php 17 Jun 2002 15:55:05 -0000 1.13
@@ -198,6 +198,7 @@
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
+ 'ChooseOne' => 'Vyberte'
)
);
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- en.php 17 Jun 2002 15:25:14 -0000 1.27
+++ en.php 17 Jun 2002 15:55:05 -0000 1.28
@@ -198,6 +198,7 @@
'Site' => 'Reported on Site',
'Database' => 'Database',
'OS' => 'OS',
+ 'ChooseOne' => 'Choose One'
)
);
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:55:09
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv1861/phpbt/templates/default
Modified Files:
bugdisplay.html
Log Message:
Little fix. Going home now. Sure. :-)
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bugdisplay.html 17 Jun 2002 15:12:15 -0000 1.36
+++ bugdisplay.html 17 Jun 2002 15:55:06 -0000 1.37
@@ -96,7 +96,7 @@
</tr><tr>
<td>{$STRING.BUGDISPLAY.ToBeClosedInVersion}</td>
<td><select name="to_be_closed_in_version_id">
- <option value="0">Choose One</option>
+ <option value="0">{$STRING.BUGDISPLAY.ChooseOne}</option>
{build_select box=version selected=$to_be_closed_in_version_id project=$project_id}
</select></td>
<td>{$STRING.BUGDISPLAY.Database}:</td>
@@ -104,7 +104,7 @@
</tr><tr>
<td>{$STRING.BUGDISPLAY.ClosedInVersion}</td>
<td><select name="closed_in_version_id">
- <option value="0">Choose One</option>
+ <option value="0">{$STRING.BUGDISPLAY.ChooseOne}</option>
{build_select box=version selected=$closed_in_version_id project=$project_id}
</select></td>
<td>{$STRING.BUGDISPLAY.Site}</td>
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:49:22
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv32357/phpbt/templates/default
Modified Files:
bugemail-newbug.txt
Log Message:
Added site and database tracking when adding a bug, code cleanup. Not tested, going home.
Index: bugemail-newbug.txt
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugemail-newbug.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bugemail-newbug.txt 6 Apr 2002 23:47:59 -0000 1.2
+++ bugemail-newbug.txt 17 Jun 2002 15:49:18 -0000 1.3
@@ -11,10 +11,12 @@
Product: {$project_id}
Version: {$version_id}
Component: {$component_id}
+ Site: {$site_id}
Status: {$status_id}
Resolution: {$resolution_id}
Severity: {$severity_id}
OS/Version: {$os_id}
+ Database: {$database_id}
Priority: {$priority}
Assigned To: {$assignedto}
============================================================================
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:49:22
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv32357/phpbt
Modified Files:
bug.php
Log Message:
Added site and database tracking when adding a bug, code cleanup. Not tested, going home.
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- bug.php 17 Jun 2002 15:08:56 -0000 1.111
+++ bug.php 17 Jun 2002 15:49:17 -0000 1.112
@@ -449,75 +449,84 @@
}
function do_form($bugid = 0) {
- global $db, $me, $u, $_pv, $_gv, $STRING, $now, $HTTP_SERVER_VARS;
+ global $db, $me, $u, $_pv, $_gv, $STRING, $now, $HTTP_SERVER_VARS;
- $error = '';
- // Validation
- if (!$_pv['title'] = htmlspecialchars(trim($_pv['title']))) {
- $error = $STRING['givesummary'];
- } elseif (!$_pv['description'] = htmlspecialchars(trim($_pv['description']))) {
- $error = $STRING['givedesc'];
- }
- if ($error) {
- $_gv['project'] = $_pv['project'];
- show_form($bugid, $error);
- return;
- }
+ $error = '';
+ // Validation
+ if (!$_pv['title'] = htmlspecialchars(trim($_pv['title']))) {
+ $error = $STRING['givesummary'];
+ } elseif (!$_pv['description'] = htmlspecialchars(trim($_pv['description']))) {
+ $error = $STRING['givedesc'];
+ }
+ if ($error) {
+ $_gv['project'] = $_pv['project'];
+ show_form($bugid, $error);
+ return;
+ }
- while (list($k,$v) = each($_pv)) $$k = $v;
+ while (list($k,$v) = each($_pv)) {
+ $$k = $v;
+ }
- if ($url == 'http://') {
- $url = '';
- }
+ if ($url == 'http://') {
+ $url = '';
+ }
- // Allow for removing of some items from the bug page
- $priority = $priority ? $priority : 0;
- $os = $os ? $os : 0;
- $severity = $severity ? $severity : 0;
-
- if (!$bugid) {
- $bugid = $db->nextId(TBL_BUG);
-
- // Check to see if this bug's component has an owner and should be assigned
- if ($owner = $db->getOne("select owner from ".TBL_COMPONENT.
- " c where component_id = $component")) {
- $status = $db->getOne("select status_id from ".TBL_STATUS." where status_name = 'Assigned'");
- } else {
- $owner = 0;
- // If we aren't using voting to promote, then auto-promote to New
- if (PROMOTE_VOTES) {
- $stat_to_assign = 'Unconfirmed';
- } else {
- $stat_to_assign = 'New';
- }
- $status = $db->getOne("select status_id from ".TBL_STATUS." where status_name = '$stat_to_assign'");
- }
- $db->query("insert into ".TBL_BUG." (bug_id, title, description, url,
- severity_id, priority, status_id, assigned_to, created_by, created_date,
- last_modified_by, last_modified_date, project_id, version_id,
- component_id, os_id, browser_string) values ($bugid, ".
- join(', ', array($db->quote(stripslashes($title)),
- $db->quote(stripslashes($description)),
- $db->quote(stripslashes($url)))).
- ", $severity, $priority, $status, $owner, $u, $now, $u, $now, $project, ".
- "$version, $component, $os, '{$HTTP_SERVER_VARS['HTTP_USER_AGENT']}')");
- $buginfo = $db->getRow('select * from '.TBL_BUG." where bug_id = $bugid");
- do_changedfields($u, $buginfo);
- } else {
- $db->query("update ".TBL_BUG.
- " set title = ".$db->quote(stripslashes($title)).
- ", description = ".$db->quote(stripslashes($description)).
- ", url = ".$db->quote(stripslashes($url)).
- ", severity_id = '$severity', priority = '$priority', ".
- "status_id = $status, assigned_to = '$assignedto', ".
- "project_id = $project, version_id = $version, ".
- "component_id = $component, os_id = '$os', ".
- "browser_string = '{$GLOBALS['HTTP_USER_AGENT']}' ".
- "last_modified_by = $u, last_modified_date = $time ".
- "where bug_id = '$bugid'");
- }
- if (isset($another)) header("Location: $me?op=add&project=$project");
- else header("Location: query.php");
+ // Allow for removing of some items from the bug page
+ $priority = $priority ? $priority : 0;
+ $os = $os ? $os : 0;
+ $severity = $severity ? $severity : 0;
+
+ if (!$bugid) {
+ $bugid = $db->nextId(TBL_BUG);
+
+ // Check to see if this bug's component has an owner and should be assigned
+ if ($owner = $db->getOne("select owner from ".TBL_COMPONENT." c where component_id = $component")) {
+ $status = $db->getOne("select status_id from ".TBL_STATUS." where status_name = 'Assigned'");
+ } else {
+ $owner = 0;
+
+ // If we aren't using voting to promote, then auto-promote to New
+ if (PROMOTE_VOTES) {
+ $stat_to_assign = 'Unconfirmed';
+ } else {
+ $stat_to_assign = 'New';
+ }
+
+ $status = $db->getOne("select status_id from ".TBL_STATUS." where status_name = '$stat_to_assign'");
+ }
+
+ $db->query('insert into '.TBL_BUG.' (bug_id, title, description, url, '.
+ 'severity_id, priority, status_id, assigned_to, created_by, created_date, '.
+ 'last_modified_by, last_modified_date, project_id, site_id, database_id, version_id, '.
+ 'component_id, os_id, browser_string) values ('.$bugid.', '.
+ join(', ', array($db->quote(stripslashes($title)),
+ $db->quote(stripslashes($description)),
+ $db->quote(stripslashes($url)))).', '.
+ $severity.', '.$priority.', '.$status.', '.$owner.', '.$u.', '.$now.', '.$u.', '.$now.', '.$project.', '.
+ $site.', '.$database.', '.$version.', '.$component.', '.$os.', '.
+ $db->quote(stripslashes($HTTP_SERVER_VARS['HTTP_USER_AGENT'])).')');
+ $buginfo = $db->getRow('select * from '.TBL_BUG." where bug_id = $bugid");
+ do_changedfields($u, $buginfo);
+ } else {
+ $db->query('update '.TBL_BUG.' set title = '.$db->quote(stripslashes($title)).
+ ", description = ".$db->quote(stripslashes($description)).
+ ", url = ".$db->quote(stripslashes($url)).
+ ", severity_id = '$severity', priority = '$priority', ".
+ "status_id = $status, assigned_to = '$assignedto', ".
+ 'database_id = '.$database.', site_id = '.$site.', '.
+ "project_id = $project, version_id = $version, ".
+ "component_id = $component, os_id = '$os', ".
+ "browser_string = '{$GLOBALS['HTTP_USER_AGENT']}' ".
+ "last_modified_by = $u, last_modified_date = $time ".
+ "where bug_id = '$bugid'");
+ }
+
+ if (isset($another)) {
+ header("Location: $me?op=add&project=$project");
+ } else {
+ header("Location: query.php");
+ }
}
function show_form($bugid = 0, $error = '') {
@@ -685,20 +694,39 @@
}
if ($op) {
- switch($op) {
- case 'history' : show_history($_gv['bugid']); break;
- case 'add' :
- $perm->check('Editbug');
- if (isset($_gv['project'])) show_form();
- else show_projects();
- break;
- case 'show' : show_bug($_gv['bugid']); break;
- case 'update' : update_bug($_pv['bugid']); break;
- case 'do' : do_form($_pv['bugid']); break;
- case 'print' : show_bug_printable($_gv['bugid']); break;
- case 'vote' : vote_bug($_gv['bugid']); break;
- case 'viewvotes' : vote_view($_gv['bugid']); break;
- }
-} else header("Location: query.php");
+ switch($op) {
+ case 'history':
+ show_history($_gv['bugid']);
+ break;
+ case 'add':
+ $perm->check('Editbug');
+ if (isset($_gv['project'])) {
+ show_form();
+ } else {
+ show_projects();
+ }
+ break;
+ case 'show':
+ show_bug($_gv['bugid']);
+ break;
+ case 'update':
+ update_bug($_pv['bugid']);
+ break;
+ case 'do':
+ do_form($_pv['bugid']);
+ break;
+ case 'print':
+ show_bug_printable($_gv['bugid']);
+ break;
+ case 'vote':
+ vote_bug($_gv['bugid']);
+ break;
+ case 'viewvotes':
+ vote_view($_gv['bugid']);
+ break;
+ }
+} else {
+ header("Location: query.php");
+}
?>
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:25:17
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv24605/phpbt/languages Modified Files: en.php Log Message: Small fix. Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- en.php 17 Jun 2002 15:08:56 -0000 1.26 +++ en.php 17 Jun 2002 15:25:14 -0000 1.27 @@ -254,6 +254,3 @@ ); ?> - - - |
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:12:18
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv20302/phpbt/templates/default
Modified Files:
bugdisplay.html
Log Message:
Small fix.
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- bugdisplay.html 17 Jun 2002 15:08:56 -0000 1.35
+++ bugdisplay.html 17 Jun 2002 15:12:15 -0000 1.36
@@ -151,7 +151,7 @@
<td><table border="0" cellpadding="0">
<tr>
<td colspan="2">{$STRING.BUGDISPLAY.Attachments}:</td>
- <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">Create attachment</a></td>
+ <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">{$STRING.BUGDISPLAY.CreateAttachment}</a></td>
</tr><tr>
<td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td>
</tr><tr>
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:09:00
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv19127/phpbt/templates/default
Modified Files:
bugdisplay.html bugform.html
Log Message:
Added site tracking to bug.php and localised bugdisplay.php. Don't panic. :-)
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- bugdisplay.html 12 Jun 2002 12:43:10 -0000 1.34
+++ bugdisplay.html 17 Jun 2002 15:08:56 -0000 1.35
@@ -1,4 +1,4 @@
-<script language="JavaScript">
+<script type="text/JavaScript">
<!--
versions = new Array();
closedversions = new Array();
@@ -48,262 +48,185 @@
//-->
</script>
<form action="bug.php" method="post">
-<input type="hidden" name="op" value="update">
-<input type="hidden" name="bugid" value="{$bug_id}">
-<input type="hidden" name="projectid" value="{$project_id}">
-<input type="hidden" name="last_modified_date" value="{$last_modified_date}">
-<input type="hidden" name="pos" value="{$smarty.request.pos}">
-<table border="0" width="100%">
+ <input type="hidden" name="op" value="update">
+ <input type="hidden" name="bugid" value="{$bug_id}">
+ <input type="hidden" name="projectid" value="{$project_id}">
+ <input type="hidden" name="last_modified_date" value="{$last_modified_date}">
+ <input type="hidden" name="pos" value="{$smarty.request.pos}">
+ <table border="0" width="100%">
<tr>
- <td>Bug <b>#{$bug_id}</b> - Return to <a href="query.php">bug list</a></td>
+ <td>Bug <b>#{$bug_id}</b> - {$STRING.BUGDISPLAY.ReturnTo} <a href="query.php">{$STRING.BUGDISPLAY.BugList}</a></td>
<td align="right">
- {if $prevbug}
- <b><a href="bug.php?op=show&bugid={$prevbug}&pos={$prevpos}">{$STRING.previous_bug}</a></b>
- {/if}
- {if $prevbug and $nextbug}
- |
- {/if}
- {if $nextbug}
- <b><a href="bug.php?op=show&bugid={$nextbug}&pos={$nextpos}">{$STRING.next_bug}</a></b>
- {/if}
- </td>
+{if $prevbug}
+ <b><a href="bug.php?op=show&bugid={$prevbug}&pos={$prevpos}">{$STRING.previous_bug}</a></b>
+{/if}
+{if $prevbug and $nextbug}
+ |
+{/if}
+{if $nextbug}
+ <b><a href="bug.php?op=show&bugid={$nextbug}&pos={$nextpos}">{$STRING.next_bug}</a></b>
+{/if}
+ </td>
+ </tr>
+{if $error.status}
+ <tr><td class="error">{$error.status}</td></tr>
+{/if}
+ </table>
+ <table border="0" width="100%" cellspacing="0" cellpadding="2">
+ <tr>
+ <td>{$STRING.BUGDISPLAY.Reporter}:</td>
+ <td><b>{$reporter|maskemail}</b></td>
+ <td>{$STRING.BUGDISPLAY.Created}:</td>
+ <td><b>{$created_date|date:DATE_FORMAT}</b></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.Project}:</td>
+ <td><select name="project_id" onChange="updateMenus(this.form)">{build_select box=project selected=$project_id}</select></td>
+ <td>{$STRING.BUGDISPLAY.Priority}:</td>
+ <td><select name="priority">{build_select box=priority selected=$priority}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.Component}:</td>
+ <td><select name="component_id">{build_select box=component selected=$component_id project=$project_id}</select></td>
+ <td>{$STRING.BUGDISPLAY.Severity}:</td>
+ <td><select name="severity_id">{build_select box=severity selected=$severity_id}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.Version}:</td>
+ <td><select name="version_id">{build_select box=version selected=$version_id project=$project_id}</select></td>
+ <td>{$STRING.BUGDISPLAY.OS}:</td>
+ <td><select name="os_id">{build_select box=os selected=$os_id}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.ToBeClosedInVersion}</td>
+ <td><select name="to_be_closed_in_version_id">
+ <option value="0">Choose One</option>
+ {build_select box=version selected=$to_be_closed_in_version_id project=$project_id}
+ </select></td>
+ <td>{$STRING.BUGDISPLAY.Database}:</td>
+ <td><select name="database_id">{build_select box=database selected=$database_id}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.ClosedInVersion}</td>
+ <td><select name="closed_in_version_id">
+ <option value="0">Choose One</option>
+ {build_select box=version selected=$closed_in_version_id project=$project_id}
+ </select></td>
+ <td>{$STRING.BUGDISPLAY.Site}</td>
+ <td><select name="site_id">{build_select box=site selected=$site_id}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.Summary}:</td>
+ <td><input type="text" size="30" maxlength="100" name="title" value="{$title|stripslashes|htmlspecialchars}"></td>
+ <td>{$STRING.BUGDISPLAY.Status}:</td>
+ <td><select name="status_id">{build_select box=status selected=$status_id}</select></td>
+ </tr><tr>
+ <td>{if $url}<a href="{$url}">URL</a>{else}URL{/if}:</td>
+ <td><input type="text" size="30" maxlength="255" name="url" value="{$url}"></td>
+ <td>{$STRING.BUGDISPLAY.Resolution}:</td>
+ <td><select name="resolution_id"><option value="0">{$STRING.BUGDISPLAY.ResolutionNone}</option>{build_select box=resolution selected=$resolution_id}</select></td>
+ </tr><tr>
+ <td>{$STRING.BUGDISPLAY.AssignedTo}:</td>
+ <td><select name="assigned_to"><option value="0">{$STRING.BUGDISPLAY.AssignedToNobody}</option>{build_select box=owner selected=$assigned_to}</select></td>
+ <td>{$STRING.BUGDISPLAY.AddCC}:</td>
+ <td><input type="text" name="add_cc"></td>
+ </tr><tr>
+ <td colspan="2" valign="top">
+{if !empty($error.add_dep)}<div class="error">{$error.add_dep}</div>{/if}
+ {$STRING.BUGDISPLAY.BugDependency}: {$bug_dependencies}<br>
+ {$STRING.BUGDISPLAY.AddDependency}: <input type="text" name="add_dependency" size="5"><br>
+ {$STRING.BUGDISPLAY.RemoveDependency}: <input type="text" name="del_dependency" size="5"><br><br></td>
+ <td colspan="2" valign="top">
+ {$STRING.BUGDISPLAY.RemoveSelectedCC}:<br>
+ <select name="remove_cc[]" size="5" style="width: 15em" multiple>{build_select box=bug_cc selected=$bug_id}</select></td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="2" cellspacing="0" width="100%">
+ <tr>
+ <td valign="top">{$STRING.BUGDISPLAY.AdditionalComments}:<br><br>
+ <textarea name="comments" rows="6" cols="55" wrap="virtual"></textarea>
+ <br><br>
+ <div align="right">
+{if $smarty.session.uid}
+ <input type="submit" value="Submit">
+{else}
+ {$STRING.logintomodify}
+{/if}
+ </div></td>
+ </tr><tr>
+ <td><table border="0" cellpadding="0">
+ <tr>
+ <td colspan="2">{$STRING.BUGDISPLAY.Attachments}:</td>
+ <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">Create attachment</a></td>
+ </tr><tr>
+ <td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td>
+ </tr><tr>
+ <td width="250" bgcolor="#cccccc" align="center"><b>{$STRING.BUGDISPLAY.Name}</b></td>
+ <td width="60" bgcolor="#cccccc" align="center"><b>{$STRING.BUGDISPLAY.Size}</b></a></td>
+ <td width="150" bgcolor="#cccccc" align="center"><b>{$STRING.BUGDISPLAY.Type}</b></a></td>
+ <td width="80" bgcolor="#cccccc" align="center"><b>{$STRING.BUGDISPLAY.Created}</b></a></td>
+ <td width="80" bgcolor="#cccccc" align="center"> </a></td>
+ </tr><tr>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ </tr>
+{section name=attachment loop=$attachments}
+ <tr title="{$attachments[attachment].description|stripslashes}"{if $smarty.section.attachment.iteration is even} class="alt" bgcolor="#dddddd"{/if}>
+ <td>{$attachments[attachment].file_name|stripslashes}</td>
+ <td align="right">
+ {if $attachments[attachment].file_size > 1024}
+ {math equation="(round(x) / 1024 * 100) / 100" x=$attachments[attachment].file_size assign=file_size}
+ {$file_size|number_format}k
+ {else}
+ {$attachments[attachment].file_size|number_format}b
+ {/if}
+ </td>
+ <td align="center">{$attachments[attachment].mime_type}</td>
+ <td align="center">{$attachments[attachment].created_date|date:DATE_FORMAT}</td>
+ <td align="center"><a href='attachment.php?attachid={$attachments[attachment].attachment_id}'>View</a>
+ {if isset($perm) and $perm->have_perm('Administrator')}
+ | <a href='attachment.php?del={$attachments[attachment].attachment_id}' onClick="return confirm('{$STRING.BUGDISPLAY.SureDeleteAttachment}');">{$STRING.delete}</a>
+ {/if}
+ </td>
+ </tr>
+{sectionelse}
+ <tr>
+ <td colspan="5" align="center">{$STRING.BUGDISPLAY.NoAttachments}</td>
+ </tr>
+{/section}
+ <tr>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
+ </tr><tr>
+ <td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td>
+ </tr>
+ </table></td>
</tr>
- {if $error.status}
- <tr><td class="error">{$error.status}</td></tr>
- {/if}
-</table>
-<table border="0" width="100%" cellspacing="0" cellpadding="2">
- <tr>
- <td>Reporter:</td>
- <td><b>{$reporter|maskemail}</b></td>
- <td>Created:</td>
- <td><b>{$created_date|date:DATE_FORMAT}</b></td>
- </tr>
- <tr>
- <td>
- Project:
- </td>
- <td>
- <select name="project_id" onChange="updateMenus(this.form)">{build_select box=project selected=$project_id}</select>
- </td>
- <td>
- Priority:
- </td>
- <td>
- <select name="priority">{build_select box=priority selected=$priority}</select>
- </td>
- </tr>
- <tr>
- <td>
- Component:
- </td>
- <td>
- <select name="component_id">{build_select box=component selected=$component_id project=$project_id}</select>
- </td>
- <td>
- Severity:
- </td>
- <td>
- <select name="severity_id">{build_select box=severity selected=$severity_id}</select>
- </td>
- </tr>
- <tr>
- <td>
- {$STRING.version}:
- </td>
- <td>
- <select name="version_id">{build_select box=version selected=$version_id project=$project_id}</select>
- </td>
- <td>
- OS:
- </td>
- <td>
- <select name="os_id">{build_select box=os selected=$os_id}</select>
- </td>
- </tr>
- <tr>
- <td>To Be Closed Version</td>
- <td>
- <select name="to_be_closed_in_version_id">
- <option value="0">Choose One</option>
- {build_select box=version selected=$to_be_closed_in_version_id project=$project_id}
- </select>
- </td>
- <td>
- {$STRING.database}:
- </td>
- <td>
- <select name="database_id">{build_select box=database selected=$database_id}</select>
- </td>
- </tr>
- <tr>
- <td>Closed Version</td>
- <td>
-
- <select name="closed_in_version_id">
- <option value="0">Choose One</option>
- {build_select box=version selected=$closed_in_version_id project=$project_id}
- </select>
- </td>
- <td colspan="2"> </td>
- </tr>
- <tr>
- <td>Summary:</td>
- <td><input type="text" size="30" maxlength="100" name="title" value="{$title|stripslashes|htmlentities}"></td>
- <td>Status:</td>
- <td><select name="status_id">{build_select box=status selected=$status_id}</select></td>
- </tr>
- <tr>
- <td>{if $url}<a href="{$url}">URL</a>{else}URL{/if}:</td>
- <td><input type="text" size="30" maxlength="255" name="url" value="{$url}"></td>
- <td>Resolution:</td>
- <td><select name="resolution_id"><option value="0">None</option>{build_select box=resolution selected=$resolution_id}</select></td>
- </tr>
- <tr>
- <td>Assigned To:</td>
- <td><select name="assigned_to"><option value="0">None</option>{build_select box=owner selected=$assigned_to}</select></td>
- <td>Add CC:</td>
- <td><input type="text" name="add_cc"></td>
- </tr>
- <tr>
- <td colspan="2" valign="top">
- {if !empty($error.add_dep)}<div class="error">{$error.add_dep}</div>{/if}
- Bug Dependencies: {$bug_dependencies}
- <br>
- Add Dependency: <input type="text" name="add_dependency" size="5">
- <br>
- Remove Dependency: <input type="text" name="del_dependency" size="5">
- <br>
- <br>
- </td>
- <td colspan="2" valign="top">
- Remove selected CCs:
- <br>
- <select name="remove_cc[]" size="5" style="width: 15em" multiple>{build_select box=bug_cc selected=$bug_id}</select>
- </td>
- </tr>
-</table>
-<table border="0" cellpadding="2" cellspacing="0" width="100%">
- <tr>
- <td valign="top">
- Additional Comments:
- <br>
- <br>
- <textarea name="comments" rows="6" cols="55" wrap="virtual"></textarea>
- <br>
- <br>
- <div align="right">
- {if $smarty.session.uid}
- <input type="submit" value="Submit">
- {else}
- {$STRING.logintomodify}
- {/if}
- </div>
- </td>
- </tr>
- <tr>
- <td>
- <table border="0" cellpadding="0">
- <tr>
- <td colspan="2">Attachments:</td>
- <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">Create attachment</a></td>
- </tr>
- <tr><td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td></tr>
- <tr>
- <td width="250" bgcolor="#cccccc" align="center"><b>Name</b></td>
- <td width="60" bgcolor="#cccccc" align="center"><b>Size</b></a></td>
- <td width="150" bgcolor="#cccccc" align="center"><b>Type</b></a></td>
- <td width="80" bgcolor="#cccccc" align="center"><b>Created</b></a></td>
- <td width="80" bgcolor="#cccccc" align="center"> </a></td>
- </tr>
- <tr>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- </tr>
- {section name=attachment loop=$attachments}
- <tr title="{$attachments[attachment].description|stripslashes}"{if $smarty.section.attachment.iteration is even} class="alt" bgcolor="#dddddd"{/if}>
- <td>{$attachments[attachment].file_name|stripslashes}</td>
- <td align="right">
- {if $attachments[attachment].file_size > 1024}
- {math equation="(round(x) / 1024 * 100) / 100" x=$attachments[attachment].file_size assign=file_size}
- {$file_size|number_format}k
- {else}
- {$attachments[attachment].file_size|number_format}b
- {/if}
- </td>
- <td align="center">{$attachments[attachment].mime_type}</td>
- <td align="center">{$attachments[attachment].created_date|date:DATE_FORMAT}</td>
- <td align="center">
- <a href='attachment.php?attachid={$attachments[attachment].attachment_id}'>View</a>
- {if isset($perm) and $perm->have_perm('Administrator')}
- | <a href='attachment.php?del={$attachments[attachment].attachment_id}' onClick="return confirm('Are you sure you want to delete this attachment?');">Delete</a>
- {/if}
- </td>
- </tr>
- {sectionelse}
- <tr>
- <td colspan="5" align="center">No attachments</td>
- </tr>
- {/section}
- <tr>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- <td bgcolor="#000000" height="1"><spacer type="block" height="1" width="1"></td>
- </tr>
- <tr><td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td></tr>
- </table>
- </td>
- </tr>
-</table>
+ </table>
</form>
<div align="center">
{if !empty($error.vote)}<div class="error">{$error.vote}</div>{/if}
-<b><a href="{$smarty.server.PHP_SELF}?op=vote&bugid={$bug_id}" onClick="if ({$already_voted}) {literal}{ alert ('{/literal}{$STRING.already_voted}{literal}'); return false; }{/literal}">Vote for this bug</a></b> |
-<b><a href="{$smarty.server.PHP_SELF}?op=viewvotes&bugid={$bug_id}">View votes ({$num_votes}) for this bug</a></b> |
-<b><a href="{$smarty.server.PHP_SELF}?op=history&bugid={$bug_id}">View bug activity</a></b> |
-<b><a href="{$smarty.server.PHP_SELF}?op=print&bugid={$bug_id}">Printable view</a></b>
+ <b><a href="{$smarty.server.PHP_SELF}?op=vote&bugid={$bug_id}" onClick="if ({$already_voted}) {literal}{ alert ('{/literal}{$STRING.already_voted}{literal}'); return false; }{/literal}">{$STRING.BUGDISPLAY.VoteForThisBug}</a></b> |
+ <b><a href="{$smarty.server.PHP_SELF}?op=viewvotes&bugid={$bug_id}">{$STRING.BUGDISPLAY.ViewVotes} ({$num_votes}) {$STRING.BUGDISPLAY.ForThisBug}</a></b> |
+ <b><a href="{$smarty.server.PHP_SELF}?op=history&bugid={$bug_id}">{$STRING.BUGDISPLAY.ViewBugActivity}</a></b> |
+ <b><a href="{$smarty.server.PHP_SELF}?op=print&bugid={$bug_id}">{$STRING.BUGDISPLAY.PrintableView}</a></b>
</div>
-<br>
-<br>
+<br><br>
<table border="0" cellpadding="2" cellspacing="0" width="100%">
- <tr>
- <td>
- Comments:
- </td>
- </tr>
- <tr class="alt">
- <td>
- Posted by: {$reporter|maskemail}
- <br>
- Date: {$created_date|date:TIME_FORMAT} on {$created_date|date:DATE_FORMAT}
- </td>
- </tr>
- <tr>
- <td>
- {$description|stripslashes|format_comments|nl2br}
- <br>
- <br>
- </td>
- </tr>
- {section name=comment loop=$comments}
- <tr class="alt">
- <td>
- Posted by: {$comments[comment].login|maskemail}
- <br>
- Date: {$comments[comment].created_date|date:TIME_FORMAT} on {$comments[comment].created_date|date:DATE_FORMAT}
- </td>
- </tr>
- <tr>
- <td>
- {$comments[comment].comment_text|stripslashes|format_comments|nl2br}
- <br>
- <br>
- </td>
- </tr>
- {/section}
+ <tr>
+ <td>{$STRING.BUGDISPLAY.Comments}:</td>
+ </tr><tr class="alt">
+ <td>{$STRING.BUGDISPLAY.PostedBy}: {$reporter|maskemail} <br>
+ {$STRING.BUGDISPLAY.Date}: {$created_date|date:TIME_FORMAT} {$STRING.BUGDISPLAY.DateOn} {$created_date|date:DATE_FORMAT}</td>
+ </tr><tr>
+ <td>{$description|stripslashes|format_comments|nl2br} <br><br></td>
+ </tr>
+ {section name=comment loop=$comments}
+ <tr class="alt">
+ <td>{$STRING.BUGDISPLAY.PostedBy}: {$comments[comment].login|maskemail} <br>
+ {$STRING.BUGDISPLAY.Date}: {$comments[comment].created_date|date:TIME_FORMAT} {$STRING.BUGDISPLAY.On} {$comments[comment].created_date|date:DATE_FORMAT}</td>
+ </tr><tr>
+ <td>{$comments[comment].comment_text|stripslashes|format_comments|nl2br} <br><br></td>
+ </tr>
+ {/section}
</table>
Index: bugform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugform.html 17 Jun 2002 13:48:19 -0000 1.6
+++ bugform.html 17 Jun 2002 15:08:56 -0000 1.7
@@ -55,5 +55,5 @@
<td valign="top"><input type="checkbox" name="another" value="1"></td>
</tr>
</table>
- <input type="submit" name="submit" value="Submit">
+ <input type="submit" name="submit" value="{$STRING.BUGFORM.Submit}">
</form>
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:08:59
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv19127/phpbt Modified Files: bug.php Log Message: Added site tracking to bug.php and localised bugdisplay.php. Don't panic. :-) Index: bug.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/bug.php,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- bug.php 14 Jun 2002 15:26:05 -0000 1.110 +++ bug.php 17 Jun 2002 15:08:56 -0000 1.111 @@ -435,8 +435,7 @@ "priority = $priority, status_id = $status_id, ". "database_id = $database_id, to_be_closed_in_version_id = $to_be_closed_in_version_id, ". 'closed_in_version_id = '.$closed_in_version_id.', '. - // 'site_id ='.$site_id.', '. - // -- uncomment this when bugdisplay template ready + 'site_id ='.$site_id.', '. "resolution_id = $resolution_id, assigned_to = $assigned_to, ". "project_id = $project_id, version_id = $version_id, ". "component_id = $component_id, os_id = $os_id, last_modified_by = $u, ". |
|
From: Jirka P. <fi...@us...> - 2002-06-17 15:08:59
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv19127/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Added site tracking to bug.php and localised bugdisplay.php. Don't panic. :-)
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cz.php 17 Jun 2002 13:48:18 -0000 1.14
+++ cz.php 17 Jun 2002 15:08:56 -0000 1.15
@@ -145,12 +145,59 @@
'Description' => 'Popis',
'Severity' => 'Dùleitost',
'Priority' => 'Priorita',
- 'Component' => 'Komponent',
+ 'Component' => 'Komponenta',
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
'AddAnother' => 'Pøidat dalí',
'Submit' => 'Pøidat'
+ ),
+ 'BUGDISPLAY' => array(
+ 'Reporter' => 'Reportér',
+ 'ReturnTo' => 'Návrat na',
+ 'BugList' => 'seznam bugù',
+ 'Project' => 'Projekt',
+ 'Created' => 'Vytvoøen',
+ 'Version' => 'Verze',
+ 'ClosedInVersion' => 'Uzavøeno ve verzi',
+ 'ToBeClosedInVersion' => 'K uzavøení ve verzi',
+ 'AssignedTo' => 'Pøiøazeno',
+ 'AssignedToNobody' => 'Nikdo',
+ 'BugDependency' => 'Závislosti',
+ 'AddDependency' => 'Pøidat závislost',
+ 'RemoveDependency' => 'Odebrat závislost',
+ 'Summary' => 'Shrnutí',
+ 'Status' => 'Status',
+ 'Description' => 'Popis',
+ 'Severity' => 'Dùleitost',
+ 'Priority' => 'Priorita',
+ 'Component' => 'Komponenta',
+ 'Resolution' => 'Rozhodnutí',
+ 'ResolutionNone' => 'Zatím není',
+ 'AddCC' => 'Pøidat kopii',
+ 'RemoveSelectedCC' => 'Odebrat vybranou kopii',
+ 'Addiditional Comments' => 'Dalí komentáøe',
+ 'Attachments' => 'Pøílohy',
+ 'CreateAttachment' => 'Vytvoøit pøílohu',
+ 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?',
+ 'Name' => 'Název',
+ 'Size' => 'Velikost',
+ 'Type' => 'Typ',
+ 'Created' => 'Vytvoøeno',
+ 'VoteForThisBug' => 'Hlasovat pro tento BUG',
+ 'ViewVotes' => 'Zobrazit volby',
+ 'ForThisBug' => 'pro tento BUG',
+ 'ViewBugActivity' => 'Zobrazit aktivitu',
+ 'PrintableView' => 'Tisknutelné zobrazení',
+ 'NoAttachments' => 'Nemá pøílohy',
+ 'Comments' => 'Komentáøe',
+ 'PostedBy' => 'Zaslal',
+ 'Date' => 'Dne',
+ 'DateOn' => ' ', // This is correct
+ 'Submit' => 'Odeslat zmíny',
+ 'Site' => 'Prostøedí',
+ 'Database' => 'Databáze',
+ 'OS' => 'Operaèní systém',
)
);
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cz_iso-8859-2.php 17 Jun 2002 13:48:19 -0000 1.11
+++ cz_iso-8859-2.php 17 Jun 2002 15:08:56 -0000 1.12
@@ -145,12 +145,59 @@
'Description' => 'Popis',
'Severity' => 'Dùle¾itost',
'Priority' => 'Priorita',
- 'Component' => 'Komponent',
+ 'Component' => 'Komponenta',
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
'AddAnother' => 'Pøidat dal¹í',
'Submit' => 'Pøidat'
+ ),
+ 'BUGDISPLAY' => array(
+ 'Reporter' => 'Reportér',
+ 'ReturnTo' => 'Návrat na',
+ 'BugList' => 'seznam bugù',
+ 'Project' => 'Projekt',
+ 'Created' => 'Vytvoøen',
+ 'Version' => 'Verze',
+ 'ClosedInVersion' => 'Uzavøeno ve verzi',
+ 'ToBeClosedInVersion' => 'K uzavøení ve verzi',
+ 'AssignedTo' => 'Pøiøazeno',
+ 'AssignedToNobody' => 'Nikdo',
+ 'BugDependency' => 'Závislosti',
+ 'AddDependency' => 'Pøidat závislost',
+ 'RemoveDependency' => 'Odebrat závislost',
+ 'Summary' => 'Shrnutí',
+ 'Status' => 'Status',
+ 'Description' => 'Popis',
+ 'Severity' => 'Dùle¾itost',
+ 'Priority' => 'Priorita',
+ 'Component' => 'Komponenta',
+ 'Resolution' => 'Rozhodnutí',
+ 'ResolutionNone' => 'Zatím není',
+ 'AddCC' => 'Pøidat kopii',
+ 'RemoveSelectedCC' => 'Odebrat vybranou kopii',
+ 'Addiditional Comments' => 'Dal¹í komentáøe',
+ 'Attachments' => 'Pøílohy',
+ 'CreateAttachment' => 'Vytvoøit pøílohu',
+ 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?',
+ 'Name' => 'Název',
+ 'Size' => 'Velikost',
+ 'Type' => 'Typ',
+ 'Created' => 'Vytvoøeno',
+ 'VoteForThisBug' => 'Hlasovat pro tento BUG',
+ 'ViewVotes' => 'Zobrazit volby',
+ 'ForThisBug' => 'pro tento BUG',
+ 'ViewBugActivity' => 'Zobrazit aktivitu',
+ 'PrintableView' => 'Tisknutelné zobrazení',
+ 'NoAttachments' => 'Nemá pøílohy',
+ 'Comments' => 'Komentáøe',
+ 'PostedBy' => 'Zaslal',
+ 'Date' => 'Dne',
+ 'DateOn' => ' ', // This is correct
+ 'Submit' => 'Odeslat zmíny',
+ 'Site' => 'Prostøedí',
+ 'Database' => 'Databáze',
+ 'OS' => 'Operaèní systém',
)
);
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- en.php 17 Jun 2002 13:48:19 -0000 1.25
+++ en.php 17 Jun 2002 15:08:56 -0000 1.26
@@ -151,7 +151,55 @@
'OS' => 'OS',
'AddAnother' => 'Add another',
'Submit' => 'Submit'
- )
+ ),
+ 'BUGDISPLAY' => array(
+ 'Reporter' => 'Reporter',
+ 'ReturnTo' => 'Return to',
+ 'BugList' => 'bug list',
+ 'Project' => 'Project',
+ 'Created' => 'Created',
+ 'Version' => 'Version',
+ 'ClosedInVersion' => 'Closed in Version',
+ 'ToBeClosedInVersion' => 'To be Closed in Version',
+ 'AssignedTo' => 'Assigned To',
+ 'AssignedToNobody' => 'Nobody',
+ 'BugDependency' => 'Dependencies',
+ 'AddDependency' => 'Add Dependency',
+ 'RemoveDependency' => 'Remove Dependency',
+ 'Summary' => 'Summary',
+ 'Status' => 'Status',
+ 'Description' => 'Description',
+ 'Severity' => 'Severity',
+ 'Priority' => 'Priority',
+ 'Component' => 'Component',
+ 'Resolution' => 'Resolution',
+ 'ResolutionNone' => 'None',
+ 'AddCC' => 'Add CC',
+ 'RemoveSelectedCC' => 'Remove selected CCs',
+ 'Addiditional Comments' => 'Additional Comments',
+ 'Attachments' => 'Attachments',
+ 'CreateAttachment' => 'Create Attachment',
+ 'SureDeleteAttachment' => 'Are you sure you want to delete this attachment?',
+ 'Name' => 'Name',
+ 'Size' => 'Size',
+ 'Type' => 'Type',
+ 'Created' => 'Created',
+ 'VoteForThisBug' => 'Vote for this bug',
+ 'ViewVotes' => 'View votes',
+ 'ForThisBug' => 'for this bug',
+ 'ViewBugActivity' => 'View bug activity',
+ 'PrintableView' => 'Printable View',
+ 'NoAttachments' => 'No attachments',
+ 'Comments' => 'Comments',
+ 'PostedBy' => 'Posted By',
+ 'Date' => 'Date',
+ 'DateOn' => 'On',
+ 'Submit' => 'Submit',
+ 'Site' => 'Reported on Site',
+ 'Database' => 'Database',
+ 'OS' => 'OS',
+ )
+
);
// Page titles
@@ -206,3 +254,6 @@
);
?>
+
+
+
|
|
From: Jirka P. <fi...@us...> - 2002-06-17 13:48:23
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv29019/phpbt/languages Modified Files: cz.php cz_iso-8859-2.php en.php Log Message: Localized a bit and added some fields (with code cleanup). Needed somebody to redesign the HTML form in bugform.html. I've only inserted some fields and didn't care much about visual design Let me know. Index: cz.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cz.php 17 Jun 2002 09:21:52 -0000 1.13 +++ cz.php 17 Jun 2002 13:48:18 -0000 1.14 @@ -23,172 +23,186 @@ // $Id$ $STRING = array( - 'lang_charset' => 'Windows-1250', - 'nouser' => 'Tento uivatel neexistuje', - 'dupeofself' => 'BUG nemùe být shodný se sám se sebou', - 'nobug' => 'Tento BUG neexistuje', - 'givesummary' => 'Prosím vlote souhrn', - 'givedesc' => 'Prosím vlote popis', - 'noprojects' => 'Projekt nebyl nalezen', - 'totalbugs' => 'Celkovì chyb', - 'giveemail' => 'Prosím vlote správnou e-mailovou adresu', - 'givelogin' => 'Prosím vlote login (uivatelské jméno)', - 'loginused' => 'Tento login ji uívá nìkdo jiný', - 'newacctsubject' => 'phpBugTracker Pøihláení', - 'newacctmessage' => "Vae phpBugTracker heslo je %s", - 'nobugs' => 'Nenalezeny ádné chyby', - 'givename' => 'Prosím vlote jméno', - 'edit' => 'Upravit', - 'addnew' => 'Pøidat', - 'nooses' => 'Nenalezen OS', - 'giveinitversion' => 'Prosím vlote poèáteèní verzi projektu', - 'giveversion' => 'Prosím vlote verzi', - 'noversions' => 'Verze nenalezena', - 'nocomponents' => 'Komponenta nenalezena', - 'nostatuses' => 'Status nebyl nalezen', - 'noseverities' => 'Dùleitost nenalezena', - 'givepassword' => 'Prosím vlote heslo', - 'nousers' => 'Uivatel(é) nenalezen(i)', - 'bugbadperm' => 'Nemùete zmìnit BUG', - 'bugbadnum' => 'Tento BUG neexistuje', - 'datecollision' => 'Nìkdo aktualizoval BUG od Vaí poslední návtìvy. Do informací o BUGu byli zaneseny nejnovìjí zmìny.', - 'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu', - 'nobughistory' => 'Tento BUG nemá hystorii', - 'logintomodify' => 'Musíte být pøihláen(a) pro upravu tohoto BUGu', - 'dupe_attachment' => 'Pøíloha pro tento BUG je ji nahrána', - 'give_attachment' => 'Prosím vyberte soubor pro upload', - 'no_attachment_save_path' => 'Cesta k uloenému souboru nenalezena', - 'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì', - 'attachment_move_error' => 'Nastala chyba pøi pøesouvání nahraného souboru', - 'bad_attachment' => 'Tato pøíloha neexistuje', - 'attachment_too_large' => 'Vámi specifikovaný soubor je vìtí ne '.number_format(ATTACHMENT_MAX_SIZE).' bytù', - 'bad_permission' => 'Nemáte potøebná práva na poadovanou funkci', - 'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy jsou vybrány vechny skupiny', - 'previous_bug' => 'Pøedchozí', - 'next_bug' => 'Následující', - 'already_voted' => 'Ji jste hlasoval(a) k tomuto BUGu', - 'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho uivatele', - 'no_votes' => 'Nikdo jetì nehlasoval', - 'user_filter' => array( - 0 => 'Vichni uivatelé', - 1 => 'Aktivní uivatelé', - 2 => 'Neaktivní uivatelé'), - 'dupe_dependency' => 'Tato závislost ji byla pøidána', - 'image_path_not_writeable' => 'Webprocess nemùe zapisovat do podadresáøe "jpgimages", pøehledový obrázek nemùe být vygenerován.', - 'password_changed' => 'Vae heslo bylo zmìnìno', - 'prefs_changed' => 'Vae nastavení byla zmìnìna', - 'databaselist' => 'Seznam databází', - 'database' => 'Databáze', - 'databases' => 'Databáze', - 'name' => 'Název', - 'description' => 'Popis', - 'sortorder' => 'Poøadí tøídìní', - 'suredeletedb' => 'Opravdu chcete odstranit tuto databázi?', - 'suredeletesite' => 'Opravdu chcete odstranit toto prostøedí?', - 'delete' => 'Odstranit', - 'version' => 'Verze', - 'addnewsite' => 'Pøidat nové prostøedí', - 'sitelist' => 'Seznam prostøedí', - 'sites' => 'Prostøedí', - 'QUERY' => array( - 'opt_All' => 'Ve', - 'Project' => 'Projekt', - 'Version' => 'Verze', - 'Component' => 'Komponenta', - 'Status' => 'Status', - 'Resolution' => 'Rozhodnutí', - 'OpSys' => 'Operaèní systém', - 'Priority' => 'Priorita', - 'Severity' => 'Dùleitost', - 'Database' => 'Databáze', - 'ReportedOnSite' => 'Prostøedí výskytu', - 'Summary' => 'Shrnutí', - 'DescriptionEntry' => 'Poloka popisu', - 'SortBy' => 'Tøídit podle', - 'SortBy_BugNumber' => 'Èísla BUGu', - 'SortBy_Severity' => 'Dùleitosti', - 'SortBy_Reporter' => 'Reportéra', - 'SortBy_Priority' => 'Priority', - 'SortBy_Status' => 'Statutu', - 'SortAsc' => 'Vzestupnì', - 'SortDesc' => 'Sestupnì', - 'SaveThisQueryAs' => 'Uloit tento dotaz jako', - 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu', - 'SubmitQuery' => 'Odeslat dotaz', - 'SavedQueries' => 'Uloené dotazy', - 'GoToThe' => 'Pøejít na', - 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání', - 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání', - 'SureDeleteSavedQuery' => 'Jste si jisti, e chcete odstranit tento uloený dotaz?', - 'MatchingAs' => 'odpovídá (vyhledat jako)', - 'MatchingAs_Regexp' => 'regulárním výrazem', - 'MatchingAs_NotRegexp' => 'není regulárním výrazem', - 'MatchingAs_Substring' => 'podøetìzec', - 'MatchingAs_Exact' => 'pøesnì', - 'eMail_Reporter' => 'reportér', - 'eMail_AssignedTo' => 'pøiøazeno' - ), - 'WRAP' => array( - 'FindBug' => 'Hledat BUG', - 'Home' => 'Domù', - 'AddNewBug' => 'Pøidat nový BUG', - 'QueryBugs' => 'Prohledávání', - 'ViewReports' => 'Hláení/Reporty', - 'Documentation' => 'Dokumentace', - 'AdminTools' => 'Administraèní nástroje', - 'CreateNewAccount' => 'Vytvoøit nový úèet' - ) - ); + 'lang_charset' => 'Windows-1250', + 'nouser' => 'Tento uivatel neexistuje', + 'dupeofself' => 'BUG nemùe být shodný se sám se sebou', + 'nobug' => 'Tento BUG neexistuje', + 'givesummary' => 'Prosím vlote souhrn', + 'givedesc' => 'Prosím vlote popis', + 'noprojects' => 'Projekt nebyl nalezen', + 'totalbugs' => 'Celkovì chyb', + 'giveemail' => 'Prosím vlote správnou e-mailovou adresu', + 'givelogin' => 'Prosím vlote login (uivatelské jméno)', + 'loginused' => 'Tento login ji uívá nìkdo jiný', + 'newacctsubject' => 'phpBugTracker Pøihláení', + 'newacctmessage' => "Vae phpBugTracker heslo je %s", + 'nobugs' => 'Nenalezeny ádné chyby', + 'givename' => 'Prosím vlote jméno', + 'edit' => 'Upravit', + 'addnew' => 'Pøidat', + 'nooses' => 'Nenalezen OS', + 'giveinitversion' => 'Prosím vlote poèáteèní verzi projektu', + 'giveversion' => 'Prosím vlote verzi', + 'noversions' => 'Verze nenalezena', + 'nocomponents' => 'Komponenta nenalezena', + 'nostatuses' => 'Status nebyl nalezen', + 'noseverities' => 'Dùleitost nenalezena', + 'givepassword' => 'Prosím vlote heslo', + 'nousers' => 'Uivatel(é) nenalezen(i)', + 'bugbadperm' => 'Nemùete zmìnit BUG', + 'bugbadnum' => 'Tento BUG neexistuje', + 'datecollision' => 'Nìkdo aktualizoval BUG od Vaí poslední návtìvy. Do informací o BUGu byli zaneseny nejnovìjí zmìny.', + 'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu', + 'nobughistory' => 'Tento BUG nemá hystorii', + 'logintomodify' => 'Musíte být pøihláen(a) pro upravu tohoto BUGu', + 'dupe_attachment' => 'Pøíloha pro tento BUG je ji nahrána', + 'give_attachment' => 'Prosím vyberte soubor pro upload', + 'no_attachment_save_path' => 'Cesta k uloenému souboru nenalezena', + 'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì', + 'attachment_move_error' => 'Nastala chyba pøi pøesouvání nahraného souboru', + 'bad_attachment' => 'Tato pøíloha neexistuje', + 'attachment_too_large' => 'Vámi specifikovaný soubor je vìtí ne '.number_format(ATTACHMENT_MAX_SIZE).' bytù', + 'bad_permission' => 'Nemáte potøebná práva na poadovanou funkci', + 'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy jsou vybrány vechny skupiny', + 'previous_bug' => 'Pøedchozí', + 'next_bug' => 'Následující', + 'already_voted' => 'Ji jste hlasoval(a) k tomuto BUGu', + 'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho uivatele', + 'no_votes' => 'Nikdo jetì nehlasoval', + 'user_filter' => array( + 0 => 'Vichni uivatelé', + 1 => 'Aktivní uivatelé', + 2 => 'Neaktivní uivatelé'), + 'dupe_dependency' => 'Tato závislost ji byla pøidána', + 'image_path_not_writeable' => 'Webprocess nemùe zapisovat do podadresáøe "jpgimages", pøehledový obrázek nemùe být vygenerován.', + 'password_changed' => 'Vae heslo bylo zmìnìno', + 'prefs_changed' => 'Vae nastavení byla zmìnìna', + 'databaselist' => 'Seznam databází', + 'database' => 'Databáze', + 'databases' => 'Databáze', + 'name' => 'Název', + 'description' => 'Popis', + 'sortorder' => 'Poøadí tøídìní', + 'suredeletedb' => 'Opravdu chcete odstranit tuto databázi?', + 'suredeletesite' => 'Opravdu chcete odstranit toto prostøedí?', + 'delete' => 'Odstranit', + 'version' => 'Verze', + 'addnewsite' => 'Pøidat nové prostøedí', + 'sitelist' => 'Seznam prostøedí', + 'sites' => 'Prostøedí', + 'QUERY' => array( + 'opt_All' => 'Ve', + 'Project' => 'Projekt', + 'Version' => 'Verze', + 'Component' => 'Komponenta', + 'Status' => 'Status', + 'Resolution' => 'Rozhodnutí', + 'OpSys' => 'Operaèní systém', + 'Priority' => 'Priorita', + 'Severity' => 'Dùleitost', + 'Database' => 'Databáze', + 'ReportedOnSite' => 'Prostøedí výskytu', + 'Summary' => 'Shrnutí', + 'DescriptionEntry' => 'Poloka popisu', + 'SortBy' => 'Tøídit podle', + 'SortBy_BugNumber' => 'Èísla BUGu', + 'SortBy_Severity' => 'Dùleitosti', + 'SortBy_Reporter' => 'Reportéra', + 'SortBy_Priority' => 'Priority', + 'SortBy_Status' => 'Statutu', + 'SortAsc' => 'Vzestupnì', + 'SortDesc' => 'Sestupnì', + 'SaveThisQueryAs' => 'Uloit tento dotaz jako', + 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu', + 'SubmitQuery' => 'Odeslat dotaz', + 'SavedQueries' => 'Uloené dotazy', + 'GoToThe' => 'Pøejít na', + 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání', + 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání', + 'SureDeleteSavedQuery' => 'Jste si jisti, e chcete odstranit tento uloený dotaz?', + 'MatchingAs' => 'odpovídá (vyhledat jako)', + 'MatchingAs_Regexp' => 'regulárním výrazem', + 'MatchingAs_NotRegexp' => 'není regulárním výrazem', + 'MatchingAs_Substring' => 'podøetìzec', + 'MatchingAs_Exact' => 'pøesnì', + 'eMail_Reporter' => 'reportér', + 'eMail_AssignedTo' => 'pøiøazeno' + ), + 'WRAP' => array( + 'FindBug' => 'Hledat BUG', + 'Home' => 'Domù', + 'AddNewBug' => 'Pøidat nový BUG', + 'QueryBugs' => 'Prohledávání', + 'ViewReports' => 'Hláení/Reporty', + 'Documentation' => 'Dokumentace', + 'AdminTools' => 'Administraèní nástroje', + 'CreateNewAccount' => 'Vytvoøit nový úèet' + ), + 'BUGFORM' => array( + 'Project' => 'Projekt', + 'Version' => 'Verze', + 'Summary' => 'Shrnutí', + 'Description' => 'Popis', + 'Severity' => 'Dùleitost', + 'Priority' => 'Priorita', + 'Component' => 'Komponent', + 'Site' => 'Prostøedí', + 'Database' => 'Databáze', + 'OS' => 'Operaèní systém', + 'AddAnother' => 'Pøidat dalí', + 'Submit' => 'Pøidat' + ) +); // Page titles $TITLE = array( - 'enterbug' => 'Vlote BUG', - 'editbug' => 'Upravte BUG', - 'newaccount' => 'Vytvoøit nový úèet', - 'bugquery' => 'BUG dotaz', - 'buglist' => 'Seznam BUGù', - 'addcomponent' => 'Pøidat komponentu', - 'editcomponent' => 'Editovat komponentu', - 'addproject' => 'Pøidat projekt', - 'editproject' => 'Editovat projekt', - 'addversion' => 'Pøidat verzi', - 'editversion' => 'Upravit verzi', - 'addsite' => 'Pøidat prostøedí', - 'editsite' => 'Upravit prostøedí', - 'project' => 'Projekty', - 'os' => 'Operaèní systémy', - 'resolution' => 'Rozhodnutí', - 'status' => 'Statusy', - 'severity' => 'Dùleitosti', - 'user' => 'Uivatelé', - 'home' => 'Domù', - 'reporting' => 'Hláení', - 'group' => 'Skupiny', - 'bugvotes' => 'Volby bugù', - 'bughistory' => 'Historie bugù', - 'viewbug' => 'Prohlédnout bug', - 'addattachment' => 'Pøidat pøílohu', - 'accountcreated' => 'Úèet vytvoøen', - 'changessaved' => 'Zmìny uloeny', - 'preferences' => 'Uivatelská nastavení', - 'usertools' => 'Uivatelské nástroje', - 'edituser' => 'Zmìnit uivatele', - 'adduser' => 'Pøidat uivatele', - 'editstatus' => 'Zmìnit status', - 'addstatus' => 'Pøidat status', - 'editseverity' => 'Zmìnit dùleitost', - 'addseverity' => 'Pøidat dùleitost', - 'editresolution' => 'Zmìnit rozhodnutí', - 'addresolution' => 'Pøidat rozhodnutí', - 'editos' => 'Zmìnit operaèní systém', - 'addos' => 'Pøidat operaèní systém', - 'editgroup' => 'Zmìnit skupinu', - 'addgroup' => 'Pøidat skupinu', - 'configuration' => 'Nastavení', - 'adddatabase' => 'Pøidat databázi', - 'editdatabase' => 'Upravit databázi', - 'database' => 'Databáze', - 'site' => 'Prostøedí' - ); -?> + 'enterbug' => 'Vlote BUG', + 'editbug' => 'Upravte BUG', + 'newaccount' => 'Vytvoøit nový úèet', + 'bugquery' => 'BUG dotaz', + 'buglist' => 'Seznam BUGù', + 'addcomponent' => 'Pøidat komponentu', + 'editcomponent' => 'Editovat komponentu', + 'addproject' => 'Pøidat projekt', + 'editproject' => 'Editovat projekt', + 'addversion' => 'Pøidat verzi', + 'editversion' => 'Upravit verzi', + 'addsite' => 'Pøidat prostøedí', + 'editsite' => 'Upravit prostøedí', + 'project' => 'Projekty', + 'os' => 'Operaèní systémy', + 'resolution' => 'Rozhodnutí', + 'status' => 'Statusy', + 'severity' => 'Dùleitosti', + 'user' => 'Uivatelé', + 'home' => 'Domù', + 'reporting' => 'Hláení', + 'group' => 'Skupiny', + 'bugvotes' => 'Volby bugù', + 'bughistory' => 'Historie bugù', + 'viewbug' => 'Prohlédnout bug', + 'addattachment' => 'Pøidat pøílohu', + 'accountcreated' => 'Úèet vytvoøen', + 'changessaved' => 'Zmìny uloeny', + 'preferences' => 'Uivatelská nastavení', + 'usertools' => 'Uivatelské nástroje', + 'edituser' => 'Zmìnit uivatele', + 'adduser' => 'Pøidat uivatele', + 'editstatus' => 'Zmìnit status', + 'addstatus' => 'Pøidat status', + 'editseverity' => 'Zmìnit dùleitost', + 'addseverity' => 'Pøidat dùleitost', + 'editresolution' => 'Zmìnit rozhodnutí', + 'addresolution' => 'Pøidat rozhodnutí', + 'editos' => 'Zmìnit operaèní systém', + 'addos' => 'Pøidat operaèní systém', + 'editgroup' => 'Zmìnit skupinu', + 'addgroup' => 'Pøidat skupinu', + 'configuration' => 'Nastavení', + 'adddatabase' => 'Pøidat databázi', + 'editdatabase' => 'Upravit databázi', + 'database' => 'Databáze', + 'site' => 'Prostøedí' +); +?> Index: cz_iso-8859-2.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cz_iso-8859-2.php 17 Jun 2002 09:21:52 -0000 1.10 +++ cz_iso-8859-2.php 17 Jun 2002 13:48:19 -0000 1.11 @@ -23,172 +23,186 @@ // $Id$ $STRING = array( - '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', - 'givesummary' => 'Prosím vlo¾te souhrn', - 'givedesc' => 'Prosím vlo¾te popis', - 'noprojects' => 'Projekt nebyl nalezen', - 'totalbugs' => 'Celkovì chyb', - 'giveemail' => 'Prosím vlo¾te správnou e-mailovou adresu', - 'givelogin' => 'Prosím vlo¾te login (u¾ivatelské jméno)', - 'loginused' => 'Tento login ji¾ u¾ívá nìkdo jiný', - 'newacctsubject' => 'phpBugTracker Pøihlá¹ení', - 'newacctmessage' => "Va¹e phpBugTracker heslo je %s", - 'nobugs' => 'Nenalezeny ¾ádné chyby', - 'givename' => 'Prosím vlo¾te jméno', - 'edit' => 'Upravit', - 'addnew' => 'Pøidat', - 'nooses' => 'Nenalezen OS', - 'giveinitversion' => 'Prosím vlo¾te poèáteèní verzi projektu', - 'giveversion' => 'Prosím vlo¾te verzi', - 'noversions' => 'Verze nenalezena', - 'nocomponents' => 'Komponenta nenalezena', - 'nostatuses' => 'Status nebyl nalezen', - 'noseverities' => 'Dùle¾itost nenalezena', - 'givepassword' => 'Prosím vlo¾te heslo', - 'nousers' => 'U¾ivatel(é) nenalezen(i)', - 'bugbadperm' => 'Nemù¾ete zmìnit BUG', - 'bugbadnum' => 'Tento BUG neexistuje', - 'datecollision' => 'Nìkdo aktualizoval BUG od Va¹í poslední náv¹tìvy. Do informací o BUGu byli zaneseny nejnovìj¹í zmìny.', - 'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu', - 'nobughistory' => 'Tento BUG nemá hystorii', - 'logintomodify' => 'Musíte být pøihlá¹en(a) pro upravu tohoto BUGu', - 'dupe_attachment' => 'Pøíloha pro tento BUG je ji¾ nahrána', - 'give_attachment' => 'Prosím vyberte soubor pro upload', - 'no_attachment_save_path' => 'Cesta k ulo¾enému souboru nenalezena', - 'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì', - 'attachment_move_error' => 'Nastala chyba pøi pøesouvání nahraného souboru', - 'bad_attachment' => 'Tato pøíloha neexistuje', - 'attachment_too_large' => 'Vámi specifikovaný soubor je vìt¹í ne¾ '.number_format(ATTACHMENT_MAX_SIZE).' bytù', - 'bad_permission' => 'Nemáte potøebná práva na po¾adovanou funkci', - 'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy¾ jsou vybrány v¹echny skupiny', - 'previous_bug' => 'Pøedchozí', - 'next_bug' => 'Následující', - 'already_voted' => 'Ji¾ jste hlasoval(a) k tomuto BUGu', - 'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho u¾ivatele', - 'no_votes' => 'Nikdo je¹tì nehlasoval', - 'user_filter' => array( - 0 => 'V¹ichni u¾ivatelé', - 1 => 'Aktivní u¾ivatelé', - 2 => 'Neaktivní u¾ivatelé'), - 'dupe_dependency' => 'Tato závislost ji¾ byla pøidána', - 'image_path_not_writeable' => 'Webprocess nemù¾e zapisovat do podadresáøe "jpgimages", pøehledový obrázek nemù¾e být vygenerován.', - 'password_changed' => 'Va¹e heslo bylo zmìnìno', - 'prefs_changed' => 'Va¹e nastavení byla zmìnìna', - 'databaselist' => 'Seznam databází', - 'database' => 'Databáze', - 'databases' => 'Databáze', - 'name' => 'Název', - 'description' => 'Popis', - 'sortorder' => 'Poøadí tøídìní', - 'suredeletedb' => 'Opravdu chcete odstranit tuto databázi?', - 'suredeletesite' => 'Opravdu chcete odstranit toto prostøedí?', - 'delete' => 'Odstranit', - 'version' => 'Verze', - 'addnewsite' => 'Pøidat nové prostøedí', - 'sitelist' => 'Seznam prostøedí', - 'sites' => 'Prostøedí', - 'QUERY' => array( - 'opt_All' => 'V¹e', - 'Project' => 'Projekt', - 'Version' => 'Verze', - 'Component' => 'Komponenta', - 'Status' => 'Status', - 'Resolution' => 'Rozhodnutí', - 'OpSys' => 'Operaèní systém', - 'Priority' => 'Priorita', - 'Severity' => 'Dùle¾itost', - 'Database' => 'Databáze', - 'ReportedOnSite' => 'Prostøedí výskytu', - 'Summary' => 'Shrnutí', - 'DescriptionEntry' => 'Polo¾ka popisu', - 'SortBy' => 'Tøídit podle', - 'SortBy_BugNumber' => 'Èísla BUGu', - 'SortBy_Severity' => 'Dùle¾itosti', - 'SortBy_Reporter' => 'Reportéra', - 'SortBy_Priority' => 'Priority', - 'SortBy_Status' => 'Statutu', - 'SortAsc' => 'Vzestupnì', - 'SortDesc' => 'Sestupnì', - 'SaveThisQueryAs' => 'Ulo¾it tento dotaz jako', - 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu', - 'SubmitQuery' => 'Odeslat dotaz', - 'SavedQueries' => 'Ulo¾ené dotazy', - 'GoToThe' => 'Pøejít na', - 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání', - 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání', - 'SureDeleteSavedQuery' => 'Jste si jisti, ¾e chcete odstranit tento ulo¾ený dotaz?', - 'MatchingAs' => 'odpovídá (vyhledat jako)', - 'MatchingAs_Regexp' => 'regulárním výrazem', - 'MatchingAs_NotRegexp' => 'není regulárním výrazem', - 'MatchingAs_Substring' => 'podøetìzec', - 'MatchingAs_Exact' => 'pøesnì', - 'eMail_Reporter' => 'reportér', - 'eMail_AssignedTo' => 'pøiøazeno' - ), - 'WRAP' => array( - 'FindBug' => 'Hledat BUG', - 'Home' => 'Domù', - 'AddNewBug' => 'Pøidat nový BUG', - 'QueryBugs' => 'Prohledávání', - 'ViewReports' => 'Hlá¹ení/Reporty', - 'Documentation' => 'Dokumentace', - 'AdminTools' => 'Administraèní nástroje', - 'CreateNewAccount' => 'Vytvoøit nový úèet' - ) - ); + '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', + 'givesummary' => 'Prosím vlo¾te souhrn', + 'givedesc' => 'Prosím vlo¾te popis', + 'noprojects' => 'Projekt nebyl nalezen', + 'totalbugs' => 'Celkovì chyb', + 'giveemail' => 'Prosím vlo¾te správnou e-mailovou adresu', + 'givelogin' => 'Prosím vlo¾te login (u¾ivatelské jméno)', + 'loginused' => 'Tento login ji¾ u¾ívá nìkdo jiný', + 'newacctsubject' => 'phpBugTracker Pøihlá¹ení', + 'newacctmessage' => "Va¹e phpBugTracker heslo je %s", + 'nobugs' => 'Nenalezeny ¾ádné chyby', + 'givename' => 'Prosím vlo¾te jméno', + 'edit' => 'Upravit', + 'addnew' => 'Pøidat', + 'nooses' => 'Nenalezen OS', + 'giveinitversion' => 'Prosím vlo¾te poèáteèní verzi projektu', + 'giveversion' => 'Prosím vlo¾te verzi', + 'noversions' => 'Verze nenalezena', + 'nocomponents' => 'Komponenta nenalezena', + 'nostatuses' => 'Status nebyl nalezen', + 'noseverities' => 'Dùle¾itost nenalezena', + 'givepassword' => 'Prosím vlo¾te heslo', + 'nousers' => 'U¾ivatel(é) nenalezen(i)', + 'bugbadperm' => 'Nemù¾ete zmìnit BUG', + 'bugbadnum' => 'Tento BUG neexistuje', + 'datecollision' => 'Nìkdo aktualizoval BUG od Va¹í poslední náv¹tìvy. Do informací o BUGu byli zaneseny nejnovìj¹í zmìny.', + 'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znovu', + 'nobughistory' => 'Tento BUG nemá hystorii', + 'logintomodify' => 'Musíte být pøihlá¹en(a) pro upravu tohoto BUGu', + 'dupe_attachment' => 'Pøíloha pro tento BUG je ji¾ nahrána', + 'give_attachment' => 'Prosím vyberte soubor pro upload', + 'no_attachment_save_path' => 'Cesta k ulo¾enému souboru nenalezena', + 'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì', + 'attachment_move_error' => 'Nastala chyba pøi pøesouvání nahraného souboru', + 'bad_attachment' => 'Tato pøíloha neexistuje', + 'attachment_too_large' => 'Vámi specifikovaný soubor je vìt¹í ne¾ '.number_format(ATTACHMENT_MAX_SIZE).' bytù', + 'bad_permission' => 'Nemáte potøebná práva na po¾adovanou funkci', + 'project_only_all_groups' => 'Nelze vybrat specifickou skupinu kdy¾ jsou vybrány v¹echny skupiny', + 'previous_bug' => 'Pøedchozí', + 'next_bug' => 'Následující', + 'already_voted' => 'Ji¾ jste hlasoval(a) k tomuto BUGu', + 'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho u¾ivatele', + 'no_votes' => 'Nikdo je¹tì nehlasoval', + 'user_filter' => array( + 0 => 'V¹ichni u¾ivatelé', + 1 => 'Aktivní u¾ivatelé', + 2 => 'Neaktivní u¾ivatelé'), + 'dupe_dependency' => 'Tato závislost ji¾ byla pøidána', + 'image_path_not_writeable' => 'Webprocess nemù¾e zapisovat do podadresáøe "jpgimages", pøehledový obrázek nemù¾e být vygenerován.', + 'password_changed' => 'Va¹e heslo bylo zmìnìno', + 'prefs_changed' => 'Va¹e nastavení byla zmìnìna', + 'databaselist' => 'Seznam databází', + 'database' => 'Databáze', + 'databases' => 'Databáze', + 'name' => 'Název', + 'description' => 'Popis', + 'sortorder' => 'Poøadí tøídìní', + 'suredeletedb' => 'Opravdu chcete odstranit tuto databázi?', + 'suredeletesite' => 'Opravdu chcete odstranit toto prostøedí?', + 'delete' => 'Odstranit', + 'version' => 'Verze', + 'addnewsite' => 'Pøidat nové prostøedí', + 'sitelist' => 'Seznam prostøedí', + 'sites' => 'Prostøedí', + 'QUERY' => array( + 'opt_All' => 'V¹e', + 'Project' => 'Projekt', + 'Version' => 'Verze', + 'Component' => 'Komponenta', + 'Status' => 'Status', + 'Resolution' => 'Rozhodnutí', + 'OpSys' => 'Operaèní systém', + 'Priority' => 'Priorita', + 'Severity' => 'Dùle¾itost', + 'Database' => 'Databáze', + 'ReportedOnSite' => 'Prostøedí výskytu', + 'Summary' => 'Shrnutí', + 'DescriptionEntry' => 'Polo¾ka popisu', + 'SortBy' => 'Tøídit podle', + 'SortBy_BugNumber' => 'Èísla BUGu', + 'SortBy_Severity' => 'Dùle¾itosti', + 'SortBy_Reporter' => 'Reportéra', + 'SortBy_Priority' => 'Priority', + 'SortBy_Status' => 'Statutu', + 'SortAsc' => 'Vzestupnì', + 'SortDesc' => 'Sestupnì', + 'SaveThisQueryAs' => 'Ulo¾it tento dotaz jako', + 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu', + 'SubmitQuery' => 'Odeslat dotaz', + 'SavedQueries' => 'Ulo¾ené dotazy', + 'GoToThe' => 'Pøejít na', + 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání', + 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání', + 'SureDeleteSavedQuery' => 'Jste si jisti, ¾e chcete odstranit tento ulo¾ený dotaz?', + 'MatchingAs' => 'odpovídá (vyhledat jako)', + 'MatchingAs_Regexp' => 'regulárním výrazem', + 'MatchingAs_NotRegexp' => 'není regulárním výrazem', + 'MatchingAs_Substring' => 'podøetìzec', + 'MatchingAs_Exact' => 'pøesnì', + 'eMail_Reporter' => 'reportér', + 'eMail_AssignedTo' => 'pøiøazeno' + ), + 'WRAP' => array( + 'FindBug' => 'Hledat BUG', + 'Home' => 'Domù', + 'AddNewBug' => 'Pøidat nový BUG', + 'QueryBugs' => 'Prohledávání', + 'ViewReports' => 'Hlá¹ení/Reporty', + 'Documentation' => 'Dokumentace', + 'AdminTools' => 'Administraèní nástroje', + 'CreateNewAccount' => 'Vytvoøit nový úèet' + ), + 'BUGFORM' => array( + 'Project' => 'Projekt', + 'Version' => 'Verze', + 'Summary' => 'Shrnutí', + 'Description' => 'Popis', + 'Severity' => 'Dùle¾itost', + 'Priority' => 'Priorita', + 'Component' => 'Komponent', + 'Site' => 'Prostøedí', + 'Database' => 'Databáze', + 'OS' => 'Operaèní systém', + 'AddAnother' => 'Pøidat dal¹í', + 'Submit' => 'Pøidat' + ) +); // Page titles $TITLE = array( - 'enterbug' => 'Vlo¾te BUG', - 'editbug' => 'Upravte BUG', - 'newaccount' => 'Vytvoøit nový úèet', - 'bugquery' => 'BUG dotaz', - 'buglist' => 'Seznam BUGù', - 'addcomponent' => 'Pøidat komponentu', - 'editcomponent' => 'Editovat komponentu', - 'addproject' => 'Pøidat projekt', - 'editproject' => 'Editovat projekt', - 'addversion' => 'Pøidat verzi', - 'editversion' => 'Upravit verzi', - 'addsite' => 'Pøidat prostøedí', - 'editsite' => 'Upravit prostøedí', - 'project' => 'Projekty', - 'os' => 'Operaèní systémy', - 'resolution' => 'Rozhodnutí', - 'status' => 'Statusy', - 'severity' => 'Dùle¾itosti', - 'user' => 'U¾ivatelé', - 'home' => 'Domù', - 'reporting' => 'Hlá¹ení', - 'group' => 'Skupiny', - 'bugvotes' => 'Volby bugù', - 'bughistory' => 'Historie bugù', - 'viewbug' => 'Prohlédnout bug', - 'addattachment' => 'Pøidat pøílohu', - 'accountcreated' => 'Úèet vytvoøen', - 'changessaved' => 'Zmìny ulo¾eny', - 'preferences' => 'U¾ivatelská nastavení', - 'usertools' => 'U¾ivatelské nástroje', - 'edituser' => 'Zmìnit u¾ivatele', - 'adduser' => 'Pøidat u¾ivatele', - 'editstatus' => 'Zmìnit status', - 'addstatus' => 'Pøidat status', - 'editseverity' => 'Zmìnit dùle¾itost', - 'addseverity' => 'Pøidat dùle¾itost', - 'editresolution' => 'Zmìnit rozhodnutí', - 'addresolution' => 'Pøidat rozhodnutí', - 'editos' => 'Zmìnit operaèní systém', - 'addos' => 'Pøidat operaèní systém', - 'editgroup' => 'Zmìnit skupinu', - 'addgroup' => 'Pøidat skupinu', - 'configuration' => 'Nastavení', - 'adddatabase' => 'Pøidat databázi', - 'editdatabase' => 'Upravit databázi', - 'database' => 'Databáze', - 'site' => 'Prostøedí' - ); -?> + 'enterbug' => 'Vlo¾te BUG', + 'editbug' => 'Upravte BUG', + 'newaccount' => 'Vytvoøit nový úèet', + 'bugquery' => 'BUG dotaz', + 'buglist' => 'Seznam BUGù', + 'addcomponent' => 'Pøidat komponentu', + 'editcomponent' => 'Editovat komponentu', + 'addproject' => 'Pøidat projekt', + 'editproject' => 'Editovat projekt', + 'addversion' => 'Pøidat verzi', + 'editversion' => 'Upravit verzi', + 'addsite' => 'Pøidat prostøedí', + 'editsite' => 'Upravit prostøedí', + 'project' => 'Projekty', + 'os' => 'Operaèní systémy', + 'resolution' => 'Rozhodnutí', + 'status' => 'Statusy', + 'severity' => 'Dùle¾itosti', + 'user' => 'U¾ivatelé', + 'home' => 'Domù', + 'reporting' => 'Hlá¹ení', + 'group' => 'Skupiny', + 'bugvotes' => 'Volby bugù', + 'bughistory' => 'Historie bugù', + 'viewbug' => 'Prohlédnout bug', + 'addattachment' => 'Pøidat pøílohu', + 'accountcreated' => 'Úèet vytvoøen', + 'changessaved' => 'Zmìny ulo¾eny', + 'preferences' => 'U¾ivatelská nastavení', + 'usertools' => 'U¾ivatelské nástroje', + 'edituser' => 'Zmìnit u¾ivatele', + 'adduser' => 'Pøidat u¾ivatele', + 'editstatus' => 'Zmìnit status', + 'addstatus' => 'Pøidat status', + 'editseverity' => 'Zmìnit dùle¾itost', + 'addseverity' => 'Pøidat dùle¾itost', + 'editresolution' => 'Zmìnit rozhodnutí', + 'addresolution' => 'Pøidat rozhodnutí', + 'editos' => 'Zmìnit operaèní systém', + 'addos' => 'Pøidat operaèní systém', + 'editgroup' => 'Zmìnit skupinu', + 'addgroup' => 'Pøidat skupinu', + 'configuration' => 'Nastavení', + 'adddatabase' => 'Pøidat databázi', + 'editdatabase' => 'Upravit databázi', + 'database' => 'Databáze', + 'site' => 'Prostøedí' +); +?> Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- en.php 17 Jun 2002 13:09:00 -0000 1.24 +++ en.php 17 Jun 2002 13:48:19 -0000 1.25 @@ -137,7 +137,21 @@ 'Documentation' => 'Read Documentation', 'AdminTools' => 'Admin Tools', 'CreateNewAccount' => 'Create a new Account' - ) + ), + 'BUGFORM' => array( + 'Project' => 'Project', + 'Version' => 'Version', + 'Summary' => 'Summary', + 'Description' => 'Description', + 'Severity' => 'Severity', + 'Priority' => 'Priority', + 'Site' => 'Site', + 'Database' => 'Database', + 'Component' => 'Component', + 'OS' => 'OS', + 'AddAnother' => 'Add another', + 'Submit' => 'Submit' + ) ); // Page titles @@ -188,8 +202,7 @@ 'adddatabase' => 'Add Database', 'editdatabase' => 'Edit Database', 'database' => 'Databases', - 'site' => 'Sites', - 'documentation' => 'Read documentation' + 'site' => 'Sites' ); ?> |