Welcome to new testers site! - 2008-02-29 08:29 - Fujix
Please sign up to post new bug and add note.

If you are new here and going to post a bug report, please refer to the tutorial:
http://mametesters.org/mantis/tutorial.html

Also there are some updates in the Rules & Guidelines page:
http://mametesters.org/mantis/rules.html

Resolved (fixed) and closed reports are not displayed in the "View & Search" page by default.
Please select preset filter to display all reports, BTANB, Fixed bugs and possible bugs.

Tafoid joined management of the site.
ETABETA has joined as a moderator (July 24th, 2008)

You can change the UI language via "My Account" -> "Preferences".
Currently available languages are English, French, German, Italian and Japanese.

Thank you Tafoid and Andrew for helping out moving bugs from the old database and setting up the system.
Also Aaron for hosting and advices.

Enjoy Testing!


How to show user avatar
You can add your avatar image on the My Account page ( http://mametesters.org/mantis/account_page.php )
We don't use the Gravatar service any more.

Sandbox
Please use 00001 to test posting, avatar display, file uploading etc.

Marking up text. (Updated: Jun 26, 2008) - 2008-01-14 08:30 - Fujix
Availabe html tags
You can use following tags to mark up text: b, i, strike, s, u, ul, ol, li, tt, dd, dl, pre and blockquote.

Please use pre for code (word-wrap is disabled):
	static YELLOW_WORLD()
	{
		echo ("Yellow! World!");
										// this is a loooooooooooooooooooooooooooooooooooooooong and looooooooooooooooooooooong line.
	}


And use blockquote tag to quote text. Word-wrap is enabled:
This is an example of blockquote tag. Word-wrapping is enabled.

You cannot use table, img and a tags. URL will be linked automatically like this: http://www.google.com/

Mantis built-in auto link
Writing "bug" and "BugID number" will be automatically linked to a bug view page. Example "bug00000".

Embedding YouTube and LiveVideo movie:
Copy and paste an embedding text provided by YouTube or LiveVideo as it is.
Mantis will investigate the link thoroughly to prevent SQL injection, modified link text won't be regarded as a proper link.
Check 01541 and 01932 for in-use examples.

Introducing new moderator. - 2008-07-25 21:44 - Fujix
etabeta has joined to moderation of Testers. Now we have three active moderators, me, Tafoid and etabeta.

When flags were introduced? - 2008-05-31 23:21 - Fujix
This is a list of MAME flags when they were introduced, investigated by Tafoid:

0.34b1 - #define GAME_NOT_WORKING 0x0008
0.37b15 - #define GAME_UNEMULATED_PROTECTION 0x0010 /* game's protection not fully emulated */
0.34b1 - #define GAME_WRONG_COLORS 0x0020 /* colors are totally wrong */
0.34b1 - #define GAME_IMPERFECT_COLORS 0x0040 /* colors are not 100% accurate, but close */
0.37b12 - #define GAME_IMPERFECT_GRAPHICS 0x0080 /* graphics are wrong/incomplete */
0.36RC2 - #define GAME_NO_COCKTAIL 0x0100 /* screen flip support is missing */
0.35b9 - #define GAME_NO_SOUND 0x0200 /* sound is missing */
0.35b9 - #define GAME_IMPERFECT_SOUND 0x0400 /* sound is known to be wrong */
0.100u4 - #define GAME_SUPPORTS_SAVE 0x0800 /* game supports save states */
0.117u1 - #define GAME_IS_BIOS_ROOT 0x1000 /* this driver entry is a BIOS root */
0.117u1 - #define GAME_NO_STANDALONE 0x2000 /* this driver cannot stand alone */

System updates. - 2008-03-20 20:04 - Fujix
Mar 3:
- Completed updating the system to allow the original poster to edit own bug.
  - (core\html_api.php) html_button_bug_update()
  - bug_update_advanced_page.php
- All registered users can save and use personal filter sets now.
Mar 20:
- Changed the system config to allow posting notes to resolved issues. As for closed ones, you can't as ever.
- Updated to select the user name for assignment when he is a dev and tries to resolve a bug.
- Added an assign option to the resolve page.
- Updated the system to restrict multiple accounts for one email address.
 (\core\user_api.php) added functions:
 - function email_is_unique( $p_email )
 - function email_ensure_unique( $p_email )
Mar 26:
- Added a function to search by driver.
Mar 27:
- Fixed a bug where the current filter for driver is not selected in the list correctly.
Mar 29:
- Added auto link to the set name field.
Mar 31:
- Added a set name display in the summary line to the mass-manipulation confirm page.
April 5:
- Added an option not to push report when updating. This is only available for Moderator and Admin.
April 20:
- Fixed a bug (of Mantis) that the original reporter cannot delete attachment.
- Disabled allow_reporter_reopen setting.
April 25:
- Fixed a side effect of disabling allow_reporter_reopen. Reporters can edit own report again.
May 26:
- Added label tags where appropriate.
June 1:
- Introduced new category "Color/Palette".
- Worked around the problem of the "Permalink" error. You can use permalink again.
June 8:
- Changed the pre tag width setting to support new behaviour of Firefox 3.
- RSS icon is removed and moved the link for RSS feed to meta tag.
June 9:
- Updated YouTube embedding checker to support new embedding format.

June 21:
- "Reporter" access level name has been changed to "Tester". The current access level is like this:
  • Viewer
  • Tester
  • Senior Tester
  • Developer
  • Moderator
  • Administrator

July 28:
- Tab character is no longer replaced with 4 spaces. Preserves tabs in pre tagged source code.
July 31:
- New category "Crash/Freeze" has been added. Generally all Critical bugs will be categorized as this.
August 10:
- Fixed misalignment of boxes in the bug view page.
- Tweaked expand buttons and text link in the same page.
August 16:
- Updated the My View page by adding new "Latest Added" pane.
August 18:
- Reverted "Feedback" status.
September 8:
- Fixed a bug that status colors are missing when you set the language other than English.
September 10:
- Revised the guideline by removing most of flag restrictions.
October 15:
- Debug-build-only bugs are now displayed with "[debug]" in the summary text.

The current diff source code against Mantis 1.1.0 is available at http://mametesters.org/mantis/mantis-1.1.0_diff.zip

WIP & News - 2008-01-24 02:45 - Fujix
- Tafoid has joined moderation.
- Will move to the new site on March 1st. Made an announcement on the index page.

- Resolved and closed reports are not displayed by default now. Select "All Reports" in the preset filters to show all reports.
- Private view is now underway for registered testers.
- Private view for Devs has been started. (Jan 29)

Done:
- Fixed a problem that the login state is lost after auto login.
- Moved BTANB reports.
- Added no-wrap to the date display for IE.
- Driver name is linked to the source page in mamedev.org (Thanks RansAckeR for hint :)
- Fixed typo in FAQ. (Thanks Robbbert for pointing out :)
- Remove the "Recently Visited" pane and put quick links.
- Fixed a serious bug introduced by the update for the "possible" text handling.
- Moved attachments from database to normal file directory.
- Cleanup report history.
- Imported Last Repro Version from old database.
- Remove '[possible]' from main texts and summary texts.
- Update to automatically include the "[possible]" text in the summary display.
  -> Change Log, general summary func, Roadmap, relationship, Main View, RSS, MyView.
- Moving reports by me, Tafoid and Andrew (1189).
- Upgrading set name handling and [possible] mark.
  • My View page done.
  • General row obtain function to join the custom table.
       -> core\bug_api.php (function bug_cache_row)
  • General summary obtain function.
       -> core\custom_function_api.php (function custom_function_default_format_issue_summary)
     This affects bugnote_edit_page, bug_change_status_page, bug_relationship_graph, bug_reminder_page, bug_update_advanced_page, bug_update_page, bug_view_advanced_page, bug_view_inc, bug_view_page, print_bug_page.
  • Change Log page
       -> function custom_function_default_changelog_print_issue
  • Roadmap page
       -> function custom_function_default_roadmap_print_issue
  • Relationships part of each report
       -> function relationship_get_details
       core\relationship_api.php
  • Main View page
       -> function print_column_summary
       core\columns_api.php
  • RSS feeder
       -> issues_rss.php

- Update for "driver" name is now correctly logged in the history table.
  -> function history_log_event_special() (core\history_api.php)
- Make the version field requird.
  -> function bug_create(), function bug_update() (core\bug_api.php)
- Removed b tag clauses from summary fields.
- Who set the status "resolved" no longer gets assigned to the report.
  -> core\bug_api.php (line 1295)

- Allowed periods for user name.
- Removed "Feedback" status.
- Enhanced the search function to custom fields (string).
- Fixed sorting by the version number to sort by the version date actually.

- Added a config value to determine the minimum role for mass manipulation.
 -> $g_mass_manipulation_threshold
- Added a config value to determine the minimum role to edit the reporter.
 -> $g_change_reporter_threshold
- Added a config value to determine the minimum role to edit the priority.
 -> $g_change_priority_threshold

- Expanded the text search to the Driver and Version fields.
- Divert the "OS Version" field into the "Driver" field.
 -> Done for the Report Issue page.
 -> Done for the Update page.

- Assignment and target version are available for developer and above now.
- Eliminated subprojects.
- Fixed a Mantis bug that html tags are not handled properly in a single line text:
 * Page title
  -> bug_view_advanced_page.php, Line 58
  -> bug_update_advanced_page.php, Line 63
 * MyView page
  -> core\my_view_inc.php, Line 216
 * Group action page
  -> core\bug_group_action_api.php, Line 68

- Enabled inline attachment image display (up to 256KB)
- Added an anonymous account. You can login anonymously.
- Changed default mail notification setting, not to send e-mails.
- Tweaked News display.
 -> function news_get_limited_rows (core\news_api.php)
 -> function print_news_item_option_list (core\print_api.php)
- Added version numbers.
- Expanded html tags support in a multi-line text.

- Patched subproject to use the parent project versions.
- Patched subproject to use the parent project category.
 -> function print_version_option_list (core\print_api.php)

Archives ] Older News ] RSS ]


Mantis 1.1.0 © 2000 - 2007 Mantis Group
MAME Testers © 1998 - 2008
Powered by Mantis Bugtracker