Laurent Destailleur
f46ce68d08
NEW Can sort thumbs visible on product card
2016-12-31 16:16:20 +01:00
Laurent Destailleur
f1961b0207
Work on sorting/indexing upload files
2016-12-31 03:43:22 +01:00
Marcos García de La Fuente
47a444b2ab
Merge branch 'develop' into prod-attr
2016-12-27 15:54:53 +01:00
Marcos García de La Fuente
98599b0bbf
FIX #6227 Document models table header "Unit" is shown in 2 lines in Spanish
2016-12-27 12:56:49 +01:00
Laurent Destailleur
7dd06a1ae6
Fix margin pagination
2016-12-27 02:01:27 +01:00
Laurent Destailleur
82052450a6
Complete work on dol_banner
2016-12-26 18:21:18 +01:00
Laurent Destailleur
b5c815367c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop6
2016-12-26 15:44:31 +01:00
Laurent Destailleur
bbd3734a21
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/list.php
htdocs/filefunc.inc.php
2016-12-26 12:42:23 +01:00
Laurent Destailleur
e297b64722
Several security fix in using mailings.
2016-12-26 12:35:10 +01:00
Laurent Destailleur
c9c8079c3d
Can add additionnal paramon mail to solve rare sendmail problems
2016-12-26 00:00:28 +01:00
Marcos García de La Fuente
5669f734b8
Merge branch 'develop' into prod-attr
...
# Conflicts:
# htdocs/comm/propal/card.php
# htdocs/commande/card.php
# htdocs/compta/facture.php
# htdocs/core/class/html.form.class.php
# htdocs/core/tpl/objectline_create.tpl.php
# htdocs/fourn/commande/card.php
# htdocs/fourn/facture/card.php
# htdocs/install/mysql/migration/4.0.0-5.0.0.sql
2016-12-24 21:39:40 +01:00
Laurent Destailleur
8ce5ed0192
Fix position of discount on PDF with US letter format
2016-12-23 15:57:31 +01:00
florian HENRY
337897e0a1
NEW : Allow extrafields list select to be dependands on other standard
...
list and not only other extrafields list
2016-12-23 15:01:49 +01:00
Laurent Destailleur
a2133f391f
Complete work on dol_banner
2016-12-23 14:52:25 +01:00
Laurent Destailleur
43942e6ea2
Fix css and fix navigation on resource tab.
2016-12-23 13:04:46 +01:00
Laurent Destailleur
b777ec79f2
Fix contextpage implementation into skeleton
2016-12-23 10:38:27 +01:00
Raphaël Doursenaud
ac92e23b59
[Qual] Optimize language file loading
...
Using fscanf() and the proper format is about twice as fast as
using fgets() followed by explode() and trim().
This is a small optimization per se but since this code is
called often it yields about 33% rendering time improvement on
the homepage where about 50% of the time is spent on loading the
translation files.
2016-12-23 01:11:50 +01:00
Laurent Destailleur
9948b6d4d9
Merge pull request #6202 from GPCsolutions/supplierpaymentdateexport
...
NEW: Export max payment date with supplier invoices
2016-12-23 00:50:30 +01:00
Laurent Destailleur
6d14710e18
Merge pull request #6199 from aspangaro/5.0-p14
...
Loan | Donation | Social contribution : Complete work on dol_banner
2016-12-23 00:45:08 +01:00
Laurent Destailleur
594ecf400b
Merge pull request #6196 from aspangaro/5.0-b12
...
Fix: Travis
2016-12-23 00:44:16 +01:00
Laurent Destailleur
1e1028605d
FIX If mysql server is distant, the creation of user must use % as host
...
with mysql.
2016-12-23 00:23:57 +01:00
Laurent Destailleur
ba7ca3da6e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop6
Conflicts:
htdocs/core/photos_resize.php
htdocs/install/mysql/data/llx_c_action_trigger.sql
2016-12-22 17:57:42 +01:00
Laurent Destailleur
b4ed0a1e12
Fix nb of lat approvals wrong
2016-12-22 17:30:39 +01:00
Laurent Destailleur
081d3f0814
Quick hack by adding hidden constant to solve a locking feature (how to
...
add project if likned to another third on project view)
2016-12-22 16:52:03 +01:00
Laurent Destailleur
d66bc10d05
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/expensereport/list.php
2016-12-22 15:54:01 +01:00
Laurent Destailleur
574f84bb84
Fix warning for approval delay.
2016-12-22 15:49:06 +01:00
Laurent Destailleur
77c320a092
Fix warning for expense report late
2016-12-22 15:33:43 +01:00
Laurent Destailleur
26098082d0
NEW Uploaded files are indexed into database
2016-12-20 22:14:27 +01:00
Laurent Destailleur
ed0ffd6f5a
NEW Uploaded files are indexed into database
2016-12-20 19:42:25 +01:00
Laurent Destailleur
d08857d2c6
Fix photo resize
2016-12-20 19:35:47 +01:00
Raphaël Doursenaud
590fcf8399
NEW: Export max payment date with supplier invoices
2016-12-20 18:32:57 +01:00
Laurent Destailleur
0ef963604f
Fix option moreinheader not correctly supported with smtps
2016-12-20 12:38:24 +01:00
Laurent Destailleur
3c79f3acb5
Minor fixes or code comment
2016-12-20 12:06:26 +01:00
aspangaro
098dc08169
Loan : Complete work on dol_banner
2016-12-20 07:29:49 +01:00
Laurent Destailleur
be19a999f5
Fix regression losing warning on not defined emails
2016-12-19 18:11:53 +01:00
Laurent Destailleur
1fdbcf4c0f
Fix missing page to match new reorg of agenda events (done for
...
thirdparty but not complete for contact)
2016-12-19 16:22:41 +01:00
aspangaro
9901aaa9fe
Try to correct travis public underscore problem
2016-12-19 06:34:17 +01:00
Laurent Destailleur
0eded9a8b7
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
2016-12-19 02:36:10 +01:00
Laurent Destailleur
3f5d67d4d6
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
2016-12-19 02:35:16 +01:00
Laurent Destailleur
0d1d68d5d9
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
...
Conflicts:
htdocs/admin/dict.php
htdocs/product/price.php
2016-12-19 02:34:29 +01:00
Laurent Destailleur
876722733a
Better fix to get localtax
2016-12-19 02:33:54 +01:00
Laurent Destailleur
74e00c4d80
More comment and hidden option to solve problems when sending emails.
2016-12-19 01:04:17 +01:00
Laurent Destailleur
dbf96b8f59
Log at wrong place
2016-12-18 23:32:31 +01:00
Laurent Destailleur
54aa8696ad
Fix regression
2016-12-18 13:01:26 +01:00
Laurent Destailleur
9d3bd9d36f
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/errors.lang
2016-12-18 11:57:04 +01:00
Laurent Destailleur
0e7da2cd22
FIX Label of project is in field title not label.
2016-12-18 11:55:30 +01:00
Laurent Destailleur
0988a2f173
Merge pull request #6187 from gnovaro/patch-5
...
var to public
2016-12-18 11:30:24 +01:00
Laurent Destailleur
eb71e987c8
Merge pull request #6177 from gnovaro/patch-3
...
Replace var to public
2016-12-18 11:28:37 +01:00
Laurent Destailleur
3d57a457eb
Merge pull request #6176 from gnovaro/patch-2
...
Replace attributes var for public
2016-12-18 11:28:04 +01:00
Laurent Destailleur
f762c98a37
Fix html not balanced
2016-12-18 11:27:22 +01:00