Changeset 4186


Ignore:
Timestamp:
04/29/11 14:59:42 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrigido numeração das versões de acordo com o novo modelo. r4173

Location:
branches/2.2.0.1
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/admin/setup/setup.inc.php

    r3772 r4186  
    1313        $setup_info['admin']['name']      = 'admin'; 
    1414        $setup_info['admin']['title']      = 'Admin'; 
    15         $setup_info['admin']['version']   = '2.2.000'; 
     15        $setup_info['admin']['version']   = '2.2.1'; 
    1616        $setup_info['admin']['app_order'] = 1; 
    1717        $setup_info['admin']['tables']    = ''; 
  • branches/2.2.0.1/calendar/setup/setup.inc.php

    r3968 r4186  
    1313        $setup_info['calendar']['name']    = 'calendar'; 
    1414        $setup_info['calendar']['title']    = 'Calendar'; 
    15         $setup_info['calendar']['version'] = '2.2.003'; 
     15        $setup_info['calendar']['version'] = '2.2.1'; 
    1616        $setup_info['calendar']['app_order'] = 3; 
    1717        $setup_info['calendar']['enable']  = 1; 
  • branches/2.2.0.1/calendar/setup/tables_update.inc.php

    r4128 r4186  
    8686            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN alter_by varchar(160)"); 
    8787            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN attachment text"); 
    88             $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.001'; 
     88            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ALTER title TYPE varchar(300)"); 
     89            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal_repeats ALTER recur_exception TYPE varchar"); 
     90            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.1'; 
    8991            return $GLOBALS['setup_info']['calendar']['currentver']; 
    9092        } 
    91         $test[] = '2.2.001'; 
    92         function calendar_upgrade2_2_001() 
    93         { 
    94             $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ALTER title TYPE varchar(300)"); 
    95             $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.002'; 
    96             return $GLOBALS['setup_info']['calendar']['currentver']; 
    97         } 
    98         $test[] = '2.2.002'; 
    99         function calendar_upgrade2_2_002() 
    100         { 
    101             $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal_repeats ALTER recur_exception TYPE varchar"); 
    102             $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.003'; 
    103             return $GLOBALS['setup_info']['calendar']['currentver']; 
    104         } 
    10593?> 
  • branches/2.2.0.1/contactcenter/setup/setup.inc.php

    r3031 r4186  
    1717        $setup_info['contactcenter']['name']      = 'contactcenter'; 
    1818        $setup_info['contactcenter']['title']     = 'ContactCenter'; 
    19         $setup_info['contactcenter']['version']   = '2.2.000'; 
     19        $setup_info['contactcenter']['version']   = '2.2.1'; 
    2020        $setup_info['contactcenter']['app_order'] = 4; 
    2121        $setup_info['contactcenter']['enable']    = 1; 
  • branches/2.2.0.1/contactcenter/setup/tables_update.inc.php

    r3765 r4186  
    5353                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.000'; 
    5454                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    55         }        
     55        } 
     56        $test[] = '2.2.000'; 
     57        function contactcenter_upgrade2_2_000() { 
     58                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.1'; 
     59                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     60        } 
    5661?> 
  • branches/2.2.0.1/emailadmin/setup/setup.inc.php

    r3031 r4186  
    1414        $setup_info['emailadmin']['name']      = 'emailadmin'; 
    1515        $setup_info['emailadmin']['title']     = 'EMailAdmin'; 
    16         $setup_info['emailadmin']['version']   = '2.2.000'; 
     16        $setup_info['emailadmin']['version']   = '2.2.1'; 
    1717        $setup_info['emailadmin']['app_order'] = 10; 
    1818        $setup_info['emailadmin']['enable']    = 2; 
  • branches/2.2.0.1/emailadmin/setup/tables_update.inc.php

    r3173 r4186  
    110110      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    111111   } 
     112   $test[] = '2.2.000'; 
     113   function emailadmin_upgrade2_2_000() 
     114        { 
     115      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.2.1'; 
     116      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     117   } 
    112118?> 
  • branches/2.2.0.1/expressoAdmin1_2/setup/setup.inc.php

    r3031 r4186  
    1313        $setup_info['expressoAdmin1_2']['title']        = 'Expresso Admin'; 
    1414        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 
    15         $setup_info['expressoAdmin1_2']['version']      = '2.2.000'; 
     15        $setup_info['expressoAdmin1_2']['version']      = '2.2.1'; 
    1616        $setup_info['expressoAdmin1_2']['app_order']    = 1; 
    1717        $setup_info['expressoAdmin1_2']['tables'][]             = 'phpgw_expressoadmin'; 
  • branches/2.2.0.1/expressoAdmin1_2/setup/tables_update.inc.php

    r3046 r4186  
    6161                return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
    6262        } 
     63        $test[] = '2.2.000'; 
     64        function expressoAdmin1_2_upgrade2_2_000() 
     65        { 
     66                $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.2.1'; 
     67                return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
     68        } 
    6369?> 
  • branches/2.2.0.1/expressoMail1_2/setup/setup.inc.php

    r3031 r4186  
    1212        $setup_info['expressoMail1_2']['name']          = 'expressoMail1_2'; 
    1313        $setup_info['expressoMail1_2']['title']         = 'Expresso Mail'; 
    14         $setup_info['expressoMail1_2']['version']       = '2.2.000'; 
     14        $setup_info['expressoMail1_2']['version']       = '2.2.1'; 
    1515        $setup_info['expressoMail1_2']['app_order']     = 2; 
    1616        $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressomail_contacts'; 
  • branches/2.2.0.1/expressoMail1_2/setup/tables_update.inc.php

    r3857 r4186  
    101101                return $setup_info['expressoMail1_2']['currentver']; 
    102102        }        
     103        $test[] = '2.2.000'; 
     104        function expressoMail1_2_upgrade2_2_000() { 
     105                $setup_info['expressoMail1_2']['currentver'] = '2.2.1'; 
     106                return $setup_info['expressoMail1_2']['currentver']; 
     107        } 
    103108?> 
  • branches/2.2.0.1/filemanager/setup/setup.inc.php

    r3956 r4186  
    1414        $setup_info['filemanager']['name']    = 'filemanager'; 
    1515        $setup_info['filemanager']['title']   = 'Filemanager'; 
    16         $setup_info['filemanager']['version'] = '2.2.000'; 
     16        $setup_info['filemanager']['version'] = '2.2.1'; 
    1717        $setup_info['filemanager']['app_order'] = 6; 
    1818        $setup_info['filemanager']['enable']  = 1; 
  • branches/2.2.0.1/help/setup/setup.inc.php

    r3031 r4186  
    1313        $setup_info['help']['name']      = 'help'; 
    1414        $setup_info['help']['title']     = 'User Manual and Help Page'; 
    15         $setup_info['help']['version']   = '2.2.000'; 
     15        $setup_info['help']['version']   = '2.2.1'; 
    1616        $setup_info['help']['app_order'] = 5; 
    1717        $setup_info['help']['enable']    = 2;   // Invisible on top (navigation bar) 
  • branches/2.2.0.1/jabberit_messenger/setup/setup.inc.php

    r3772 r4186  
    88        $setup_info['jabberit_messenger']['name']       = 'jabberit_messenger'; 
    99        $setup_info['jabberit_messenger']['title']      = 'Expresso Messenger'; 
    10         $setup_info['jabberit_messenger']['version']    = '2.2.000'; 
     10        $setup_info['jabberit_messenger']['version']    = '2.2.1'; 
    1111        $setup_info['jabberit_messenger']['app_order']  = 9; 
    1212        $setup_info['jabberit_messenger']['enable']     = 1; 
  • branches/2.2.0.1/listAdmin/setup/setup.inc.php

    r3772 r4186  
    99        $setup_info['listAdmin']['name'] = 'listAdmin'; 
    1010        $setup_info['listAdmin']['title'] = 'Mailman Admin'; 
    11         $setup_info['listAdmin']['version'] = '2.2.000'; 
     11        $setup_info['listAdmin']['version'] = '2.2.1'; 
    1212        $setup_info['listAdmin']['app_order'] = 10; 
    1313        $setup_info['listAdmin']['enable'] = 1; 
  • branches/2.2.0.1/mobile/setup/setup.inc.php

    r3797 r4186  
    1414        $setup_info['mobile']['name']      = 'mobile'; 
    1515        $setup_info['mobile']['title']     = 'Expresso Mini'; 
    16         $setup_info['mobile']['version']   = '2.2.000'; 
     16        $setup_info['mobile']['version']   = '2.2.1'; 
    1717        $setup_info['mobile']['app_order'] = 4; 
    1818        $setup_info['mobile']['enable']    = 2; 
  • branches/2.2.0.1/news_admin/setup/setup.inc.php

    r3772 r4186  
    1414        $setup_info['news_admin']['name']      = 'news_admin'; 
    1515        $setup_info['news_admin']['title']     = 'News Admin'; 
    16         $setup_info['news_admin']['version']   = '2.2.000'; 
     16        $setup_info['news_admin']['version']   = '2.2.1'; 
    1717        $setup_info['news_admin']['app_order'] = 16; 
    1818        $setup_info['news_admin']['enable']    = 1; 
  • branches/2.2.0.1/news_admin/setup/tables_update.inc.php

    r3031 r4186  
    3737                return $GLOBALS['setup_info']['news_admin']['currentver']; 
    3838        }        
     39        $test[] = '2.2.000'; 
     40        function news_admin_upgrade2_2_000() 
     41        { 
     42                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.2.1'; 
     43                return $GLOBALS['setup_info']['news_admin']['currentver']; 
     44        } 
    3945?> 
  • branches/2.2.0.1/phpgwapi/setup/setup.inc.php

    r3772 r4186  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.2.000'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.1'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.2'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.2.0.1/phpgwapi/setup/tables_update.inc.php

    r3857 r4186  
    109109                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    110110        } 
     111        $test[] = '2.2.000'; 
     112        function phpgwapi_upgrade2_2_000() 
     113        { 
     114                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.1'; 
     115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     116        } 
    111117?> 
  • branches/2.2.0.1/preferences/setup/setup.inc.php

    r3031 r4186  
    1313        $setup_info['preferences']['name']      = 'preferences'; 
    1414        $setup_info['preferences']['title']     = 'Preferences'; 
    15         $setup_info['preferences']['version']   = '2.2.000'; 
     15        $setup_info['preferences']['version']   = '2.2.1'; 
    1616        $setup_info['preferences']['app_order'] = 1; 
    1717        $setup_info['preferences']['tables']    = ''; 
  • branches/2.2.0.1/reports/setup/setup.inc.php

    r3763 r4186  
    1313        $setup_info['reports']['title']         = 'Expresso Reports'; 
    1414        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 
    15         $setup_info['reports']['version']       = '2.2.000'; 
     15        $setup_info['reports']['version']       = '2.2.1'; 
    1616        $setup_info['reports']['app_order']     = 17; 
    1717        $setup_info['reports']['tables']    = ''; 
  • branches/2.2.0.1/workflow/setup/setup.inc.php

    r3772 r4186  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow Management'; 
    15         $setup_info['workflow']['version']              = '2.2.000'; 
     15        $setup_info['workflow']['version']              = '2.2.1'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
  • branches/2.2.0.1/workflow/setup/tables_update.inc.php

    r3255 r4186  
    203203                return $GLOBALS['setup_info']['workflow']['currentver']; 
    204204        } 
     205        $test[] = '2.2.000'; 
     206        function workflow_upgrade2_2_000() 
     207        { 
     208                #updating the current version 
     209                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.1'; 
     210                return $GLOBALS['setup_info']['workflow']['currentver']; 
     211        } 
    205212?> 
Note: See TracChangeset for help on using the changeset viewer.