Skip to content

Commit

Permalink
first commit #2
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed May 24, 2020
1 parent 1f359b8 commit 58e8450
Show file tree
Hide file tree
Showing 88 changed files with 364 additions and 438 deletions.
4 changes: 2 additions & 2 deletions 5.1.0/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.1.0/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.1.0/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.2.0-RC/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.2.0-RC/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.2.0-RC/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.2.0-VB1/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.2.0-VB1/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.2.0-VB1/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.2.0-VB2/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.2.0-VB2/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.2.0-VB2/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.2.0/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.2.0/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.2.0/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.2.1/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.2.1/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.2.1/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.3.0-RC/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.3.0-RC/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.3.0-RC/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.3.0/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.3.0/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.3.0/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.4.0-RC/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
6 changes: 4 additions & 2 deletions 5.4.0-RC/vtiger-functions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
* Retrieve realpath without resolve symbolic link.
*
* @param $path
* @param null $link
*
* @return false|string
*/
function __realpath($path, $link = null)
function __realpath__($path, $link = null)
{
if ($link) {
$head = trim(substr($path, strlen($link)), '/');
Expand Down
7 changes: 0 additions & 7 deletions 5.4.0-RC/vtiger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if [[ $@ == *'--dump'* ]]; then
fi
fi

## Apply
if [[ $@ == *'--patch'* ]]; then
sed -e 's!realpath(!__realpath(!' -ri \
/var/www/html/vtlib/Vtiger/Utils.php \
/var/www/html/vtlib/Vtiger/Deprecated.php
fi

## Uninstall MySQL
if [[ $@ == *'--remove-mysql'* ]]; then
service mysql stop
Expand Down
4 changes: 2 additions & 2 deletions 5.4.0/config.performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
/* Performance paramters can be configured to fine tune vtiger CRM runtime */
/* Performance parameters can be configured to fine tune vtiger CRM runtime */
$PERFORMANCE_CONFIG = [
// Enable log4php debugging only if requried
// Enable log4php debugging only if required
'LOG4PHP_DEBUG' => getenv('LOG4PHP_DEBUG') && !in_array(strtolower(getenv('LOG4PHP_DEBUG')), ['false', '0']),

// Should the caller information be captured in SQL Logging?
Expand Down
Loading

0 comments on commit 58e8450

Please sign in to comment.