MDW
f70c945931
Qual: Fix phan/stan notices ( #31271 )
...
# Qual: Fix phan/stan notices in relation with UnknownObjectMethodCall
Fix notices in classes with UnknownObjectMethodCall notices or classes
related with these.
2024-10-05 18:55:36 +02:00
Frédéric FRANCE
7fe28032d1
phpstan ( #31276 )
...
* phpstan
* phpstan
2024-10-05 18:49:54 +02:00
Laurent Destailleur
916a906d9b
Enhance the csvclean to support the charset encoding
2024-10-05 14:51:45 +02:00
Mohamed DAOUD
4a7ad31f85
NEW Stars Field for Module Builder ( #31216 )
...
* stars field for modulebuilder
* Update commonobject.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-04 18:37:41 +02:00
Laurent Destailleur
bd4dbe7b1a
Remove not used method
2024-10-04 12:35:23 +02:00
Laurent Destailleur
40f2830714
Start to move function for CLI mode into a dedicated file
2024-10-04 12:10:25 +02:00
Laurent Destailleur
3de47bc129
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-04 11:48:52 +02:00
Lucas Marcouiller
b595b30a5b
New create public page for recruitment candidature ( #31220 )
...
* New creation of public recruitement candidature
* Fix some problems
* fix lang file
* Fix CI
* Fix CI
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-04 09:00:17 +02:00
MDW
6e01a60f59
Qual: Fix phan/phpstan notices ( #31259 )
...
# Qual: Fix phan/phpstan notices
Fix notices by adjusting phpdoc
2024-10-04 08:25:17 +02:00
Laurent Destailleur
e09d9df3ee
QUAL Move function csvClean into functions2.lib.php
2024-10-03 21:36:39 +02:00
Laurent Destailleur
d24069d5e2
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 20:35:33 +02:00
Laurent Destailleur
029513c8b7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 20:26:52 +02:00
Laurent Destailleur
78e17b5d49
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 20:26:32 +02:00
Laurent Destailleur
eebb16c693
Redice cyclomatic complexity
2024-10-03 20:08:09 +02:00
MDW
1834c37c16
Qual: Fix phan notices ( #31212 )
...
* Qual: Fix phan notices
# Qual: Fix phan notices
Fix several phan notices related to classes with UnknownObject
classes.
* Qual: Fix phan notices
* Qual: Fix phan notices
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-03 19:40:34 +02:00
Laurent Destailleur
e412dbbe05
Merge manually fix of #31217 + other fix for use by external modules
2024-10-03 19:30:06 +02:00
Laurent Destailleur
6f6a87cd78
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 17:25:10 +02:00
Laurent Destailleur
88b488cfbb
Fix for better compatibility
2024-10-03 17:23:29 +02:00
John BOTELLA
a272d929a5
Fix $ in key ( #31215 )
2024-10-03 17:14:28 +02:00
Laurent Destailleur
37c55004e7
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 16:17:27 +02:00
Laurent Destailleur
6a09e7c91a
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-03 16:15:06 +02:00
Laurent Destailleur
94173c9a9a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-10-03 15:51:55 +02:00
Laurent Destailleur
42471decac
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 15:50:44 +02:00
Frédéric FRANCE
7d36fe0715
fix typo phan and Co 💊 ( #31214 )
...
* fix typo
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* translation missing
* test win mariadb version
* test win mariadb version
* phpdoc
* phpdoc
* phpdoc
2024-10-03 15:43:04 +02:00
HENRY Florian
90a5589c58
fix: php warning ( #31244 )
2024-10-03 15:39:32 +02:00
Sylvain Legrand
5d58a33f37
Fix tz array ( #31240 )
...
The list of time zones included in the 'get_tz_array()' function no longer matches the list of zones supported by PHP!
See the pages "https://www.php.net/manual/fr/timezones.php "
When using these values, this caused a 500 error: "PHP Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Pacific/Enderbury) " for example =>
$arraytz = get_tz_array();
foreach ($arraytz as $key => $value) {
$date = new DateTime();
$date->setTimezone(new DateTimeZone($value));
}
When several zone names could be used for the same time zone, I favored the canonical name (The primary, preferred zone name).
See the table "https://en.wikipedia.org/wiki/List_of_tz_database_time_zones "
2024-10-03 15:38:41 +02:00
Laurent Destailleur
59004c6fe8
FIX Revert storing of ticket files into event dir, too many troubles.
...
Files must remains into ticket directory.
2024-10-03 15:04:32 +02:00
Laurent Destailleur
2d4ea679cc
Debug v21
2024-10-03 12:43:21 +02:00
Laurent Destailleur
a3073a8c5c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 00:07:36 +02:00
Laurent Destailleur
b37773cf94
Fix mutitenant MS oauth
2024-10-03 00:05:33 +02:00
Laurent Destailleur
b87b0b92b8
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-02 17:31:42 +02:00
Laurent Destailleur
11ea0ad9fd
Fix fatal error with bad parameters
2024-10-02 15:15:52 +02:00
Laurent Destailleur
b5730db759
Fix error
2024-10-02 12:19:29 +02:00
Laurent Destailleur
8bdd3fe3cd
Fix error
2024-10-02 12:19:21 +02:00
Laurent Destailleur
9c98e3816a
Fix error
2024-10-02 12:18:55 +02:00
Laurent Destailleur
7f8a0860cf
Fix error
2024-10-02 12:16:46 +02:00
Laurent Destailleur
83cf2c8c57
FIX OAuth generation of token for Microsoft, Stripe and Generic
2024-10-01 21:53:45 +02:00
Laurent Destailleur
072b3e7022
Fix empty value on combo to select types
2024-10-01 12:29:59 +02:00
Frédéric FRANCE
44fdcdd8ed
can set position of file with dol_move ( #31201 )
...
* can set position of file with dol_move
* Update api_documents.class.php
* Update api_documents.class.php
* fix
* fix
* fix
* fix
* fix
2024-09-30 16:49:38 +02:00
Laurent Destailleur
7eb375d398
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-30 16:21:37 +02:00
Laurent Destailleur
4a86964e18
Fix image in RSS
2024-09-30 16:18:46 +02:00
Laurent Destailleur
5886355a87
Fix image in RSS
2024-09-30 16:09:19 +02:00
Laurent Destailleur
4b9ce8a9bc
Fix: method getImagePublicURLOfObject can't work on WebsitePage so add a
...
method getImageFromHtmlContent to compensate.
2024-09-30 15:38:31 +02:00
Laurent Destailleur
333ba5c895
Clean var
2024-09-30 15:28:52 +02:00
Laurent Destailleur
6f7b0c1815
NeW Can add the info messages (error, waring...) at the top of the stack
2024-09-30 14:30:28 +02:00
Laurent Destailleur
182c90da69
Look and feel v21
2024-09-30 14:12:51 +02:00
Laurent Destailleur
61e8382869
Fix SERVICE_ARE_ECOMMERCE_200238EC #31159 in transfer of sale journal
2024-09-30 10:46:51 +02:00
MDW
8236aed22f
Qual: Fix phan notices ( #31193 )
...
# Qual: Fix phan notices
Fix phan notices in several classes that have UnknownObjectMethod calls and classes
that had notices in relation with these classes
2024-09-30 10:05:24 +02:00
Laurent Destailleur
1754ee61d5
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-29 22:49:02 +02:00
Laurent Destailleur
9eed19578a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-29 22:42:49 +02:00