Laurent Destailleur
98091852a8
Add css for generic flex use.
2024-01-23 14:15:31 +01:00
Laurent Destailleur
1f43efd08c
Debug v19
2024-01-23 11:39:38 +01:00
Florian HENRY
a5422d2fc4
fix: onligne Signaturelink is bad for locaorexternal
2024-01-23 11:37:44 +01:00
thibdrev
0f26b9f2ad
phpcs
2024-01-22 19:13:29 +01:00
thibdrev
7768b115d8
new: add GETPOSTFLOAT() function
...
introduced following phpstan errors requiring to be corrected by using `$val = (float) price2num(GETPOST('name','alpha'));`
2024-01-22 16:07:18 +01:00
Laurent Destailleur
e950bdde26
Merge pull request #27687 from frederic34/dol_print_error_db
...
fix param
2024-01-22 00:03:06 +01:00
MDW
b8d7c1970b
Fix: Resolve gmstrftime by using dol_print_date with
...
# Fix: Resolve gmstrftime by using dol_print_date with
gmstrftime is deprecated, use dol_print_date with parameter.
Also update related typing for static check tools.
2024-01-21 16:37:05 +01:00
Frédéric France
03e29c6960
fix param
2024-01-20 09:22:38 +01:00
Laurent Destailleur
c78cd05818
Merge pull request #27638 from mdeweerd/qual/admin_lib
...
Qual: Cleanup method to ignore misspelled key
2024-01-20 00:42:41 +01:00
Laurent Destailleur
1f13ec7e39
Merge pull request #27634 from frederic34/patch-8
...
fix phpstan
2024-01-20 00:41:07 +01:00
Frédéric FRANCE
f981a64720
fix phpdoc and default value
2024-01-19 18:11:30 +01:00
Laurent Destailleur
372b4a020f
Fix #yogosha20013
2024-01-19 16:31:53 +01:00
Laurent Destailleur
4795c40601
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-01-19 15:36:53 +01:00
Laurent Destailleur
941a8eda2f
Debug v19
2024-01-19 11:28:02 +01:00
Laurent Destailleur
b5abb27e26
Debug v19
2024-01-19 11:09:11 +01:00
Florian HENRY
26bb72d12f
FIX: filter by entity on contact is missing
2024-01-19 09:17:21 +01:00
Florian HENRY
d04cfa89ce
FIX: filter by entity on contact is missing
2024-01-19 09:15:30 +01:00
Christophe Battarel
c3c7c1f742
Merge branch 'develop' into rdb
2024-01-19 08:54:06 +01:00
MDW
eb8960bcd1
Qual: Cleanup method to ignore misspelled key
...
# Qual: Cleanup method to ignore misspelled key
With the method to ignore lines, the code can be cleaned up to ignore
the spelling issue.
2024-01-18 23:08:08 +01:00
Frédéric FRANCE
99b0531ca7
fix phpstan
2024-01-18 22:43:17 +01:00
Laurent Destailleur
0a5e9b26a5
Merge pull request #27522 from frederic34/patch-11
...
add function isDolTms
2024-01-18 21:38:45 +01:00
Laurent Destailleur
c63896f746
Merge pull request #27563 from mdeweerd/fix/strftime_deprecation
...
Fix: PHP8.1 strftime deprecation -> dol_print_date
2024-01-18 21:36:22 +01:00
Laurent Destailleur
511a4f6f2f
Merge pull request #27625 from thibdrev/patch-10
...
fix: phpstan
2024-01-18 21:33:19 +01:00
Laurent Destailleur
6421920dac
Merge pull request #27624 from thibdrev/patch-9
...
fix: phpstan
2024-01-18 21:29:20 +01:00
thibdrev
9c794e66f0
fix: phpstan
...
htdocs/core/lib/pdf.lib.php 440 Function pdf_build_address() should return string but returns int.
htdocs/core/lib/pdf.lib.php 443 Function pdf_build_address() should return string but returns int.
2024-01-18 21:10:58 +01:00
thibdrev
b8d3ee8148
fix: phpstan
...
htdocs/core/lib/memory.lib.php 299 Function dol_getshmop() should return int but returns null.
htdocs/core/lib/memory.lib.php 303 Function dol_getshmop() should return int but returns null.
htdocs/core/lib/memory.lib.php 317 Function dol_getshmop() should return int but returns null.
2024-01-18 21:07:44 +01:00
Frédéric FRANCE
9b86ed98ca
fix phpstan
2024-01-18 20:15:58 +01:00
MDW
aed39b73e5
Fix: PHP8.1 strftime deprecation -> dol_print_date
...
# Fix: PHP8.1 strftime deprecation -> dol_print_date
Change strftime to dol_print_date to work around deprecation
2024-01-18 17:01:30 +01:00
Laurent Destailleur
4db074216c
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-18 16:04:49 +01:00
Laurent Destailleur
055a598584
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-18 16:04:23 +01:00
Laurent Destailleur
d9858d9bb7
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-18 16:00:26 +01:00
Laurent Destailleur
a2cdfa5492
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-01-18 15:59:40 +01:00
Laurent Destailleur
387a06fdc5
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-01-18 15:59:10 +01:00
Laurent Destailleur
7c0ccba344
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-01-18 15:58:19 +01:00
Laurent Destailleur
5d3c775b69
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-01-18 12:19:08 +01:00
Laurent Destailleur
8ca7f0c989
Fix var_dump
2024-01-17 20:38:22 +01:00
Lamrani Abdel
ae692ccffd
New display style for list of events of user
2024-01-16 13:20:31 +01:00
Frédéric FRANCE
17db5dc028
Merge branch 'develop' into patch-11
2024-01-15 21:59:25 +01:00
Laurent Destailleur
47bb0cd17a
Merge pull request #27544 from thibdrev/patch-1
...
fix phpstan
2024-01-15 21:54:31 +01:00
Laurent Destailleur
772508f95e
Merge pull request #27545 from lamrani002/updateEventAgendaOnUser
...
NEW functionality for list event for user
2024-01-15 21:49:50 +01:00
Laurent Destailleur
8ec4398166
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-15 21:49:19 +01:00
Laurent Destailleur
3e3e6ec139
Fix doxygen
2024-01-15 21:49:03 +01:00
Laurent Destailleur
9814d80612
Merge pull request #27548 from frederic34/patch-5
...
fix phpstan
2024-01-15 21:43:15 +01:00
thibdrev
f5e0a9c411
phpstan
...
Function dol_get_first_day() should return int but returns string.
Function dol_get_last_day() should return int but returns string.
2024-01-15 20:56:59 +01:00
Frédéric FRANCE
5ee50bd9a9
fix phpstan
2024-01-15 20:45:47 +01:00
Frédéric FRANCE
a87ba1a9c1
fix phpstan
2024-01-15 20:41:32 +01:00
Laurent Destailleur
4ef0181805
Merge branch 'develop' into updateEventAgendaOnUser
2024-01-15 20:15:10 +01:00
Laurent Destailleur
346bf91ced
Merge branch 'develop' into updateEventAgendaOnUser
2024-01-15 19:38:15 +01:00
Laurent Destailleur
1df6bb4242
Update usergroups.lib.php
2024-01-15 19:37:46 +01:00
Laurent Destailleur
2cfee1fb3c
Doc
2024-01-15 19:32:35 +01:00