Laurent Destailleur
|
64a2cce7c0
|
Merge remote-tracking branch 'origin/3.5' into 3.6
|
2014-11-16 14:11:19 +01:00 |
|
Laurent Destailleur
|
2aeb0f4f5b
|
Merge pull request #1941 from jfefe/patch-3
Avoid missing class error for fetch_thirdparty method
|
2014-11-15 12:36:41 +01:00 |
|
Laurent Destailleur
|
4f08408065
|
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts:
ChangeLog
htdocs/core/class/commonobject.class.php
|
2014-11-05 16:28:44 +01:00 |
|
jfefe
|
29db45c763
|
Avoid missing class error for fetch_thirdparty method
|
2014-10-23 01:15:05 +02:00 |
|
jfefe
|
6a4468d94e
|
Not need to test if class exists with require_once
|
2014-10-06 14:18:28 +02:00 |
|
jfefe
|
87fc27c7e6
|
Avoid missing class error for fetch_thirdparty method
|
2014-10-06 13:31:01 +02:00 |
|
Laurent Destailleur
|
c69565fd69
|
Fix: column name should not be an numeric
|
2014-10-03 03:12:39 +02:00 |
|
Laurent Destailleur
|
05f3a47018
|
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts:
build/debian/control
htdocs/compta/bank/account.php
htdocs/fourn/paiement/fiche.php
htdocs/product/class/product.class.php
htdocs/product/fiche.php
|
2014-09-15 22:52:59 +02:00 |
|
Marcos García de La Fuente
|
7a28f8e4aa
|
[ bug #1555 ] Update accountancy code of products does not throw PRODUCT_MODIFY trigger
|
2014-09-14 13:59:06 +02:00 |
|
Laurent Destailleur
|
f264e25514
|
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts:
htdocs/adherents/liste.php
htdocs/compta/bank/bankid_fr.php
htdocs/holiday/index.php
htdocs/opensurvey/list.php
|
2014-09-13 19:10:05 +02:00 |
|
Laurent Destailleur
|
8dd9358214
|
Fix: SQL injection
|
2014-09-13 19:04:25 +02:00 |
|
Laurent Destailleur
|
b124007c8c
|
Merge remote-tracking branch 'origin/3.5' into develop
|
2014-06-09 15:30:41 +02:00 |
|
Laurent Destailleur
|
4c3c62515d
|
Fix: Confusion between is_int and is_numeric.
|
2014-06-09 15:21:20 +02:00 |
|
Laurent Destailleur
|
82a2a723c3
|
Fix: [ bug #1419 ] Margins module shows margin of sold services even if
services module is disabled
|
2014-05-29 21:01:00 +02:00 |
|
Laurent Destailleur
|
4b9d1b901b
|
Fix: [ bug #1401 ] Problème avec la génération des codes barres
|
2014-05-25 17:14:33 +02:00 |
|
Laurent Destailleur
|
8e7b310fb6
|
Fix: [ bug #1400 ] Silent Warning create a draft invoice
|
2014-05-25 05:01:14 +02:00 |
|
guerinaxel
|
1dbcd215b8
|
Correcting log use for commonobject.class.php
Correcting dol_syslog use which had 3 parameters instead of 2.
|
2014-05-19 15:54:43 +02:00 |
|
Laurent Destailleur
|
15796ec592
|
Fix: checkstyle errors
|
2014-05-14 12:19:45 +02:00 |
|
Laurent Destailleur
|
757d92a318
|
Merge pull request #1589 from aternatik/resource_core
Core integration of resource module
|
2014-05-14 11:25:25 +02:00 |
|
Laurent Destailleur
|
f621f7eb32
|
Fix: The rounding mode is now forced when provided explicitly and no
more by default (we keep data intact when no mode provided).
|
2014-05-13 13:22:29 +02:00 |
|
Laurent Destailleur
|
69eaefc459
|
Fix: The way we tested if a ref/id already exists was wrong. Introduce a
common static method for this. Removed verifNumRef method.
Fix: Add missing logs
|
2014-05-13 10:12:45 +02:00 |
|
Laurent Destailleur
|
18848eaf74
|
Clean forms
|
2014-05-12 13:25:36 +02:00 |
|
Laurent Destailleur
|
5fa05ee29d
|
Start to clean code of templates to input lines
|
2014-05-12 12:53:10 +02:00 |
|
BENKE Charles
|
8c8c641411
|
Update commonobject.class.php
$objecttype == 'order_supplier' already tested on the previous else if
|
2014-05-11 23:19:18 +02:00 |
|
jfefe
|
04161084cf
|
Fix : missing method to delete linked resource
|
2014-05-11 12:26:57 +02:00 |
|
jfefe
|
225c7ae07b
|
New : link resource with any element
With tpl system, external modules can declare resource with hook getElementResources
|
2014-05-10 22:07:54 +02:00 |
|
Jean-François Ferry
|
fdb50ab116
|
Move generic function from commonobject.class to functions2.lib.php (work on resource module)
|
2014-05-10 22:06:22 +02:00 |
|
Jean-François Ferry
|
bb58bed930
|
In commonoobject add method for adding resource to an element
|
2014-05-10 22:03:05 +02:00 |
|
Jean-François Ferry
|
71c44d82ab
|
Move resource module functions into commonobject :
- new method to get an array with object properties
- new method to fetch an object only with id and element_type
|
2014-05-10 22:03:05 +02:00 |
|
Laurent Destailleur
|
d224128c46
|
New: Merge free product and predefined product area to enter new
product.
|
2014-05-05 14:30:08 +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
|
e1d30837e9
|
Try to remove a warning
|
2014-05-03 03:10:58 +02:00 |
|
Laurent Destailleur
|
d97c45a9b8
|
Add version of phpunit into travis script.
Fix: strict mode.
|
2014-05-01 19:17:45 +02:00 |
|
Laurent Destailleur
|
4cb671f4db
|
Qual: Clean deprecated code.
|
2014-04-28 11:55:08 +02:00 |
|
Laurent Destailleur
|
97fce71218
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/core/lib/functions2.lib.php
htdocs/install/mysql/migration/repair.sql
htdocs/langs/en_US/errors.lang
htdocs/product/fiche.php
htdocs/projet/tasks/task.php
|
2014-04-26 22:35:35 +02:00 |
|
Laurent Destailleur
|
6968304641
|
Fix: [ bug #1352 ] Removing a shipping does not remove the delivery.
|
2014-04-26 17:27:59 +02:00 |
|
Raphaël Doursenaud
|
9960e5aa8f
|
Qual: Removed unused variable
|
2014-04-23 18:24:05 +02:00 |
|
Raphaël Doursenaud
|
d57b4192b6
|
Qual: Wrong variable name
|
2014-04-23 18:23:55 +02:00 |
|
Raphaël Doursenaud
|
670e861d7b
|
Qual: Missing global declaration
|
2014-04-23 18:23:55 +02:00 |
|
Raphaël Doursenaud
|
6cfcdbfe56
|
Qual: Wrong type in method documentation
|
2014-04-23 18:23:55 +02:00 |
|
Raphaël Doursenaud
|
84c9a390eb
|
Qual: Mistyped class property
|
2014-04-23 18:23:55 +02:00 |
|
Laurent Destailleur
|
13929bc46f
|
New: showrefnav can be used with tables without prefix.
|
2014-04-09 13:19:31 +02:00 |
|
philippe
|
e2b29bb108
|
fix english misspelling
|
2014-03-05 09:57:36 +01:00 |
|
Laurent Destailleur
|
5780f14a65
|
Qual: Removed TODO and add test to report bug.
|
2014-02-17 18:27:45 +01:00 |
|
Laurent Destailleur
|
867c83680b
|
Merge remote-tracking branch 'origin/3.5' into develop
|
2014-02-17 18:22:49 +01:00 |
|
Laurent Destailleur
|
342ee2e6f6
|
Qual: Add a TODO to warn to remove this bug.
|
2014-02-17 18:22:15 +01:00 |
|
Laurent Destailleur
|
860ca15cfc
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/core/class/extrafields.class.php
|
2014-02-17 15:27:30 +01:00 |
|
Laurent Destailleur
|
abc96b51fa
|
Enable extrafields for customer order, proposal and invoice lines. This
feature was developed for 3.5 but was disabled (hidden) because of
a bug not possible to fix enough quickly for 3.5.0 release.
|
2014-02-16 23:51:29 +01:00 |
|
Laurent Destailleur
|
634c5b64f1
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/product/fiche.php
|
2014-02-12 00:25:08 +01:00 |
|
Laurent Destailleur
|
266b413139
|
Fix: colspan for extrafields
|
2014-02-12 00:23:15 +01:00 |
|