Changeset 1957


Ignore:
Timestamp:
02/01/10 15:56:17 (14 years ago)
Author:
niltonneto
Message:

Ticket #000 - Versionamento e publicação do pacote Expresso 2.0.3

Location:
branches/2.0
Files:
8 edited

Legend:

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

    r1672 r1957  
    1212 
    1313        $setup_info['admin']['name']      = 'admin'; 
    14         $setup_info['admin']['version']   = '2.0.001'; 
     14        $setup_info['admin']['version']   = '2.0.002'; 
    1515        $setup_info['admin']['app_order'] = 1; 
    1616        $setup_info['admin']['tables']    = ''; 
  • branches/2.0/calendar/setup/tables_update.inc.php

    r1672 r1957  
    7575                return $GLOBALS['setup_info']['calendar']['currentver']; 
    7676        } 
     77        $test[] = '2.0.002'; 
     78        function calendar_upgrade2_0_002() 
     79        { 
     80                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.003'; 
     81                return $GLOBALS['setup_info']['calendar']['currentver']; 
     82        } 
    7783?> 
  • branches/2.0/contactcenter/setup/setup.inc.php

    r1323 r1957  
    1717        $setup_info['contactcenter']['name']      = 'contactcenter'; 
    1818        $setup_info['contactcenter']['title']     = 'ContactCenter'; 
    19         $setup_info['contactcenter']['version']   = '2.0.000'; 
     19        $setup_info['contactcenter']['version']   = '2.0.001'; 
    2020        $setup_info['contactcenter']['app_order'] = 4; 
    2121        $setup_info['contactcenter']['enable']    = 1; 
  • branches/2.0/contactcenter/setup/tables_update.inc.php

    r1359 r1957  
    126126                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    127127        } 
     128        $test[] = '2.0.000'; 
     129        function contactcenter_upgrade2_0_000() { 
     130                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.001'; 
     131                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     132        } 
    128133?> 
  • branches/2.0/expressoMail1_2/setup/setup.inc.php

    r1672 r1957  
    1212        $setup_info['expressoMail1_2']['name']          = 'expressoMail1_2'; 
    1313        $setup_info['expressoMail1_2']['title']         = 'Expresso Mail'; 
    14         $setup_info['expressoMail1_2']['version']       = '2.0.002'; 
     14        $setup_info['expressoMail1_2']['version']       = '2.0.003'; 
    1515        $setup_info['expressoMail1_2']['app_order']     = 2; 
    1616        $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressomail_contacts'; 
  • branches/2.0/expressoMail1_2/setup/tables_update.inc.php

    r1672 r1957  
    103103                return $setup_info['expressoMail1_2']['currentver']; 
    104104        } 
     105        $test[] = '2.0.002'; 
     106        function expressoMail1_2_upgrade2_0_002() { 
     107                $setup_info['expressoMail1_2']['currentver'] = '2.0.003'; 
     108                return $setup_info['expressoMail1_2']['currentver']; 
     109        } 
    105110?> 
  • branches/2.0/phpgwapi/setup/setup.inc.php

    r1672 r1957  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.002'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.003'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.0'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.0/phpgwapi/setup/tables_update.inc.php

    r1882 r1957  
    16791679                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16801680        } 
     1681        $test[] = '2.0.002'; 
     1682        function phpgwapi_upgrade2_0_002() 
     1683        { 
     1684                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.003'; 
     1685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1686        } 
    16811687?> 
Note: See TracChangeset for help on using the changeset viewer.