Download BugPort - BugPort Description, BugPort Reviews
Contact
 


 

Download

 
Download Now (915K)
BSD License
Downloads till now: 2
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Assembler Tools , Bug Tracking , Code Generators , Compilers , Debuggers , Disassemblers , Internationalization , Interpreters , Libraries , Localization, Perl Modules , Preprocessors , Quality Assurance and Testing , UI (User Interfaces) , Version Control , Widgets ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

BugPort

 

Details

Size: 915K
Last Update: 2008-05-08 21:50:40
Version: 1.147
OS Support: Linux
License/Program Type: BSD License
Publisher: INCOGEN
Price:$0.00
Description:

BugPort 1.147 is bug tracking software developed by INCOGEN.
The BugPort system is an open-source, freely available, web-based system to manage tasks and defects throughout the software development process.



BugPort is written in the cross-platform PHP language (using its object-oriented capabilities) and uses a relational database for storage/querying.

BugPort is in heavy use by INCOGEN for internal management of software development and QA.

Here are some key features of "BugPort":
Team productivity

Portal-based Homepage - provides quick summary view to allow user to determine what issues to address next
Keyword Searching - uses MySQL (or, soon, Oracle) keyword searching features to allow fast text-based searches (of ALL text fields for each issue)
Quick Search - users can search by keyword or issue ID from any page in the system
Color coding - subtly provides information on priority and highlights important information
Favorites Groups - users can create and share arbitrary groups of issues to improve communication

Process control

Manages defects, tasks, and feature requests
Supports Multiple Projects
Manages attachment files
Helps track related issues
Allows multiple permission levels using User Types - Designer, Developer, Tester, Lead Tester
Sends automatic e-mail notifications for issue changes

Project analysis

Generates and reports historical statistics
Tracks estimated and actual design and development hours

System foundation

Easy to use
Built on an easy-to-use INCOGEN-created PHP development API for simple code extensibility and re-use
Most BugPort pages are built in less than 1 second (when running on a 1GHz Pentium server)
Caches data extensively for performance boosts - achieved with the help of the excellent ADOdb PHP package
Provides cross-platform compatibility


Requirements:
PHP ADOdb Libraries - http://php.weblogs.com/adodb
MySQL - mysql.com (or Oracle 8i+) -
MySQL may need to be 4.0 or higher
Apache (or another PHP-capable web server) - www.apache.org
PHP 4.3+ - www.php.net - CLI, the Command line Interface for PHP, is installed with PHP 4.3+ by default and is optionally useful in BugPort for stats generation; CLI may be required in the future for an install script


What's New in This Release:
Fixed bug in SystemStatsPortlet with it hardcoding the schema name instead of using the constant
Fixed bug in UserType with it hardcoding the schema name instead of using the constant
Added some insertions of fixed rows that were missing from the previous create_tables.sql file
Modified create_tables.sql to create example project and users
Modified template config.conf to place place sequence tables in the "bugport" schema instead of "bugport_seq"
Commented out setting of maxApacheChildMemory in the template config.conf
Created new stats page with new statistics portlets, removed portlets from home page for speed improvements.


Installation

1) Install the web server, database server, and PHP per their normal methods.
INCOGEN's setup was installed by setting up MySQL first such that a MySQL
user can be created and that user is able to make tables and data rows.
Then apache was installed with mod_so enabled. Then PHP was installed in
DSO form making sure to use the --with-mysql flag during its "./configure" step.

If you are using PHP 5, please see the BugPort FAQ to learn important info.

2) Test that each is working and that PHP can "talk" to your database server.

3) create a directory in your HTML document root to hold bugport
NOTE: The bugport tar file will create a "bugport" directory for
you so you may not need to create a directory if "bugport" is OK.

4) Untar BugPort
Untar the BugPort distribution into the chosen place in your HTDOCS directory

5) Create database schema
Create a MySQL user which will own all bugport database items (the username
"bugport" is assumed for this document):

mysql -u root -p
Enter password:
CREATE DATABASE bugport;
GRANT ALL ON bugport. TO bugport@localhost IDENTIFIED BY 'password';

If you wish, you may name the database something other than
"bugport" (note that if you choose to do this, you must run
'sed -i -e 's/USE bugport/USE dbname/' create_tables.sql', where
'dbname' is the database name that you have chosen). Also, you
probably want to change the 'password' in "IDENTIFIED BY 'password'"
to something a bit stronger. Execute the included BugPort SQL file
as that user in order to create the schema and some default database
entries:

mysql -u bugport -p /dev/null 1>/dev/null

10) Optional - Changing the max upload size to allow for larger attachments
The directions below are for allowing attachments up to 24MB.

Modifications to php.ini
Change max_upload_size to 24M
Change post_max_size to 24M
Change memory_limit to 32M (24M + 8M)

Modifications to php.conf (Apache 2 only)
Change LimitRequestBody to 25165824 (24MB in bytes)
For more information, see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=76976

Restart Apache
BugPort 1.147 supports different languages (including english). It works with Linux.

Downloading BugPort 1.147 will take several seconds if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

BugPort Version History

Product Date Added
BugPort 1.147 2008-05-08 21:50:40


Related Software

Modulipse
From category: UI-User-Interfaces
Modulipse is a modula-2 IDE based on Eclipse....
CLIP
From category: Preprocessors
CLIP 1.2.0 is preprocessors software developed by ITK. CLIP is a Clipper/XBase compatible compiler with initial support other xBase dialects. CLIP project features support for international languag...
gloox
From category: Libraries
gloox is a high-level Jabber/XMPP library for C++....
Ajazz 0.1.0
From category: Libraries
Ajazz 0.1.0 is libraries software developed by Sean Levy. Ajazz implements asynchronously fetched client-side data objects for web applications using JavaScript, XMLHttpRequest objects (so-called \...
Apache::Audio::DB 0.01
From category: Libraries
Apache::Audio::DB 0.01 is libraries software developed by Todd Harris. Apache::Audio::DB is a Perl module that can generate a database of your tunes complete with searchable interface and nifty sta...
Devel::Tinderbox::Reporter
From category: Libraries
Devel::Tinderbox::Reporter 0.10 is libraries software developed by Zach Lipton and Michael G Schwern. Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. SY...
Visualization Library
From category: Libraries
Visualization Library - your personal 3D visualization expert!...
AxKit::App::Gallery::stylesheets 0.5
From category: Libraries
AxKit::App::Gallery::stylesheets 0.5 is libraries software developed by Nik Clayton. AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of styleshe...
Data::CGIForm
From category: Libraries
Data::CGIForm 0.4 is libraries software developed by Tim Wilde. Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. T...
Bakery
From category: Assembler-Tools
Bakery 2.3.18 is assembler tools software developed by The GNOME Project. Bakery project is a C++ Framework for creating document-based GNOME applications using gnomemm and/or gtkmm. Here ar...
AudioFile::Info::MP3::Info 1.03
From category: Libraries
AudioFile::Info::MP3::Info 1.03 is libraries software developed by Dave Cross. AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info...
libgnomeuimm
From category: Libraries
libgnomeuimm is a C++ wrapper for GNOME....
Google Ranker
From category: Perl-Modules
Google::Ranker is a Perl module to find the ranking of a site/result against a search....
AxKit2::Plugin 1.1
From category: Libraries
AxKit2::Plugin 1.1 is libraries software developed by AxKit2::Plugin Team. AxKit2::Plugin is a base class for all plugins. An AxKit2 plugin allows you to hook into various parts of processin...
Bio::Tools::Run::PiseApplication::charge
From category: Libraries
Bio::Tools::Run::PiseApplication::charge 1.4 is libraries software developed by Catherine Letondal. Bio::Tools::Run::PiseApplication::charge is a Perl module. Bio::Tools::Run::PiseApplicatio...
 

Top Downloads

 
1. Audio Catalog
2. Realtek Sound Card AC97 A
3. Microsoft ActiveSync
4. Mercury VD56UC2
5. Intel PRO/Wireless 2200BG/2915/3945/3965ABG
6. Canon PIXMA iP1000 Printer Driver
7. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
8. Genius VideoCAM EYE
9. WinXMedia DVD Ripper
10. GIGABYTE GA 8IP900MK Bios
11. ZipCode Search Illinois
12. Freetech PF193 Bios 193-1
13. CD Catalog
14. Sushi Kurupong for Palm
15. ATLANTIS REDUX ep. 3 - S60
16. ConnectCode Barcode Software Imager
17. Absolute Pop Up Maker
18. Gigabyte GA-7S748 Bios F
19. MobiSystems® Mail
20. Code Chameleon

DownloadTube Editor Reviews

 
1. NetShareWatcher
NetShareWatcher is a smart network security improvement soft...
2. Recovery for Oracle
Recovery for Oracle is a comprehensive tool designed to help...
3. Fix My Registry
The Windows Registry is a crucial part of your PC\'s operati...
4. VeryDOC DWG to Image Converter
VeryDOC DWG to Image Converter is a powerful utility that al...
5. Free AVI to M4A Converter
Doremisoft Free AVI to M4A Converter is an easy-to-use media...
6. Replay Media Splitter
Replay Media Splitter is a really simple and easy to use aud...
7. Instant Invoice n Cashbook 2007
Instant Invoice n Cashbook 2007 is a smart and powerful invo...
8. Data Doctor Recovery Digital Camera
Data Doctor Recovery Digital Camera is a Point and Shoot cam...
9. Free AVI to MPG Converter
Doremisoft Free AVI to MPG Converter is an easiy-to-use medi...
10. 1st Disk Drive Protector
Protect your PC from the abusive use of removable media with...

Software Reviews Full List



Recent Blog Posts

 
1. Easy Publishing of WordPress Blogs RSS Feeds With FeedBurner
RSS (Really Simple Syndication) Feeds are a modern form of c...
2. Automatic Installation of Joomla! on Windows With JoomlaPC
A convenient alternative for the development or testing of J...
3. An Introduction To Joomla! Templates Creation With Adobe Dreamweaver CS3
Joomla! is a content management system and framework with a ...
4. Two New Firefox Stable Releases Are Available For Free Download: Firefox 3.0.2 and Firefox 2.0.0.17
Recently, two Firefox stable releases for Windows, Mac OS, a...
5. How To Deploy A Linux LiveCD on Windows Using MobaLiveCD
There are many ways to test a certain Linux distribution on ...
6. Ever Needed A Free Video Converter And You Just Couldn’t Find It? Here’s Our Suggestion.
With so many different video (or even audio) converters arou...
7. Top 101 Most Downloaded Windows Software: Free Demo Movies and Download Links
We often have to decide if we should download the latest v...
8. A New Powerful Virus Could Affect Millions of WordPress Blogs
The WordPress blogging platform powers millions of web...
9. Google Chrome – It’s Finally Here. Will A Revolution Begin?
First, it was the rumors. Then, Google announced it official...
10. An Amazing Free Document Processing Software: LyX
The documents management task could be difficult in absence ...

Last 20 Scripts

 
1. Cookie Crumbs
Cookie Crumbs JavaScript creates a breadcrumb type trail of
2. Loupe.js
Loupe.js script allows you to add a loupe (magnifier) to ima
3. Reflex.js
Reflex.js script allows you to add a Cover Flow™ like effect
4. Edge.js
Edge.js Javascript adds individual masks to images on web pa
5. Curl.js
Curl.js is a simple to install and use JavaScript that adds
6. Busy.js
Busy.js script permits you to add/remove loading indicators
7. Mapper.js
Mapper.js automatically ads an area highlighting to image ma
8. Filmed.js
Filmed.js script allows you to add film strip and shadows to
9. Slided.js
Slided.js script adds slide frames and shadows to images on
10. Shiftzoom.js
Shiftzoom.js script permits you to add pan and zoom function
11. Instant.js
Instant.js script allows you to add an instant picture effec
12. Glossy.js
Glossy.js script allows you to add corners, shading and shad
13. Corner.js
Corner.js script helps you to create custom corners to image
14. Sphere.js
Sphere.js script allows you to add a spherical picture effec
15. Bevel.js
Bevel.js script allows you to add bevels (and also shading,
16. jQuery Lightbox Plugin
jQuery Lightbox Plugin provides a way to display an image on
17. jQuery Tag Suggestion Plugin
jQuery Tag Suggestion plugin helps you create a subset of ta
18. jClock
jClock is a jQuery clock plugin that allows you to display c
19. jqac
jqac is a jQuery plugin that extends jQuery namespace with a
20. YUI Based Lightbox
YUI Based Lightbox is a lightweight implementation of a ligh