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

Please refer to the legend and bug attributes page when posting new bug:
http://mametesters.org/mantis/legend.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.

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

CSV export has a problem that not all reports are exported so far.
I'll look into it shortly and probably update it to output them in mameinfo.dat format directly.

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!

Sandbox - 2008-01-28 11:51 - Fujix
Please use 00001 for sandbox.

Marking up text. - 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
- 'bug' + Bug ID: Example 00001

Embedding YouTube movie:
Copy and paste an embedding text provided by YouTube 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 01542 for in-use examples.

How to show user avatar - 2008-03-20 21:11 - Fujix
Mantis makes use of the avatar service provied by Gravatar: http://www.gravatar.com/

You need to register there the same e-mail address as your account to show your avatar.

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.

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)

To Do:
- Make a guideline page.

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