2
0
forked from Wavyzz/dolibarr
Commit Graph

10504 Commits

Author SHA1 Message Date
Florian HENRY
d04cfa89ce FIX: filter by entity on contact is missing 2024-01-19 09:15:30 +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
Lamrani Abdel
ca52a8180e add function for list event for user 2024-01-15 18:57:41 +01:00
thibdrev
f41a5bc752 phpstan
Function dol_get_first_day() should return int but returns string.
Function getWeekNumber() should return int but returns string.
2024-01-15 18:54:33 +01:00
Eric Seigne
5a04b2393d end fix #10417 : custom payment number for supplier invoices 2024-01-15 18:43:17 +01:00
Laurent Destailleur
55067371ca Doc 2024-01-15 18:06:11 +01:00
Frédéric France
4fbb5b01be use shorter name for function 2024-01-15 17:48:20 +01:00
Laurent Destailleur
5b04976a2a Merge pull request #27518 from frederic34/patch-7
fix phpstan
2024-01-15 11:37:57 +01:00
Laurent Destailleur
a2df2f2553 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-15 11:33:16 +01:00
Laurent Destailleur
3ac7706a63 Clean code 2024-01-15 11:28:25 +01:00
Frédéric FRANCE
15b1ff5b69 fix phpcs 2024-01-15 00:08:02 +01:00
Frédéric FRANCE
c8ecdb8e7a add function isDolValidTms 2024-01-15 00:02:34 +01:00
Frédéric FRANCE
13c9707c9d fix phpstan 2024-01-14 22:34:37 +01:00
Frédéric FRANCE
b0e840e970 fix phpstan 2024-01-14 22:27:23 +01:00
MDW
a04f2bf4e7 Qual: Spelling fixes that newly appeared. (#27495)
* Qual: Spelling fixes that newly appeared.

# Qual: Fix spelling erros that appeared since the bulk updates.

These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)

* Update modulebuilder.lib.php

* Update pdf_standard.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:26:37 +01:00
MDW
89004f7e03 Qual: Spelling htdocs/core (#27491)
Highlights:
- initialY in pdf_standard.modules.php was unused
  - remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
MDW
39769482b1 Qual: Fix typing hints for DoliDB (#27484)
# Qual: Fix typing hints for DoliDB

This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Frédéric FRANCE
c5db3e2d8f fix phpstan (#27482) 2024-01-13 15:32:37 +01:00
Frédéric FRANCE
677109df41 fix phpstan (#27483)
* fix phpstan

* fix phpstan
2024-01-13 15:32:07 +01:00