Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30878
Modified Files:
Tag: EXP_TEMPLATE
.cvsignore bug_view_advanced_page.php
Log Message:
checkpoint
Index: .cvsignore
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.8.20.1
diff -u -d -r1.8 -r1.8.20.1
--- .cvsignore 16 Dec 2004 21:34:51 -0000 1.8
+++ .cvsignore 15 May 2006 15:26:45 -0000 1.8.20.1
@@ -6,3 +6,4 @@
.project
project.index
.DS_Store
+themes_c
Index: bug_view_advanced_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/bug_view_advanced_page.php,v
retrieving revision 1.77.2.1
retrieving revision 1.77.2.2
diff -u -d -r1.77.2.1 -r1.77.2.2
--- bug_view_advanced_page.php 30 Apr 2006 19:00:42 -0000 1.77.2.1
+++ bug_view_advanced_page.php 15 May 2006 15:26:45 -0000 1.77.2.2
@@ -28,6 +28,7 @@
access_ensure_bug_level( VIEWER, $f_bug_id );
$t_bug = bug_prepare_display( bug_get( $f_bug_id, true ) );
+ $t_bug->extend_data( 'attachments' );
if( $t_bug->project_id != helper_get_current_project() ) {
# in case the current project is not the same project of the
bug we are viewing...
@@ -73,7 +74,8 @@
$d_page->assign_by_ref( 'bug', $t_bug);
$d_page->assign_by_ref( 'show', $t_fields );
$d_page->assign_by_ref( 'buglist', $t_bugslist );
- $d_page->debug = true;
+ $GLOBALS['_NG_LANGUAGE_']->loadCurrentTranslationTable();
+
$d_page->display( 'view.tpl' );
?>
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|