Skip to content

Commit

Permalink
קובץ עדכון 2.2
Browse files Browse the repository at this point in the history
manifest -לא טוב
  • Loading branch information
yishaim21 committed Sep 2, 2015
1 parent 924638d commit 5248ffb
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
6 changes: 3 additions & 3 deletions old.xml → manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent></parent>
<type>update</type>
<version>1.00</version>
<from_version>2.0.0</from_version>
<to_version>2.0.0</to_version>
<from_version>2.2.0</from_version>
<to_version>2.2.0</to_version>
<dependencies>
<vtiger_version>2.0.0</vtiger_version>
<vtiger_max_version>2.1.0</vtiger_max_version>
<vtiger_max_version>2.2.0</vtiger_max_version>
</dependencies>
</module>
Binary file added merling+.rar
Binary file not shown.
18 changes: 18 additions & 0 deletions updates/files/languages/en_us/MyFile - toDelete.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): YetiForce.com
*************************************************************************************/
$languageStrings = array(


);

$jsLanguageStrings = array(

);
22 changes: 11 additions & 11 deletions updates/init.php.old → updates/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,25 @@ class YetiForceUpdate{

//layout
'layouts/vlayout/skins/glabal_style.css',
'layouts/vlayout/skins/login.css',
//'layouts/vlayout/skins/login.css',
'layouts/vlayout/skins/twilight/style.css',
'libraries/bootstrap/css/bootstrap.css',
'libraries/bootstrap3/css/bootstrap.min.css',

// reminder
'cron/SendReminder.service',
//'cron/SendReminder.service',

// mail
'modules/Emails/mail.php',
//'modules/Emails/mail.php',

// SMSNotifier
'layouts/vlayout/modules/Vtiger/SendSMSForm.tpl',
'modules/SMSNotifier/SMSNotifier.php',
'modules/SMSNotifier/actions/MassSaveAjax.php',
'modules/SMSNotifier/models/ISMSProvider.php',
'modules/SMSNotifier/models/Record.php',
'modules/SMSNotifier/providers/slng.php',
//'layouts/vlayout/modules/Vtiger/SendSMSForm.tpl',
//'modules/SMSNotifier/SMSNotifier.php',
//'modules/SMSNotifier/actions/MassSaveAjax.php',
//'modules/SMSNotifier/models/ISMSProvider.php',
//'modules/SMSNotifier/models/Record.php',
//'modules/SMSNotifier/providers/slng.php',

'modules/Vtiger/helpers/Util.php',
//'modules/Vtiger/helpers/Util.php',

);

Expand Down

0 comments on commit 5248ffb

Please sign in to comment.