[TYPO3-dev] constraints > suggests never work

Georg Ringer mail-spam at ringerge.org
Fri Sep 14 17:02:33 CEST 2007


this is so strange. Test-settings:
----
     'constraints' => array(
         'depends' => array(
             'cms' => '0.0.0-',

         ),
         'conflicts' => array(
         ),
         'suggests' => array(
             'partner' => '',
             'tt_address' => '',
         ),
     ),
-----

and i just get for *every* extension the link 
/em/index.php?CMD[importExt]=&CMD[loc]=L&CMD[standAlone]=1

test 2
----
     'constraints' => array(
         'depends' => array(
             'cms' => '0.0.0-',
             'css_styled_content' => '0.0.0-',
         ),
         'conflicts' => array(
         ),
         'suggests' => array(
             'partner' => '',
         ),
     ),
---

=> 
em/index.php?CMD[importExt]=css_styled_content&CMD[loc]=L&CMD[standAlone]=1
is this correct even when css_styled_content is installed (ok it is a 
sys ext but still...?


test 3
----
     'constraints' => array(
         'depends' => array(
         ),
         'conflicts' => array(
         ),
         'suggests' => array(
             'partner' => '',
         ),
     ),
---
=> empty link

something looks very wrong

georg




More information about the TYPO3-dev mailing list