Hi, I upgraded from 1.2.0rc1 to 1.2.0final. My problem is that for report, update and view I don't need the advanced view. I Always used the simple view. Looks that in version 1.2.0 final this is not possible anymore (it was in rc1, I never installed rc2) to set the SIMPLE_ONLY for report/update/view. Also in the administration_guide.html (http://docs.mantisbt.org/master/en/administration_guide.html) at the chapter "User preferences I read that the user should be able to choose the advance view/update/report but in my mantis in the user preferences of my mantis there isn't this option. The variables $g_show_report, $g_show_view and $g_show_update to SIMPLE_ONLY but it has no effect. Is there a way to go back to the simple report/update/view?
Thank you Massimo -----Original Message----- From: John Reese [mailto:[email protected]] Sent: Monday, February 22, 2010 12:53 PM To: [email protected]; [email protected]; [email protected] Subject: [mantisbt-announce] MantisBT 1.2.0 Released MantisBT Release Notes 1.2.0 Stable Release ------------------------------------------------- This release marks the first official release in the 1.2.x series of MantisBT. 1.2.0 is a major feature release for MantisBT, and includes many bugfixes and enhancements over the 1.1.x stable branch. All users of 1.1.x are highly encouraged to upgrade as soon as possible. A full changelog for the 1.2.x series can be found on the official site. [1] There are many new features added to 1.2.0, including: - Converted the MantisBT Manual to Docbook format, and added a new Developer's Guide manual, both of which are compiled and included in every release - Implemented a plugin system with many plugins already released [2] - Global categories available to all projects, as well as project categories inheriting from parent projects to child projects; both are optional - Tracked change history for textarea fields (Description, etc) and bug notes - Customizable sets of columns for View Issues page and export formats - Combined simple and advanced views into a single, configurable view that allows selecting exactly what fields to show or hide - Improved roadmap and changelog pages, including version release dates, and permalinks to individual versions - Marking versions as obsolete to hide them from the roadmap and changelog - More configuration options for rebranding MantisBT installations - Improved support for PostgreSQL databases - Improved support for UTF-8 localizations and content - Implemented custom search providers for Firefox and Internet Explorer - Implemented localized timestamps using according to user-preferred timezones There have also been many improvements to the codebase beyond adding features: - Migrated to parameterised database queries throughout the codebase for both performance and security improvements - Added PHPDoc compatible documentation to all internal API's - Removed many hardcoded references to access levels and other enumerations, for improved customizability. - Migrated away from DATETIME fields to integer timestamps for timezone usage - All 3rd party code is now contained within the library/ path, including documentation on library versions and any patches applied - Initial support for MySQL 6 and PHP 5.3 [1] The changelog is split between multiple releases: 1.2.0a1 http://www.mantisbt.org/bugs/changelog_page.php?version_id=89 1.2.0a2 http://www.mantisbt.org/bugs/changelog_page.php?version_id=96 1.2.0a3 http://www.mantisbt.org/bugs/changelog_page.php?version_id=104 1.2.0rc1 http://www.mantisbt.org/bugs/changelog_page.php?version_id=98 1.2.0rc2 http://www.mantisbt.org/bugs/changelog_page.php?version_id=106 1.2.0 http://www.mantisbt.org/bugs/changelog_page.php?version_id=108 [2] MantisForge is now the preferred code collaboration site for MantisBT, including free hosting of MantisBT-related Git repositories for development of contributions to MantisBT itself or community plugins. http://git.mantisforge.org/ -- John Reese LeetCode.net ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mantisbt-announce mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-announce ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
