Raphaël Doursenaud
|
b6eecb0394
|
Developer documentation fix
|
2013-11-07 22:14:43 +01:00 |
|
Raphaël Doursenaud
|
9faa832560
|
Wrong var
|
2013-11-07 22:11:43 +01:00 |
|
Raphaël Doursenaud
|
9be462e43c
|
Text is not a type, let's use string
|
2013-11-07 21:48:46 +01:00 |
|
Raphaël Doursenaud
|
8e1fd7a083
|
PHP doesn't know reals, use float
|
2013-11-07 21:48:46 +01:00 |
|
Raphaël Doursenaud
|
9746702d78
|
FTP connections are resources
Avoid declaring it as int
|
2013-11-07 21:48:45 +01:00 |
|
Raphaël Doursenaud
|
e514b50d7e
|
Typo fix
|
2013-11-07 21:48:45 +01:00 |
|
Raphaël Doursenaud
|
c845124b92
|
Object type is lowercase
|
2013-11-07 21:47:13 +01:00 |
|
Raphaël Doursenaud
|
01ea84a917
|
Static members are not always strings
Update method documentation to reflect the mixed type expected
|
2013-11-07 21:47:13 +01:00 |
|
Raphaël Doursenaud
|
d5ab0723ba
|
Timestamp is not a type
Timestamps are integers so let's document this correctly
|
2013-11-07 21:47:13 +01:00 |
|
Raphaël Doursenaud
|
74f83b235a
|
Typecasting
The GETPOST method returns string, let's make the typecast explicit.
|
2013-11-07 21:05:39 +01:00 |
|
Raphaël Doursenaud
|
fa43476890
|
Fixed methods description
These methods were declared void but actually returns values. Added proper documentation.
|
2013-11-07 21:02:50 +01:00 |
|
Raphaël Doursenaud
|
9e0f8c5f57
|
Method is void, let's not print void
|
2013-11-07 21:02:21 +01:00 |
|
Raphaël Doursenaud
|
8907c9944d
|
Assigments in conditions is often considered bad practice
So let's put a comment, just in case
|
2013-11-07 20:51:30 +01:00 |
|
Raphaël Doursenaud
|
638764f86d
|
Moved unreachable statement to conditions
|
2013-11-07 20:38:06 +01:00 |
|
Raphaël Doursenaud
|
1f6cccc3dc
|
Removed return from void function
The function is declared void and the return value was not used anywhere
|
2013-11-07 20:35:02 +01:00 |
|
Raphaël Doursenaud
|
be30cb8cbf
|
Removed unused tables from installer
Fixes installer bug
|
2013-11-07 15:57:24 +01:00 |
|
Laurent Destailleur
|
cf8ff25d5b
|
Minor enhancement with link feature
|
2013-11-07 02:56:56 +01:00 |
|
Laurent Destailleur
|
27fede8848
|
Update demo file
|
2013-11-07 02:28:32 +01:00 |
|
Laurent Destailleur
|
a84794f9be
|
Merge pull request #1286 from GPCsolutions/fr-fix
French professionnal IDs for Luxembourg and Algeria
|
2013-11-06 17:18:18 -08:00 |
|
Laurent Destailleur
|
b2308ba65c
|
Merge pull request #1284 from GPCsolutions/links
Links
|
2013-11-06 17:15:49 -08:00 |
|
Laurent Destailleur
|
0c248b2667
|
Merge pull request #1285 from grandoc/develop
fix language
|
2013-11-06 17:08:53 -08:00 |
|
Laurent Destailleur
|
e88faf0f0f
|
Update sql
|
2013-11-07 00:46:12 +01:00 |
|
Laurent Destailleur
|
db9e9a3372
|
Prepare 3.5.0 beta
|
2013-11-07 00:41:27 +01:00 |
|
Laurent Destailleur
|
1838d45197
|
Update doc
|
2013-11-06 23:58:36 +01:00 |
|
Agnès Rambaud
|
665bad1f42
|
French professionnal IDs for Luxembourg and Algeria
|
2013-11-06 19:38:26 +01:00 |
|
Laurent Destailleur
|
94afc84a0c
|
Fix: price should not be lower than min price.
|
2013-11-06 19:31:13 +01:00 |
|
Laurent Destailleur
|
4c4064d7b9
|
Enable option to swith vat calculation mode
|
2013-11-06 17:45:55 +01:00 |
|
Grand Philippe
|
46366154ef
|
fix language
|
2013-11-06 17:08:50 +01:00 |
|
Laurent Destailleur
|
4a29431b69
|
New: Add hidden option MAIN_SECURITY_HASH_ALGO to choose hash function
|
2013-11-06 16:32:25 +01:00 |
|
Laurent Destailleur
|
ab668d1b26
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2013-11-06 15:32:13 +01:00 |
|
Laurent Destailleur
|
521b3a89bf
|
Fix: current balance was visible when it should not
|
2013-11-06 15:31:56 +01:00 |
|
Laurent Destailleur
|
51ad76b6de
|
fix: minor syntax rules
|
2013-11-06 12:53:43 +01:00 |
|
Raphaël Doursenaud
|
f11f9b0a69
|
Added missing copyright
|
2013-11-06 10:33:29 +01:00 |
|
Raphaël Doursenaud
|
81ecb4b4a5
|
Updated method call to new prototype
|
2013-11-06 10:26:09 +01:00 |
|
Cédric Salvador
|
00c9df670c
|
renamed templates
|
2013-11-06 10:22:01 +01:00 |
|
Cédric Salvador
|
6c22af00e1
|
factorization
|
2013-11-06 10:20:54 +01:00 |
|
Cédric Salvador
|
c3108f452c
|
copyrights
|
2013-11-06 10:20:11 +01:00 |
|
Cédric Salvador
|
039bd5b4c8
|
checkstyle
|
2013-11-06 10:20:11 +01:00 |
|
Cédric Salvador
|
70ae7b6686
|
facto
|
2013-11-06 10:20:11 +01:00 |
|
Cédric Salvador
|
aea668f68b
|
checkstyle
|
2013-11-06 10:20:11 +01:00 |
|
Cédric Salvador
|
b9c36e6e0a
|
checkstyle
|
2013-11-06 10:20:11 +01:00 |
|
Cédric Salvador
|
b74cfaf792
|
factorization
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
89f9a871d0
|
updated migration script
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
4d490ea02b
|
open link in new tab
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
b34a613504
|
code formating
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
6cafe83588
|
translation
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
f2535d74ea
|
edit link lines function
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
b158e8bb74
|
translations
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
b625b1843e
|
add a field for label input
|
2013-11-06 10:19:17 +01:00 |
|
Cédric Salvador
|
f19e5e86f4
|
don't try to create a link when the link input field is empty
|
2013-11-06 10:19:17 +01:00 |
|