ullright updates 2 (doctrine)

upcoming release:

  • enable error_reporting of php notices for the test environment
    • vi apps/frontend/config/settings.yml
      • error_reporting:        <?php echo (E_ALL | E_STRICT)."
        " ?>
  • upgrade to doctrine
    • plugins/ullCorePlugin/batch/ullright_upgrade_to_doctrine.sh
  • setup plugins/sfDoctrinePlugin and vendor/symfony/lib as svn:externals to ullright repo
  • rename app 'myApp' to 'frontend'
  • if you use a custom layout / stylsheet:
    • add
      • /* form errors of sf1.1 forms framework */
        .error_list {
          list-style: none;
        }
    • change
      • <?php include_partial('ullWiki/header_search'); ?>
        
      • to
      • <?php include_component('ullWiki', 'headerSearch'); ?>