You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(34) |
Aug
(215) |
Sep
(180) |
Oct
(135) |
Nov
(105) |
Dec
(81) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(76) |
Feb
(22) |
Mar
(154) |
Apr
(149) |
May
(128) |
Jun
(94) |
Jul
(14) |
Aug
(24) |
Sep
(77) |
Oct
(52) |
Nov
(22) |
Dec
(6) |
| 2003 |
Jan
(4) |
Feb
(10) |
Mar
(6) |
Apr
(29) |
May
(10) |
Jun
(37) |
Jul
(39) |
Aug
(13) |
Sep
(23) |
Oct
(3) |
Nov
(7) |
Dec
(2) |
| 2004 |
Jan
|
Feb
(10) |
Mar
(4) |
Apr
|
May
(35) |
Jun
(4) |
Jul
(17) |
Aug
(6) |
Sep
(14) |
Oct
(18) |
Nov
(2) |
Dec
(14) |
| 2005 |
Jan
(9) |
Feb
(30) |
Mar
(6) |
Apr
|
May
(38) |
Jun
(23) |
Jul
(21) |
Aug
(76) |
Sep
(50) |
Oct
(51) |
Nov
(13) |
Dec
|
|
From: Benjamin C. <bc...@us...> - 2003-07-05 22:54:29
|
Update of /cvsroot/phpbt/phpbt/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv17086/inc
Modified Files:
functions.php
Log Message:
Fixes bug #765219 - Unmasked email showing up in assigned to drop down box
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- functions.php 4 Jun 2003 19:16:40 -0000 1.41
+++ functions.php 5 Jul 2003 22:54:26 -0000 1.42
@@ -159,7 +159,8 @@
} else {
$sel = '';
}
- $text .= "<option value=\"{$row['user_id']}\"$sel>{$row['login']}</option>";
+ $text .= "<option value=\"{$row['user_id']}\"$sel>".
+ maskemail($row['login'])."</option>";
}
break;
case 'bug_cc':
|
|
From: Ken T. <ke...@to...> - 2003-06-28 15:49:10
|
This is what I was referring to.
----- Forwarded message from ww...@co... -----
Date: Sat, 28 Jun 2003 01:54:31 -0400 (EDT)
From: ww...@co...
Reply-To: ww...@co...
Subject: [Bug 1] Changed - 1
To: ke...@to...
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
THIS MESSAGE WAS GENERATED BY THE BUGTRACKER SOFTWARE PLEASE DO NOT REPLY
INSTEAD FOLLOW BUG'S URL BELOW IN ORDER TO DETAIL BUG:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
Bug #: 1 (http://dev.conduet.org/phpbt/bug.php?op=3Dshow&bugid=3D=
1)
Reported By: ke...@to...
-------------------------------------------------------------------------=
---
Summary: 1
URL: 1
Product: Conduet Kernel
Version: HEAD
To be Closed in Version: HEAD
Closed in Version: HEAD
Component: code
Site(s): www.conduet.org
! Status: New
Resolution: Fixed
Severity: Unassigned
OS/Version: All
Database: None
Priority: 1 - Low
Assigned To: ke...@to...
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
----- End forwarded message -----
--=20
Ken Tossell
ken at tossell dot net
http://www.kennyt.com/
washington, dc / gmt-5
world::free.capital();
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
|
|
From: Ken T. <ke...@us...> - 2003-06-25 02:11:13
|
Update of /cvsroot/phpbt/phpbt/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv15856/admin
Modified Files:
group.php
Log Message:
Really, people, you need to *tell* me when I break a major feature :P
----------------------------------------------------------------------
Index: group.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/group.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- group.php 19 Apr 2003 18:12:38 -0000 1.11
+++ group.php 25 Jun 2003 02:11:10 -0000 1.12
@@ -53,7 +53,7 @@
$db->query("insert into ".TBL_AUTH_GROUP.
" (group_id, group_name, created_by, created_date, last_modified_by, last_modified_date, assignable)"
." values (".$db->nextId(TBL_AUTH_GROUP).", ".
- $db->quote(stripslashes($group_name)).", $u, $now, $u, $now, $assignable)");
+ $db->quote(stripslashes($group_name)).", $u, $now, $u, $now, ". ((int)$assignable).')');
} else {
$db->query("update ".TBL_AUTH_GROUP.
" set group_name = ".$db->quote(stripslashes($group_name)).
|
|
From: <php...@be...> - 2003-06-23 13:03:13
|
Well, since there weren't any objections to my idea to branch 1.0, get it ready for release, and start working on 2.0, I've update the development road map at http://phpbt.sourceforge.net/wiki/index.php/RoadMap to list some of the major features I want to get done for 2.0. You are welcome to add any other major features you think should be included in that release, or just reply to this email with your ideas. |
|
From: Benjamin C. <bc...@us...> - 2003-06-21 13:43:01
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv9612/templates/default/admin
Modified Files:
statuslist.html
Log Message:
Fixes bug #664510 - Disallow deleting of the bug status used for new bugs
Index: statuslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/statuslist.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- statuslist.html 18 May 2002 03:00:50 -0000 1.9
+++ statuslist.html 21 Jun 2003 13:42:57 -0000 1.10
@@ -27,7 +27,7 @@
<td> {$statuses[status].status_desc}</td>
<td align="center">{$statuses[status].sort_order}</td>
<td align="center">
- {if not $statuses[status].bug_count}
+ {if not $statuses[status].bug_count and $statuses[status].status_id neq BUG_UNCONFIRMED}
<a href="{$smarty.server.PHP_SELF}?op=del&status_id={$statuses[status].status_id}" onClick="return confirm('Are you sure you want to delete this status?')">Delete</a>
{/if}
</td>
|
|
From: Benjamin C. <bc...@us...> - 2003-06-21 13:36:34
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory sc8-pr-cvs1:/tmp/cvs-serv8926/inc/db Modified Files: mysql.php oci8.php pgsql.php Log Message: Fixes bug #701852 - Prev/Next bug queries failing on the recently-added bug fields Index: mysql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/mysql.php,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mysql.php 19 Apr 2003 18:12:40 -0000 1.16 +++ mysql.php 21 Jun 2003 13:36:30 -0000 1.17 @@ -75,7 +75,10 @@ '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_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_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.' version2 on b.to_be_closed_in_version_id = version2.version_id '. + 'left join '.TBL_VERSION.' version3 on b.closed_in_version_id = version3.version_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. TBL_PROJECT.' project, '.TBL_SITE.' site '. Index: oci8.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/oci8.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- oci8.php 19 Apr 2003 18:12:41 -0000 1.14 +++ oci8.php 21 Jun 2003 13:36:30 -0000 1.15 @@ -77,13 +77,18 @@ 'owner.login as owner '. 'from '.TBL_BUG.' b, '.TBL_AUTH_USER.' owner, '.TBL_AUTH_USER.' reporter, '. TBL_AUTH_USER.' lastmodifier, ' . TBL_RESOLUTION.' resolution, '. - TBL_SEVERITY.' severity, ' . TBL_STATUS.' status, '.TBL_OS.' os, '. + TBL_DATABASE.' database, '.TBL_VERSION.' version2, '. + TBL_VERSION.' version3, '.TBL_SEVERITY.' severity, '. + TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. 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(+) '. 'and b.resolution_id = resolution.resolution_id(+) '. + 'and b.database_id = database.database_id(+) '. + 'and b.to_be_closed_in_version_id = version2.version_id(+) '. + 'and b.closed_in_version_id = version3.version_id(+) '. '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 '. Index: pgsql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pgsql.php 19 Apr 2003 18:12:41 -0000 1.23 +++ pgsql.php 21 Jun 2003 13:36:30 -0000 1.24 @@ -76,7 +76,10 @@ '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_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_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.' version2 on b.to_be_closed_in_version_id = version2.version_id '. + 'left join '.TBL_VERSION.' version3 on b.closed_in_version_id = version3.version_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. TBL_PROJECT.' project, '.TBL_SITE.' site '. |
|
From: Benjamin C. <bc...@us...> - 2003-06-21 13:36:33
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv8926 Modified Files: query.php Log Message: Fixes bug #701852 - Prev/Next bug queries failing on the recently-added bug fields Index: query.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/query.php,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- query.php 11 Jun 2003 12:09:19 -0000 1.95 +++ query.php 21 Jun 2003 13:36:30 -0000 1.96 @@ -216,8 +216,8 @@ 'last_modified_date' => 'b.last_modified_date', 'project_name' => 'project.project_name', 'version_name' => 'version.version_name', - 'to_be_closed_in_version_name' => 'version2.version_name as v2', - 'closed_in_version_name' => 'version3.version_name as v3', + 'to_be_closed_in_version_name' => 'version2.version_name', + 'closed_in_version_name' => 'version3.version_name', 'database_name' => TBL_DATABASE.'.database_name', 'site_name' => 'site.site_name', 'component_name' => 'component.component_name', @@ -243,8 +243,8 @@ 'component_name' => 'component_name', 'version_name' => 'version_name', 'os_name' => 'os_name', - 'to_be_closed_in_version_name' => 'v2', - 'closed_in_version_name' => 'v3', + 'to_be_closed_in_version_name' => 'version2.version_name', + 'closed_in_version_name' => 'version3.version_name', 'database_name' => TBL_DATABASE.'.database_name', 'site_name' => 'site.sort_order', 'browser_string' => 'browser_string', |
|
From: <php...@be...> - 2003-06-20 12:41:22
|
Actually, I was thinking of branching the code now to prep for a 1.0 release. There is enough stability in the code base to do it, and I'd really like to get 1.0 rolling since I have some significant changes I want that would be best done as a 2.0 effort. Aside from testing the upgrade and installation process thoroughly, the only thing I think is critical before a 1.0 release is fixing bug #701852. Does anyone else have any items they think _must_ be included with 1.0? On Thu, Jun 19, 2003 at 09:22:18PM -0400, Ken Tossell wrote: > what would you think of another roll? it's been a *long* time since > 0.9.1 was released, and we have lots of new features.... > > 0.9.2? i don't think we can jump to the next full version without some > more activity... > > Ken |
|
From: Ken T. <ke...@to...> - 2003-06-20 01:22:22
|
what would you think of another roll? it's been a *long* time since 0.9.1 was released, and we have lots of new features.... 0.9.2? i don't think we can jump to the next full version without some more activity... Ken |
|
From: Ken T. <ke...@us...> - 2003-06-20 01:10:23
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv30559
Modified Files:
bug.php
Log Message:
This adds strikethrough to resolved bugs in dependencies and blockages.
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- bug.php 11 Jun 2003 12:44:38 -0000 1.131
+++ bug.php 20 Jun 2003 01:10:20 -0000 1.132
@@ -736,20 +736,46 @@
// Override the database values with posted values if there were errors
if (count($error)) $t->assign($_pv);
+ $bug_dependencies = $db->query('SELECT '.TBL_BUG.'.status_id, '.
+ TBL_BUG.'.bug_id FROM '.
+ TBL_BUG.', '.TBL_BUG_DEPENDENCY.' WHERE '.TBL_BUG.'.bug_id = '.
+ TBL_BUG_DEPENDENCY.'.depends_on AND '.TBL_BUG_DEPENDENCY.
+ '.bug_id = '.$bugid);
+
+ $bug_dependencies_display = array();
+ if ($bug_dependencies->numRows()) {
+ while ($bug_dependencies->fetchInto($dependency)) {
+ $bug_dependencies_display[] =
+ '<a href="'.$me.'?op=show&bugid='.$dependency['bug_id'].
+ '">'.($dependency['status_id'] == 5 ? '<strike>':'').'#'.
+ $dependency['bug_id'].($dependency['status_id'] == 5 ? '</strike>':'').'</a>';
+ }
+ }
+
+ $bug_blocks = $db->query('SELECT '.TBL_BUG.'.status_id, '.
+ TBL_BUG.'.bug_id FROM '.
+ TBL_BUG.', '.TBL_BUG_DEPENDENCY.' WHERE '.TBL_BUG.'.bug_id = '.
+ TBL_BUG_DEPENDENCY.'.bug_id AND '.TBL_BUG_DEPENDENCY.
+ '.depends_on = '.$bugid);
+
+ $bug_blocks_display = array();
+ if ($bug_blocks->numRows()) {
+ while ($bug_blocks->fetchInto($block)) {
+ $bug_blocks_display[] =
+ '<a href="'.$me.'?op=show&bugid='.$block['bug_id'].
+ '">'.($block['status_id'] == 5 ? '<strike>':'').'#'.
+ $block['bug_id'].($block['status_id'] == 5 ? '</strike>':'').'</a>';
+ }
+ }
+
$t->assign(array(
'error' => $error,
'already_voted' => $db->getOne("select count(*) from ".TBL_BUG_VOTE.
" where bug_id = $bugid and user_id = $u"),
'num_votes' => $db->getOne("select count(*) from ".TBL_BUG_VOTE.
" where bug_id = $bugid"),
- 'bug_dependencies' => delimit_list(', ', $db->getCol('select '.
- db_concat("'<a href=\"$me?op=show&bugid='", 'depends_on', '\'">#\'',
- 'depends_on', '\'</a>\'').' from '.TBL_BUG_DEPENDENCY.
- " where bug_id = $bugid")),
- 'rev_bug_dependencies' => delimit_list(', ', $db->getCol('select '.
- db_concat("'<a href=\"$me?op=show&bugid='", 'bug_id', '\'">#\'',
- 'bug_id', '\'</a>\'').' from '.TBL_BUG_DEPENDENCY.
- " where depends_on = $bugid"))
+ 'bug_dependencies' => implode(', ', $bug_dependencies_display),
+ 'rev_bug_dependencies' => implode(', ', $bug_blocks_display)
));
// Show the attachments
|
|
From: Benjamin C. <bc...@us...> - 2003-06-13 13:07:24
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv28256/templates/default/admin
Modified Files:
wrap.html
Log Message:
Alessandro's css suggestion
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- wrap.html 10 Jun 2003 13:50:09 -0000 1.22
+++ wrap.html 13 Jun 2003 13:07:19 -0000 1.23
@@ -26,29 +26,29 @@
<td class="navtitlebar" colspan="2">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
- <td><a href="configure.php"><font class="navlink">{$TITLE.configuration}</font></a></td>
+ <td><a href="configure.php" class="navlink">{$TITLE.configuration}</a></td>
<td>|</td>
- <td><a href="project.php"><font class="navlink">{$TITLE.project}</font></a></td>
+ <td><a href="project.php" class="navlink">{$TITLE.project}</a></td>
<td>|</td>
- <td><a href="user.php"><font class="navlink">{$TITLE.user}</font></a></td>
+ <td><a href="user.php" class="navlink">{$TITLE.user}</a></td>
<td>|</td>
- <td><a href="group.php"><font class="navlink">{$TITLE.group}</font></a></td>
+ <td><a href="group.php" class="navlink">{$TITLE.group}</a></td>
<td>|</td>
- <td><a href="status.php"><font class="navlink">{$TITLE.status}</font></a></td>
+ <td><a href="status.php" class="navlink">{$TITLE.status}</a></td>
<td>|</td>
- <td><a href="resolution.php"><font class="navlink">{$TITLE.resolution}</font></a></td>
+ <td><a href="resolution.php" class="navlink">{$TITLE.resolution}</a></td>
</tr><tr>
- <td><a href="severity.php"><font class="navlink">{$TITLE.severity}</font></a></td>
+ <td><a href="severity.php" class="navlink">{$TITLE.severity}</a></td>
<td>|</td>
- <td><a href="os.php"><font class="navlink">{$TITLE.os}</font></a></td>
+ <td><a href="os.php" class="navlink">{$TITLE.os}</a></td>
<td>|</td>
- <td><a href="database.php"><font class="navlink">{$TITLE.database}</font></a></td>
+ <td><a href="database.php" class="navlink">{$TITLE.database}</a></td>
<td>|</td>
- <td><a href="site.php"><font class="navlink">{$TITLE.site}</font></a></td>
+ <td><a href="site.php" class="navlink">{$TITLE.site}</a></td>
<td>|</td>
- <td><a href="../docs/html/userguide.html"><font class="navlink">{$STRING.WRAP.Documentation}</font></a></td>
+ <td><a href="../docs/html/userguide.html" class="navlink">{$STRING.WRAP.Documentation}</a></td>
<td>|</td>
- <td><a href="../index.php"><font class="navlink">{$TITLE.usertools}</font></a></td>
+ <td><a href="../index.php" class="navlink">{$TITLE.usertools}</a></td>
</tr>
</table>
</td>
|
|
From: Alessandro P. <al...@ti...> - 2003-06-12 17:08:59
|
On Thursday 12 June 2003 14:17, Benjamin Curtis wrote: > Update of /cvsroot/phpbt/phpbt/templates/default > In directory sc8-pr-cvs1:/tmp/cvs-serv28987/templates/default > > Modified Files: > wrap.html > Log Message: the same should be also applied to default/admin/wrap.html alessandro -- Alessandro Pisani (TXM) - alextxm at tin dot it ICQ: 2209087 - AIM: TXM J578 "It's a great thing when you realize you still have the ability to surprise yourself. It makes you wonder what else you can do, that you have forgotten about." - Lester Burnam [from "American Beauty"] |
|
From: Benjamin C. <bc...@us...> - 2003-06-12 12:17:47
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv28987/templates/default
Modified Files:
wrap.html
Log Message:
CSS improvement to the navlinks in the wrap
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- wrap.html 10 Jun 2003 13:50:07 -0000 1.27
+++ wrap.html 12 Jun 2003 12:17:42 -0000 1.28
@@ -26,22 +26,22 @@
<td class="navtitlebar" colspan="2">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
- <td><a href="index.php"><font class="navlink">{$STRING.WRAP.Home}</font></a></td>
+ <td><a href="index.php" class="navlink">{$STRING.WRAP.Home}</a></td>
<td>|</td>
- <td><a href="bug.php?op=add"><font class="navlink">{$STRING.WRAP.AddNewBug}</font></a></td>
+ <td><a href="bug.php?op=add" class="navlink">{$STRING.WRAP.AddNewBug}</a></td>
<td>|</td>
- <td><a href="query.php?op=query"><font class="navlink">{$STRING.WRAP.QueryBugs}</font></a></td>
+ <td><a href="query.php?op=query" class="navlink">{$STRING.WRAP.QueryBugs}</a></td>
<td>|</td>
- <td><a href="report.php"><font class="navlink">{$STRING.WRAP.ViewReports}</font></a></td>
+ <td><a href="report.php" class="navlink">{$STRING.WRAP.ViewReports}</a></td>
{if not NEW_ACCOUNTS_DISABLED and not $smarty.session.uid}
<td>|</td>
- <td><a href="newaccount.php"><font class="navlink">{$STRING.WRAP.CreateNewAccount}</font></a></td>
+ <td><a href="newaccount.php" class="navlink">{$STRING.WRAP.CreateNewAccount}</a></td>
{/if}
<td>|</td>
- <td><a href="docs/html/userguide.html"><font class="navlink">{$STRING.WRAP.Documentation}</font></a></td>
+ <td><a href="docs/html/userguide.html" class="navlink">{$STRING.WRAP.Documentation}</a></td>
{if isset($perm) and $perm->have_perm('Administrator')}
<td>|</td>
- <td><a href="admin/project.php"><font class="navlink">{$STRING.WRAP.AdminTools}</font></a></td>
+ <td><a href="admin/project.php" class="navlink">{$STRING.WRAP.AdminTools}</a></td>
{/if}
</tr>
</table>
|
|
From: Benjamin C. <bc...@us...> - 2003-06-12 12:17:47
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv28987/styles
Modified Files:
default.css
Log Message:
CSS improvement to the navlinks in the wrap
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- default.css 10 Jun 2003 13:50:10 -0000 1.3
+++ default.css 12 Jun 2003 12:17:43 -0000 1.4
@@ -1,5 +1,5 @@
body {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
color: #000000;
background: #ffffff;
@@ -11,8 +11,8 @@
a:hover { text-decoration: underline; }
td {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 12px;
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
color: #000000;
}
@@ -21,8 +21,8 @@
}
th {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 12px;
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
color: #000000;
background-color: #eeeeee;
}
@@ -34,7 +34,7 @@
}
select {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
}
@@ -43,16 +43,16 @@
}
input[type="file"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
}
input[type="submit"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
}
input[type="reset"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
}
textarea {
@@ -60,8 +60,8 @@
}
.navfont {
- font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 10px;
+ font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 10px;
}
.login-box {
@@ -80,7 +80,7 @@
font-weight: bold;
padding: 1.5em;
font-size: 16px;
-}
+ }
.error {
text-align: center;
@@ -112,15 +112,15 @@
.navtitlebar {
background: #99f;
-}
+ }
.navborder {
background: #000;
-}
+ }
.navbotspacer {
background: #fff;
-}
+ }
.navinput {
vertical-align: middle;
@@ -218,14 +218,18 @@
border-style: solid;
padding: 5px;
text-align: center;
-}
+ }
.header-col { font-weight: bold; }
.center-col { text-align: center; }
-.navlink {
+a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active {
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
+ }
+
+a.navlink:hover {
+ text-decoration: underline;
}
|
|
From: Benjamin C. <bc...@us...> - 2003-06-11 12:44:44
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv30727
Modified Files:
bug.php
Log Message:
Fixes the bug of trying to insert a null value into the bug history when assigning an unassigned bug
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- bug.php 1 Jun 2003 18:18:46 -0000 1.130
+++ bug.php 11 Jun 2003 12:44:38 -0000 1.131
@@ -231,6 +231,9 @@
$assignedtostat = '!';
$oldassignedto = $db->getOne('select email from '.
TBL_AUTH_USER.' u where u.user_id = '.$buginfo['assigned_to']);
+ if (is_null($oldassignedto)) {
+ $oldassignedto = '';
+ }
$db->query('insert into '.TBL_BUG_HISTORY.
' (bug_id, changed_field, old_value, new_value, created_by, created_date)'.
" values (". join(', ', array($buginfo['bug_id'],
|
|
From: Benjamin C. <bc...@us...> - 2003-06-11 12:09:24
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv13590/templates/default
Modified Files:
queryform.html
Log Message:
Fixes bug #648855 - Search on resolution of "None"
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- queryform.html 4 Apr 2003 13:29:25 -0000 1.19
+++ queryform.html 11 Jun 2003 12:09:20 -0000 1.20
@@ -69,7 +69,7 @@
<td align="left" valign="top"><select name="status[]"
multiple size="7">{build_select box=status}</select></td>
<td align="left" valign="top"><select name="resolution[]"
- multiple size="7">{build_select box=resolution}</select></td>
+ multiple size="7"><option value="0">{$STRING.BUGDISPLAY.resolutionnone}{build_select box=resolution}</select></td>
<td align="left" valign="top"><select name="os[]"
multiple size="7">{build_select box=os}</select></td>
<td align="left" valign="top"><select name="priority[]"
|
|
From: Benjamin C. <bc...@us...> - 2003-06-11 12:09:23
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv13590
Modified Files:
query.php
Log Message:
Fixes bug #648855 - Search on resolution of "None"
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- query.php 4 Apr 2003 13:29:24 -0000 1.94
+++ query.php 11 Jun 2003 12:09:19 -0000 1.95
@@ -87,7 +87,8 @@
if (!empty($status) and $status[0]) {
$flags[] = 'b.status_id in ('.@join(',',$status).')';
}
- if (!empty($resolution) and $resolution[0]) {
+ // If $resolution[0] == 0 then 'None' was selected
+ if (!empty($resolution) or isset($resolution[0])) {
$flags[] = 'b.resolution_id in ('.@join(',',$resolution).')';
}
if (!empty($os) and $os[0]) {
|
|
From: Benjamin C. <bc...@us...> - 2003-06-11 12:05:24
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv11676 Modified Files: install.php Log Message: Moved the project_perm conversion before the project conversion so it will work Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- install.php 12 May 2003 23:18:37 -0000 1.37 +++ install.php 11 Jun 2003 12:05:17 -0000 1.38 @@ -83,8 +83,8 @@ '/TBL_GROUP_PERM/' => $_pv['tbl_prefix'].'group_perm', '/TBL_OS/' => $_pv['tbl_prefix'].'os', '/TBL_PROJECT_GROUP/' => $_pv['tbl_prefix'].'project_group', - '/TBL_PROJECT/' => $_pv['tbl_prefix'].'project', '/TBL_PROJECT_PERM/' => $_pv['tbl_prefix'].'project_perm', + '/TBL_PROJECT/' => $_pv['tbl_prefix'].'project', '/TBL_RESOLUTION/' => $_pv['tbl_prefix'].'resolution', '/TBL_SAVED_QUERY/' => $_pv['tbl_prefix'].'saved_query', '/TBL_SEVERITY/' => $_pv['tbl_prefix'].'severity', |
|
From: Alessandro P. <al...@ti...> - 2003-06-11 07:44:38
|
hi all...
more on CSS and skinnability:
in wrap.html and admin/wrap.html you can find a lot of occourances like:
<td><a href="bug.php?op=add"><font
class="navlink">{$STRING.WRAP.AddNewBug}</font></a></td>
this causes any eventual personalization of the <a> tag in CSS to be clobbered
by the <font> tag (which is also deprecated in current HTML specs AFAIK).
Suggested changes for wrap.html and admin/wrap.html :
<td><a href="bug.php?op=add"
class="navlink">{$STRING.WRAP.AddNewBug}</a></td>
and in default.css the following changes have to get applied conseguently:
- .navlink {
+ a.navlink:link, a.navlink:visited, a.navlink:active {
+ a.navlink:hover {
+ text-decoration: underline;
+ }
bye,
Alessandro
--
Alessandro Pisani (TXM) - alextxm at tin dot it
ICQ: 2209087 - AIM: TXM J578
"It's a great thing when you realize you still have the
ability to surprise yourself. It makes you wonder what else
you can do, that you have forgotten about."
- Lester Burnam [from "American Beauty"]
|
|
From: Ken T. <ke...@us...> - 2003-06-10 16:19:04
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv17153
Modified Files:
config-dist.php
Log Message:
ahh what a new installation reveals :-)
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- config-dist.php 19 Apr 2003 18:12:36 -0000 1.24
+++ config-dist.php 10 Jun 2003 16:18:59 -0000 1.25
@@ -34,7 +34,7 @@
// Database Table Config
// you can change either the prefix of the table names or each table name individually
-define ('DB_VERSION', 2); // the version of the database
+define ('DB_VERSION', 3); // the version of the database
define ('TBL_PREFIX', '{tbl_prefix}'); // the prefix for all tables, leave empty to use the old style
define ('TBL_ACTIVE_SESSIONS', TBL_PREFIX.'active_sessions');
|
|
From: Ken T. <ke...@to...> - 2003-06-10 13:51:55
|
Alessandro Pisani wrote: >templates/default/wrap.html and templates/default/admin/wrap.html shouldn't >have bgcolor="#9999FF" hardwired since it doesn't honor skinnability. >I suggest replacing bgcolor="#9999FF" with something like: >class="#navtitlebar" and then adding a navtitlebar section to >styles/default.css > > nice suggestion :-) i've created .navtitlebar, .navborder, and .navbotspacer -- 99f, 000, and fff, respectively. >bye, >Alessandro > > |
|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:13
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/styles
Modified Files:
default.css
Log Message:
moved absolute background rules to css
suggested by Alessandro Pisani - alextxm at tin dotte it
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.css 3 Sep 2002 19:42:19 -0000 1.2
+++ default.css 10 Jun 2003 13:50:10 -0000 1.3
@@ -109,7 +109,19 @@
font-size: 16px;
font-weight: bold;
}
+
+.navtitlebar {
+ background: #99f;
+}
+
+.navborder {
+ background: #000;
+}
+.navbotspacer {
+ background: #fff;
+}
+
.navinput {
vertical-align: middle;
background: #ffffff;
|
|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:13
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/templates/default/admin
Modified Files:
wrap.html
Log Message:
moved absolute background rules to css
suggested by Alessandro Pisani - alextxm at tin dotte it
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- wrap.html 4 Nov 2002 20:25:05 -0000 1.21
+++ wrap.html 10 Jun 2003 13:50:09 -0000 1.22
@@ -20,10 +20,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#9999FF" colspan="2">
+ <td class="navtitlebar" colspan="2">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td><a href="configure.php"><font class="navlink">{$TITLE.configuration}</font></a></td>
@@ -54,10 +54,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
<td colspan="2" height="20" class="bottomnav">
@@ -89,10 +89,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#ffffff" height="20" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navbotspacer" height="20" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
</table>
|
|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:12
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/templates/default
Modified Files:
wrap.html
Log Message:
moved absolute background rules to css
suggested by Alessandro Pisani - alextxm at tin dotte it
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- wrap.html 4 Nov 2002 18:31:29 -0000 1.26
+++ wrap.html 10 Jun 2003 13:50:07 -0000 1.27
@@ -20,10 +20,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#9999FF" colspan="2">
+ <td class="navtitlebar" colspan="2">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td><a href="index.php"><font class="navlink">{$STRING.WRAP.Home}</font></a></td>
@@ -48,10 +48,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
{if $smarty.server.SCRIPT_NAME|basename neq 'newaccount.php'}
<tr>
@@ -84,11 +84,11 @@
</td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
{/if}
<tr>
- <td bgcolor="#ffffff" height="20" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
+ <td class="navbotspacer" height="20" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
</table>
|
|
From: Alessandro P. <al...@ti...> - 2003-06-10 13:36:48
|
templates/default/wrap.html and templates/default/admin/wrap.html shouldn't have bgcolor="#9999FF" hardwired since it doesn't honor skinnability. I suggest replacing bgcolor="#9999FF" with something like: class="#navtitlebar" and then adding a navtitlebar section to styles/default.css bye, Alessandro -- Alessandro Pisani (TXM) - alextxm at tin dot it ICQ: 2209087 - AIM: TXM J578 "It's a great thing when you realize you still have the ability to surprise yourself. It makes you wonder what else you can do, that you have forgotten about." - Lester Burnam [from "American Beauty"] |