Victor Boctor's Blog

.NET, FxCop, PHP, Mantis Bugtracker, and more

Projects

Search Now:
Amazon Logo
Google
futureware.biz
mantisbt.org
Web

Categories

Archives

Syndicate this blog


Listed on BlogShares



Misc

01/07/07

Permalink 11:42:13 am, Categories: Mantis, 51 words   English (AU)

Mantis 1.0.8 Released

Mantis 1.0.8 is a maintenance release for the 1.0.x stable releases branch. This release was mainly focused on fixing an application error that caused users to sometimes get a blank screen and some minor fixes that were requested by packagers for Linux distributions. It is a recommended updated for all 1.0.x users.

PermalinkRate

21/03/07

Permalink 07:08:21 pm, Categories: Mantis, 80 words   English (AU)

MantisWAP 0.6 Released

MantisWAP provides phones and PDAs with easy access to Mantis Bug Tracker. This is a great asset for support staff and developers who need to access Mantis while on the go. MantisWAP can easily be integrated with existing Mantis installations without having to modify the existing Mantis code.

The Mantis Demo installation also has a MantisWAP Demo. You'll need to sign-up for the Mantis demo first to be able to access MantisWAP.

See changelog for more details about MantisWAP v0.6.

PermalinkRate

24/07/06

Permalink 06:06:29 pm, Categories: .NET, 17 words   English (AU)

Mantis 1.0.5 Released

This release fixes 7301: Login page inaccessible after upgrade to 1.0.4 which was introduced in Mantis 1.0.4.

Download 1.0.5 from here.

PermalinkRate
Permalink 02:20:13 pm, Categories: .NET, 76 words   English (AU)

Login Bug in Mantis 1.0.4

Mantis 1.0.4 has a bug where if anonymous login is enabled, going to login_page.php will not ask for login information but will forward to the page that login was visted from or to the default home page.

To fix this problem:

In login_page.php, change

if ( auth_is_user_authenticated() ) {

to

if ( auth_is_user_authenticated() && !current_user_is_anonymous() ) {

This bug is only applicable to installations where anonymous login is enabled.

PermalinkRate
Permalink 02:09:11 pm, Categories: .NET, 105 words   English (AU)

Mantis 1.0.4 Released

Another Mantis release for the 1.0.x branch. The main fix in this release is related to broken URLs that are generated when attempting to access an issue while not logged in or when deleting a note. It also has some other minor fixes.

- #7051: [bugtracker] Fix for #6869 / #7034 removes quoted "?" from arguments (thraxisp)
- #7298: [bugtracker] Port: bugnote_delete.php redirection fails (vboctor)
- #7299: [bugtracker] Port: Save login feature does not work (vboctor)
- #7300: [bugtracker] Port: Remember login always redirects to main_page.php (vboctor)
- #7143: [other] Port: checkin.php needs array_unique() (vboctor)

Please take a couple of minutes to register in Mantis User Directory.

Want to become a Mantis Sponsor?

PermalinkRate

:: Next Page >>