Download List

Project Description

*** Future releases will start at https://github.com/smeghead/starbug1. ***

Starbug1 is web-based BTS(bug tracking system) This is fast, simple and lots of ticket properties can be customized. You can use Starbug1 on Linux, FreeBSD, MacOSX or Windows. Starbug1 is written by C.

Docker https://hub.docker.com/r/smeghead7/starbug1

System Requirements

System requirement is not defined

Released at 2010-07-30 02:10
starbug1 1.3.15 (1 files Hide)

Release Notes

Starbug1は、軽量、高速なバグトラッキングシステム(BTS: Bug Tarcking System)です。
C で書かれているため少ないリソース(例えば10年前のパソコンなど)でも快適に動作します。

公式サイト http://www.starbug1.com/
Sourceforge.jp http://sourceforge.jp/projects/starbug1/

Starbug1 1.3.15 をリリースしました。主な変更内容は以下です。
- Starbug1の公式サイトのドメインを取ったので、公式サイトのURLを変更しました。http://www.starbug1.com/
- Baptiste Daroussin さんからのパッチを取り込みました。mktempの代わりにmkstempを使うようになりました。Thank you very much.
- コード中のコメントを英語に変換しています。まだ完了してません。
- 投稿時にREMOTE_ADDRを表示するコンパイルオプションを追加した。make DISPLAY_REMOTE_HOST=1
- 複数行テキスト項目のURLの自動リンク時に、rel="nofollow" を追加するようにした。
- 自動リンクを無効にするコンパイルオプションを追加した。make LINK_DISABLED=1

今回、フランスの方(多分)からパッチを頂いて、とても嬉しくてモチベーションが上がりました。
http://d.hatena.ne.jp/smeghead/20100722/starbug1patch
彼にアドバイス頂いたことから、ドキュメントの英語化についても進めていきたいです。

Changelog

2010-07-30 smeghead <smeghead@users.sourceforge.jp>

* prepare release.

2010-07-29 smeghead <smeghead@users.sourceforge.jp>

* fixed generate hyper link bug. in multiple lines fields, make space(' ') end of hyper link character.
* add LINK_DISABLED option. when LINK_DISABLED is not 0, not to generate hyper
links.

2010-07-28 smeghead <smeghead@users.sourceforge.jp>

* add rel=nofollow to auto generated hyper links.
* only textarea field, generates hyper links. when display other elements,
don't generates hyper links.
* display remote address. against spamer.

2010-07-23 smeghead <smeghead@users.sourceforge.jp>

* translated code comment.

2010-07-22 smeghead <smeghead@users.sourceforge.jp>

* Bapt gave me the patch. use mkstemp instead of mktemp. Thank Bapt!

2010-06-30 smeghead <smeghead@users.sourceforge.jp>

* Starbug1の公式サイトのドメインを取ったので、公式サイトのURLを変更した。