Menu

BugIn' Ticketing System / News: Recent posts

BugIn' 0.65-RC1 Released!

It is with great pleasure I announce BugIn' 0.65.

Here's the CHANGES:
Changes in 0.65-RC1
----------------------
ADDITIONS:
o l10n: Spanish language translation from
Jose Alfonso Martinez del Paso (tritrilock@yahoo.com)
o i18n: Per-language Templates
o Reverse sort list checkbox on list view.
o Options Editor interface now has tabs for different
configuration sections.
o Postgres has been tested, ported, and is now working.
o Session timeouts have been made extremely long, to avoid
strange happenings on timeouts.
o Quick ticket search (by number) was added to the side bar.
o Table prefix is complete... now all tables begin with
"bugin_", which will eventually be configurable.
FIXES:
o i18n: More multi-language support, including default
templates for different languages.
o List view strangeness should be fixed. This includes
search results going away after editing a ticket.
o Viewing an invalid ticket number now displays an error.
o Anonymous Ticket Access Control (DUH!)
NOTICES:
o Upgraded to adodb 3.72
o notgod is a moron and forgot to credit the great work
by Michael R on language support in 0.60.

Posted by Brian Nelson 2004-03-10

PostgreSQL support added into CVS

The first real working PostgreSQL test has been submitted into CVS. We're working to add other new databases, such as Oracle and MSSQL -- if anyone is interested in assisting in these ports, please drop us a line!

Posted by Brian Nelson 2003-01-23

Bugin 0.60 Released!

BugIn' is a lightweight PHP4/ADODB (MySQL tested) bug/ticket/issue tracking system.

BugIn' 0.60 adds a lot of new features, including PHP 4.3.0 compatability, better ACL control, and a more consistant administration interface.

Also included is the new bugin-mailer scripts, which allows an administrator to set up e-mail accounts for bugin ticket submission and response tracking.

Posted by Brian Nelson 2003-01-07

Bugin 0.53 Released!

BugIn' is a lightweight PHP4/ADODB (MySQL tested) bug/ticket/issue tracking system.

v0.53 addresses a number of major and minor bugs in 0.52, including ACL and login issues.

Posted by Brian Nelson 2002-12-23

BugIn' 0.52 Released

BugIn' is a lightweight PHP4/ADODB (MySQL tested) bug/ticket/issue tracking system.

We're proud to announce the release of version 0.52 od BugIn'. This release fixes just a few bugs.

Sorry about the late release, I just had a little baby boy (Craig John Nelson), and this caused a big delay in getting these fixes out.

Posted by Brian Nelson 2002-04-18

BugIn' 0.51 Bugfix Released

This is a minor release that fixes soem magic quotes issues. Somehow I missed these last week. Sorry!

Posted by Brian Nelson 2002-04-02

BugIn' 0.50 Released!

BugIn' is a PHP/SQL (ADOBB backend, MySQL tested) ticket tracking system. It's light-weight, and includes a flexible web-based admin system. It's also capable of integrating authentication with an LDAP server (Exchange tested).

This new release features seeral enhancements for security, and a general overhhaul of the database system, so it can *possibly* be ysed with other databased (this is, as of yet, untested).

Posted by Brian Nelson 2002-04-01

BugIn' 0.07 Released!

Changes in 0.07
----------------------
CHANGES:
o We're out of Beta, folks.
ADDITIONS:
o Added %MOD_BY%, %CREATER%, and %OWNER% to Email Parsing
o Added "paging" to list view
o Added "search by date" to the search
o Added JavaScript to make it so you can just hit "enter" to log into bugin.
o Added a few new options to the admin screen:
system e-mail address
notification by username (vs. system e-mail)
o Centered list/view/add
o Added options for default fields when adding tickets
o Added Ticket Submit Matching
o Added admin interface for LDAP connectivity
o Added LDAP search for account creation if ldap enabled...
o Added login screen when viewing a ticket and logged in.
If you log in, it will take you right back to that ticket.
o Added footer text/HTML an an option configurable through
the admin interface.
o In the modifications, one can now escape %'s to put
any of the e-mail templates into the modifications.
ex: %CREATOR% can be printed as \%CREATOR\% and it
will look fine.
o Added everyone who will be notified when a ticket is
updatd next to the "silent" checkbox
FIXES:
o Fixed notification templating so new lines are filtered out in the
subject.
o Fixed tickets of projects with multiple groups not being updatable
o Fixed list view text "Desc" to "Description"
o Removed "Warning:" message for when the user is in no groups
o Fixed Signup problems
o Fixed notifyByName, notify emails can come "from:" modifier, or system
o Fixed projects with multiple groups for not displaying at all.
o Fixed Status change notification
o Fixed public sign-up
o Fixed "add project" so it shows the groups.
o Fixed totally broken notification. WHOOPS!
o Fixed broken NetScapeness, and changed some of the refreshes to javascript.
o Fixed: Made quite a few enhancements to the frames interface, so it's
a lot nicer ot use.
o Fixed "add user" not md5ing the password. whoops. (thanks emkay)
o Fixed all notification info always being "short"
o Fixed small SQL error in mysql.sql
o Fixed name not showing up in changelog
o Fixed "Project Info" not showing the project description.
o Tickets with the status listed as the "Closed Status" no longer show
blinky lights.
o Fixed form post error for IIS
o Fixed up notification so it's a lot cleaner (no more
" ,user@domain.com, " or other wierdness
o Fixed IE HTML

Posted by Brian Nelson 2001-10-31

BugIn' 0.05.2-beta released!

0.05.2-beta is basically just a bugfix (though it adds one small feature to the search page)

Enjoy!

Posted by Brian Nelson 2001-06-29

SourceForge Screwey

Seems that the files aren't showing up for 0.05.1-beta, but they *ARE THERE*

hmmm, I am mailing SourceForge to try and get some help. We'll see if it happens.

Posted by Brian Nelson 2001-06-26

BugIn' 0.05.1-beta RELEASED!

0.05.1-beta is here. It contains a bunch of bug fixes, cleaner code, and a happy new admin interface. Download it today and start enjoying the smooth flavor of BugIn'!

Posted by Brian Nelson 2001-06-26

Bugin 0.05-beta RELEASED!

That's right, gals and guys, 0.05-beta is here. Still chuck-full-o-things-that-need-tweaking, but most everything listed works!

Here's the changelog:Changes in v0.05
----------------
o CHANGE: Added web customization and "config" table to DB
o CHANGE: Moved all variables into an $options[] hash.
o CHANGE: Added the ability to make all the colors customized!
o CHANGE: Added a lot of new tags for the e-mail template, and
a subject template
o CHANGE: Added a bunch of new images that are used all over.
o CHANGE: Made it so you are forced to select and insert information
when you add a ticket.
o CHNAGE: Reversed sort order o tickets, so newest is at the top.
o FIX: Fixed quoting in modifications.
o CHANGE: Added pre-header files for each area.
this allows us to make things a little cleaner
on the coding side, seperating code form display.
o CHANGE: Added rudimentary reporting.
o CHANGE: Added a change-log into the system.
o FIX: Fixed a bunch of the SQL queries, mysql_fetch_array
was being passwd the database connection, and it
doesn't use it. Instead, it destroys it.
Also fixed trying to reconnect to the DB too often
o CHANGE: Added URL linking in ticket view window.
o CHANGE: Added a "project" admin interface
o CHANGE: Added a new frames-based interface.
o CHANGE: Added a lot of new config options:
Frames Interface
Notify Me
List Auto-Refresh
Pop-up info windows
o CHANGE: Added auto-signup for submitting tickets.
o CHANGE: Added centralized notification. Neato.
o FIX: Fixed misc. "logout.inc.php not found" errors.
o CHANGE: Now you can sort the project list by name or id.
o CHANGE: Added the ability to add tickets into the system
without logging in.
o CHANGE: Added regular expressions for Phone and E-Mail
sign-up fields.
o CHANGE: Added info button for projects. Now you can get
project info.
o CHANGE: Bumped version to 0.05-beta
o CHANGE: Colors for status cells are now in the DB.
o FIX: Modifications are now sorted by date, as they should be.... read more

Posted by Brian Nelson 2001-06-21

BugIn 0.05 Beta

We're gearing up to release a 0.05 beta release of BugIn. It includes a lot of new features and fixes, here's the list, and it will include a little mor ebefore we release:

Changes in v0.05
----------------
o FIX: Fixed a bunch of the SQL queries, mysql_fetch_array
was being passwd the database connection, and it
doesn't use it. Instead, it destroies it.
Also fixed trying to reconnect to the DB too often
o CHANGE: Added URL linking in tivket view window.
o CHNAGE: Added a "project" admin interface
o CHANGE: Added a new frames-based interface.
o CHANGE: Added a lot of new config options:
Frames Interface
Notify Me
List Auto-Refresh
Pop-up info windows
o CHANGE: Added auto-signup for submitting tickets.
o CHANGE: Added centralized notification. Neato.
o FIX: Fixed misc. "logout.inc.php not found" errors.
o CHNAGE: Now you can sort the project list by name or id.
o CHANGE: Added the ability to add tickets into the system
without logging in.
o CHANGE: Added regular expressions for Phone and E-Mail
sign-up fields.
o CHANGE: Added info buton for projects. Now you can get
project info.
o CHANGE: Bumped version to 0.05-beta
o CHANGE: Colors for status cells are now in the DB.
o FIX: Modifications are now sorted by date, as they should be.... read more

Posted by Brian Nelson 2001-05-23

BugIn' 0.04.2 Released!

That's right, hot off the heals of 03.12's 0.04 release, here's 0.04.2. Just some minor changes. See the changelog for more details.

Posted by Brian Nelson 2001-03-19

BugIn' 0.04 Released!

That's right, BugIn' 0.04 has been released! Here's the changes:

Changes in v0.04
----------------
o CHANGE: Now you can set the default owner for a submitted ticket
($defaultOwner)
o FIX: Added search interface. whoot!
o CHANGE: Now a user can do "silent" updates.
o CHANGE: Users can now assign tickets to others in their groups.
o CHANGE: Added color coding for "priority". Looks spiffy!
o CHANGE: Added admin interface for people in group $adminGroup
Currently only allows you to change a users group, but this will
change.
o CHANGE: Added Exchange LDAP user lookups and syncing.
o CHANGE: Made it so you could turn off "signup"
o FIX: config.inc.php checks to see if config.local.inc was already included
to fix a problem with people just copying the file over (bad
docs on my part)... read more

Posted by Brian Nelson 2001-03-13
MongoDB Logo MongoDB