phpBMS

Changeset 712

Show
Ignore:
Timestamp:
01/05/10 09:42:49 (2 years ago)
Author:
brieb
Message:
  • fixed #393 - issue wth FPDI and php5.3 using depreciated object pointers during creation.
  • added link to phpBMS registration. Doing this in hopes to collect valuable information about phpBMS users and where to guide the project in the future
Location:
trunk/phpbms
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/sizes.css

    r706 r712  
    2121 
    2222.notes { 
    23     font-style: italic; 
    2423    color: #9F0000; 
    2524    line-height: 1.5em; 
     
    3837LEGEND,H2{ 
    3938        font-weight:bold; 
    40         font-size:15px; 
     39        font-size: 19px; 
    4140        color:#455372; 
    4241        text-transform:capitalize; 
     
    5352 
    5453H2{ 
    55         border-bottom: 1px solid #ccc; 
    56         padding:2px; 
    57         padding-left:3px; 
    58         padding-bottom:0px; 
    59         margin:0px; 
    60         margin-top:35px; 
    61         margin-bottom:5px; 
     54        /*border-bottom: 1px solid #ccc;*/ 
     55        padding: 0; 
     56        margin: 18px 0 10px; 
    6257} 
    6358 
    6459H3{ 
    65         font-size:14px; 
     60        font-size:15px; 
    6661        font-weight:bold; 
    67         margin:2px; 
    68         margin-top:10px; 
    69     font-family: Arial, Helvitica, sans-serif; 
     62        margin:12px 0 5px; 
     63        font-family: Arial, Helvitica, sans-serif; 
    7064} 
    7165 
  • trunk/phpbms/fpdf/fpdi.php

    r693 r712  
    8383 
    8484        if (!isset($this->parsers[$fn])) 
    85             $this->parsers[$fn] =& new fpdi_pdf_parser($fn, $this); 
     85            $this->parsers[$fn] = new fpdi_pdf_parser($fn, $this); 
    8686        $this->current_parser =& $this->parsers[$fn]; 
    8787 
  • trunk/phpbms/fpdf/fpdi_pdf_parser.php

    r693 r712  
    237237                case '/LZWDecode': 
    238238                    include_once('filters/FilterLZW_FPDI.php'); 
    239                     $decoder =& new FilterLZW_FPDI($this->fpdi); 
     239                    $decoder = new FilterLZW_FPDI($this->fpdi); 
    240240                    $stream = $decoder->decode($stream); 
    241241                    break; 
    242242                case '/ASCII85Decode': 
    243243                    include_once('filters/FilterASCII85_FPDI.php'); 
    244                     $decoder =& new FilterASCII85_FPDI($this->fpdi); 
     244                    $decoder = new FilterASCII85_FPDI($this->fpdi); 
    245245                    $stream = $decoder->decode($stream); 
    246246                    break; 
  • trunk/phpbms/fpdf/pdf_parser.php

    r693 r712  
    104104        $this->getPDFVersion(); 
    105105 
    106        $this->c =& new pdf_context($this->f); 
     106       $this->c = new pdf_context($this->f); 
    107107 
    108108       // Read xref-Data 
     
    450450 
    451451                        if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) { 
    452                                 $tmp_c =& new pdf_context($this->f); 
     452                                $tmp_c = new pdf_context($this->f); 
    453453                                $tmp_length = $this->pdf_resolve_object($tmp_c,$this->actual_obj[1][1]['/Length']); 
    454454                                $length = $tmp_length[1][1]; 
  • trunk/phpbms/install/index.php

    r703 r712  
    458458                                information about phpBMS, please visit the <a href="http://www.phpbms.org">phpBMS Project web site</a>.  The phpBMS project web site 
    459459                                has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 
    460                                 <h3>Paid Customization, Installation, Support Options</h3> 
    461                                 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 
     460                                <h3>Paid Installation and Support Options</h3> 
     461                                <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a></p> 
     462 
     463                                <h2>Help Make phpBMS Better!</h2> 
     464 
     465                                <h3>Registration</h3> 
     466 
     467                                <p> 
     468                                    Take the time to register your copy of phpBMS.  Registration helps 
     469                                    guide future development of the project so we can continue to make 
     470                                    focus on the communities needs. 
     471                                </p> 
     472                                <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 
     473 
     474                                <h3>Contribute</h3> 
     475 
     476                                <p> 
     477                                    phpBMS is true open source software.  Contributions in the form of code patches, new modules, 
     478                                    documentation, and bug reporting are always appreciated.  You can find out more about 
     479                                    contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 
     480                                </p> 
    462481 
    463482                        </div> 
  • trunk/phpbms/install/install.css

    r682 r712  
    114114} 
    115115 
     116#registerP { 
     117    background:white none repeat scroll 0 0; 
     118    border:1px solid #CCCCCC; 
     119    font-size:19px; 
     120    padding:10px; 
     121    color: #9F0000; 
     122    text-align:center; 
     123    margin: 15px 10px; 
     124} 
     125 
    116126#userpassTable{ 
    117127 
    118     margin: 0 auto; 
     128    margin: 10px auto; 
    119129 
    120130} 
  • trunk/phpbms/install/update.php

    r703 r712  
    317317                                has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 
    318318                                <h3>Paid Customization, Update, Support Options</h3> 
    319                                 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 
    320  
     319                                <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>.</p> 
     320 
     321                                <h2>Help Make phpBMS Better!</h2> 
     322 
     323                                <h3>Registration</h3> 
     324 
     325                                <p> 
     326                                    Take the time to register your copy of phpBMS.  Registration helps 
     327                                    guide future development of the project so we can continue to make 
     328                                    focus on the communities needs. 
     329                                </p> 
     330                                <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 
     331 
     332                                <h3>Contribute</h3> 
     333 
     334                                <p> 
     335                                    phpBMS is true open source software.  Contributions in the form of code patches, new modules, 
     336                                    documentation, and bug reporting are always appreciated.  You can find out more about 
     337                                    contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 
     338                                </p> 
    321339                        </div> 
    322340 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.