Skip to content

beingsane/bugs

 
 

Repository files navigation

Bugs

Visit the project

Printscreen

Installing Bugs

  • Create a MySQL Database
  • Make /uploads/ write-able (CHMOD 777)
  • Open /install/ in your browser
  • Delete or rename /install/

Enjoy!

Upgrading from a previous installation

  • backup config.app.php and your uploads folder.
  • simply replace the codebase with the new version (via an ftp client such as Filezilla).
  • make sure your uploads folder and config.app.php are still there
  • If necessary, add this line to your config.app.php
'my_bugs_app'=>array(
'name'=> 'Bugs',
'date_format'=>'F jS \a\t g:i A',
),

Requirements:

  • Tested on: Apache, IIS
  • PHP 5.3+
  • MySQL 5+
  • PDO Extension for PHP (MySQL)
  • MCrypt Extension for PHP
  • Javascript Enabled - Bugs also uses heavy Javascript to make it easier to use

How to contribute

We welcome and appreciate all contributions. The develop branch is the branch you should base all pull requests and development off of. The master branch is tagged releases only.

Changelog

  • v1.5 : 12 July 2015:
    • fix: Time Display format now configurable, see config.example.php
    • fix: SQL « tags » table not included during installation
    • fix: Bugs assets now load correctly if inside a subfolder

various layout tweaks.

Main Developers

About

Simple Issue Tracking for Teams. Built in Laravel 3 (php/mysql)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 67.9%
  • ActionScript 19.3%
  • JavaScript 6.0%
  • CSS 5.2%
  • PostScript 1.6%