ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
release1-update.php File Reference

Go to the source code of this file.

Variables

if(php_sapi_name() !='cli') if(!isset($argv[1])) $version = trim($argv[1])
 
if($is_dev=(strpos($version, 'dev')===false)) $doxyfile_c
 
 $htmlpurifier_c = file_get_contents('library/HTMLPurifier.php')
 
 $config_c = file_get_contents('library/HTMLPurifier/Config.php')
 
if($is_dev) echo "Review changes write something in WHATSNEW and FOCUS
 
if($is_dev) echo "Review changes write something in WHATSNEW and and then commit with log PHP_EOL
 
 else
 

Variable Documentation

◆ $config_c

$config_c = file_get_contents('library/HTMLPurifier/Config.php')

Definition at line 92 of file release1-update.php.

◆ $doxyfile_c

if ( $is_dev=(strpos( $version, 'dev')===false)) $doxyfile_c
Initial value:
= preg_replace(
'/(?<=PROJECT_NUMBER {9}= )[^\s]+/m',
file_get_contents('Doxyfile'),
1, $c
)
if(php_sapi_name() !='cli') if(!isset($argv[1])) $version

Definition at line 46 of file release1-update.php.

◆ $htmlpurifier_c

if (! $c) $htmlpurifier_c = file_get_contents('library/HTMLPurifier.php')

Definition at line 59 of file release1-update.php.

◆ $version

if (php_sapi_name() !='cli') if (!isset( $argv[1])) $version = trim($argv[1])

Definition at line 19 of file release1-update.php.

◆ else

else

Definition at line 108 of file release1-update.php.

◆ FOCUS

if ( $is_dev) echo "Review changes write something in WHATSNEW and FOCUS

Definition at line 107 of file release1-update.php.

◆ PHP_EOL