Changeset 4526 for branches/2.2.0.1


Ignore:
Timestamp:
05/26/11 13:46:38 (13 years ago)
Author:
brunocosta
Message:

Ticket #1940 - Alterando versão de aplicativos para 2.2.0.1. .

Location:
branches/2.2.0.1
Files:
25 edited

Legend:

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

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

    r4269 r4526  
    88 
    99        $setup_info['agileProjects']['name'] = 'agileProjects'; 
    10         $setup_info['agileProjects']['version'] = '1.0.0'; 
     10        $setup_info['agileProjects']['version'] = '2.2.0.1'; 
    1111        $setup_info['agileProjects']['app_order'] = 10; 
    1212        $setup_info['agileProjects']['enable'] = 1; 
  • branches/2.2.0.1/calendar/setup/setup.inc.php

    r4186 r4526  
    1313        $setup_info['calendar']['name']    = 'calendar'; 
    1414        $setup_info['calendar']['title']    = 'Calendar'; 
    15         $setup_info['calendar']['version'] = '2.2.1'; 
     15        $setup_info['calendar']['version'] = '2.2.0.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

    r4237 r4526  
    8383        function calendar_upgrade2_2_000() 
    8484        { 
    85                 $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.003'; 
    86                 return $GLOBALS['setup_info']['calendar']['currentver']; 
    87         } 
    88         $test[] = '2.2.003'; 
    89         function calendar_upgrade2_2_003() 
    90         { 
    9185            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN notifications_owner INT NOT NULL default '0'"); 
    9286            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN observations text"); 
     
    9589            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ALTER title TYPE varchar(300)"); 
    9690            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal_repeats ALTER recur_exception TYPE varchar"); 
    97             $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.1'; 
     91            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.0.1'; 
    9892            return $GLOBALS['setup_info']['calendar']['currentver']; 
    9993        } 
     94 
    10095?> 
  • branches/2.2.0.1/contactcenter/setup/setup.inc.php

    r4363 r4526  
    1717        $setup_info['contactcenter']['name']      = 'contactcenter'; 
    1818        $setup_info['contactcenter']['title']     = 'ContactCenter'; 
    19         $setup_info['contactcenter']['version']   = '2.2.3'; 
     19        $setup_info['contactcenter']['version']   = '2.2.0.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

    r4363 r4526  
    5656        $test[] = '2.2.000'; 
    5757        function contactcenter_upgrade2_2_000() { 
    58                 $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.1'; 
     58                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.0.1'; 
    5959                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    6060        } 
  • branches/2.2.0.1/emailadmin/setup/setup.inc.php

    r4186 r4526  
    1414        $setup_info['emailadmin']['name']      = 'emailadmin'; 
    1515        $setup_info['emailadmin']['title']     = 'EMailAdmin'; 
    16         $setup_info['emailadmin']['version']   = '2.2.1'; 
     16        $setup_info['emailadmin']['version']   = '2.2.0.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

    r4186 r4526  
    113113   function emailadmin_upgrade2_2_000() 
    114114        { 
    115       $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.2.1'; 
     115      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.2.0.1'; 
    116116      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    117117   } 
  • branches/2.2.0.1/expressoAdmin1_2/setup/setup.inc.php

    r4294 r4526  
    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.2'; 
     15        $setup_info['expressoAdmin1_2']['version']      = '2.2.0.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

    r4294 r4526  
    6464        function expressoAdmin1_2_upgrade2_2_000() 
    6565        { 
    66                 $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.2.1'; 
     66                $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.2.0.1'; 
    6767                return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
    6868        } 
  • branches/2.2.0.1/expressoMail1_2/setup/setup.inc.php

    r4363 r4526  
    1212        $setup_info['expressoMail1_2']['name']          = 'expressoMail1_2'; 
    1313        $setup_info['expressoMail1_2']['title']         = 'Expresso Mail'; 
    14         $setup_info['expressoMail1_2']['version']       = '2.2.3'; 
     14        $setup_info['expressoMail1_2']['version']       = '2.2.0.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

    r4363 r4526  
    103103        $test[] = '2.2.000'; 
    104104        function expressoMail1_2_upgrade2_2_000() { 
    105                 $setup_info['expressoMail1_2']['currentver'] = '2.2.1'; 
     105                $setup_info['expressoMail1_2']['currentver'] = '2.2.0.1'; 
    106106                return $setup_info['expressoMail1_2']['currentver']; 
    107107        } 
  • branches/2.2.0.1/filemanager/setup/setup.inc.php

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

    r4186 r4526  
    1313        $setup_info['help']['name']      = 'help'; 
    1414        $setup_info['help']['title']     = 'User Manual and Help Page'; 
    15         $setup_info['help']['version']   = '2.2.1'; 
     15        $setup_info['help']['version']   = '2.2.0.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

    r4453 r4526  
    88        $setup_info['jabberit_messenger']['name']       = 'jabberit_messenger'; 
    99        $setup_info['jabberit_messenger']['title']      = 'Expresso Messenger'; 
    10         $setup_info['jabberit_messenger']['version']    = '2.2.1'; 
     10        $setup_info['jabberit_messenger']['version']    = '2.2.0.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

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

    r4363 r4526  
    1414        $setup_info['mobile']['name']      = 'mobile'; 
    1515        $setup_info['mobile']['title']     = 'Expresso Mini'; 
    16         $setup_info['mobile']['version']   = '2.2.3'; 
     16        $setup_info['mobile']['version']   = '2.2.0.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

    r4186 r4526  
    1414        $setup_info['news_admin']['name']      = 'news_admin'; 
    1515        $setup_info['news_admin']['title']     = 'News Admin'; 
    16         $setup_info['news_admin']['version']   = '2.2.1'; 
     16        $setup_info['news_admin']['version']   = '2.2.0.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

    r4186 r4526  
    4040        function news_admin_upgrade2_2_000() 
    4141        { 
    42                 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.2.1'; 
     42                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.2.0.1'; 
    4343                return $GLOBALS['setup_info']['news_admin']['currentver']; 
    4444        } 
  • branches/2.2.0.1/phpgwapi/setup/setup.inc.php

    r4363 r4526  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.2.3'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.0.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

    r4363 r4526  
    112112        function phpgwapi_upgrade2_2_000() 
    113113        { 
    114                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.1'; 
     114                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.0.1'; 
    115115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    116116        } 
  • branches/2.2.0.1/preferences/setup/setup.inc.php

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

    r4186 r4526  
    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.1'; 
     15        $setup_info['reports']['version']       = '2.2.0.1'; 
    1616        $setup_info['reports']['app_order']     = 17; 
    1717        $setup_info['reports']['tables']    = ''; 
  • branches/2.2.0.1/workflow/setup/setup.inc.php

    r4186 r4526  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow Management'; 
    15         $setup_info['workflow']['version']              = '2.2.1'; 
     15        $setup_info['workflow']['version']              = '2.2.0.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

    r4186 r4526  
    207207        { 
    208208                #updating the current version 
    209                 $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.1'; 
     209                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.0.1'; 
    210210                return $GLOBALS['setup_info']['workflow']['currentver']; 
    211211        } 
Note: See TracChangeset for help on using the changeset viewer.