Victor Boctor | 2 Jul 2007 10:46
Picon

mantisbt config_defaults_inc.php,1.341,1.342

Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26059

Modified Files:
	config_defaults_inc.php 
Log Message:
Fixed #8115: Implement Twitter Integration.

Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -d -r1.341 -r1.342
--- config_defaults_inc.php	28 Jun 2007 23:13:39 -0000	1.341
+++ config_defaults_inc.php	2 Jul 2007 08:46:52 -0000	1.342
 <at>  <at>  -327,7 +327,7  <at>  <at> 
 	#############################

 	# --- version variables -----------
-	$g_mantis_version		= '1.1.0a3';
+	$g_mantis_version		= '1.1.0a4-CVS';
 	$g_show_version			= ON;

 	################################
 <at>  <at>  -1844,4 +1844,18  <at>  <at> 
 	# Allows the users to enter free text when reporting/updating issues 
 	# for the profile related fields (i.e. platform, os, os build)
 	$g_allow_freetext_in_profile_fields = ON;
+
(Continue reading)

Victor Boctor | 2 Jul 2007 10:47
Picon

mantisbt/core twitter_api.php, NONE, 1.1 bug_api.php, 1.108, 1.109

Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26059/core

Modified Files:
	bug_api.php 
Added Files:
	twitter_api.php 
Log Message:
Fixed #8115: Implement Twitter Integration.

Index: bug_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/bug_api.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- bug_api.php	8 Jun 2007 15:42:15 -0000	1.108
+++ bug_api.php	2 Jul 2007 08:46:55 -0000	1.109
 <at>  <at>  -17,6 +17,7  <at>  <at> 
 	require_once( $t_core_dir . 'file_api.php' );
 	require_once( $t_core_dir . 'string_api.php' );
 	require_once( $t_core_dir . 'sponsorship_api.php' );
+	require_once( $t_core_dir . 'twitter_api.php' );

 	# MASC RELATIONSHIP
 	require_once( $t_core_dir.'relationship_api.php' );
 <at>  <at>  -1209,8 +1210,8  <at>  <at> 
 	function bug_resolve( $p_bug_id, $p_resolution, $p_fixed_in_version = '', $p_bugnote_text = '',
$p_duplicate_id = null, $p_handler_id = null, $p_bugnote_private = false, $p_time_tracking = '0:00' ) {
 		$p_bugnote_text = trim( $p_bugnote_text );
(Continue reading)

Victor Boctor | 2 Jul 2007 10:47
Picon

mantisbt/lang strings_english.txt,1.298,1.299

Update of /cvsroot/mantisbt/mantisbt/lang
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26059/lang

Modified Files:
	strings_english.txt 
Log Message:
Fixed #8115: Implement Twitter Integration.

Index: strings_english.txt
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/lang/strings_english.txt,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- strings_english.txt	23 Jun 2007 03:21:45 -0000	1.298
+++ strings_english.txt	2 Jul 2007 08:46:59 -0000	1.299
 <at>  <at>  -1347,4 +1347,7  <at>  <at> 
 $s_to_date = 'To';

 $s_access_denied = $MANTIS_ERROR[ERROR_ACCESS_DENIED];
+
+# Twitter Integration
+$s_twitter_resolved = "%d: [%s] %s (resolved by %s in %s)";
 ?>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
(Continue reading)

Victor Boctor | 3 Jul 2007 05:57
Picon

mantisbt/core version_api.php,1.23,1.24

Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31862/core

Modified Files:
	version_api.php 
Log Message:
Fixed #8094: Managing versions / release schedule accross multiple projects.

Index: version_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/version_api.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- version_api.php	29 Dec 2006 09:34:45 -0000	1.23
+++ version_api.php	3 Jul 2007 03:57:05 -0000	1.24
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <?php
 	# Mantis - a php based bugtracking system
 	# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@...
-	# Copyright (C) 2002 - 2004  Mantis Team   - mantisbt-dev@...
+	# Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@...
 	# This program is distributed under the terms and conditions of the GPL
 	# See the README and LICENSE files for details

 <at>  <at>  -108,12 +108,18  <at>  <at> 

 	# --------------------
 	# Add a version to the project
-	function version_add( $p_project_id, $p_version, $p_released = VERSION_RELEASED, $p_description
(Continue reading)

Victor Boctor | 3 Jul 2007 05:57
Picon

mantisbt/lang strings_english.txt,1.299,1.300

Update of /cvsroot/mantisbt/mantisbt/lang
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31862/lang

Modified Files:
	strings_english.txt 
Log Message:
Fixed #8094: Managing versions / release schedule accross multiple projects.

Index: strings_english.txt
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/lang/strings_english.txt,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- strings_english.txt	2 Jul 2007 08:46:59 -0000	1.299
+++ strings_english.txt	3 Jul 2007 03:57:06 -0000	1.300
 <at>  <at>  -62,6 +62,8  <at>  <at> 
 $s_copy_users = 'Copy Users';
 $s_copy_categories_from = 'Copy Categories From';
 $s_copy_categories_to = 'Copy Categories To';
+$s_copy_versions_from = 'Copy Versions From';
+$s_copy_versions_to = 'Copy Versions To';
 $s_copy_users_from = 'Copy Users From';
 $s_copy_users_to = 'Copy Users To';
 $s_bug_history = 'Issue History';

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
(Continue reading)

Victor Boctor | 3 Jul 2007 05:57
Picon

mantisbt manage_proj_ver_copy.php, NONE, 1.1 manage_proj_edit_page.php, 1.98, 1.99

Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31862

Modified Files:
	manage_proj_edit_page.php 
Added Files:
	manage_proj_ver_copy.php 
Log Message:
Fixed #8094: Managing versions / release schedule accross multiple projects.

Index: manage_proj_edit_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/manage_proj_edit_page.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- manage_proj_edit_page.php	6 Mar 2007 07:05:18 -0000	1.98
+++ manage_proj_edit_page.php	3 Jul 2007 03:57:06 -0000	1.99
 <at>  <at>  -427,6 +427,18  <at>  <at> 
 		</form>
 	</td>
 </tr>
+<tr>
+	<td class="left" colspan="3">
+		<form method="post" action="manage_proj_ver_copy.php">
+			<input type="hidden" name="project_id" value="<?php echo $f_project_id ?>" />
+			<select name="other_project_id">
+				<?php print_project_option_list( null, false, $f_project_id ); ?>
+			</select>
+			<input type="submit" name="copy_from" class="button" value="<?php echo lang_get(
(Continue reading)

Victor Boctor | 3 Jul 2007 06:21
Picon

mantisbt billing_inc.php, 1.9, 1.10 bugnote_stats_inc.php, 1.8, 1.9

Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13682

Modified Files:
	billing_inc.php bugnote_stats_inc.php 
Log Message:
Fixed #8105: Total time on billing page.

Index: bugnote_stats_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/bugnote_stats_inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bugnote_stats_inc.php	22 Apr 2007 07:45:33 -0000	1.8
+++ bugnote_stats_inc.php	3 Jul 2007 04:21:57 -0000	1.9
 <at>  <at>  -104,6 +104,7  <at>  <at> 
 	$t_to = "$t_bugnote_stats_to_y-$t_bugnote_stats_to_m-$t_bugnote_stats_to_d";
 	$t_bugnote_stats = bugnote_stats_get_events_array( $f_bug_id, $t_from, $t_to );
 ?>
+<br />
 <table border=0 class="width100" cellspacing="0">
 <tr class="row-category-history">
 	<td class="small-caption">
 <at>  <at>  -113,9 +114,11  <at>  <at> 
 		<?php echo lang_get( 'time_tracking' ) ?>
 	</td>
 </tr>
-<?php foreach ( $t_bugnote_stats as $t_item ) { ?>
 <?php
(Continue reading)

Gianluca Sforna | 3 Jul 2007 12:38
Picon

mantisbt/core relationship_api.php,1.39,1.40

Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10539

Modified Files:
	relationship_api.php 
Log Message:
Use string_no_break() instead of harcoded <nobr> tag

Index: relationship_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/relationship_api.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- relationship_api.php	23 Jun 2007 04:25:43 -0000	1.39
+++ relationship_api.php	3 Jul 2007 10:38:17 -0000	1.40
 <at>  <at>  -540,7 +540,7  <at>  <at> 
 		$t_status = string_attribute( get_enum_element( 'status', $t_bug->status ) );
 		$t_resolution = string_attribute( get_enum_element( 'resolution', $t_bug->resolution ) );

-		$t_relationship_info_html = $t_td . '<nobr>' . $t_relationship_descr . '</nobr>&nbsp;</td>';
+		$t_relationship_info_html = $t_td . string_no_break( $t_relationship_descr ) . '&nbsp;</td>';
 		if ( $p_html_preview == false ) {
 			$t_relationship_info_html .= '<td><a href="' . string_get_bug_view_url( $t_related_bug_id ) .
'">' . bug_format_id( $t_related_bug_id ) . '</a></td>';
 			$t_relationship_info_html .= '<td><a title="' . $t_resolution . '"><u>' . $t_status . '</u>&nbsp;</a></td>';
 <at>  <at>  -556,7 +556,7  <at>  <at> 
 		# get the handler name of the related bug
 		$t_relationship_info_html .= $t_td;
 		if ( $t_bug->handler_id > 0 )  {
(Continue reading)

zakman | 3 Jul 2007 13:36
Picon

mantisbt print_all_bug_page_excel.php, 1.55, 1.56 print_all_bug_page_word.php, 1.64, 1.65

Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19116

Modified Files:
	print_all_bug_page_excel.php print_all_bug_page_word.php 
Log Message:
Fixed #0008051: [all lang] Wrong fIlename on print report

Index: print_all_bug_page_word.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/print_all_bug_page_word.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- print_all_bug_page_word.php	2 May 2006 14:05:08 -0000	1.64
+++ print_all_bug_page_word.php	3 Jul 2007 11:36:50 -0000	1.65
 <at>  <at>  -44,7 +44,12  <at>  <at> 
 		header( 'Pragma: public' );

 		header( 'Content-Type: application/msword' );
-		header( 'Content-Disposition: attachment; filename="' . $t_export_title . '.doc"' );
+
+		if ( preg_match( "/MSIE/", $_SERVER["HTTP_USER_AGENT"] ) ) {
+                        header( 'Content-Disposition: attachment; filename="' . urlencode( $t_export_title ) . '.doc"' );
+                } else {
+                        header( 'Content-Disposition: attachment; filename="' . $t_export_title . '.doc"' );
+                }
 	}

 	# This is where we used to do the entire actual filter ourselves
(Continue reading)

Victor Boctor | 4 Jul 2007 05:38
Picon

mantisbt view_all_inc.php,1.167,1.168

Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15689

Modified Files:
	view_all_inc.php 
Log Message:
Fixed an error related to legend positioning.

Index: view_all_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/view_all_inc.php,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- view_all_inc.php	3 Jul 2007 13:07:43 -0000	1.167
+++ view_all_inc.php	4 Jul 2007 03:38:17 -0000	1.168
 <at>  <at>  -46,6 +46,8  <at>  <at> 

 	# -- ====================== BUG LIST ============================ --

+	$t_status_legend_position = config_get( 'status_legend_position' );
+
 	if ( $t_status_legend_position == STATUS_LEGEND_POSITION_TOP || $t_status_legend_position ==
STATUS_LEGEND_POSITION_BOTH ) {
 		html_status_legend();
 	}

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
(Continue reading)


Gmane