We don't have commit access and I don't think we require one just yet
so is anyone with commit access interested in patches for bugs?

We have a team working on a project requiring high development
standards and this team can submit patches for bugs that have already
been identified provided this contribution work receives reasonably
prompt feedback and treatment.

Or do we need any sort of special access account maybe even commit
access?

Thank you and keep up the good work,
Daniel BODEA

On Feb 10, 4:26 pm, "Daniel BODEA" <[EMAIL PROTECTED]> wrote:
> Greetings from across the street in Paris ;-)
>
> The subject says it all, the patch is attached. Prototype was included only
> if the view defined a collapsible category and double_list wasn't included
> at all.
>
> Hope it helps.
>
> @+
> Daniel BODEA
>
> [_edit_form.php.patch]--- 
> data/generator/sfPropelAdmin/default/template/templates/_edit_form.php.orig 
> Thu Feb  1 15:53:47 2007
> +++ data/generator/sfPropelAdmin/default/template/templates/_edit_form.php    
>   Sat Feb 10 15:24:41 2007
> @@ -4,6 +4,9 @@
>  [?php echo object_input_hidden_tag($<?php echo $this->getSingularName() ?>, 
> 'get<?php echo $pk->getPhpName() ?>') ?]
>  <?php endforeach; ?>
>
> +[?php use_javascript(sfConfig::get('sf_prototype_web_dir').'/js/prototype') 
> ?]
> +[?php use_javascript(sfConfig::get('sf_admin_web_dir').'/js/double_list') ?]
> +
>  <?php $first = true ?>
>  <?php foreach ($this->getColumnCategories('edit.display') as $category): ?>
>  <?php
> @@ -15,7 +18,6 @@
>      if ($first)
>      {
>        $first = false;
> -      echo "[?php 
> use_javascript(sfConfig::get('sf_prototype_web_dir').'/js/prototype') ?]\n";
>        echo "[?php 
> use_javascript(sfConfig::get('sf_admin_web_dir').'/js/collapse') ?]\n";
>      }
>    }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to