View Issue Details

IDProjectCategoryView StatusLast Update
0010265mantisbtbugtrackerpublic2016-07-21 15:30
Reporterdhx Assigned Tosiebrand  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version1.2.0rc1 
Summary0010265: Bug view advanced page spacing bug when no versions defined for project
Description

Please see the attached screenshot for a demonstration of this bug. Note that in this example I have a custom string "SVN Revision" for the "Product Build" field.

I'm also attaching a patch (public domain) that removes the extra unwanted table cell, resolving this spacing bug.

Steps To Reproduce
  1. Configure Mantis to show product build and version
  2. Setup new project without any versions specified
  3. View a bug report using the advanced view mode
Tagshtml, layout
Attached Files
bug_view_advanced_page_fixed_in_version_spacing_bug.diff (264 bytes)   
diff --git a/bug_view_advanced_page.php b/bug_view_advanced_page.php
index b76d3cd..9937730 100644
--- a/bug_view_advanced_page.php
+++ b/bug_view_advanced_page.php
@@ -401,8 +401,6 @@
 			} else {
 		?>
 	<td colspan="2"></td>
-	<td>
-	</td>
 		<?php
 			}
 		?>

Activities

siebrand

siebrand

2009-03-28 14:45

developer   ~0021253

Fixed in git master. Thanks.

Related Changesets

MantisBT: master 3803c90c

2009-06-25 14:19

dhx


Details Diff
Anonymous accounts: fixes and doc updates

Updated documentation of configuration options relating to anonymous
access to Mantis. Fixes 0010626.

Added new user_is_anonymous function to the user API. The purpose of
this function is to check if the current user is the anonymous user
account.

Changes user_is_protected function in the user API to always return true
when the user is the anonymous user account. The anonymous user should
never be allowed to update the preferences and settings on the anonymous
account! Fixes 0010265.

Fixed a major security bug in account_prefs_reset.php that allowed
anyone to reset the account preferences of another person. Fixes 0010264.
Affected Issues
0010264, 0010265, 0010626
mod - core/user_api.php Diff File
mod - core/authentication_api.php Diff File
mod - account_manage_columns_page.php Diff File
mod - core/access_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - docbook/adminguide/en/user_management.sgml Diff File
mod - account_prefs_reset.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/current_user_api.php Diff File
mod - account_prefs_update.php Diff File
mod - core/rss_api.php Diff File

MantisBT: master-1.2.x f0049266

2009-06-25 14:19

dhx


Details Diff
Anonymous accounts: fixes and doc updates

Updated documentation of configuration options relating to anonymous
access to Mantis. Fixes 0010626.

Added new user_is_anonymous function to the user API. The purpose of
this function is to check if the current user is the anonymous user
account.

Changes user_is_protected function in the user API to always return true
when the user is the anonymous user account. The anonymous user should
never be allowed to update the preferences and settings on the anonymous
account! Fixes 0010265.

Fixed a major security bug in account_prefs_reset.php that allowed
anyone to reset the account preferences of another person. Fixes 0010264.
Affected Issues
0010264, 0010265, 0010626
mod - core/user_api.php Diff File
mod - core/authentication_api.php Diff File
mod - account_manage_columns_page.php Diff File
mod - core/access_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - docbook/adminguide/en/user_management.sgml Diff File
mod - account_prefs_reset.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/current_user_api.php Diff File
mod - account_prefs_update.php Diff File
mod - core/rss_api.php Diff File