Development

Changeset 6120

You must first sign up to be able to contribute.

Changeset 6120

Show
Ignore:
Timestamp:
11/20/07 13:44:40 (1 year ago)
Author:
fabien
Message:

updated URLs in the symfony default module and for error pages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/data/exception.php

    r2369 r6120  
    3636  <h2 id="message"><?php echo $message ?></h2> 
    3737  <?php if ($error_reference): ?> 
    38     <p class="error"><a href='http://www.symfony-project.com/errors/<?php echo $error_reference ?>'>learn more about this issue</a></p> 
     38    <p class="error"><a href='http://www.symfony-project.org/errors/<?php echo $error_reference ?>'>learn more about this issue</a></p> 
    3939  <?php endif; ?> 
    4040  <h2>stack trace</h2> 
     
    5555  <p id="footer"> 
    5656    symfony v.<?php echo file_get_contents(sfConfig::get('sf_symfony_lib_dir').'/VERSION') ?> - php <?php echo PHP_VERSION ?><br /> 
    57     for help resolving this issue, please visit <a href="http://www.symfony-project.com/">http://www.symfony-project.com/</a>. 
     57    for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>. 
    5858  </p> 
    5959  </div></center> 
  • branches/1.0/data/modules/default/templates/defaultLayout.php

    r3310 r6120  
    1818<body> 
    1919<div class="sfTContainer"> 
    20   <?php echo link_to(image_tag('/sf/sf_default/images/sfTLogo.png', array('alt' => 'symfony PHP Framework', 'class' => 'sfTLogo', 'size' => '186x39')), 'http://www.symfony-project.com/') ?> 
     20  <?php echo link_to(image_tag('/sf/sf_default/images/sfTLogo.png', array('alt' => 'symfony PHP Framework', 'class' => 'sfTLogo', 'size' => '186x39')), 'http://www.symfony-project.org/') ?> 
    2121  <?php echo $sf_data->getRaw('sf_content') ?> 
    2222</div> 
  • branches/1.0/data/modules/default/templates/indexSuccess.php

    r3313 r6120  
    2020      <li class="sfTDatabaseMessage">Create your data model</li> 
    2121      <li class="sfTColorMessage">Customize the layout of the generated templates</li> 
    22       <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.com/content/documentation.html') ?></li> 
     22      <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.org/doc') ?></li> 
    2323    </ul> 
    2424  </dd> 
  • branches/1.0/data/modules/default/templates/moduleSuccess.php

    r3313 r6120  
    1818      <li class="sfTEditMessage">In <code>actions/actions.class.php</code>, edit the <code>executeIndex()</code> method and remove the final <code>forward</code></li> 
    1919      <li class="sfTColorMessage">Customize the <code>templates/indexSuccess.php</code> template</li> 
    20       <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.com/content/documentation.html') ?></li> 
     20      <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.org/doc') ?></li> 
    2121    </ul> 
    2222  </dd> 
  • branches/1.0/data/web/errors/error500.php

    r3488 r6120  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.org/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" /> 
  • branches/1.0/data/web/errors/unavailable.php

    r3488 r6120  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.org/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" />