Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6bec18a2
Commit
6bec18a2
authored
Feb 25, 2005
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 282035: Add boolean search by "Commenter"
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
parent
1414db6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
checksetup.pl
checksetup.pl
+1
-0
No files found.
checksetup.pl
View file @
6bec18a2
...
@@ -2299,6 +2299,7 @@ AddFDef("bug_group", "Group", 0);
...
@@ -2299,6 +2299,7 @@ AddFDef("bug_group", "Group", 0);
AddFDef
(
"estimated_time"
,
"Estimated Hours"
,
1
);
AddFDef
(
"estimated_time"
,
"Estimated Hours"
,
1
);
AddFDef
(
"remaining_time"
,
"Remaining Hours"
,
0
);
AddFDef
(
"remaining_time"
,
"Remaining Hours"
,
0
);
AddFDef
(
"deadline"
,
"Deadline"
,
1
);
AddFDef
(
"deadline"
,
"Deadline"
,
1
);
AddFDef
(
"commenter"
,
"Commenter"
,
0
);
# Oops. Bug 163299
# Oops. Bug 163299
$dbh
->
do
(
"DELETE FROM fielddefs WHERE name='cc_accessible'"
);
$dbh
->
do
(
"DELETE FROM fielddefs WHERE name='cc_accessible'"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment