dolibarr/htdocs/core
MDW e6630cd7d1
Qual: Improve dol_syslog (#30782)
* Qual: 🛟 Fix reference to $db with $this->db

# Qual: reference to $db with $this->db

$db was undeclared, use $this->db.

* Fix suspected issue with environment max size and md5sum working on limited files

* Qual: Fix LDAP typing

* Qual: Improve dol_syslog

# Qual: Improve dol_syslog

The changes:
- Keep the log file open for less time (better for concurrency);
- Open the log file only to append data (no internal preparation for writing);
- Avoids re-assigning a constant array;
- Add PHPDoc information about the array parameters and return values;
- May reduce the computation of global settings;
- Result in a slight performance improvement.
2024-08-29 08:49:27 +02:00
..
ajax NEW intervention signed status update (#30629) 2024-08-27 07:01:03 +02:00
boxes Qual: Enable phan on modulebuilder (#30652) 2024-08-18 18:16:08 +02:00
class Qual: Improve dol_syslog (#30782) 2024-08-29 08:49:27 +02:00
data
db Qual: Fix $fields related notices with Phan (#30704) 2024-08-21 13:23:35 +02:00
filemanagerdol Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-28 19:13:48 +02:00
js Clean code for vat check popup 2024-07-14 17:23:42 +02:00
lib Fix spellcheck 2024-08-27 22:24:32 +02:00
login Qual: Improve dol_syslog (#30782) 2024-08-29 08:49:27 +02:00
menus Qual: Fix phan notices wrt main.inc.php, menus (#30633) 2024-08-14 14:05:56 +02:00
modules Qual: Improve dol_syslog (#30782) 2024-08-29 08:49:27 +02:00
tpl Clean code: fight against global vars 2024-08-27 06:20:04 +02:00
triggers Fix cursor 2024-08-28 03:30:06 +02:00
actions_addupdatedelete.inc.php FIX fatal error 2024-08-02 13:53:11 +02:00
actions_builddoc.inc.php Debug v20 2024-05-31 12:54:53 +02:00
actions_changeselectedfields.inc.php
actions_comments.inc.php
actions_dellink.inc.php
actions_extrafields.inc.php
actions_fetchobject.inc.php
actions_lineupdown.inc.php
actions_linkedfiles.inc.php
actions_massactions.inc.php Fix tab 2024-08-16 20:38:39 +02:00
actions_printing.inc.php
actions_sendmails.inc.php Qual: Fix PhanTypeInvalidLeftOperandOfNumericOp (#30557) 2024-08-15 16:57:02 +02:00
actions_setmoduleoptions.inc.php Clean code for barcode generators 2024-05-22 15:49:33 +02:00
actions_setnotes.inc.php
antispamimage.php
bookmarks_page.php Look and feel 2024-08-17 01:40:44 +02:00
commonfieldsinexport.inc.php
commonfieldsinimport.inc.php
customreports.php fix phpstan sendXXX expects int (#30519) 2024-08-13 20:39:40 +02:00
datepicker.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-22 02:54:55 +02:00
doxygen.php Removed not up to date portal 2024-07-22 11:09:32 +02:00
extrafieldsinexport.inc.php
extrafieldsinimport.inc.php
get_info.php
get_menudiv.php Qual: Fix phan notices wrt main.inc.php, menus (#30633) 2024-08-14 14:05:56 +02:00
multicompany_page.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-08-12 21:51:31 +02:00
photos_resize.php Use HasRight() (#30333) 2024-07-10 18:59:04 +02:00
search_page.php Debug css v20 2024-07-06 05:07:14 +02:00
search.php
tools.php
website.inc.php fix phpstan (#30018) 2024-06-15 16:02:47 +02:00