Laurent Destailleur
dac0b6c2a7
Fix regression
2017-07-26 13:46:27 +02:00
Laurent Destailleur
6fcb54b2d6
FIX #7072
2017-07-25 19:57:51 +02:00
Laurent Destailleur
43f6eab2ea
FIX #7146
2017-07-13 15:16:17 +02:00
fappels
f85fcbd216
Fix categorie navigation
2017-07-10 12:47:21 +02:00
Laurent Destailleur
00e1fab1af
Fix bad var
2017-07-08 19:01:09 +02:00
Laurent Destailleur
252d8da8fc
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/categories/class/categorie.class.php
htdocs/core/class/commondocgenerator.class.php
htdocs/core/lib/functions.lib.php
htdocs/core/modules/DolibarrModules.class.php
htdocs/filefunc.inc.php
htdocs/societe/class/societe.class.php
htdocs/supplier_proposal/class/supplier_proposal.class.php
2017-07-07 15:11:53 +02:00
Laurent Destailleur
e7e4252244
Fix deletion of category
2017-07-05 01:23:42 +02:00
Laurent Destailleur
e199864fce
Better log
2017-07-05 00:09:35 +02:00
Laurent Destailleur
c7a6a67e20
Fix remove warnings
2017-06-22 11:04:29 +02:00
Regis Houssin
5c5663c5ae
New: getEntity function use true $shared value by default
2017-05-30 18:50:54 +02:00
Laurent Destailleur
1a8884bbbe
NEW Can filter on year and product tags on the product statistic page
2017-05-22 15:20:52 +02:00
Laurent Destailleur
f5e29d6c86
Fix phpcs warning
2017-05-22 10:45:02 +02:00
Laurent Destailleur
fa290c34fa
Fix against SQL injection. Add phpunit to detect missing escapement.
2017-05-12 16:55:11 +02:00
Laurent Destailleur
a0e75d0af0
Work on look and feel v6
2017-04-07 18:38:55 +02:00
Laurent Destailleur
6e0918dded
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0
2017-03-31 18:31:54 +02:00
phf
2dc721c538
Fix picture with jpeg extension are not visible
2017-03-29 16:10:59 +02:00
Laurent Destailleur
dfc1ed7d72
FIX #6535
2017-03-16 22:49:02 +01:00
Laurent Destailleur
9a9887f482
Fix deletion of bank category/tag
2017-02-27 12:14:32 +01:00
Laurent Destailleur
65f7de8f64
Fix css and look 5.0
2017-01-22 12:13:32 +01:00
Laurent Destailleur
d14e4dbaba
Fix pagination when MAIN_DISABLE_FULL_SCANLIST is on
2017-01-15 20:49:20 +01:00
Laurent Destailleur
9e44eb0d15
Fix return code REST similar for all api with POST
2016-12-23 02:08:22 +01:00
Gustavo Novaro
a321ab5f31
var to public
...
Update deprecated code style
2016-12-17 03:27:32 -03:00
Laurent Destailleur
761a795294
Maxi debug on REST APIs
2016-12-05 13:31:29 +01:00
Laurent Destailleur
bd8f923cee
Several fixes in filter on lists
2016-11-29 22:52:16 +01:00
Scrutinizer Auto-Fixer
2a62564768
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-11-22 18:16:17 +00:00
Laurent Destailleur
dd27a52a85
Fix several problems on new REST API on project/tasks
2016-11-19 16:08:27 +01:00
Laurent Destailleur
7ac96da0d4
Several fix in warehouse stock change (rounding, api rest)
2016-11-18 16:34:03 +01:00
Laurent Destailleur
ad981a0f07
FIX the key for getEntity was different for same element.
2016-11-18 12:54:08 +01:00
Laurent Destailleur
43bf372cf7
Fix doxygen
2016-10-25 21:15:25 +02:00
Laurent Destailleur
f67863e1aa
NEW Can use any filter on all REST API to list.
2016-10-25 19:15:47 +02:00
Laurent Destailleur
28933c31dd
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/filefunc.inc.php
htdocs/projet/card.php
2016-10-16 19:04:33 +02:00
Laurent Destailleur
2db38b4bcc
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
...
Conflicts:
htdocs/categories/class/categorie.class.php
htdocs/societe/list.php
2016-10-16 19:02:36 +02:00
Laurent Destailleur
3d1ddbb923
Merge branch '3.8' of git@github.com:Dolibarr/dolibarr.git into 3.9
2016-10-16 18:34:20 +02:00
Juanjo Menent
ffd486e3d6
Fix #5843 best way fixing
2016-10-07 22:54:08 +02:00
Juanjo Menent
45dfb8ca62
Fix #5843 best way fixing
2016-10-07 22:32:11 +02:00
Juanjo Menent
298e5cee61
Fix #5843 best way fixing
2016-10-07 22:21:50 +02:00
Juanjo Menent
b7b18e3355
FIX: Error when CATEGORIE_RECURSIV_ADD is enabled and new category is daughter of an already linked to object
2016-10-07 10:12:25 +02:00
Laurent Destailleur
d39d7d92c9
Uniformize code.
2016-09-26 02:13:58 +02:00
Laurent Destailleur
c49c23df3d
Fix debug project categories
2016-08-29 17:30:54 +02:00
florian HENRY
cd1f78cd52
continur working
2016-08-29 10:41:14 +02:00
florian HENRY
a4ce756724
Manage project category
2016-08-29 10:32:00 +02:00
Laurent Destailleur
ee0c77a305
Merge branch 'refactor-rest-api' of
...
https://github.com/EuskalMoneta/dolibarr into
EuskalMoneta-refactor-rest-api
Conflicts:
htdocs/api/admin/explorer.php
2016-07-27 14:06:14 +02:00
philippe grand
770da29de4
internationalization of code comment
2016-07-05 17:20:32 +02:00
Laurent Destailleur
d23a8a56ea
Fix must use the constant, not hard coded value.
2016-06-25 21:40:45 +02:00
philippe grand
0c5eaddf7a
internationalization of code comment
2016-06-23 19:56:17 +02:00
Xebax
e12e1980fc
REST API: Add comments in the @deprecated tags.
2016-06-22 10:43:35 +02:00
Xebax
70ba8ec78d
REST API: Bring back the existing API (for backward compatibility).
...
Bring back the existing API and mark all the operations as deprecated.
Both the existing and the new API are documented and browsable with the
Restler API Explorer. The existing API appears under "root".
2016-06-22 10:08:54 +02:00
Xebax
3cac54741d
REST API: fix the index() method in Categories.
...
In the Categories class, set all the parameters of the index() method as
optional to make this method compatible with the one of the parent
class, DolibarrApi.
2016-06-20 17:56:33 +02:00
Xebax
3b662d6ed8
REST API: improve the API to get/add categories for an item.
...
Move the GET /xxx/{id}/categories requests to the corresponding classes
(Contacts, Products, Thirdparties).
Move the addCustomerCategory() method to the Thirdparties class. Use the
POST verb for the request instead of GET because the request modifies
the state of the server.
2016-06-20 17:56:33 +02:00
Xebax
db77efc067
REST API: replace the /category/ API by /categories/.
...
Remove several /category/list/xxx endpoints because they are redundant
with the /categories/ endpoint whith the 'type' filter.
2016-06-20 17:56:33 +02:00