Alexandre SPANGARO
91b3bf76fd
Merge branch 'develop' into 11.0_https
2019-10-01 06:11:43 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Frédéric FRANCE
8f41e0f9fe
clean code
2019-09-23 18:39:21 +02:00
Laurent Destailleur
61cf47aa16
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
2019-09-10 00:14:07 +02:00
Alexandre SPANGARO
4fe141c9f1
FIX Nowrap missing on amount in boxes
2019-09-05 12:05:50 +02:00
Laurent Destailleur
43e0655dd5
Fix code style and var type
2019-08-31 01:54:21 +02:00
Alexandre SPANGARO
9bde7c5229
Nowrap on amount
2019-06-19 09:21:18 +02:00
Frédéric FRANCE
ba4ca5d7c2
add visibility
2019-02-28 00:15:32 +01:00
Frédéric FRANCE
529354718b
replace html align by class in boxes
2019-02-09 15:24:21 +01:00
Frédéric FRANCE
b10558bacd
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
2019-01-27 23:23:38 +01:00
Frédéric FRANCE
f0cdf300d1
Squiz.Functions.FunctionDeclarationArgumentSpacing
2019-01-27 15:20:16 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Regis Houssin
aaa9a4f47c
FIX use getEntity('invoice') instead getEntity('facture')
2018-11-15 17:27:49 +01:00
Philippe GRAND
29f15b4ae6
Update and standardize code
2018-08-22 10:51:55 +02:00
Laurent Destailleur
ea92f6beae
Fix for multicompany
2018-02-06 10:57:53 +01:00
Laurent Destailleur
b8cbb84e7c
Clean code
2017-11-11 00:28:00 +01:00
Laurent Destailleur
35d00fd2ec
Fix wrap on lites_total
2017-09-23 09:28:31 +02:00
Laurent Destailleur
90ab6a1f30
Fix box activity again
2017-09-17 21:29:25 +02:00
Laurent Destailleur
f4b8489bd6
Fix box activity again
2017-09-17 21:24:30 +02:00
Laurent Destailleur
0ed5b329a7
Fix box activity again
2017-09-17 21:21:12 +02:00
Laurent Destailleur
fb15b2aab0
Fix activity box
2017-09-17 20:36:45 +02:00
Laurent Destailleur
9dbd88f0ba
FIX Calculation in the activity box
2017-09-17 20:17:51 +02:00
Laurent Destailleur
ccb5344d32
Fix links
2017-08-23 18:52:03 +02:00
Laurent Destailleur
f9442c1092
Fix box activity
2017-07-28 11:11:20 +02:00
Laurent Destailleur
ba3a74576c
Merge 5.0
2017-06-12 18:22:51 +02:00
Laurent Destailleur
bf41056c68
Fix test on permission for widgets
2017-06-12 14:21:04 +02:00
Laurent Destailleur
80702e4c0a
Fix Better HTML5 compliant
2017-03-10 11:22:27 +01:00
florian HENRY
d0be7877d3
Fix box PHP strict warning
2016-06-27 13:57:10 +02:00
Laurent Destailleur
15531a7ebc
Better title for some boxes
2015-04-10 11:50:57 +02:00
Laurent Destailleur
3844d4e6f7
Merge remote-tracking branch 'origin/3.7' into develop
...
Conflicts:
ChangeLog
htdocs/core/boxes/box_activity.php
htdocs/fourn/commande/card.php
htdocs/user/card.php
2015-03-23 15:16:37 +01:00
Laurent Destailleur
b7a466c95f
Fix bad style for total
2015-03-23 13:50:14 +01:00
Laurent Destailleur
c700d8a8ec
Fix remove warning
2015-03-17 11:59:44 +01:00
frederic34
f69e58cccb
Tooltip
2015-02-02 21:09:30 +01:00
frederic34
736bee565c
Tooltip everywhere
2015-01-30 16:40:33 +01:00
frederic34
e18577aa62
Tooltip and lib for file cache
2015-01-24 21:46:05 +01:00
frederic34
925aa2039b
Tooltip and cache for boxes
2015-01-23 10:51:12 +01:00
frederic34
f4161b457b
Add dol_escape_htmltag and start to adapt boxes
2015-01-22 00:23:55 +01:00
aspangaro
b22aef3521
Qual: Renamed all files & links "liste.php" into "list.php"
2014-09-18 20:33:37 +02:00
frederic34
a771f34c96
Update box_activity.php
...
$totalnb is not an amount
2014-07-27 11:27:33 +02:00
Raphaël Doursenaud
f8f502d013
Removed closing php tag
...
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-05-03 18:18:44 +02:00
Laurent Destailleur
ef2f8ea67d
Removed some FIXME
2013-12-15 14:26:27 +01:00
Laurent Destailleur
869e877cb7
Qual: We must not concat currency symbol after a price, but use the
...
parameter currency of method price.
2013-06-17 11:58:55 +02:00
Laurent Destailleur
319295554d
Fix: Free memory after request
2013-06-08 00:52:02 +02:00
Regis Houssin
c9a71439b2
Fix: EOF
2013-06-05 16:24:32 +02:00
Laurent Destailleur
854b9df96d
Qual: Clean code of box management
2013-04-23 16:18:26 +02:00
Regis Houssin
55757a6b82
Fix: $i is global
2013-03-27 20:42:55 +01:00
simnandez
5d357c7736
Trad: Fix activity box translation
2013-02-21 18:48:56 +01:00
Laurent Destailleur
a5b174eccc
Fix: Architecture of getCurrency was wrong. Cache was not stored
...
correctly and dict file loaded several times. There was also bug on PHP
without mb_string function.
Now function is a method of $langs object. All bug fixes.
2013-01-18 15:57:11 +01:00
Laurent Destailleur
0923102c4a
Fix: Duplicate declaration
2013-01-16 16:53:47 +01:00
Laurent Destailleur
f1f7ff315f
Fix: CRLF
2013-01-16 15:54:07 +01:00