Commit Graph

29792 Commits

Author SHA1 Message Date
antonin_tdj
ef065967ed Add $langs->load('errors') before radioError
Add $langs->load('errors') before radioError
2022-11-30 10:44:10 +01:00
Laurent Destailleur
cf753d2cbc Merge pull request #23035 from frederic34/patch-8
add parameter for hook
2022-11-30 00:07:43 +01:00
stickler-ci
87526194c5 Fixing style errors. 2022-11-29 19:44:44 +00:00
antonin_tdj
b713f645d4 Update extrafields.class.php error message
adapt error message for radio buttons
2022-11-29 20:35:43 +01:00
Laurent Destailleur
c97c185368 Protect dynamic php content with installmodules.lock 2022-11-29 18:01:27 +01:00
Laurent Destailleur
261320e551 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-11-29 14:45:35 +01:00
Frédéric FRANCE
c9114bd687 add parameter for hook 2022-11-29 12:08:09 +01:00
Laurent Destailleur
4b4d3ef266 Merge pull request #23021 from atm-maxime/NEW_STOCKTRANSFER_STABLE
NEW : StockTransfer module as STABLE
2022-11-29 10:39:35 +01:00
Laurent Destailleur
a69f38370d Update modStockTransfer.class.php 2022-11-29 10:39:11 +01:00
Laurent Destailleur
1708d9ecd2 Merge pull request #23020 from atm-maxime/NEW_HRM_STABLE
NEW : HRM module as STABLE
2022-11-29 10:37:44 +01:00
Frédéric FRANCE
fdb89b9c05 fis warnings 2022-11-29 09:54:35 +01:00
Laurent Destailleur
363bfd1a48 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-11-29 01:24:39 +01:00
Laurent Destailleur
839df739a4 Debug v17 2022-11-29 01:24:04 +01:00
Laurent Destailleur
a3be143e8e FIX #22844 #22899 2022-11-29 01:23:46 +01:00
Laurent Destailleur
0f40159e39 Merge pull request #22981 from ibuiv/develop
Fix #19789 Visibility of private contacts
2022-11-29 00:18:14 +01:00
Laurent Destailleur
dc0d9e1b94 Fix regression 2022-11-28 19:05:51 +01:00
Laurent Destailleur
5cfe40a4bc FIX Can use the WAF of HTML content (dol_htmlwithnojs) for output too 2022-11-28 18:42:59 +01:00
Laurent Destailleur
db6ee9f75f Fix against SMTP injection 2022-11-28 16:57:06 +01:00
Laurent Destailleur
ba4e5ef245 Enhance phpunit 2022-11-28 16:54:34 +01:00
Laurent Destailleur
75de251402 FIX #yogosha13687 2022-11-28 15:37:38 +01:00
Maxime Kohlhaas
d5e80506cc NEW : StockTransfer module as STABLE 2022-11-28 10:30:12 +01:00
Maxime Kohlhaas
486d130b3f NEW : HRM module as STABLE 2022-11-28 10:22:25 +01:00
VESSILLER
ad07fdfd79 FIX #22837 2022-11-27 01:06:40 +01:00
hystepik
c1b355fcac Fix : php 8.1 warnings 2022-11-27 00:44:05 +01:00
Laurent Destailleur
bce4dae6eb Fix bad default value 2022-11-26 17:22:12 +01:00
Laurent Destailleur
fb11f24fae Merge pull request #23000 from ibuiv/patch-2
Fix #20533 Dispatch Tab Quantity
2022-11-26 16:54:11 +01:00
Laurent Destailleur
19c4258e2d Merge pull request #23004 from nicolas-eoxia/fix_default_value_setSaveQuery
FIX: #22509 default value on integer fields don't retrieve by setSaveQuery
2022-11-26 16:37:17 +01:00
hystepik
4a0822ef2c Fix : fatal error in adherent/agenda.php 2022-11-26 12:21:50 +01:00
Laurent Destailleur
507be2b253 Fix syntax error 2022-11-26 12:20:07 +01:00
Laurent Destailleur
f71050ebca Fix support morecss on ajax_constonoff 2022-11-26 12:11:31 +01:00
antonin_tdj
cd94e42291 add parenthesis 2022-11-26 09:32:10 +01:00
antonin_tdj
5b53d1c5cf add cast to avoid sql injection (eldy asked)
add cast to avoid sql injection (eldy asked)
2022-11-26 09:30:40 +01:00
Laurent Destailleur
c62c7e3805 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/accountancy/bookkeeping/balance.php
	htdocs/accountancy/bookkeeping/list.php
	htdocs/accountancy/bookkeeping/listbyaccount.php
	htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:43:09 +01:00
Laurent Destailleur
b231bcb64a Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
Conflicts:
	htdocs/accountancy/bookkeeping/balance.php
	htdocs/accountancy/bookkeeping/list.php
	htdocs/accountancy/bookkeeping/listbyaccount.php
	htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:21:51 +01:00
Laurent Destailleur
85e9ac1e40 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-11-26 01:13:58 +01:00
Nicolas Domenech
b98eaa4d45 #FIX: #22509 default value on integer fields don't retrieve by setSaveQuery 2022-11-26 01:01:22 +01:00
Laurent Destailleur
28a006fff3 Merge pull request #22986 from Easya-Solutions/fix-22886
FIX #22886
2022-11-26 00:55:14 +01:00
Mathieu
99a34e23c8 FIX#20415 2022-11-26 00:33:23 +01:00
stickler-ci
ebae1c024f Fixing style errors. 2022-11-25 23:24:17 +00:00
antonin_tdj
9852d470ec Fix #20533 Dispatch Tab Quantity
Fix #20533
Dispatch Tab Total Quantity now considers services (and the configuration option to manage stocks on services)
2022-11-26 00:23:29 +01:00
Laurent Destailleur
0165c6d490 Better error management on API delete 2022-11-26 00:22:01 +01:00
Mathieu
c49e7e882f FIX#20415 2022-11-26 00:20:27 +01:00
Laurent Destailleur
eb2fada50f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-11-26 00:00:49 +01:00
Laurent Destailleur
c2cacdb8a5 Fix fatal error 2022-11-25 23:59:06 +01:00
Laurent Destailleur
f79778db40 Fix js null error 2022-11-25 23:47:17 +01:00
Laurent Destailleur
1ec862b491 Merge pull request #22982 from inovea-conseil/fix_19877
FIX#19877
2022-11-25 23:41:18 +01:00
antonin_tdj
e7034f3c52 Merge branch 'Dolibarr:develop' into develop 2022-11-25 23:20:11 +01:00
VESSILLER
7b0e429edb FIX #22886 2022-11-25 23:08:54 +01:00
Mathieu
023bc7d20e FIX#19877 2022-11-25 22:29:44 +01:00
Laurent Destailleur
f42f083d10 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-11-25 22:20:58 +01:00