Changeset 8142
- Timestamp:
- 05/06/13 18:33:29 (10 years ago)
- Location:
- trunk
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['admin']['name'] = 'admin'; 14 14 $setup_info['admin']['title'] = 'Admin'; 15 $setup_info['admin']['version'] = '2.5. 0';15 $setup_info['admin']['version'] = '2.5.1'; 16 16 $setup_info['admin']['app_order'] = 1; 17 17 $setup_info['admin']['tables'] = ''; … … 48 48 $setup_info['admin']['depends'][] = array( 49 49 'appname' => 'phpgwapi', 50 'versions' => Array('2.5. 0')50 'versions' => Array('2.5.1.1') 51 51 ); 52 52 ?> -
trunk/contactcenter/setup/setup.inc.php
r7516 r8142 17 17 $setup_info['contactcenter']['name'] = 'contactcenter'; 18 18 $setup_info['contactcenter']['title'] = 'ContactCenter'; 19 $setup_info['contactcenter']['version'] = '2.5. 0';19 $setup_info['contactcenter']['version'] = '2.5.1'; 20 20 $setup_info['contactcenter']['app_order'] = 4; 21 21 $setup_info['contactcenter']['enable'] = 1; … … 77 77 $setup_info['contactcenter']['depends'][] = array( 78 78 'appname' => 'phpgwapi', 79 'versions' => Array('2.5. 0')79 'versions' => Array('2.5.1.1') 80 80 ); 81 81 ?> -
trunk/contactcenter/setup/tables_update.inc.php
r7516 r8142 100 100 } 101 101 $test[] = '2.4.2'; 102 function contactcenter_upgrade2_4_2() { 103 $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.0'; 104 return $GLOBALS['setup_info']['contactcenter']['currentver']; 105 } 102 function contactcenter_upgrade2_4_2() { 103 $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.0'; 104 return $GLOBALS['setup_info']['contactcenter']['currentver']; 105 } 106 107 $test[] = '2.5.0'; 108 function contactcenter_upgrade2_5_0() { 109 $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.1'; 110 return $GLOBALS['setup_info']['contactcenter']['currentver']; 111 } 106 112 ?> -
trunk/emailadmin/setup/setup.inc.php
r7516 r8142 14 14 $setup_info['emailadmin']['name'] = 'emailadmin'; 15 15 $setup_info['emailadmin']['title'] = 'EMailAdmin'; 16 $setup_info['emailadmin']['version'] = '2.5. 0';16 $setup_info['emailadmin']['version'] = '2.5.1'; 17 17 $setup_info['emailadmin']['app_order'] = 10; 18 18 $setup_info['emailadmin']['enable'] = 2; … … 40 40 $setup_info['emailadmin']['depends'][] = array( 41 41 'appname' => 'phpgwapi', 42 'versions' => Array('2.5. 0')42 'versions' => Array('2.5.1.1') 43 43 ); 44 44 -
trunk/emailadmin/setup/tables_update.inc.php
r7516 r8142 142 142 return $GLOBALS['setup_info']['emailadmin']['currentver']; 143 143 } 144 $test[] = '2.4.2'; 145 function emailadmin_upgrade2_4_2() 146 { 147 $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.0'; 148 return $GLOBALS['setup_info']['emailadmin']['currentver']; 149 } 144 $test[] = '2.4.2'; 145 function emailadmin_upgrade2_4_2() 146 { 147 $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.0'; 148 return $GLOBALS['setup_info']['emailadmin']['currentver']; 149 } 150 151 $test[] = '2.5.0'; 152 function emailadmin_upgrade2_5_0() 153 { 154 $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.1'; 155 return $GLOBALS['setup_info']['emailadmin']['currentver']; 156 } 150 157 151 158 ?> -
trunk/expressoAdmin1_2/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['expressoAdmin1_2']['title'] = 'Expresso Admin'; 14 14 /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 15 $setup_info['expressoAdmin1_2']['version'] = '2.5. 0';15 $setup_info['expressoAdmin1_2']['version'] = '2.5.1'; 16 16 $setup_info['expressoAdmin1_2']['app_order'] = 1; 17 17 $setup_info['expressoAdmin1_2']['tables'][] = 'phpgw_expressoadmin'; … … 37 37 $setup_info['expressoAdmin1_2']['depends'][] = array( 38 38 'appname' => 'phpgwapi', 39 'versions' => Array('2.5. 0')39 'versions' => Array('2.5.1.1') 40 40 ); 41 41 ?> -
trunk/expressoAdmin1_2/setup/tables_update.inc.php
r7655 r8142 339 339 } 340 340 $test[] = '2.4.2'; 341 function expressoAdmin1_2_upgrade2_4_2() 342 { 343 $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.0'; 344 return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 345 } 341 function expressoAdmin1_2_upgrade2_4_2() 342 { 343 $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.0'; 344 return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 345 } 346 347 $test[] = '2.5.0'; 348 function expressoAdmin1_2_upgrade2_5_0() 349 { 350 $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.1'; 351 return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 352 } 346 353 ?> -
trunk/expressoMail1_2/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['expressoMail1_2']['name'] = 'expressoMail1_2'; 14 14 $setup_info['expressoMail1_2']['title'] = 'Expresso Mail'; 15 $setup_info['expressoMail1_2']['version'] = '2.5. 0';15 $setup_info['expressoMail1_2']['version'] = '2.5.1'; 16 16 $setup_info['expressoMail1_2']['app_order'] = 2; 17 17 $setup_info['expressoMail1_2']['tables'][] = 'phpgw_certificados'; … … 46 46 $setup_info['expressoMail1_2']['depends'][] = array( 47 47 'appname' => 'phpgwapi', 48 'versions' => Array('2.5. 0')48 'versions' => Array('2.5.1.1') 49 49 ); 50 50 -
trunk/expressoMail1_2/setup/tables_update.inc.php
r7516 r8142 330 330 331 331 $test[] = '2.4.8.2'; 332 function expressoMail1_2_upgrade2_4_8_2() { 333 $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.0'; 334 return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 335 } 336 332 function expressoMail1_2_upgrade2_4_8_2() { 333 $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.0'; 334 return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 335 } 336 337 $test[] = '2.5.0'; 338 function expressoMail1_2_upgrade2_5_0() { 339 $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.1'; 340 return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 341 } 337 342 ?> -
trunk/filemanager/setup/setup.inc.php
r7516 r8142 14 14 $setup_info['filemanager']['name'] = 'filemanager'; 15 15 $setup_info['filemanager']['title'] = 'Filemanager'; 16 $setup_info['filemanager']['version'] = '2.5. 0';16 $setup_info['filemanager']['version'] = '2.5.1'; 17 17 $setup_info['filemanager']['app_order'] = 6; 18 18 $setup_info['filemanager']['enable'] = 1; … … 28 28 $setup_info['filemanager']['maintainer'] .= 'Coordenador do Projeto : Nilton Emilio Buhrer Neto<br/><br/>'; 29 29 30 $setup_info['filemanager']['tables'][] = 'phpgw_vfs';31 30 $setup_info['filemanager']['tables'][] = 'phpgw_vfs_quota'; 32 31 $setup_info['filemanager']['tables'][] = 'phpgw_filemanager_notification'; … … 48 47 ( 49 48 'appname' => 'phpgwapi', 50 'versions' => array('2.5. 0')49 'versions' => array('2.5.1.1') 51 50 ); 52 51 ?> -
trunk/header.inc.php.template
r7503 r8142 119 119 $GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; 120 120 unset($setup_info); 121 $GLOBALS['phpgw_info']['server']['versions']['header'] = '2.5. 0';121 $GLOBALS['phpgw_info']['server']['versions']['header'] = '2.5.1'; 122 122 /* This is a fix for NT */ 123 123 if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || !$GLOBALS['phpgw_info']['flags']['noapi'] == True) -
trunk/help/setup/setup.inc.php
r7517 r8142 13 13 $setup_info['help']['name'] = 'help'; 14 14 $setup_info['help']['title'] = 'User Manual and Help Page'; 15 $setup_info['help']['version'] = '2.5. 0';15 $setup_info['help']['version'] = '2.5.1'; 16 16 $setup_info['help']['app_order'] = 5; 17 17 $setup_info['help']['enable'] = 2; // Invisible on top (navigation bar) … … 26 26 $setup_info['help']['depends'][] = array( 27 27 'appname' => 'phpgwapi', 28 'versions' => Array('2.5. 0')28 'versions' => Array('2.5.1.1') 29 29 ); 30 30 ?> -
trunk/jabberit_messenger/setup/setup.inc.php
r7516 r8142 8 8 $setup_info['jabberit_messenger']['name'] = 'jabberit_messenger'; 9 9 $setup_info['jabberit_messenger']['title'] = 'Expresso Messenger'; 10 $setup_info['jabberit_messenger']['version'] = '2.5. 0';10 $setup_info['jabberit_messenger']['version'] = '2.5.1'; 11 11 $setup_info['jabberit_messenger']['app_order'] = 9; 12 12 $setup_info['jabberit_messenger']['enable'] = 1; … … 27 27 $setup_info['jabberit_messenger']['depends'][] = array( 28 28 'appname' => 'phpgwapi', 29 'versions' => Array('2.5. 0')29 'versions' => Array('2.5.1.1') 30 30 ); 31 31 ?> -
trunk/listAdmin/setup/setup.inc.php
r7516 r8142 9 9 $setup_info['listAdmin']['name'] = 'listAdmin'; 10 10 $setup_info['listAdmin']['title'] = 'Mailman Admin'; 11 $setup_info['listAdmin']['version'] = '2.5. 0';11 $setup_info['listAdmin']['version'] = '2.5.1'; 12 12 $setup_info['listAdmin']['app_order'] = 10; 13 13 $setup_info['listAdmin']['enable'] = 1; … … 30 30 $setup_info['listAdmin']['depends'][] = array( 31 31 'appname' => 'phpgwapi', 32 'versions' => Array('2. 0','2.1','2.2','2.4', '2.5.0')32 'versions' => Array('2.5.1.1') 33 33 ); 34 34 ?> -
trunk/mobile/setup/setup.inc.php
r7516 r8142 14 14 $setup_info['mobile']['name'] = 'mobile'; 15 15 $setup_info['mobile']['title'] = 'Expresso Mini'; 16 $setup_info['mobile']['version'] = '2.5. 0';16 $setup_info['mobile']['version'] = '2.5.1'; 17 17 $setup_info['mobile']['app_order'] = 4; 18 18 $setup_info['mobile']['enable'] = 2; … … 39 39 $setup_info['mobile']['depends'][] = array( 40 40 'appname' => 'phpgwapi', 41 'versions' => Array('2.5. 0')41 'versions' => Array('2.5.1.1') 42 42 ); 43 43 ?> -
trunk/news_admin/setup/setup.inc.php
r7516 r8142 14 14 $setup_info['news_admin']['name'] = 'news_admin'; 15 15 $setup_info['news_admin']['title'] = 'News Admin'; 16 $setup_info['news_admin']['version'] = '2.5. 0';16 $setup_info['news_admin']['version'] = '2.5.1'; 17 17 $setup_info['news_admin']['app_order'] = 16; 18 18 $setup_info['news_admin']['enable'] = 1; … … 31 31 $setup_info['news_admin']['depends'][] = array( 32 32 'appname' => 'phpgwapi', 33 'versions' => Array('2.5. 0')33 'versions' => Array('2.5.1.1') 34 34 ); 35 35 -
trunk/news_admin/setup/tables_update.inc.php
r7516 r8142 80 80 } 81 81 82 $test[] = '2.4.1'; 83 function news_admin_upgrade2_4_1() 84 { 85 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.2'; 86 return $GLOBALS['setup_info']['news_admin']['currentver']; 87 } 82 $test[] = '2.4.1'; 83 function news_admin_upgrade2_4_1() 84 { 85 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.2'; 86 return $GLOBALS['setup_info']['news_admin']['currentver']; 87 } 88 88 89 $test[] = '2.4.2'; 89 90 91 92 93 90 function news_admin_upgrade2_4_2() 91 { 92 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.5.0'; 93 return $GLOBALS['setup_info']['news_admin']['currentver']; 94 } 94 95 96 $test[] = '2.5.0'; 97 function news_admin_upgrade2_5_0() 98 { 99 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.5.1'; 100 return $GLOBALS['setup_info']['news_admin']['currentver']; 101 } 95 102 ?> -
trunk/phpgwapi/setup/setup.inc.php
r7909 r8142 14 14 $setup_info['phpgwapi']['name'] = 'phpgwapi'; 15 15 $setup_info['phpgwapi']['title'] = 'API'; 16 $setup_info['phpgwapi']['version'] = '2.5.1 ';17 $setup_info['phpgwapi']['versions']['current_header'] = '2.5. 0';16 $setup_info['phpgwapi']['version'] = '2.5.1.0'; 17 $setup_info['phpgwapi']['versions']['current_header'] = '2.5.1'; 18 18 $setup_info['phpgwapi']['enable'] = 3; 19 19 $setup_info['phpgwapi']['app_order'] = 1; … … 41 41 $setup_info['phpgwapi']['tables'][] = 'phpgw_history_log'; 42 42 $setup_info['phpgwapi']['tables'][] = 'phpgw_async'; 43 44 45 46 -
trunk/phpgwapi/setup/tables_baseline.inc.php
r2 r8142 108 108 'sessionid' => array('type' => 'varchar', 'precision' => 30), 109 109 'loginid' => array('type' => 'varchar', 'precision' => 30), 110 'ip' => array('type' => 'varchar', 'precision' => 30),110 'ip' => array('type' => 'varchar', 'precision' => 255), 111 111 'li' => array('type' => 'int', 'precision' => 4), 112 112 'lo' => array('type' => 'int', 'precision' => 4) -
trunk/phpgwapi/setup/tables_update.inc.php
r7909 r8142 20 20 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.008'; 21 21 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 22 23 22 } 24 23 … … 28 27 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.0.pre-alpha'; 29 28 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 30 31 29 } 32 30 … … 179 177 function phpgwapi_upgrade2_4_2() 180 178 { 181 182 179 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.0'; 180 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 183 181 } 184 182 … … 186 184 function phpgwapi_upgrade2_5_0() 187 185 { 188 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1'; 189 global $setup_info,$phpgw_setup; 190 $phpgw_setup->oProc->query("ALTER TABLE phpgw_access_log ALTER COLUMN ip TYPE character varying(255) "); 191 192 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 193 } 194 195 186 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1'; 187 global $setup_info,$phpgw_setup; 188 $phpgw_setup->oProc->query("ALTER TABLE phpgw_access_log ALTER COLUMN ip TYPE character varying(255) "); 189 190 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 191 } 192 193 $test[] = '2.5.1'; 194 function phpgwapi_upgrade2_5_1() 195 { 196 global $phpgw_setup; 197 198 $phpgw_setup->oProc->query( 'select * from information_schema.tables where table_name= \'phpgw_vfs\''); 199 if( !$phpgw_setup->oProc->next_record() ) 200 { 201 $phpgw_setup->oProc->CreateTable('phpgw_vfs', array( 202 'fd' => array( 203 'file_id' => array('type' => 'auto','nullable' => False), 204 'owner_id' => array('type' => 'int','precision' => '4','nullable' => False), 205 'createdby_id' => array('type' => 'int','precision' => '4'), 206 'modifiedby_id' => array('type' => 'int','precision' => '4'), 207 'created' => array('type' => 'timestamp','nullable' => False,'default' => '1970-01-01'), 208 'modified' => array('type' => 'timestamp'), 209 'size' => array('type' => 'int','precision' => '4'), 210 'mime_type' => array('type' => 'varchar','precision' => '64'), 211 'deleteable' => array('type' => 'char','precision' => '1','default' => 'Y'), 212 'comment' => array('type' => 'varchar','precision' => '255'), 213 'app' => array('type' => 'varchar','precision' => '25'), 214 'directory' => array('type' => 'varchar','precision' => '255'), 215 'name' => array('type' => 'varchar','precision' => '128','nullable' => False), 216 'link_directory' => array('type' => 'varchar','precision' => '255'), 217 'link_name' => array('type' => 'varchar','precision' => '128'), 218 'version' => array('type' => 'varchar','precision' => '30','nullable' => False,'default' => '0.0.0.0'), 219 'content' => array('type' => 'longtext') 220 ) 221 )); 222 } 223 224 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1.0'; 225 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 226 } 196 227 ?> -
trunk/preferences/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['preferences']['name'] = 'preferences'; 14 14 $setup_info['preferences']['title'] = 'Preferences'; 15 $setup_info['preferences']['version'] = '2.5. 0';15 $setup_info['preferences']['version'] = '2.5.1'; 16 16 $setup_info['preferences']['app_order'] = 1; 17 17 $setup_info['preferences']['tables'] = ''; … … 28 28 $setup_info['preferences']['depends'][] = array( 29 29 'appname' => 'phpgwapi', 30 'versions' => Array('2.5. 0')30 'versions' => Array('2.5.1.1') 31 31 ); 32 32 ?> -
trunk/reports/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['reports']['title'] = 'Expresso Reports'; 14 14 /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 15 $setup_info['reports']['version'] = '2.5. 0';15 $setup_info['reports']['version'] = '2.5.1'; 16 16 $setup_info['reports']['app_order'] = 17; 17 17 $setup_info['reports']['tables'] = ''; … … 41 41 $setup_info['reports']['depends'][] = array( 42 42 'appname' => 'phpgwapi', 43 'versions' => Array('2.5. 0')43 'versions' => Array('2.5.1.1') 44 44 ); 45 45 ?> -
trunk/workflow/setup/setup.inc.php
r7516 r8142 13 13 $setup_info['workflow']['name'] = 'workflow'; 14 14 $setup_info['workflow']['title'] = 'Workflow Management'; 15 $setup_info['workflow']['version'] = '2.5. 0';15 $setup_info['workflow']['version'] = '2.5.1'; 16 16 $setup_info['workflow']['app_order'] = 10; 17 17 $setup_info['workflow']['enable'] = 1; … … 59 59 $setup_info['workflow']['depends'][] = array( 60 60 'appname' => 'phpgwapi', 61 'versions' => Array(' 1.2', '2.0', '2.2', '2.4', '2.5')61 'versions' => Array('2.5.1.1') 62 62 ); 63 63 $setup_info['workflow']['depends'][] = array( 64 64 'appname' => 'preferences', 65 'versions' => Array(' 0.9.13.002', '2.0', '2.2', '2.5.0')65 'versions' => Array('2.5.1') 66 66 ); 67 67 ?> -
trunk/workflow/setup/tables_update.inc.php
r7516 r8142 360 360 return $GLOBALS['setup_info']['workflow']['currentver']; 361 361 } 362 $test[] = '2.4.2'; 363 function workflow_upgrade2_4_2() 364 { 365 $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 366 return $GLOBALS['setup_info']['workflow']['currentver']; 367 } 362 363 $test[] = '2.4.2'; 364 function workflow_upgrade2_4_2() 365 { 366 $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 367 return $GLOBALS['setup_info']['workflow']['currentver']; 368 } 369 370 $test[] = '2.5.0'; 371 function workflow_upgrade2_5_0() 372 { 373 $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.1'; 374 return $GLOBALS['setup_info']['workflow']['currentver']; 375 } 368 376 369 377 -
trunk/zpush/setup/setup.inc.php
r7589 r8142 13 13 $setup_info['zpush']['title'] = 'Z-Push' ; 14 14 /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 15 $setup_info['zpush']['version'] = '2.5. 0';15 $setup_info['zpush']['version'] = '2.5.1'; 16 16 $setup_info['zpush']['app_order'] = 10; 17 17
Note: See TracChangeset
for help on using the changeset viewer.