Laurent Destailleur
|
7c07589850
|
FIX #13124
|
2020-02-19 03:07:12 +01:00 |
|
Laurent Destailleur
|
78d4978d31
|
FIX #13100
|
2020-02-13 11:26:11 +01:00 |
|
Laurent Destailleur
|
8645fd8946
|
FIX CVE-2019–17223 FIX #13053
|
2020-02-09 18:28:57 +01:00 |
|
Laurent Destailleur
|
540713510e
|
Fix load of segment prices not required for virtual stock change
virtual stock must include production (WIP)
|
2020-01-23 21:03:15 +01:00 |
|
Laurent Destailleur
|
4686be34d2
|
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
Conflicts:
htdocs/accountancy/bookkeeping/list.php
htdocs/core/class/commonobject.class.php
htdocs/core/class/html.form.class.php
htdocs/product/class/product.class.php
htdocs/stripe/charge.php
|
2020-01-22 14:10:46 +01:00 |
|
Laurent Destailleur
|
443e4e2223
|
Update html.form.class.php
|
2020-01-22 13:44:42 +01:00 |
|
Laurent Destailleur
|
8f1737952d
|
Fix search on accounting account when option to padd 0 is on.
|
2020-01-21 22:20:32 +01:00 |
|
Laurent Destailleur
|
a36b0ea4f5
|
Fix filter on parent account in list of accounting accounts
|
2020-01-21 21:36:40 +01:00 |
|
John Botella
|
d6766af35d
|
Fix dom and missing param
|
2020-01-21 14:17:53 +01:00 |
|
Laurent Destailleur
|
d9f7c4aec4
|
FIX #12838
|
2020-01-18 19:53:48 +01:00 |
|
Norbert Penel
|
3c2dd7db7c
|
Fix modulbuilder create forms
'fk_product' => array('type' => 'integer:Product:product/class/product.class.php' ...
the input was arriving with a select2 instead of an ajax search
|
2020-01-15 20:11:34 +01:00 |
|
Laurent Destailleur
|
1d3d26e185
|
Fix phpcs
|
2020-01-15 12:26:11 +01:00 |
|
Laurent De Coninck
|
66e08103de
|
change the PHPdoc
|
2020-01-13 10:43:39 +01:00 |
|
Laurent Destailleur
|
d97a59ac4a
|
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
Conflicts:
ChangeLog
htdocs/comm/remise.php
htdocs/core/class/html.form.class.php
htdocs/filefunc.inc.php
htdocs/product/list.php
htdocs/variants/combinations.php
|
2020-01-10 14:25:26 +01:00 |
|
Laurent Destailleur
|
c4d62e0ea3
|
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/product/list.php
|
2020-01-10 13:51:29 +01:00 |
|
Dev2a
|
57c954f2e8
|
Fix Check array of action after kooks
|
2020-01-07 21:41:36 +01:00 |
|
Laurent Destailleur
|
ec81474694
|
Fix form confirm for "one column" type.
|
2020-01-07 20:36:36 +01:00 |
|
Laurent Destailleur
|
29cacec886
|
Fix month when using "Now" button addnowlink = 2
|
2019-12-23 14:39:24 +01:00 |
|
Laurent Destailleur
|
d4138876af
|
Fix alignement in validation popup
|
2019-12-23 11:16:40 +01:00 |
|
Scrutinizer Auto-Fixer
|
c8baaa2995
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2019-12-16 12:06:25 +00:00 |
|
Laurent Destailleur
|
95fc14475c
|
Fix show correct stripe publishable_key on payment mode page
|
2019-12-15 17:32:45 +01:00 |
|
Laurent Destailleur
|
65bf2fa285
|
Merge pull request #12689 from code-chicken/develop
Fix: calculation of virtual stock
|
2019-12-14 13:40:02 +01:00 |
|
Laurent Destailleur
|
d38c73c90a
|
FIX output of emails from and error on emailing pages.
|
2019-12-13 15:52:08 +01:00 |
|
Rüdiger Hahn
|
4dd3cb3469
|
Prevent stock amount from becoming NULL
Set stock to 0 if NULL
|
2019-12-13 07:58:36 +01:00 |
|
Laurent Destailleur
|
a612aefab7
|
Fix HTML5
|
2019-12-12 11:11:08 +01:00 |
|
Laurent Destailleur
|
67401d717a
|
Merge pull request #12634 from frederic34/patch-7
The variable $out does not seem to be defined for all execution paths
|
2019-12-09 17:44:06 +01:00 |
|
Laurent Destailleur
|
796f34628d
|
Debug v11
|
2019-12-06 17:40:22 +01:00 |
|
Frédéric FRANCE
|
f101e919c8
|
The variable $out does not seem to be defined for all execution paths
|
2019-12-05 21:30:47 +01:00 |
|
Laurent Destailleur
|
5f148be56f
|
Fix responsive
|
2019-12-04 16:43:56 +01:00 |
|
Laurent Destailleur
|
bde917d7fc
|
Fix responsive
|
2019-12-04 15:09:20 +01:00 |
|
Frédéric FRANCE
|
261e166029
|
doxygen
|
2019-12-02 20:18:12 +01:00 |
|
Frédéric FRANCE
|
3227f12a6e
|
The variable $arraylist seems to be defined...
The variable $arraylist seems to be defined by a foreach iteration. Are you sure the iterator is never empty, otherwise this variable is not defined?
|
2019-12-01 18:27:06 +01:00 |
|
ATM John BOTELLA
|
773f823748
|
factoring token usage
|
2019-12-01 10:20:11 +01:00 |
|
Laurent Destailleur
|
614b82fe88
|
Fix var not initialized
|
2019-11-28 14:16:54 +01:00 |
|
Laurent Destailleur
|
00ad95c01e
|
Figth against useless dependencies: Remove library the core never use.
|
2019-11-22 14:06:43 +01:00 |
|
Laurent Destailleur
|
16d67a1a8e
|
Fix several trouble with some types in modulebuilder
Fix difference between null and 0
|
2019-11-17 17:36:36 +01:00 |
|
Scrutinizer Auto-Fixer
|
812d0af1d9
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2019-11-08 14:51:54 +00:00 |
|
Laurent Destailleur
|
5b13b9f1ff
|
Merge pull request #12358 from frederic34/patch-20
dol_hash may salt so gravatar is not working
|
2019-11-07 10:37:45 +01:00 |
|
Laurent Destailleur
|
74f2983ee1
|
Debug modulebuilder
|
2019-11-06 19:38:51 +01:00 |
|
Frédéric FRANCE
|
a1c8e04646
|
dol_hash may salt so gravatar is not working
|
2019-11-06 07:50:21 +01:00 |
|
Laurent Destailleur
|
25e64b0610
|
Merge branch 'develop' into socid
|
2019-11-02 12:01:06 +01:00 |
|
Laurent Destailleur
|
f9031cdbfd
|
Clean code
|
2019-11-02 11:36:48 +01:00 |
|
Laurent Destailleur
|
68c971a2b5
|
All properties 'type_libelle' were renamed into 'type_label'.
|
2019-11-02 11:12:57 +01:00 |
|
Frédéric FRANCE
|
dbed10a701
|
Merge remote-tracking branch 'upstream/develop' into socid
|
2019-11-01 21:39:20 +01:00 |
|
Laurent Destailleur
|
f74833cfe1
|
Make modulebuilder more compatible with multicompany
|
2019-11-01 18:44:32 +01:00 |
|
Laurent Destailleur
|
012c5ef0c4
|
Can use substitution variables into filter of fields link
|
2019-11-01 18:35:48 +01:00 |
|
Frédéric FRANCE
|
e93aaa2a75
|
replace deprecated user->societe_id by user->socid
|
2019-10-31 20:46:31 +01:00 |
|
Laurent Destailleur
|
360b3a9550
|
NEW Ask the new label and new dates in confirm popup when cloning tax
|
2019-10-31 14:06:26 +01:00 |
|
Laurent Destailleur
|
66a288a343
|
Merge pull request #12235 from frederic34/scopeindent
clean indent
|
2019-10-30 02:57:59 +01:00 |
|
Laurent Destailleur
|
f03bf149bd
|
Fix autoselect of field with modulebuilder
|
2019-10-30 02:09:29 +01:00 |
|