Laurent Destailleur
|
8d0a8d8263
|
Merge pull request #10758 from altatof/lf
NEW : add constant MAIN_DEFAULT_LANGUAGE_FILTER
|
2019-03-07 14:18:26 +01:00 |
|
Laurent Destailleur
|
975afd014d
|
Merge pull request #10763 from frederic34/patch-6
Update eldy.lib.php
|
2019-03-07 14:15:53 +01:00 |
|
Laurent Destailleur
|
ddc52b7199
|
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/core/tpl/objectline_create.tpl.php
htdocs/exports/export.php
htdocs/fourn/class/fournisseur.facture.class.php
htdocs/fourn/facture/card.php
|
2019-03-07 14:13:38 +01:00 |
|
Laurent Destailleur
|
02b8bc94e7
|
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
|
2019-03-07 14:06:31 +01:00 |
|
Laurent Destailleur
|
e96f84a3d6
|
Merge pull request #10765 from altatof/sd8
FIX : supplier discount was not retrieved when choosing a product
|
2019-03-07 13:26:44 +01:00 |
|
Laurent Destailleur
|
0349f9bfaa
|
Update objectline_create.tpl.php
|
2019-03-07 13:26:25 +01:00 |
|
Laurent Destailleur
|
3757fa83fd
|
Merge pull request #10760 from altatof/db
Avoid doing empty queries
|
2019-03-07 13:04:46 +01:00 |
|
Laurent Destailleur
|
daaa4ca0c2
|
Merge pull request #10749 from frederic34/PSR2.Classes.PropertyDeclaration.VarUsed
PSR2.Classes.PropertyDeclaration.VarUsed
|
2019-03-07 12:49:13 +01:00 |
|
Laurent Destailleur
|
8ffab05f67
|
Merge pull request #10759 from altatof/ml
NEW : sort list of models alphabetically
|
2019-03-07 12:47:50 +01:00 |
|
Laurent Destailleur
|
b4bdbda9f5
|
Update mysqli.class.php
|
2019-03-07 12:36:57 +01:00 |
|
Laurent Destailleur
|
fc87090669
|
Merge pull request #10764 from frederic34/patch-7
New format type 5 for email
|
2019-03-07 12:33:24 +01:00 |
|
Laurent Destailleur
|
d6cf493880
|
Merge pull request #10768 from altatof/export
FIX avoid timeout for big export
|
2019-03-07 12:31:51 +01:00 |
|
Christophe Battarel
|
a6bb1cf5f6
|
avoid timeout
|
2019-03-07 11:27:06 +01:00 |
|
Laurent Destailleur
|
a426c8e9bf
|
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/admin/system/filecheck.php
htdocs/compta/facture/class/facture.class.php
htdocs/filefunc.inc.php
htdocs/install/upgrade2.php
htdocs/product/class/product.class.php
|
2019-03-07 11:16:24 +01:00 |
|
John BOTELLA
|
5ea5d51247
|
Merge branch 'theme_top_menu' of github.com:atm-john/dolibarr into theme_badge_status
|
2019-03-07 09:41:03 +01:00 |
|
John BOTELLA
|
89157234b7
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into theme_top_menu
|
2019-03-07 09:33:11 +01:00 |
|
Christophe Battarel
|
96b8da0d62
|
fix supllier discount
|
2019-03-06 22:04:01 +01:00 |
|
Frédéric FRANCE
|
d39b600ff4
|
Update CMailFile.class.php
|
2019-03-06 20:29:58 +01:00 |
|
Frédéric FRANCE
|
9e6a5a0b81
|
Update eldy.lib.php
|
2019-03-06 18:49:03 +01:00 |
|
Christophe Battarel
|
414bac6fb4
|
avoid logging empty query
|
2019-03-06 17:56:43 +01:00 |
|
Christophe Battarel
|
8f8fe0648e
|
fix bad copy paste
|
2019-03-06 17:24:50 +01:00 |
|
Christophe Battarel
|
4382a26c87
|
sort list of models alphabetically
|
2019-03-06 17:21:44 +01:00 |
|
Christophe Battarel
|
ceab55f26b
|
NEW : add constant MAIN_DEFAULT_LANGUAGE_FILTER
|
2019-03-06 17:07:51 +01:00 |
|
Frédéric FRANCE
|
c2070190f2
|
phpcs fix
|
2019-03-06 16:51:35 +01:00 |
|
Christophe Battarel
|
4e533b2a91
|
better constant test
|
2019-03-06 16:41:28 +01:00 |
|
Christophe Battarel
|
d3bb9d2cc2
|
add contant DISPLAY_DISCOUNTED_SUPPLIER_PRICE
|
2019-03-06 16:37:02 +01:00 |
|
Laurent Destailleur
|
0c2a0c643b
|
NEW Performance enhancement: Replace dirname(__FILE__) with __DIR__
|
2019-03-06 14:33:05 +01:00 |
|
Laurent Destailleur
|
d4409ffb08
|
Restore menu MRP on new eldy code
|
2019-03-06 14:18:58 +01:00 |
|
Laurent Destailleur
|
df180a7682
|
Merge pull request #10451 from wdammak/patch-25
Update eldy.lib.php
|
2019-03-06 13:59:16 +01:00 |
|
Laurent Destailleur
|
1ab3949e9c
|
Optimize js code
|
2019-03-06 13:01:01 +01:00 |
|
Lionel VESSILLER
|
bf5b482f3d
|
Fix replace TRUE and FALSE for php checkstyle and aliasing label instead of note in SQL request
|
2019-03-06 09:05:07 +01:00 |
|
Frédéric FRANCE
|
2745f98644
|
PSR2.Classes.PropertyDeclaration.VarUsed
|
2019-03-05 22:10:46 +01:00 |
|
Laurent Destailleur
|
cfd39a1483
|
Merge pull request #10742 from OPEN-DSI/fix-pdf-beluga-orientation
Fix authorize long references in Beluga PDF model (uses Landscape mode)
|
2019-03-05 18:45:02 +01:00 |
|
John BOTELLA
|
e382f13637
|
remove test
|
2019-03-05 17:16:38 +01:00 |
|
John BOTELLA
|
ef9ad4d109
|
Merge branch 'theme_top_menu' of github.com:atm-john/dolibarr into theme_badge_status
|
2019-03-05 17:14:59 +01:00 |
|
John BOTELLA
|
600f0c9fa6
|
Fix condition
|
2019-03-05 17:14:29 +01:00 |
|
John BOTELLA
|
72d96d2ac3
|
prepare badges
|
2019-03-05 17:13:20 +01:00 |
|
John BOTELLA
|
6b98eecd32
|
fix compatibility status
|
2019-03-05 16:58:05 +01:00 |
|
gauthier
|
598d1fc914
|
FIX : extrafields always visible on view mode
|
2019-03-05 16:53:36 +01:00 |
|
Laurent Destailleur
|
bbbffae72b
|
Fix phpcs
|
2019-03-05 16:27:19 +01:00 |
|
Laurent Destailleur
|
16e90ffae4
|
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/core/modules/DolibarrModules.class.php
htdocs/langs/en_US/website.lang
|
2019-03-05 15:59:42 +01:00 |
|
Laurent Destailleur
|
d18a5853df
|
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
Conflicts:
htdocs/core/modules/DolibarrModules.class.php
|
2019-03-05 15:57:31 +01:00 |
|
Laurent Destailleur
|
98f5bb2ed3
|
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
|
2019-03-05 15:55:08 +01:00 |
|
John BOTELLA
|
7a4540088a
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into theme_top_menu
|
2019-03-05 15:37:17 +01:00 |
|
John BOTELLA
|
95981ca14c
|
PR feedback
|
2019-03-05 15:26:19 +01:00 |
|
Lionel VESSILLER
|
9b797eb980
|
Fix sort by field in all events (action and emailing type) and fix multiple contacts in one event
|
2019-03-05 14:55:04 +01:00 |
|
Laurent Destailleur
|
7d37b4c46d
|
CSS
|
2019-03-05 13:04:54 +01:00 |
|
Laurent Destailleur
|
b851911708
|
Dolibarize module ticket
|
2019-03-05 12:18:46 +01:00 |
|
Lionel VESSILLER
|
ef10a32069
|
Fix authorize long references in Beluga PDF model (uses Landscape mode)
|
2019-03-05 11:18:44 +01:00 |
|
Laurent Destailleur
|
1cfbf5f551
|
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/admin/security.php
|
2019-03-04 20:18:23 +01:00 |
|