Changeset 14774

Show
Ignore:
Timestamp:
02/06/08 23:05:07 (8 months ago)
Author:
rambo
Message:

scripted whitespace normalization for */config/*.inc too, see r14772 and r14773

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/core/nullcomponent/config/schemadb_config.inc

    r5033 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'midcom.core.nullcomponent', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'midcom.core.nullcomponent', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/midcom.helper.search/config/schemadb_config.inc

    r730 r14774  
    3131   'widget_select_choices' => Array ( 
    3232    '' => 'default setting', 
    33        'lucene' => 'Lucene', 
     33    'lucene' => 'Lucene', 
    3434    'plucene' => 'Plucene' 
    3535   ), 
  • trunk/midcom/midgard.admin.asgard/config/manifest.inc

    r14538 r14774  
    3838        'solt' => array 
    3939        ( 
    40                'name' => 'Marcin Sołtysiak', 
    41                'email' => 'olga@olga.pl', 
    42                'role' => 'developer', 
     40            'name' => 'Marcin Sołtysiak', 
     41            'email' => 'olga@olga.pl', 
     42            'role' => 'developer', 
    4343        ), 
    4444        'w_i' => array 
    4545        ( 
    46                'name' => 'Jerry Jalava', 
    47                'email' => 'jerry.jalava@gmail.com', 
    48                'role' => 'developer', 
     46            'name' => 'Jerry Jalava', 
     47            'email' => 'jerry.jalava@gmail.com', 
     48            'role' => 'developer', 
    4949        ), 
    5050    ), 
  • trunk/midcom/midgard.admin.asgard/config/schemadb_config.inc

    r13956 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'midgard.admin.asgard', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'midgard.admin.asgard', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/midgard.admin.wizards/config/schemadb_config.inc

    r12643 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'midgard.admin.wizards', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'midgard.admin.wizards', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/midgard.admin.wizards/config/schemadb_default.inc

    r12643 r14774  
    1717    'fields'      => array ( 
    1818     
    19        /* Start of component required fields */ 
     19        /* Start of component required fields */ 
    2020         
    2121        'title' => array ( 
  • trunk/midcom/midgard.admin.wizards/config/templates/default.inc

    r14631 r14774  
    2121    ), 
    2222 
    23     // Root node definition             
     23    // Root node definition         
    2424    'root' => array 
    2525    ( 
  • trunk/midcom/midgard.admin.wizards/config/templates/tkk_department.inc

    r14670 r14774  
    2828    ), 
    2929     
    30     // Root node definition             
     30    // Root node definition         
    3131    'root' => array 
    3232    ( 
  • trunk/midcom/midgard.admin.wizards/config/templates/tkk_lab.inc

    r13458 r14774  
    6060    ), 
    6161     
    62     // Root node definition             
     62    // Root node definition         
    6363    'root' => array 
    6464    ( 
  • trunk/midcom/midgard.webdav.styles/config/schemadb_config.inc

    r4422 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'midgard.webdav.styles', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'midgard.webdav.styles', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/midgard.webdav.styles/config/schemadb_default.inc

    r4422 r14774  
    1717    'fields'      => array ( 
    1818     
    19        /* Start of component required fields */ 
    20         
    21        /* The name is autogenerated from the title. */ 
     19        /* Start of component required fields */ 
     20         
     21        /* The name is autogenerated from the title. */ 
    2222        'name' => midcom_helper_datamanager_urlname_field(), 
    2323         
  • trunk/midcom/net.fernmark.pedigree/config/schemadb_config.inc

    r5984 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'net.fernmark.pedigree', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'net.fernmark.pedigree', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/net.nehmer.blog/config/schemadb_default.inc

    r12029 r14774  
    6464            ),         
    6565        ),   
    66        'related' => array 
     66        'related' => array 
    6767        ( 
    6868            'title' => 'related stories', 
  • trunk/midcom/net.nehmer.comments/config/schemadb_config.inc

    r13164 r14774  
    9999            ), 
    100100        ), 
    101          
     101     
    102102        'comment_count_cache_to_object_property' => array 
    103103        ( 
  • trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_config.inc

    r12057 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array ( 
    11          
    12                /* This is the field for the sort order selection. Note, that the description 
    13                 * and the widget fields will be translated automatically. 
    14                
    15                 * Name and config_key must match the corresponding configuration key, the domain 
    16                 * must match your component. 
    17                
    18                 * Name of the field and its description is kept as-is, as the clear-text name is 
    19                 * set through the l10n database of this component. 
    20                 */ 
    21                'sort_order' => array ( 
    22                        'description' => 'sort_order', 
    23                        'datatype' => 'text', 
    24                        'location' => 'config', 
    25                        'config_domain' => 'net.nemein.alphabeticalindex', 
    26                        'config_key' => 'sort_order', 
    27                        'widget' => 'select', 
    28                        'widget_select_choices' => Array ( 
    29                                '' => 'default setting', 
    30                                'reverse score' => 'reverse score', 
    31                                'score' => 'score', 
    32                                'reverse title' => 'reverse title', 
    33                                'title' => 'title', 
    34                                'reverse created' => 'reverse created', 
    35                                'created' => 'created', 
    36                        ), 
    37                ), 
    38                  
    39        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array ( 
     11     
     12        /* This is the field for the sort order selection. Note, that the description 
     13        * and the widget fields will be translated automatically. 
     14       
     15        * Name and config_key must match the corresponding configuration key, the domain 
     16        * must match your component. 
     17       
     18        * Name of the field and its description is kept as-is, as the clear-text name is 
     19        * set through the l10n database of this component. 
     20        */ 
     21        'sort_order' => array ( 
     22            'description' => 'sort_order', 
     23            'datatype' => 'text', 
     24            'location' => 'config', 
     25            'config_domain' => 'net.nemein.alphabeticalindex', 
     26            'config_key' => 'sort_order', 
     27            'widget' => 'select', 
     28            'widget_select_choices' => Array ( 
     29                '' => 'default setting', 
     30                'reverse score' => 'reverse score', 
     31                'score' => 'score', 
     32                'reverse title' => 'reverse title', 
     33                'title' => 'title', 
     34                'reverse created' => 'reverse created', 
     35                'created' => 'created', 
     36            ), 
     37        ), 
     38         
     39   
    4040), 
  • trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_default.inc

    r13867 r14774  
    44    'fields'      => array ( 
    55     
    6        /* Start of component required fields */ 
     6        /* Start of component required fields */ 
    77         
    88        'title' => array ( 
     
    4040    'fields'      => array ( 
    4141 
    42        /* Start of component required fields */ 
     42        /* Start of component required fields */ 
    4343         
    44        'article' => array 
     44        'article' => array 
    4545        ( 
    4646            'title' => 'article', 
     
    6363        ), 
    6464 
    65        'topic' => array 
     65        'topic' => array 
    6666        ( 
    6767            'title' => 'topic', 
     
    9494    'fields'      => array ( 
    9595     
    96        /* Start of component required fields */ 
     96        /* Start of component required fields */ 
    9797         
    9898        'title' => array ( 
  • trunk/midcom/net.nemein.bannedwords/config/schemadb_default.inc

    r11294 r14774  
    66        'language' => Array 
    77        ( 
    8              // COMPONENT-REQUIRED 
    9             'title' => 'language', 
     8          // COMPONENT-REQUIRED 
     9         'title' => 'language', 
    1010             'storage' => 'language', 
    1111             'type' => 'select', 
    12             'type_config' => array 
    13             ( 
    14                 'options' => array('fi' => 'Fi', 'en' => 'En'), 
     12         'type_config' => array 
     13         ( 
     14             'options' => array('fi' => 'Fi', 'en' => 'En'), 
    1515             ), 
    16             'widget' => 'select', 
     16         'widget' => 'select', 
    1717        ), 
    1818        'word' => Array 
    1919        ( 
    20              // COMPONENT-REQUIRED 
    21             'title' => 'banned word', 
     20          // COMPONENT-REQUIRED 
     21         'title' => 'banned word', 
    2222             'storage' => 'bannedWord', 
    2323             'type' => 'text', 
    24             'widget' => 'text', 
     24         'widget' => 'text', 
    2525        ), 
    2626        'description' => Array 
    2727        ( 
    28              // COMPONENT-REQUIRED 
    29             'title' => 'description', 
     28          // COMPONENT-REQUIRED 
     29         'title' => 'description', 
    3030             'storage' => 'description', 
    3131             'type' => 'text', 
    32             'widget' => 'text', 
     32         'widget' => 'text', 
    3333        ), 
    3434    ), 
  • trunk/midcom/net.nemein.downloads/config/schemadb_config.inc

    r4446 r14774  
    66'config' => array  
    77( 
    8        'name'        => 'config', 
    9        'description' => 'Default Configuration Schema', /* This is a topic */ 
    10        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    11        'fields'      => array  
    12        
     8    'name'        => 'config', 
     9    'description' => 'Default Configuration Schema', /* This is a topic */ 
     10    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     11    'fields'      => array  
     12   
    1313        'current_release' => array 
    1414        ( 
  • trunk/midcom/net.nemein.favourites/config/manifest.inc

    r14377 r14774  
    1616        'juhana' => Array 
    1717        (   
    18               'name' => 'Juhana Hirvilahti',   
    19            'email' => 'juhana@nemein.com',   
    20            'role' => 'lead',   
    21         ), 
     18           'name' => 'Juhana Hirvilahti',   
     19            'email' => 'juhana@nemein.com',   
     20            'role' => 'lead',   
     21        ), 
    2222         'w_i' => Array 
    2323         (   
    2424            'name' => 'Jerry Jalava',   
    25            'email' => 'jerry.jalava@gmail.com',   
    26            'role' => 'lead',   
    27        ), 
     25             'email' => 'jerry.jalava@gmail.com',   
     26             'role' => 'lead',   
     27         ), 
    2828     ), 
    2929), 
  • trunk/midcom/net.nemein.featured/config/manifest.inc

    r11269 r14774  
    1515        'juhana' => Array 
    1616        (   
    17            'name' => 'Juhana Hirvilahti',   
    18            'email' => 'juhana@nemein.com',   
    19            'role' => 'lead',   
    20         ),   
     17        'name' => 'Juhana Hirvilahti',   
     18        'email' => 'juhana@nemein.com',   
     19        'role' => 'lead',   
     20    ),   
    2121     ), 
    2222), 
  • trunk/midcom/net.nemein.lastupdates/config/schemadb_config.inc

    r11089 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9        'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
    10        'fields'      => array 
    11        
     7    'name'        => 'config', 
     8    'description' => 'Default Configuration Schema', /* This is a topic */ 
     9    'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 
     10    'fields'      => array 
     11   
    1212        'date_form_show_months' => array 
    1313        ( 
     
    1818            'config_key' => 'date_form_show_months', 
    1919        ), 
    20        ), 
     20    ), 
    2121), 
  • trunk/midcom/net.nemein.netmon/config/schemadb_config.inc

    r6032 r14774  
    55 
    66'config' => array ( 
    7        'name'        => 'config', 
    8        'description' => 'Default Configuration Schema', /* This is a topic */ 
    9       &n