faf205b004
FIX : #0 Make Nginx config modifier robust using brace matching
Deploy Beta (NATIVE) / deploy (push) Successful in 55s
2026-08-19 22:06:29 +05:30
846240a5e7
FIX : #0 Increase fastcgi_read_timeout to 300s to prevent 504 timeouts on permissions page
Deploy Beta (NATIVE) / deploy (push) Has been cancelled
2026-08-19 22:05:47 +05:30
9499106180
FIX : #0 Use symlink and root-based routing for Nginx to bypass alias bugs
Deploy Beta (NATIVE) / deploy (push) Successful in 49s
2026-08-19 19:06:03 +05:30
0140cb21e0
FIX : #0 Use raw string to fix python escape syntax warning
Deploy Beta (NATIVE) / deploy (push) Successful in 51s
2026-08-19 10:26:57 +05:30
cb9cc21a71
FIX : #0 Move Nginx helper Python script out of workflow YAML to avoid syntax error
Deploy Beta (NATIVE) / deploy (push) Failing after 1m14s
2026-08-19 10:10:27 +05:30
MDW
d72d2583b9
Qual: Update LanguageOfCommentsSniff to avoid PHP7 incompatibility ( #39032 )
...
# Qual: Update LanguageOfCommentsSniff to avoid PHP7 incompatibility
Variable length negative lookbehind is not available on older PHP version, used in Travis CI.
Updated the regex to use only negative lookahead.
2026-07-01 16:44:17 +02:00
MDW
ee3875eb4e
Qual: Fix french comments and improve detector ( #39026 )
...
* Qual: Generate phan specific changed php files list
# Qual: Generate phan specific changed php files list
Uses multiple parts of the Phan configuration to select and exclude files
for phan analysis.
* avoid catching special characters in regexes as indicators of french
* Qual: Translate french to english
2026-07-01 12:26:51 +02:00
Frédéric FRANCE
57ab98c673
fix french comments ( #39019 )
...
* fix french comments
* Update LangTest.php
* Update originproductline.tpl.php
* Update LanguageOfCommentsSniff.php
* Update LanguageOfCommentsSniff.php
* FIX: Suppress Phan undeclared test-framework warnings in LangTest
* FIX: Correct testTrans return type and non-nullable params in LangTest
* FIX: Declare MoLine::fk_bom_child transient property
2026-06-30 12:25:04 +02:00
Frédéric FRANCE
282e7dac6a
don't take care of some french comments and fix false positive ( #39007 )
...
* don't take care of some french comments
* Update LanguageOfCommentsSniff.php
* test a file
* Update doc_generic_asset_odt.modules.php
* Update auxaccount.php
* FIX: Translate French code comments to English in societe module
* fix phan
* fix phan
2026-06-29 19:28:28 +02:00
Frédéric FRANCE
488637132f
Update LanguageOfCommentsSniff.php ( #38731 )
...
* Update LanguageOfCommentsSniff.php
* Update actions_builddoc.inc.php
* fix
* Update LanguageOfCommentsSniff.php
* Update LanguageOfCommentsSniff.php
* exclude copyright lines
* translate comments
* translate comments
* translate comments
* fix CI
* fix CI
2026-06-28 03:50:31 +02:00
Laurent Destailleur
18d0c251e1
Doc
2026-06-06 16:41:45 +02:00
Laurent Destailleur
b87149d839
More complete setup page
2026-05-26 13:52:34 +02:00
MDW
18b7fa0fd4
FIX: Add Ghostscript installation and caching for Windows CI ( #38325 )
...
* Exclude doctemplates as DB dependencies
* FIX: Add Ghostscript installation and caching for Windows CI
# FIX: Add Ghostscript installation and caching for Windows CI
Ghostscript is necessary for one of the tests that converts an image into a PDF.
This commit adds the necessary steps to install Ghostscript and cache it for the Windows CI workflow.
2026-05-18 19:44:48 +02:00
Laurent Destailleur
475eecdb03
Doc
2026-05-05 10:57:35 +02:00
Laurent Destailleur
b7e2749312
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-02-26 15:47:36 +01:00
Laurent Destailleur
0b920df95a
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0
2026-02-26 11:55:45 +01:00
Laurent Destailleur
0eeac1817d
FIX fail2ban rules
2026-02-21 23:50:18 +01:00
Laurent Destailleur
9743441127
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0
2026-02-11 21:07:06 +01:00
Laurent Destailleur
578a1ef568
Clean files
2026-01-07 19:01:54 +01:00
MDW
991706e731
FIX: Fix version extraction in setup_conf.sh ( #36281 )
...
# FIX: Fix version extraction in setup_conf.sh
The version extraction regex was updated to handle both DOL_VERSION and DOL_MAJOR_VERSION constants in version.inc.php.
The version is now available as DOL_MAJOR_VERSION since 29b1e75
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-17 22:05:33 +01:00
MDW
1072419141
Qual: Update pre-commit hooks ( #36262 )
...
* Qual: Update pre-commit hooks
# Qual: Update pre-commit hook
Updated several pre-commit hooks as long as the new ones are not alpha or beta versions
* Qual: Fix/ignore some shellcheck issues
2025-11-17 21:50:29 +01:00
Frédéric FRANCE
a31a02dbe5
Update setup_conf.sh ( #35937 )
...
* Update setup_conf.sh
* Update setup_conf.sh
2025-10-25 23:04:44 +02:00
ldestailleur
706b9f47d8
Move doc for git commit template
2025-09-20 03:10:33 +02:00
ldestailleur
02ec4cf421
Test
2025-09-18 15:41:47 +02:00
ldestailleur
333e977bf9
Allowed commit
2025-09-17 23:25:33 +02:00
ldestailleur
41dd77959a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-17 14:45:48 +02:00
ldestailleur
0b7acfae9b
Fix CI
2025-09-17 14:45:02 +02:00
ldestailleur
f5d7d165b0
Debug script
2025-09-17 14:17:29 +02:00
Frédéric FRANCE
078da229c8
clean code ( #35352 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* Clean code
* Clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-17 14:11:32 +02:00
Frédéric FRANCE
612248a9e9
clean code ( #35365 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-17 14:10:48 +02:00
ldestailleur
d121d7e173
Try git commit
2025-09-16 11:42:39 +02:00
ldestailleur
dc38a0a84d
Better virtual host file
2025-09-02 22:30:29 +02:00
Frédéric FRANCE
73c1868384
typo in doc ( #34976 )
2025-08-17 01:29:01 +02:00
ldestailleur
275040b2cb
Doc
2025-08-14 17:51:49 +02:00
ldestailleur
f1d341238d
Clean dev dir
2025-08-05 02:45:24 +02:00
ldestailleur
cfef4c758c
Add more fail2ban examples
2025-04-09 15:04:57 +02:00
ldestailleur
6171cd8bc1
Update fail2ban files
2025-03-28 22:54:41 +01:00
ldestailleur
dc1ad0eaa8
Update fail2ban files
2025-03-28 22:47:39 +01:00
ldestailleur
b8977c74ec
Reduce warnings
2025-03-25 20:24:14 +01:00
MDW
6aa22582eb
Qual: Improve db initialisation script ( #33417 )
...
# Qual: Improve db initialisation script
Main update: let the prefix depend on the detected version.
Other:
- Include script in checksum to determine if DB needs to be rebuilt.
- Automatically determine all upgrade versions (17.0.0 was missing).
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 20:39:54 +01:00
ldestailleur
b946439886
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-03-07 12:13:03 +01:00
Benjamin Falière
e1d009bc5f
ADD MacOS case in pre-commit README.md file
2025-02-25 12:27:15 +01:00
Laurent Destailleur
aec8d67545
Update README.md
2025-02-16 14:17:21 +01:00
Laurent Destailleur
2f409f0065
Update README.md
2025-02-16 14:00:52 +01:00
Laurent Destailleur
7507e7a0df
Update README.md
2025-02-14 23:21:32 +01:00
Laurent Destailleur (aka Eldy)
c01e3faea4
Update eclipse rules
2025-01-16 12:09:13 +01:00
Laurent Destailleur
b6f9a62a65
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-02-11 21:17:28 +01:00
Frédéric FRANCE
d770d37e29
add phpcs rule extension ( #36561 )
...
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* add phpcs rule extension
* test
* test
* test
* test
* test
* test
* fix
* fix
* fix
* fix
* fix
* fix
* fix translations
* fix translations
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* Update propal.class.php
2026-01-15 16:05:06 +01:00
Laurent Destailleur (aka Eldy)
9a61a6e6c9
Update files after moving build into dev/
2025-01-05 14:46:26 +01:00
Laurent Destailleur
d823f3281d
Update README.md
2024-11-28 11:36:13 +01:00