Commit Graph

801 Commits

Author SHA1 Message Date
vladimirdulov
52a60dc760 Undefined stdClass property warnings fixed (#31325)
* Undefined stdClass property warnings fixed

* execute permissions restored

---------

Co-authored-by: Vladimir D <vladimir@brandlight.org>
2024-10-13 20:33:15 +02:00
Laurent Destailleur
e8f84fc7a5 Fix option --force of cron command line tool. 2024-06-21 15:51:42 +02:00
Laurent Destailleur
335c5761f9 Fix add a protection to be able to process jobs not closed correctly. 2024-06-11 18:01:42 +02:00
Laurent Destailleur
948e88c0f1 Debug v20 2024-05-25 19:24:31 +02:00
Laurent Destailleur
5172f65c2e Fix log must use GMT date 2024-05-17 03:53:51 +02:00
Laurent Destailleur
3f23e94701 Better error message 2024-04-28 23:01:35 +02:00
Laurent Destailleur
a403b951e5 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-21 13:55:42 +01:00
Laurent Destailleur
477fb7a035 Fix warning 2024-03-21 13:55:23 +01:00
Laurent Destailleur
9d31390e74
Update mailing-send.php 2024-03-21 13:48:50 +01:00
Laurent Destailleur
43a7db166e
Update mailing-send.php 2024-03-21 13:44:57 +01:00
Bradley Jarvis
dd6dec337b
Merge branch 'Dolibarr:develop' into fix-email-sendscript 2024-03-21 22:14:19 +11:00
brad
4fc50c3761 Fix newline after parenthesis 2024-03-21 22:05:50 +11:00
brad
ebdcb0fa0e Fix spaces/tabs 2024-03-21 21:56:09 +11:00
brad
66d74b01f7 Fix send mail script
- correctly send only set number of emails per call
- will jump through each validated mailout
2024-03-21 20:46:08 +11:00
Laurent Destailleur
3bafcf5d00 Fix CLI tools must return a positive value on error for better cross
platform compatibility
2024-03-04 19:41:21 +01:00
William Mead
f114094ffe Fix PHPCS. Rename connect_bind to connectBind. 2024-01-31 15:31:57 +01:00
Laurent Destailleur
3a6468dd33 Fix init hook context "cli" for all cli scripts 2024-01-26 01:52:06 +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
279df3a215 Qual: Improve odt2pdf, add pandoc
# Qual: Improve odt2pdf, add pandoc

Fix shellcheck notices, add pandoc method.
2024-01-21 16:59:52 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
MDW
c885c6917e
Qual: Ignore most shellcheck annotations, fix some (#27452)
# Qual: Ignore most shellcheck annotations, fix some

Most shellcheck annotations are ignored - this is to make sure that ci
can work for existing scripts.

Some fixes were applied.

pre-commit script was beautyfied by temporarily suppressing the IFS= expression on 2 lines.
2024-01-12 21:03:08 +01:00
MDW
42a0d05b63
Qual: Spelling outside htdocs (#27448)
* Qual: Spelling outside htdocs

# Qual: Fix spelling of files not in the htdocs subdirectory.

Highlight:
- Change in email test from unvalid to invalid that should give the same test result.

* Update Dolibarr-soapui-project.xml

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-12 17:14:13 +01:00
MDW
5d69728703
Qual: Apply beautysh (#27395)
# Qual: Apply beautysh

Beautysh the shell scripts.
Also fixed some spelling.
2024-01-10 19:47:29 +01:00
Christian Foellmann
a2d584a4ad
fix functions name 2023-12-28 09:40:35 +01:00
Laurent Destailleur
b75cbc54a8 Enhance rector cleaning code 2023-12-26 22:28:07 +01:00
Laurent Destailleur
096a6251dd Fix warnings 2023-12-26 14:54:38 +01:00
Laurent Destailleur
29927b1660 Fix warning 2023-12-26 14:49:38 +01:00
Laurent Destailleur
e97967e243 Fix warning 2023-12-26 12:39:28 +01:00
Laurent Destailleur
d560dfc2c6 Fix analyses of file code 2023-12-15 14:41:03 +01:00
Francis Appels
33e6f63828 Update regenerate script to include webp 2023-12-07 09:29:37 +01:00
Laurent Destailleur
de7d3c2bf8 Fix with php-cs-fixer 2023-12-04 11:22:28 +01:00
Laurent Destailleur
31ab27f631 Fix phpcs 2023-12-04 10:10:44 +01:00
Laurent Destailleur
1d589fd74e Fix warnings 2023-11-27 13:26:44 +01:00
Laurent Destailleur
a136f304a6 Fix php8.2 warnings 2023-11-27 11:46:58 +01:00
Laurent Destailleur
da2260d3c7 QUAL: Code fix using rector 2023-10-11 19:35:18 +02:00
Alexandre Janniaux
d0ba74a88c
sync_contacts_dolibarr2ldap: fix typo (#26161) 2023-10-10 09:08:09 +02:00
Dev2a
fcd4c4e429 Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
Laurent Destailleur
c1b0f187bc Fix warnings 2023-08-06 13:02:33 +02:00
Laurent Destailleur
08fa36d52a Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-05 15:48:56 +02:00
Laurent Destailleur
544819fb60 Debug v18 2023-08-05 14:36:39 +02:00
Laurent Destailleur
3f8e343b10 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-05 14:10:42 +02:00
Laurent Destailleur
8646b826e0 Debug v18 2023-08-05 14:09:11 +02:00
Laurent Destailleur
6277cb836f Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-07-31 02:44:26 +02:00
Laurent Destailleur
8db331103d Fix phpcss 2023-07-31 02:42:18 +02:00
Laurent Destailleur
964e71cacb Add utility tool to fix corrupted generated files 2023-07-30 19:46:56 +02:00
Laurent Destailleur
506da9fea0 Debug script 2023-07-30 19:44:23 +02:00
Laurent Destailleur
672f3284c6 Debug 2023-07-30 19:05:21 +02:00
Laurent Destailleur
a8347300b5 Finish tool to regenerate proposal files 2023-07-30 18:56:36 +02:00
Laurent Destailleur
f580a9aca4 NEW Add a CLI tool to regenerate all documents 2023-07-30 18:33:03 +02:00
Hystepik
60fdf497ab Fix qodana script errors 2023-06-11 00:05:09 +02:00