Sponsored Content
The Lounge What is on Your Mind? Badging System: UNIX.COM Bug Hunter Badge (New) Post 303028878 by Neo on Thursday 17th of January 2019 07:29:24 AM
Old 01-17-2019
Badging System: UNIX.COM Bug Hunter Badge (New)

I have moved the bug badge out of reserve and into the main stream. Basically, I will assign a color level like the others, based on who has made a good actionable bug report for UNIX.COM. "Good" means screenshots, links, and even details from web dev tools our the HTML source code. So far, here is the logic and current awards for this badge (with fanfare).

If your userid is not in these arrays and you think it should be, please let me know via PM (and why, including any links to any forum bugs you have reported and your bug report).

Thanks.

Code:
<?php
$debugger_L4 = array('1'); 
$debugger_L3 = array('Reserved'); 
$debugger_L2 = array('Reserved'); 
$debugger_L1 = array('37127', '302034745', '302122727'); 

if (in_array($uid, $debugger_L4)) { 
    $color['fabug'] = 'black'; 
} elseif (in_array($uid, $debugger_L3)) { 
    $color['fabug'] = 'indigo'; 
} elseif (in_array($uid, $debugger_L2)) { 
    $color['fabug'] = 'blue'; 
} elseif (in_array($uid, $debugger_L1)) { 
    $color['fabug'] = 'limegreen'; 
} else { 
    $color['fabug'] = 'lightgray'; 
}

Please do not be shy. Everyone knows I am very busy coding and developing and so if I forgot your past bug report, that does not mean you are not important, I just don't have time to go back and search all prior posts at this time. Just send me a PM or email with your GOOD well written bug report info and the forum links to it and I'm happy to add you to the "Bug Hunter" Team!
These 4 Users Gave Thanks to Neo For This Post:
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Badging System - Badges Prototype Beta 1 (Badges Only)

Today I mapped out the new badging system using FA icons, Beta 1 in no particular order except a 6 x 8 grid: https://www.unix.com/members/1-albums215-picture991.png The prototype HTML code for this layout: <style> .fa-badge-grid { font-size: 1.5em; } .row { ... (38 Replies)
Discussion started by: Neo
38 Replies

2. Web Development

Notes with Ravinder on Badging System Development Part II

Part II: Current PHP file Beta 73 Not Optimized: <?php $version = 73; $query = "SELECT * FROM " . TABLE_PREFIX . "user WHERE userid='" . $uid . "'"; $usertable = $db->query_read_slave($query); $modaluser = $db->fetch_array($usertable); $modaluser = gmdate("d F Y", $modaluser); $modaluser... (48 Replies)
Discussion started by: Neo
48 Replies

3. What is on Your Mind?

Status of Badging System - Beta 1

Dear All, Here is the current status of the badging system: The Beta 1 phase of the new badging system is close to completion. 42 prototype badges have been "allocated" 6 prototype badge slots are held in reserve The "alert you have new badges" prototype is running and is currently... (4 Replies)
Discussion started by: Neo
4 Replies
import-bug-from-debian(1)				      General Commands Manual					 import-bug-from-debian(1)

NAME
import-bug-from-debian - Import bugs from Debian's BTS, and file them against Ubuntu in LP. SYNOPSIS
import-bug-from-debian [options] bug... import-bug-from-debian -h DESCRIPTION
import-bug-from-debian clones bugs from Debian's BTS into Launchpad. Each bug listed on the command line has its initial report re-filed against the same source package in Ubuntu. The Ubuntu bug is linked back to its Debian counterpart. Each bug may be provided either as a bug number or URL. OPTIONS
-b, --browserless Don't open the bug in a browser at the end. -h, --help Display a help message and exit. -l INSTANCE, --lpinstance=INSTANCE Use the specified instance of Launchpad (e.g. "staging"), instead of the default of "production". -p PACKAGE, --package=PACKAGE Launchpad package to file bug against, if not the same source package name as Debian. Useful for importing removal bugs filed against ftp.debian.org. --no-conf Do not read any configuration files, or configuration from environment variables. ENVIRONMENT
All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files. CONFIGURATION VARIABLES
The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files. In each case, the script-specific variable takes precedence over the package-wide variable. IMPORT_BUG_FROM_DEBIAN_LPINSTANCE, UBUNTUTOOLS_LPINSTANCE The default value for --lpinstance. SEE ALSO
ubuntu-dev-tools(5) AUTHORS
import-bug-from-debian was written by James Westby <james.westby@ubuntu.com>, and this manual page was written by Stefano Rivera <ste- fanor@ubuntu.com>. Both are released under the terms of the GNU General Public License, version 2. ubuntu-dev-tools September 21 2010 import-bug-from-debian(1)
All times are GMT -4. The time now is 04:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy