Commit Graph

120665 Commits

Author SHA1 Message Date
Laurent Destailleur
87454607af Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-26 20:37:06 +01:00
Laurent Destailleur
8e086fda62
Merge pull request #24050 from grandoc/new_branch_25_02_2023
fix : Warning: Undefined array key tomail in /home/httpd/vhosts/aflac…
2023-02-26 20:35:51 +01:00
Laurent Destailleur
849656935f Fix warning 2023-02-26 20:34:29 +01:00
Laurent Destailleur
7127f86e4b
Merge pull request #24027 from frederic34/patch-8
doc
2023-02-26 19:42:20 +01:00
Alexandre Janniaux
3c883c4b31 NEW inc.php: handle parameters from argv
This commit adds support for --help and --config to provide a different
config file when running upgrade.php from commandline. The argv array
is patched afterwards as if the options were never given so that it
stays transparent for the code path that are not aware of those
arguments.

The intention behind is incrementally move the usage of argc/argv to
this location and force help/usage from there, in particular for
upgrading.

The rationale for the --config addition is to be able to provide a
different path for conf.php when multiple dolibarr instance are using
the same readonly htdocs folder, which is already possible by modifying
the `include_path` from PHP for the htdocs/ directory but not for the
htdocs/install directory since relative paths are used to fetch the
config file. Since the use-case is to upgrade/migrate a Dolibarr
instance from CLI, it makes sense to be able to select for which
instance (and database parameters) the upgrade should take place.
2023-02-26 19:32:20 +01:00
Laurent Destailleur
0fc0b6a00d
Merge pull request #24047 from aspangaro/17p11
FIX Members Index - Missing colspan & language key on widget
2023-02-26 19:32:02 +01:00
Laurent Destailleur
4f275364ec
Merge pull request #24048 from aspangaro/17p10
FIX Activate widget Alert product on stock only on home
2023-02-26 19:30:00 +01:00
Laurent Destailleur
d79929c13b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-26 19:28:34 +01:00
Laurent Destailleur
f23de55809 FIX #24041 2023-02-26 19:28:11 +01:00
Laurent Destailleur
b01e72e8d1
Merge pull request #24055 from grandoc/new_branch_26_02_2023
fix : Warning: Undefined array key height in /home/httpd/vhosts/aflac…
2023-02-26 19:22:06 +01:00
Laurent Destailleur
cd7e93d5bb
Merge pull request #24052 from fappels/17_fix_php_warning
Fix dol_print_date warning
2023-02-26 19:21:16 +01:00
Laurent Destailleur
bf544bef63 css 2023-02-26 13:13:58 +01:00
Laurent Destailleur
ac410a4518 Fix missing url to check 2023-02-26 12:59:25 +01:00
Laurent Destailleur
d97725173b Fix sql error 2023-02-26 12:45:13 +01:00
Laurent Destailleur
32ba0acb32 Fix navigation 2023-02-26 12:03:55 +01:00
stickler-ci
9f2c450953 Fixing style errors. 2023-02-26 10:17:38 +00:00
Philippe GRAND
014aec72c2 fix : Warning: Undefined array key height in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2513 2023-02-26 11:12:06 +01:00
Laurent Destailleur
ed5c890769 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a Fix #yogosha15157 2023-02-25 19:51:05 +01:00
Laurent Destailleur
ed9db6c9dd Fix #yogosha15050 2023-02-25 16:36:48 +01:00
Philippe GRAND
ca1508e333 fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/lib/files.lib.php on line 2953 2023-02-25 16:29:55 +01:00
Laurent Destailleur
e0cf29b122 Fix #yogosha14973 2023-02-25 15:32:29 +01:00
Philippe GRAND
2c57198de7 fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/lib/files.lib.php on line 2847 and Attempt to read property lire on null in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/lib/files.lib.php on line 2847 2023-02-25 14:54:07 +01:00
Francis Appels
822b81913f Fix dol_print_date warning 2023-02-25 14:38:32 +01:00
Philippe GRAND
05a32ab993 fix : Fatal error: Uncaught TypeError: Unsupported operand types: string / int in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/comm/propal/card.php on line 1420 2023-02-25 14:31:20 +01:00
Philippe GRAND
8b09e0f090 fix : Warning: Undefined property: Societe:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/actions_sendmails.inc.php on line 350 2023-02-25 12:38:01 +01:00
Philippe GRAND
b83b9ff598 fix : Warning: Undefined array key tomail in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/actions_sendmails.inc.php on line 193 2023-02-25 12:06:06 +01:00
Frédéric FRANCE
aff284b267 clean code 2023-02-25 10:11:15 +01:00
Frédéric FRANCE
400b246266 doc 2023-02-25 10:07:07 +01:00
Alexandre SPANGARO
d7d8653603 FIX Members Index - Missing colspan & language key on widget 2023-02-25 08:20:31 +01:00
Alexandre SPANGARO
c8e32bf96f FIX Activate widget Alert product on stock only on home 2023-02-25 07:29:57 +01:00
Alexandre SPANGARO
15987bc46f v17 Merge problem - Restore #22762 - Accountancy - Better warning for situation invoice in index 2023-02-25 07:22:20 +01:00
Alexandre SPANGARO
e957e0a945 v17 Merge problem - Restore #22762 - Accountancy - Better warning for situation invoice in index 2023-02-25 07:16:19 +01:00
Laurent Destailleur
42696954f3 Increase public limit 2023-02-25 04:25:23 +01:00
Laurent Destailleur
1c9884e604 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 04:10:25 +01:00
Laurent Destailleur
7b7b8fda24 Fix sending emails with data:image inside 2023-02-25 04:05:18 +01:00
Laurent Destailleur
5981133a4e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 03:09:16 +01:00
Laurent Destailleur
6092932141 css 2023-02-25 02:55:28 +01:00
Laurent Destailleur
b04e7e38e6 Message 2023-02-25 02:53:34 +01:00
Laurent Destailleur
af71ad4993 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 02:45:43 +01:00
Laurent Destailleur
03319bd06e Fix trans 2023-02-25 02:44:43 +01:00
Laurent Destailleur
c90fa255fd css 2023-02-25 02:43:37 +01:00
Laurent Destailleur
9110b1d03f Fix emailing filter 2023-02-25 02:23:16 +01:00
Laurent Destailleur
70eaa79e18 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 01:58:16 +01:00
Laurent Destailleur
c94df95c23 Fix filter on email selector for thirdparties 2023-02-25 01:54:36 +01:00
Anthony Berton
5e8fc026cb add name and date on sign propal 2023-02-25 01:54:13 +01:00
Laurent Destailleur
3354a27a6f css 2023-02-25 01:21:12 +01:00
Laurent Destailleur
468d05b08e Fix css 2023-02-25 01:20:54 +01:00
Laurent Destailleur
6a68d3f6cd Fix look and feel v17 2023-02-25 01:16:39 +01:00
Laurent Destailleur
303b3a93db css 2023-02-25 00:59:39 +01:00