Laurent Destailleur
49c1c42d83
Doxygen
2024-02-08 14:58:30 +01:00
Laurent Destailleur
18d05ef570
Fix phpstan
2024-02-08 14:26:49 +01:00
Laurent Destailleur
94cd823a7c
Fix #yogosha20662
2024-02-08 06:35:04 +01:00
Libre Master
eb110f66c2
Simpler version of getRootURLFromURL ( #27927 )
...
* Simpler version
* Simpler version
* Simpler version
* Try more complete enhancement
* Update geturl.lib.php
* Simpler version
---------
Co-authored-by: Christophe TREMBLAY-GUILLOUX <christophe@libremaster.ovh >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-02-08 02:08:18 +01:00
ariel-bentu
b4543c0894
QUAL Fix PDF generation to not ignore col align. ( #28022 )
...
* QUAL Fix PDF generation to not ignore col align.
before fix, if you change a column's content's alignment in a hook - it is ignored.
* fix function documentation
* Update commondocgenerator.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-02-08 01:30:18 +01:00
Laurent Destailleur
eb4f53665d
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.github/workflows/pre-commit.yml
ChangeLog
dev/tools/codespell/codespell-lines-ignore.txt
htdocs/comm/mailing/card.php
htdocs/contact/card.php
htdocs/langs/en_US/admin.lang
htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
2024-02-07 18:30:10 +01:00
Laurent Destailleur
792606925f
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
...
Conflicts:
htdocs/core/class/extrafields.class.php
2024-02-07 17:50:38 +01:00
Laurent Destailleur
5a756ffc4c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/takepos/invoice.php
2024-02-07 17:44:39 +01:00
Laurent Destailleur
f828cc5119
Debug v19
2024-02-07 12:28:35 +01:00
Laurent Destailleur
4aeda8d28d
Fix escapeforlike/escape
2024-02-03 15:29:40 +01:00
Laurent Destailleur
fedbc0f08e
Fix use of not existing object
2024-02-02 12:51:11 +01:00
Mohamed DAOUD
a99e44b6c3
NEW Asset Module - make asset model creation in a single step ( #26982 )
...
* make asset model creation in a single step
* fix test unit issue
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-02-01 16:26:25 +01:00
Laurent Destailleur
12bac4b4dd
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-02-01 14:08:05 +01:00
Laurent Destailleur
75df3bc24d
FIX #27375
2024-02-01 12:43:46 +01:00
Laurent Destailleur
ab585b6efc
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-02-01 12:11:25 +01:00
Christophe Battarel
a2ae40e62a
Merge branch 'develop' into rdb
2024-02-01 11:34:08 +01:00
Laurent Destailleur
5d795cee23
Enhance error management of unzip
2024-01-31 23:03:48 +01:00
Laurent Destailleur
ca86dd4699
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-31 18:27:19 +01:00
Laurent Destailleur
9843f31814
Fix warning
2024-01-31 18:26:09 +01:00
Laurent Destailleur
a0d0e60600
Use the good wrapper for image when in web server mode
2024-01-31 13:01:05 +01:00
MDW
23b73eb714
Fix: dol_eval - return value in case of exception.
...
# Fix: dol_eval - return value in case of exception.
dol_eval did not return a value in case of exception. Fixed.
2024-01-31 09:28:08 +01:00
Laurent Destailleur
70444b75f4
Fix title
2024-01-31 03:13:54 +01:00
Laurent Destailleur
4c0fa340f5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-31 02:48:14 +01:00
Laurent Destailleur
a48a399b31
FIX Add a limit in nb of element in view event/message
2024-01-31 02:47:49 +01:00
Laurent Destailleur
280a7a24e4
Rename page
2024-01-31 01:56:24 +01:00
Eric Seigne
1f21e1a945
fix #27883 : zero could be a value stored
2024-01-30 21:42:57 +01:00
Laurent Destailleur
8d68091d3a
Merge pull request #27895 from thibdrev/patch-1
...
qual: roundUpToNextMultiple()
2024-01-30 21:04:28 +01:00
thibdrev
5ebc760e04
qual Update functions.lib.php - clearer return for roundUpToNextMultiple()
2024-01-30 17:36:55 +01:00
Laurent Destailleur
27a6a61827
Merge branch 'develop' into setTemplateForEachModel
2024-01-30 17:07:36 +01:00
Laurent Destailleur
6420a5e945
Merge pull request #27865 from thibdrev/patch-3
...
qual: phpstan for htdocs/core/lib/functions.lib.php
2024-01-30 16:45:52 +01:00
Laurent Destailleur
6d6f1acec0
Merge branch 'develop' into typing/files.lib
2024-01-30 16:06:08 +01:00
Lamrani Abdel
9ef70a70be
fix orthographe
2024-01-30 15:51:38 +01:00
Lamrani Abdel
11d985e24f
generate html model for each box
2024-01-30 15:37:52 +01:00
Laurent Destailleur
63c5b65592
Allow the page for website account by default
2024-01-30 13:22:53 +01:00
MDW
f0cb078378
Qual: Fix typing in files.lib
...
Fix several typing hints in files.lib .
Fixed some initialisers.
Simplified some expressions.
Cast some `return $result` statements (could be null).
2024-01-29 18:34:28 +01:00
thibdrev
2fe5347d66
qual: phpstan for htdocs/core/lib/functions.lib.php
...
htdocs/core/lib/functions.lib.php 128 Function getMultidirOutput() should return string|void but returns null.
htdocs/core/lib/functions.lib.php 9889 Function getLanguageCodeFromCountryCode() should return string but returns null.
htdocs/core/lib/functions.lib.php 10105 Function getLanguageCodeFromCountryCode() should return string but returns null.
htdocs/core/lib/functions.lib.php 11372 Function roundUpToNextMultiple() should return int but returns float.
2024-01-29 18:22:54 +01:00
Laurent Destailleur
fd0495e1c7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-29 11:41:22 +01:00
Laurent Destailleur
0815df6bdf
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-29 11:40:57 +01:00
Laurent Destailleur
eab0093750
Fix var not defined
2024-01-29 11:24:37 +01:00
Laurent Destailleur
34ee316330
Merge pull request #27844 from frederic34/patch-7
...
add idprofxx missing in societe class
2024-01-29 00:37:05 +01:00
Laurent Destailleur
c151a22448
Merge pull request #27838 from thibdrev/patch-7
...
qual: Update profid.lib.php - Update isValidTinForES() documentation
2024-01-29 00:36:17 +01:00
Frédéric FRANCE
7f4ca53805
Update functions.lib.php
2024-01-28 23:39:52 +01:00
Frédéric FRANCE
3a6cdf6411
Update functions.lib.php
2024-01-28 23:19:56 +01:00
Frédéric FRANCE
eec860ec22
Merge branch 'develop' into patch-7
2024-01-28 23:17:34 +01:00
Frédéric FRANCE
d688f12c07
Update functions.lib.php
2024-01-28 21:53:26 +01:00
Laurent Destailleur
7baa02bda5
Debug export website
2024-01-28 18:22:21 +01:00
thibdrev
94da5b08ae
Merge branch 'Dolibarr:develop' into patch-7
2024-01-28 13:35:30 +01:00
Laurent Destailleur
a0441700cc
Merge pull request #27829 from thibdrev/patch-6
...
qual: profid.lib.php - Belgium Numéro d'Entreprise shall start with 0 or 1
2024-01-28 12:54:13 +01:00
Laurent Destailleur
32fea98bfb
Merge pull request #27825 from libremaster/develop
...
Minor fixes, typo or descriptions
2024-01-28 12:52:34 +01:00
Laurent Destailleur
5550a6741c
Merge pull request #27820 from thibdrev/patch-1
...
qual: phpdoc - add "@since Dolibarr V20" to GETPOSTFLOAT() documentation
2024-01-28 12:49:21 +01:00