Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3cd365d
Min changes required by composer on php8.2
Aug 12, 2025
17b704e
[fix] small E_NOTICE errors
Aug 12, 2025
1d5e396
potwierdzenie usuniecia ze sledzenia
Aug 12, 2025
6858c99
[fix] E_NOTICE error 'continue'
Aug 13, 2025
80f16a6
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
c3dc09e
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
8dc4764
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
aa3e355
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
28565b0
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
d6c812e
[fix] E_NOTICE missing 'id' index
Aug 13, 2025
8040765
[fix] errors in cntact.tpl
Aug 14, 2025
9aeb665
[fix] errors in cntact.tpl
Aug 14, 2025
9050f84
[fix] Deprecated: Constant E_STRICT in php8
Aug 14, 2025
6327302
[fix] Deprecated: E_STRICT in php8
Aug 14, 2025
bf69de8
[fix] auto string to int disabled in php8
Aug 14, 2025
c32bc5d
[fix] theme problems
Aug 18, 2025
52606a7
[fix] order for back key
Aug 19, 2025
7418298
[fix] Html() new variable to call javascript function, () but not int…
Aug 20, 2025
bf466c6
[fix] small changes in theme (menu and actinbar)
Aug 20, 2025
eee2c4e
[fix] change version
Aug 20, 2025
918ba35
[fix] back to old TB css
Aug 20, 2025
13e48e6
[fix] rb error 'Trying to access array offset on null' when rb is emp…
Aug 22, 2025
81ec566
[compatybility] remove flash from epesi (lib and from reports);
Aug 28, 2025
49faa03
[compatibility] curency value as float not string
Aug 29, 2025
6715969
[improvement] reports csv eksport should use export params
Aug 29, 2025
e9d2374
[compatybility] remove flash from epesi (lib and from reports);
Aug 29, 2025
7f92a30
[improvement] Reports: maximum number of controls in the screen width…
Aug 29, 2025
7eab83e
[fix] messager only definition
Aug 29, 2025
5b50f91
[fix] correcting gffield hedder not found
Aug 29, 2025
4f71ae7
[NEW] strpos modifier for SMARTY (to eliminate E_DEPRECATED)
Sep 2, 2025
9b9e705
[FIX] null variable in theme while empty rb, and add abilities to use…
Sep 3, 2025
e1329da
[FIX] No info while new record was not created because of database error
Sep 4, 2025
f1eb05a
[FIX] qf error while edit acces on rb by administrator panel
Sep 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ vendor

tests/config.yml
.history/

composer.json
composer.lock
.gitignore
48 changes: 0 additions & 48 deletions .vscode/launch.json

This file was deleted.

6 changes: 3 additions & 3 deletions check.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
// ********************* SYSTEM ***********************
$system_tests = array();
$php_version = phpversion();
$desired_version = '5.4';
$desired_version = '8.0.0';
$php_version_ok = version_compare($php_version, $desired_version, '>=');
$status = $php_version_ok ? $php_version : $php_version . ' - EPESI requires at least ' . $desired_version;
$system_tests[] = array('label' => 'PHP version', 'status' => $status, 'severity' => $php_version_ok ? 0 : 2);
Expand All @@ -105,11 +105,11 @@

// ********************* ERRORS ***********************
$err = error_reporting();
$strict = (($err | E_STRICT) == $err);
$strict = (($err | E_DEPRECATED) == $err);
$display = ini_get('display_errors');

$error_tests = array();
$error_tests[] = array('label'=>'Strict errors reporting', 'status'=>!$strict?'Disabled':'Enabled', 'severity'=>!$strict?0:2);
$error_tests[] = array('label'=>'Deprecated errors reporting', 'status'=>!$strict?'Disabled':'Enabled', 'severity'=>!$strict?0:2);
$error_tests[] = array('label'=>'Error display', 'status'=>$display?'On':'Off', 'severity'=>$display?0:1);

$checks[] = array('label'=>'Error reporting', 'tests'=>$error_tests, 'solution'=>'http://forum.epesibim.com');
Expand Down
22 changes: 9 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"require" : {
"pimple/pimple" : "^3.0",
"twig/twig" : "^1.24",
"symfony/console" : "^2.7",
"symfony/http-foundation" : "^2.7",
"symfony/console" : "^3",
"symfony/http-foundation" : "^3",
"phpdocumentor/reflection-docblock" : "~5",
"fzaninotto/faker" : "^1.6",
"phpfastcache/phpfastcache" : "^5.0",
"ifsnop/mysqldump-php" : "dev-master",
"memio/memio" : "^2.0",
"psy/psysh" : "@stable",
"memio/memio" : "^3.0",
"psy/psysh" : "^0.12",
"enyo/dropzone" : "@stable",
"ezyang/htmlpurifier" : "^4.10",
"moneyphp/money" : "^3.0",
Expand All @@ -18,10 +17,11 @@
},
"scripts" : {
"post-install-cmd" : [
"@composer -d=\"modules/CRM/Mail\" install",
"@composer -d=\"modules/Libs/PHPExcel\" install",
"@composer -d=\"modules/Libs/TCPDF\" install",
"@composer -d=\"modules/Libs/QuickForm\" install"
"@composer -d \"modules/CRM/Mail\" update",
"@composer -d \"modules/Libs/PHPExcel\" update",
"@composer -d \"modules/Libs/TCPDF\" update",
"@composer -d \"modules/Libs/QuickForm\" update",
"@composer -d modules/Base/Theme update"
]
},
"autoload" : {
Expand All @@ -32,9 +32,5 @@
"psr-0" : {
"" : "modules/"
}
},
"require-dev" : {
"codeception/codeception" : "*",
"codeception/aspect-mock" : "*"
}
}
Loading