[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear /PhpDocumentor/phpDocumentor/Converters/HTML/Smarty HTMLSmartyConverter.inc
From:       "Derick Rethans" <derick () php ! net>
Date:       2006-01-30 23:21:59
Message-ID: cvsderick1138663319 () cvsserver
[Download RAW message or body]

derick		Mon Jan 30 23:21:59 2006 UTC

  Modified files:              
    /pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty	
                                                            	HTMLSmartyConverter.inc 
  Log:
  - Fixed bug in rendering the all elements index. The last parsed package
    would appear in the title on that page. (path by Ruslan Lisnik <rl@ez.no>)
  
  
http://cvs.php.net/viewcvs.cgi/pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc?r1=1.1&r2=1.2&diff_format=u
                
Index: pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc
                
diff -u pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc:1.1 \
                pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc:1.2
                
--- pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc:1.1	Mon \
                Oct 17 18:36:58 2005
+++ pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc	Mon \
Jan 30 23:21:59 2006 @@ -25,7 +25,7 @@
  * @see parserDocBlock, parserInclude, parserPage, parserClass, parserDefine, \
                parserFunction, parserMethod, parserVar
  * @author Greg Beaver <cellog@users.sourceforge.net>
  * @since 1.0rc1
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 /**
  * HTML output converter.
@@ -36,7 +36,7 @@
  * @see parserDocBlock, parserInclude, parserPage, parserClass, parserDefine, \
                parserFunction, parserMethod, parserVar
  * @author Greg Beaver <cellog@users.sourceforge.net>
  * @since 1.0rc1
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 class HTMLSmartyConverter extends Converter
 {
@@ -603,6 +603,7 @@
         $template->assign("index",$elindex);
         $template->assign("letters",$mletters);
         $template->assign("title","Element Index");
+		$template->assign("package", false);
         $template->assign("date",date("r",time()));
         phpDocumentor_out("\n");
         flush();

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic