dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] f6c935: Require restler/framework int


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] f6c935: Require restler/framework into composer.json
Date: Tue, 12 May 2015 10:39:38 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: f6c93525a6c3f0ff727f12648e725e4ebede98a9
      
https://github.com/Dolibarr/dolibarr/commit/f6c93525a6c3f0ff727f12648e725e4ebede98a9
  Author: jfefe <address@hidden>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  Require restler/framework into composer.json


  Commit: b503b16f07065592fe733968b3dbba02c39c85a2
      
https://github.com/Dolibarr/dolibarr/commit/b503b16f07065592fe733968b3dbba02c39c85a2
  Author: jfefe <address@hidden>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    A htdocs/includes/restler/ApcCache.php
    A htdocs/includes/restler/AutoLoader.php
    A htdocs/includes/restler/CommentParser.php
    A htdocs/includes/restler/Compose.php
    A htdocs/includes/restler/Data/ApiMethodInfo.php
    A htdocs/includes/restler/Data/Arr.php
    A htdocs/includes/restler/Data/Invalid.php
    A htdocs/includes/restler/Data/Object.php
    A htdocs/includes/restler/Data/String.php
    A htdocs/includes/restler/Data/ValidationInfo.php
    A htdocs/includes/restler/Data/Validator.php
    A htdocs/includes/restler/Data/ValueObject.php
    A htdocs/includes/restler/Data/iValidate.php
    A htdocs/includes/restler/Data/iValueObject.php
    A htdocs/includes/restler/Defaults.php
    A htdocs/includes/restler/EventDispatcher.php
    A htdocs/includes/restler/Filter/RateLimit.php
    A htdocs/includes/restler/Flash.php
    A htdocs/includes/restler/Format/AmfFormat.php
    A htdocs/includes/restler/Format/CsvFormat.php
    A htdocs/includes/restler/Format/Format.php
    A htdocs/includes/restler/Format/HtmlFormat.php
    A htdocs/includes/restler/Format/JsFormat.php
    A htdocs/includes/restler/Format/JsonFormat.php
    A htdocs/includes/restler/Format/MultiFormat.php
    A htdocs/includes/restler/Format/PlistFormat.php
    A htdocs/includes/restler/Format/TsvFormat.php
    A htdocs/includes/restler/Format/UploadFormat.php
    A htdocs/includes/restler/Format/UrlEncodedFormat.php
    A htdocs/includes/restler/Format/XmlFormat.php
    A htdocs/includes/restler/Format/YamlFormat.php
    A htdocs/includes/restler/Format/iDecodeStream.php
    A htdocs/includes/restler/Format/iFormat.php
    A htdocs/includes/restler/HumanReadableCache.php
    A htdocs/includes/restler/README.md
    A htdocs/includes/restler/Redirect.php
    A htdocs/includes/restler/Resources.php
    A htdocs/includes/restler/RestException.php
    A htdocs/includes/restler/Restler.php
    A htdocs/includes/restler/Routes.php
    A htdocs/includes/restler/Scope.php
    A htdocs/includes/restler/UI/Emmet.php
    A htdocs/includes/restler/UI/FormStyles.php
    A htdocs/includes/restler/UI/Forms.php
    A htdocs/includes/restler/UI/Nav.php
    A htdocs/includes/restler/UI/Tags.php
    A htdocs/includes/restler/User.php
    A htdocs/includes/restler/Util.php
    A htdocs/includes/restler/compatibility/iAuthenticate.php
    A htdocs/includes/restler/compatibility/restler1.php
    A htdocs/includes/restler/compatibility/restler2.php
    A htdocs/includes/restler/composer.json
    A htdocs/includes/restler/composer.lock
    A htdocs/includes/restler/iAuthenticate.php
    A htdocs/includes/restler/iCache.php
    A htdocs/includes/restler/iCompose.php
    A htdocs/includes/restler/iFilter.php
    A htdocs/includes/restler/iIdentifyUser.php
    A htdocs/includes/restler/iProvideMultiVersionApi.php
    A htdocs/includes/restler/iUseAuthentication.php
    A htdocs/includes/restler/vendor/autoload.php
    A htdocs/includes/restler/vendor/composer/ClassLoader.php
    A htdocs/includes/restler/vendor/composer/autoload_classmap.php
    A htdocs/includes/restler/vendor/composer/autoload_namespaces.php
    A htdocs/includes/restler/vendor/composer/autoload_psr4.php
    A htdocs/includes/restler/vendor/composer/autoload_real.php
    A htdocs/includes/restler/vendor/composer/installed.json
    A htdocs/includes/restler/views/debug.css
    A htdocs/includes/restler/views/debug.php

  Log Message:
  -----------
  NEW : add restler framework
First step to build REST API into Dolibarr


  Commit: 30c901c2661879f1b0ad4c037732a9e65d915b66
      
https://github.com/Dolibarr/dolibarr/commit/30c901c2661879f1b0ad4c037732a9e65d915b66
  Author: jfefe <address@hidden>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    A htdocs/api/class/api.class.php
    A htdocs/api/index.php
    A htdocs/public/api/index.php
    A htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Begin REST API implementation with thirdparty classes and methods needed.
Work in progress !


  Commit: d406830e06900daba4506f932f1643b2408cec64
      
https://github.com/Dolibarr/dolibarr/commit/d406830e06900daba4506f932f1643b2408cec64
  Author: jfefe <address@hidden>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    A htdocs/public/api/explorer/css/screen.css
    A htdocs/public/api/explorer/images/pet_store_api.png
    A htdocs/public/api/explorer/images/throbber.gif
    A htdocs/public/api/explorer/index.html
    A htdocs/public/api/explorer/lib/backbone-min.js
    A htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js
    A htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js
    A htdocs/public/api/explorer/lib/jquery-1.8.0.min.js
    A htdocs/public/api/explorer/lib/jquery.ba-bbq.min.js
    A htdocs/public/api/explorer/lib/jquery.slideto.min.js
    A htdocs/public/api/explorer/lib/jquery.wiggle.min.js
    A htdocs/public/api/explorer/lib/swagger.js
    A htdocs/public/api/explorer/lib/underscore-min.js
    A htdocs/public/api/explorer/swagger-ui.js
    A htdocs/public/api/explorer/swagger-ui.min.js

  Log Message:
  -----------
  NEW : add an explorer for REST API consultation & documentation


  Commit: 1536cd430d87a3158cfd5c103e803a480923a088
      
https://github.com/Dolibarr/dolibarr/commit/1536cd430d87a3158cfd5c103e803a480923a088
  Author: jfefe <address@hidden>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    M htdocs/societe/class/societe.class.php

  Log Message:
  -----------
  Missing PHPDOC for REST API working for thirdparties

These tags are very important for REST API. Please have a look at 
https://github.com/Luracast/Restler/blob/master/ANNOTATIONS.md


  Commit: 23e423404bc9a2d647fd5c98d2090bd64a3b3f01
      
https://github.com/Dolibarr/dolibarr/commit/23e423404bc9a2d647fd5c98d2090bd64a3b3f01
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    A htdocs/public/api/.htaccess

  Log Message:
  -----------
  Add API htaccess file for Apache webserver


  Commit: 4bce903c63ecf5efb6a535665ed5b731d70d6c34
      
https://github.com/Dolibarr/dolibarr/commit/4bce903c63ecf5efb6a535665ed5b731d70d6c34
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    M htdocs/install/mysql/tables/llx_user.key.sql
    M htdocs/install/mysql/tables/llx_user.sql

  Log Message:
  -----------
  Add field into user table to store API key


  Commit: 4ccb04590e6f9a82c359e293b98a929fa70116c6
      
https://github.com/Dolibarr/dolibarr/commit/4ccb04590e6f9a82c359e293b98a929fa70116c6
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    A htdocs/api/admin/api.php
    M htdocs/langs/en_US/admin.lang

  Log Message:
  -----------
  Add API admin page


  Commit: 65ff78f61a49b3b1d2086a678ac6caa21fe363d0
      
https://github.com/Dolibarr/dolibarr/commit/65ff78f61a49b3b1d2086a678ac6caa21fe363d0
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M htdocs/public/api/index.php

  Log Message:
  -----------
  Don't expose API if module disabled


  Commit: 80277593040b09d9fb6eaec4635b489ce6ccfba7
      
https://github.com/Dolibarr/dolibarr/commit/80277593040b09d9fb6eaec4635b489ce6ccfba7
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M htdocs/api/class/api.class.php
    A htdocs/api/class/api_access.class.php
    M htdocs/public/api/index.php

  Log Message:
  -----------
  Work on authentication


  Commit: fa494369b8ff43d3e41cf1b0cecc2b27ea7749c9
      
https://github.com/Dolibarr/dolibarr/commit/fa494369b8ff43d3e41cf1b0cecc2b27ea7749c9
  Author: jfefe <address@hidden>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M htdocs/api/class/api.class.php
    M htdocs/api/class/api_access.class.php
    M htdocs/public/api/explorer/index.html
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  New : API key authentication
One key is stored by user when login API method is called. Each API request 
must have api_key parameter


  Commit: 31e5b4786ad2765f340f372940017a29b12bc2f4
      
https://github.com/Dolibarr/dolibarr/commit/31e5b4786ad2765f340f372940017a29b12bc2f4
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/api/class/api.class.php
    M htdocs/api/class/api_access.class.php
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Fix : verify access method
Now we can use tag '@class' into PHPDoc block of method or class.

By example: @class  DolibarrApiAccess address@hidden user,external}


  Commit: 46ce77c571d51f99f4f7847704d2196fb0e1ccc2
      
https://github.com/Dolibarr/dolibarr/commit/46ce77c571d51f99f4f7847704d2196fb0e1ccc2
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/core/lib/security.lib.php

  Log Message:
  -----------
  Refactor function to use it into API
New function checkUserAccessToObject() is a piece of restrictedArea() function.


  Commit: 47c3724f3df4bd2db59f7e977a80d687c31802c2
      
https://github.com/Dolibarr/dolibarr/commit/47c3724f3df4bd2db59f7e977a80d687c31802c2
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/api/class/api.class.php
    M htdocs/api/class/api_access.class.php
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Verify API access by user to resource

API authentication mechanism is supposed to be working with internal or 
external users


  Commit: 2ea8c90fe288f593d6be087631e4245ce8efa0a5
      
https://github.com/Dolibarr/dolibarr/commit/2ea8c90fe288f593d6be087631e4245ce8efa0a5
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    A htdocs/core/modules/modApi.class.php

  Log Message:
  -----------
  Module descriptor for API module


  Commit: 64d0a710f7eeef44729ba0db75477a15c7cfda04
      
https://github.com/Dolibarr/dolibarr/commit/64d0a710f7eeef44729ba0db75477a15c7cfda04
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  API tirdparties list


  Commit: a8ee123bb2379c6360d1c47c3b47a7b192ff09db
      
https://github.com/Dolibarr/dolibarr/commit/a8ee123bb2379c6360d1c47c3b47a7b192ff09db
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Add API methods to create, update and delete a thirdparty


  Commit: 80b832e90cd22e7025028d058b47b44a18670768
      
https://github.com/Dolibarr/dolibarr/commit/80b832e90cd22e7025028d058b47b44a18670768
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Add API methods to retrieve customers, prospects and others


  Commit: 60d6cc580600da0b3cd86cf225518fc48e40fc9b
      
https://github.com/Dolibarr/dolibarr/commit/60d6cc580600da0b3cd86cf225518fc48e40fc9b
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/public/api/index.php
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Modify search of API classes for module

A module can now bring several API classes.
By example, thirdparty module can have api_thirdparty.class.php for thirdparty 
and api_contact.class.php for contacts.

Classes must be named <Object>API (ie ThirdpartyApi or ContactApi)


  Commit: 5fa5b51d2b10d8220130bae633b064abe3146bcf
      
https://github.com/Dolibarr/dolibarr/commit/5fa5b51d2b10d8220130bae633b064abe3146bcf
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    A dev/skeletons/skeleton_api_class.class.php

  Log Message:
  -----------
  Add API class skeleton for developers.


  Commit: 8fd03fa87e3d6a434c47a0eb68ea5c4289e4caa5
      
https://github.com/Dolibarr/dolibarr/commit/8fd03fa87e3d6a434c47a0eb68ea5c4289e4caa5
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    A htdocs/societe/class/api_contact.class.php

  Log Message:
  -----------
  Add API class for contacts


  Commit: 53f480708fa9b13b5aa7db8c7079be22620fd345
      
https://github.com/Dolibarr/dolibarr/commit/53f480708fa9b13b5aa7db8c7079be22620fd345
  Author: jfefe <address@hidden>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M htdocs/accountancy/admin/journaux.php
    M htdocs/admin/company.php
    M htdocs/admin/facture.php
    M htdocs/barcode/printsheet.php
    M htdocs/categories/class/categorie.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/contrat/card.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/class/commonobject.class.php
    A htdocs/core/class/commonstickergenerator.class.php
    M htdocs/core/class/doleditor.class.php
    M htdocs/core/class/extrafields.class.php
    M htdocs/core/class/html.form.class.php
    M htdocs/core/class/html.formother.class.php
    M htdocs/core/lib/expensereport.lib.php
    M htdocs/core/lib/format_cards.lib.php
    M htdocs/core/lib/functions.lib.php
    M htdocs/core/lib/product.lib.php
    A htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
    M htdocs/core/modules/contract/doc/pdf_strato.modules.php
    M htdocs/core/modules/member/doc/pdf_standard.class.php
    M htdocs/core/modules/member/modules_cards.php
    M htdocs/core/modules/modAccounting.class.php
    M htdocs/core/modules/modAdherent.class.php
    M htdocs/core/modules/modBarcode.class.php
    M htdocs/core/modules/modProjet.class.php
    M htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    A htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php
    M htdocs/core/modules/printsheet/modules_labels.php
    M htdocs/expensereport/card.php
    M htdocs/expensereport/class/expensereport.class.php
    M htdocs/expensereport/list.php
    M htdocs/langs/en_US/accountancy.lang
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/products.lang
    M htdocs/langs/fr_FR/other.lang
    M htdocs/product/card.php
    M htdocs/product/class/product.class.php
    M htdocs/product/composition/card.php
    M htdocs/product/fournisseurs.php
    M htdocs/public/test/test_arrays.php
    M htdocs/societe/class/societe.class.php
    M htdocs/societe/soc.php
    M htdocs/theme/eldy/img/sort_asc.png
    M htdocs/theme/eldy/img/sort_asc_disabled.png
    M htdocs/theme/eldy/img/sort_desc.png
    M htdocs/theme/eldy/style.css.php
    M htdocs/theme/md_exp/img/sort_asc.png
    M htdocs/theme/md_exp/img/sort_asc_disabled.png
    M htdocs/theme/md_exp/img/sort_desc.png
    A htdocs/theme/md_exp/img/title_accountancy.png
    A htdocs/theme/md_exp/img/title_bank.png
    A htdocs/theme/md_exp/img/title_commercial.png
    A htdocs/theme/md_exp/img/title_companies.png
    A htdocs/theme/md_exp/img/title_generic.png
    A htdocs/theme/md_exp/img/title_home.png
    A htdocs/theme/md_exp/img/title_products.png
    A htdocs/theme/md_exp/img/title_project.png
    A htdocs/theme/md_exp/img/title_setup.png
    M htdocs/theme/md_exp/style.css.php
    M htdocs/webservices/server_thirdparty.php
    M test/phpunit/AdherentTest.php
    M test/phpunit/SocieteTest.php

  Log Message:
  -----------
  Merge branch 'develop' into api_restler


  Commit: 0673e3a1f15dab88dc0899e1cbb7eb9e583258bc
      
https://github.com/Dolibarr/dolibarr/commit/0673e3a1f15dab88dc0899e1cbb7eb9e583258bc
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M htdocs/societe/class/api_contact.class.php
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Fix API lists method for thirdparty and contact


  Commit: 0003a14470bc70c7b71f9cd4fac1326e612c7545
      
https://github.com/Dolibarr/dolibarr/commit/0003a14470bc70c7b71f9cd4fac1326e612c7545
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M dev/skeletons/skeleton_api_class.class.php

  Log Message:
  -----------
  Update skeleton API class


  Commit: cd37d3eb117363d93a2c6d8efa8b51d0f8b367d2
      
https://github.com/Dolibarr/dolibarr/commit/cd37d3eb117363d93a2c6d8efa8b51d0f8b367d2
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    A htdocs/product/class/api_product.class.php

  Log Message:
  -----------
  Add API class for product


  Commit: 18def27eb6c283e1ea08d288308003c0e154a0c3
      
https://github.com/Dolibarr/dolibarr/commit/18def27eb6c283e1ea08d288308003c0e154a0c3
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Change API route for thirdparties lists

Use /thirdparty/list instead of /thirdparties/


  Commit: a732b4d69b09b15730938fd79a2bacd145e310b8
      
https://github.com/Dolibarr/dolibarr/commit/a732b4d69b09b15730938fd79a2bacd145e310b8
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M dev/skeletons/skeleton_api_class.class.php

  Log Message:
  -----------
  Missing value in PHPDoc tag for specify url method (in skeleton file)


  Commit: 5c7f7f6d6eabce648364b89a80795a68bb0db2f7
      
https://github.com/Dolibarr/dolibarr/commit/5c7f7f6d6eabce648364b89a80795a68bb0db2f7
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    A htdocs/api/readme.md

  Log Message:
  -----------
  Add API readme


  Commit: 561d5e82c1c0d62f74843df6069ce01685843e46
      
https://github.com/Dolibarr/dolibarr/commit/561d5e82c1c0d62f74843df6069ce01685843e46
  Author: jfefe <address@hidden>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M htdocs/product/class/api_product.class.php

  Log Message:
  -----------
  Rename libelle product field into label


  Commit: 0e4a06799deddb1e1329f815feb55cb010549fc4
      
https://github.com/Dolibarr/dolibarr/commit/0e4a06799deddb1e1329f815feb55cb010549fc4
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/api/class/api_access.class.php
    A htdocs/categories/class/api_category.class.php
    M htdocs/public/api/index.php

  Log Message:
  -----------
  Add API class for categories


  Commit: 967e8c66a9705586073f67221729958709c0df93
      
https://github.com/Dolibarr/dolibarr/commit/967e8c66a9705586073f67221729958709c0df93
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/categories/class/api_category.class.php

  Log Message:
  -----------
  Add method to get each type of category with a specific uri


  Commit: 0012cd81315aa3ca7c2005a895da5c7cc46b8f54
      
https://github.com/Dolibarr/dolibarr/commit/0012cd81315aa3ca7c2005a895da5c7cc46b8f54
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/categories/class/api_category.class.php

  Log Message:
  -----------
  Fix API category class


  Commit: 289b847eb44b8a2d079e23eb8f41abc8e3d1fc3a
      
https://github.com/Dolibarr/dolibarr/commit/289b847eb44b8a2d079e23eb8f41abc8e3d1fc3a
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/api/class/api.class.php
    A htdocs/commande/class/api_commande.class.php

  Log Message:
  -----------
  Add API class for orders


  Commit: fd077db1b7e22ab57100dca115e170d22b38315d
      
https://github.com/Dolibarr/dolibarr/commit/fd077db1b7e22ab57100dca115e170d22b38315d
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    A dev/skeletons/build_api_class.php
    M dev/skeletons/skeleton_api_class.class.php

  Log Message:
  -----------
  NEW : script to build API class from existing class


  Commit: 638c534211f9105f2f50b9a33b95052e4ec40686
      
https://github.com/Dolibarr/dolibarr/commit/638c534211f9105f2f50b9a33b95052e4ec40686
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/public/api/explorer/index.html

  Log Message:
  -----------
  Modify API explorer settings to memorize api key


  Commit: db5a2bacd1c9471158ad42744ee32713cfd53754
      
https://github.com/Dolibarr/dolibarr/commit/db5a2bacd1c9471158ad42744ee32713cfd53754
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Bad sort field


  Commit: 5f62d2b13ef840f293a0a07a64b609493451dbcb
      
https://github.com/Dolibarr/dolibarr/commit/5f62d2b13ef840f293a0a07a64b609493451dbcb
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    A htdocs/compta/facture/class/api_invoice.class.php
    M htdocs/public/api/index.php

  Log Message:
  -----------
  Add API class for invoice


  Commit: 3b1f6e8a5a6a187efa77cd66a36b07c1e005d8bf
      
https://github.com/Dolibarr/dolibarr/commit/3b1f6e8a5a6a187efa77cd66a36b07c1e005d8bf
  Author: jfefe <address@hidden>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M build/debian/README.howto
    M htdocs/admin/commande.php
    M htdocs/categories/card.php
    M htdocs/categories/class/categorie.class.php
    M htdocs/categories/viewcat.php
    M htdocs/comm/index.php
    M htdocs/comm/prospect/class/prospect.class.php
    M htdocs/core/actions_sendmails.inc.php
    M htdocs/core/boxes/box_clients.php
    M htdocs/core/boxes/box_commandes.php
    M htdocs/core/boxes/box_factures.php
    M htdocs/core/boxes/box_factures_fourn.php
    M htdocs/core/boxes/box_factures_fourn_imp.php
    M htdocs/core/boxes/box_factures_imp.php
    M htdocs/core/boxes/box_fournisseurs.php
    M htdocs/core/boxes/box_propales.php
    M htdocs/core/boxes/box_prospect.php
    M htdocs/core/boxes/box_supplier_orders.php
    M htdocs/core/class/CMailFile.class.php
    M htdocs/core/class/html.form.class.php
    M htdocs/core/class/html.formmail.class.php
    M htdocs/core/class/smtps.class.php
    M htdocs/core/menus/standard/auguria.lib.php
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/menus/standard/empty.php
    M htdocs/core/modules/modCommande.class.php
    M htdocs/core/modules/modContrat.class.php
    M htdocs/core/modules/modFacture.class.php
    M htdocs/core/modules/modFournisseur.class.php
    M htdocs/core/modules/modIncoterm.class.php
    M htdocs/core/modules/modPrinting.class.php
    M htdocs/core/modules/modPropale.class.php
    M htdocs/core/modules/modResource.class.php
    M htdocs/index.php
    M htdocs/langs/ar_SA/other.lang
    M htdocs/langs/bg_BG/companies.lang
    M htdocs/langs/bg_BG/help.lang
    M htdocs/langs/bg_BG/main.lang
    M htdocs/langs/bg_BG/other.lang
    M htdocs/langs/bs_BA/other.lang
    M htdocs/langs/ca_ES/admin.lang
    M htdocs/langs/ca_ES/agenda.lang
    M htdocs/langs/ca_ES/banks.lang
    M htdocs/langs/ca_ES/bills.lang
    M htdocs/langs/ca_ES/boxes.lang
    M htdocs/langs/ca_ES/categories.lang
    M htdocs/langs/ca_ES/compta.lang
    M htdocs/langs/ca_ES/cron.lang
    M htdocs/langs/ca_ES/deliveries.lang
    M htdocs/langs/ca_ES/dict.lang
    M htdocs/langs/ca_ES/donations.lang
    M htdocs/langs/ca_ES/errors.lang
    M htdocs/langs/ca_ES/externalsite.lang
    M htdocs/langs/ca_ES/holiday.lang
    M htdocs/langs/ca_ES/interventions.lang
    M htdocs/langs/ca_ES/mails.lang
    M htdocs/langs/ca_ES/main.lang
    M htdocs/langs/ca_ES/margins.lang
    M htdocs/langs/ca_ES/opensurvey.lang
    M htdocs/langs/ca_ES/orders.lang
    M htdocs/langs/ca_ES/other.lang
    M htdocs/langs/ca_ES/paybox.lang
    M htdocs/langs/ca_ES/paypal.lang
    M htdocs/langs/ca_ES/printipp.lang
    M htdocs/langs/ca_ES/productbatch.lang
    M htdocs/langs/ca_ES/products.lang
    M htdocs/langs/ca_ES/projects.lang
    M htdocs/langs/ca_ES/resource.lang
    M htdocs/langs/ca_ES/salaries.lang
    M htdocs/langs/ca_ES/sendings.lang
    M htdocs/langs/ca_ES/stocks.lang
    M htdocs/langs/ca_ES/suppliers.lang
    M htdocs/langs/ca_ES/users.lang
    M htdocs/langs/ca_ES/withdrawals.lang
    M htdocs/langs/ca_ES/workflow.lang
    M htdocs/langs/cs_CZ/other.lang
    M htdocs/langs/da_DK/other.lang
    M htdocs/langs/de_AT/main.lang
    M htdocs/langs/de_AT/other.lang
    M htdocs/langs/de_DE/admin.lang
    M htdocs/langs/de_DE/agenda.lang
    M htdocs/langs/de_DE/banks.lang
    M htdocs/langs/de_DE/bills.lang
    M htdocs/langs/de_DE/boxes.lang
    M htdocs/langs/de_DE/commercial.lang
    M htdocs/langs/de_DE/companies.lang
    M htdocs/langs/de_DE/compta.lang
    M htdocs/langs/de_DE/cron.lang
    M htdocs/langs/de_DE/dict.lang
    M htdocs/langs/de_DE/ecm.lang
    M htdocs/langs/de_DE/errors.lang
    M htdocs/langs/de_DE/ftp.lang
    M htdocs/langs/de_DE/interventions.lang
    M htdocs/langs/de_DE/languages.lang
    M htdocs/langs/de_DE/main.lang
    M htdocs/langs/de_DE/other.lang
    M htdocs/langs/de_DE/paybox.lang
    M htdocs/langs/de_DE/products.lang
    M htdocs/langs/de_DE/projects.lang
    M htdocs/langs/de_DE/propal.lang
    M htdocs/langs/de_DE/stocks.lang
    M htdocs/langs/de_DE/suppliers.lang
    M htdocs/langs/de_DE/trips.lang
    M htdocs/langs/de_DE/users.lang
    M htdocs/langs/de_DE/withdrawals.lang
    M htdocs/langs/el_GR/other.lang
    A htdocs/langs/en_GB/mails.lang
    M htdocs/langs/en_US/incoterm.lang
    M htdocs/langs/en_US/orders.lang
    M htdocs/langs/en_US/printing.lang
    M htdocs/langs/en_US/stocks.lang
    A htdocs/langs/es_AR/mails.lang
    A htdocs/langs/es_CO/mails.lang
    M htdocs/langs/es_ES/other.lang
    M htdocs/langs/et_EE/other.lang
    M htdocs/langs/eu_ES/other.lang
    M htdocs/langs/fa_IR/other.lang
    M htdocs/langs/fi_FI/other.lang
    M htdocs/langs/fr_FR/boxes.lang
    M htdocs/langs/fr_FR/categories.lang
    M htdocs/langs/fr_FR/deliveries.lang
    M htdocs/langs/fr_FR/dict.lang
    M htdocs/langs/fr_FR/ftp.lang
    M htdocs/langs/fr_FR/help.lang
    M htdocs/langs/fr_FR/mailmanspip.lang
    M htdocs/langs/fr_FR/opensurvey.lang
    M htdocs/langs/fr_FR/paypal.lang
    M htdocs/langs/fr_FR/salaries.lang
    M htdocs/langs/fr_FR/trips.lang
    M htdocs/langs/he_IL/other.lang
    M htdocs/langs/hr_HR/other.lang
    M htdocs/langs/hu_HU/other.lang
    M htdocs/langs/id_ID/other.lang
    M htdocs/langs/is_IS/other.lang
    M htdocs/langs/it_IT/other.lang
    M htdocs/langs/ja_JP/other.lang
    M htdocs/langs/ka_GE/other.lang
    M htdocs/langs/kn_IN/other.lang
    M htdocs/langs/ko_KR/other.lang
    M htdocs/langs/lo_LA/other.lang
    M htdocs/langs/lt_LT/other.lang
    M htdocs/langs/mk_MK/other.lang
    M htdocs/langs/nb_NO/other.lang
    M htdocs/langs/nl_NL/other.lang
    M htdocs/langs/pl_PL/admin.lang
    M htdocs/langs/pl_PL/other.lang
    M htdocs/langs/pt_PT/other.lang
    M htdocs/langs/ro_RO/other.lang
    M htdocs/langs/ru_RU/other.lang
    M htdocs/langs/sk_SK/other.lang
    M htdocs/langs/sl_SI/other.lang
    M htdocs/langs/sq_AL/other.lang
    M htdocs/langs/sv_SE/other.lang
    M htdocs/langs/sw_SW/other.lang
    M htdocs/langs/th_TH/other.lang
    M htdocs/langs/tr_TR/admin.lang
    M htdocs/langs/tr_TR/bills.lang
    M htdocs/langs/tr_TR/categories.lang
    M htdocs/langs/tr_TR/main.lang
    M htdocs/langs/tr_TR/other.lang
    M htdocs/langs/uk_UA/bills.lang
    M htdocs/langs/uk_UA/other.lang
    M htdocs/langs/uz_UZ/other.lang
    M htdocs/langs/vi_VN/other.lang
    M htdocs/langs/zh_CN/other.lang
    M htdocs/langs/zh_CN/resource.lang
    M htdocs/langs/zh_TW/other.lang
    M htdocs/product/card.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php
    M htdocs/product/stock/massstockmove.php
    M htdocs/product/stock/mouvement.php
    M htdocs/product/stock/product.php
    A htdocs/product/stock/tpl/stockcorrection.tpl.php
    A htdocs/product/stock/tpl/stocktransfer.tpl.php
    M htdocs/societe/soc.php
    M htdocs/theme/eldy/style.css.php
    M htdocs/user/card.php
    M htdocs/user/group/card.php
    M htdocs/user/index.php

  Log Message:
  -----------
  Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into api_rest


  Commit: dbb9449ee763a66a0c96038e90776dcc8b7b561e
      
https://github.com/Dolibarr/dolibarr/commit/dbb9449ee763a66a0c96038e90776dcc8b7b561e
  Author: jfefe <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M dev/skeletons/skeleton_api_class.class.php
    M htdocs/api/class/api.class.php
    M htdocs/api/class/api_access.class.php
    M htdocs/categories/class/api_category.class.php
    M htdocs/commande/class/api_commande.class.php
    M htdocs/compta/facture/class/api_invoice.class.php
    M htdocs/product/class/api_product.class.php
    M htdocs/societe/class/api_contact.class.php
    M htdocs/societe/class/api_thirdparty.class.php

  Log Message:
  -----------
  Fix PHPCS


  Commit: 24bf614061a880d47d715de3bb316410964b3827
      
https://github.com/Dolibarr/dolibarr/commit/24bf614061a880d47d715de3bb316410964b3827
  Author: jfefe <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M dev/examples/create_product.php
    M dev/initdata/generate-produit.php
    M htdocs/categories/categorie.php
    M htdocs/categories/edit.php
    M htdocs/categories/viewcat.php
    M htdocs/commande/class/commande.class.php
    M htdocs/core/lib/categories.lib.php
    M htdocs/core/modules/export/export_excel.modules.php
    M htdocs/core/modules/export/export_excel2007.modules.php
    M htdocs/exports/export.php
    M htdocs/fourn/commande/card.php
    M htdocs/fourn/facture/card.php
    M htdocs/fourn/product/categorie.php
    M htdocs/fourn/product/photos.php
    M htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    M htdocs/install/mysql/tables/llx_actioncomm.sql
    M htdocs/margin/productMargins.php
    M htdocs/margin/tabs/productMargins.php
    M htdocs/opensurvey/card.php
    M htdocs/opensurvey/css/style.css
    M htdocs/opensurvey/img/date.png
    M htdocs/opensurvey/img/sondage2.png
    M htdocs/opensurvey/wizard/index.php
    M htdocs/product/card.php
    M htdocs/product/class/product.class.php
    M htdocs/product/composition/card.php
    M htdocs/product/document.php
    M htdocs/product/fournisseurs.php
    M htdocs/product/photos.php
    M htdocs/product/price.php
    M htdocs/product/stats/card.php
    M htdocs/product/stats/commande.php
    M htdocs/product/stats/commande_fournisseur.php
    M htdocs/product/stats/contrat.php
    M htdocs/product/stats/facture.php
    M htdocs/product/stats/facture_fournisseur.php
    M htdocs/product/stats/propal.php
    M htdocs/product/stock/mouvement.php
    M htdocs/product/stock/product.php
    M htdocs/public/paybox/newpayment.php
    M htdocs/public/paypal/newpayment.php
    M htdocs/theme/eldy/style.css.php
    M htdocs/webservices/server_productorservice.php

  Log Message:
  -----------
  Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into api_rest

Conflicts:
        htdocs/install/mysql/migration/3.7.0-3.8.0.sql


  Commit: d62d7a2fc7a088251c71bfa9ec4cda01cc531cb6
      
https://github.com/Dolibarr/dolibarr/commit/d62d7a2fc7a088251c71bfa9ec4cda01cc531cb6
  Author: jfefe <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M htdocs/api/class/api_access.class.php
    M htdocs/commande/class/api_commande.class.php

  Log Message:
  -----------
  PHPCS again


  Commit: e5f0ab9324f3028a098d002f56472681668e5d23
      
https://github.com/Dolibarr/dolibarr/commit/e5f0ab9324f3028a098d002f56472681668e5d23
  Author: jfefe <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M htdocs/api/class/api_access.class.php

  Log Message:
  -----------
  Missing required class


  Commit: d079bc1507b2ded9a8a43c0ed2395f292bfb9828
      
https://github.com/Dolibarr/dolibarr/commit/d079bc1507b2ded9a8a43c0ed2395f292bfb9828
  Author: jfefe <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/api/class/api_access.class.php

  Log Message:
  -----------
  Add comment to ignore PHPCs error due to restler framework


  Commit: 125a34cb343a36435f8d1886550216bdf89be2df
      
https://github.com/Dolibarr/dolibarr/commit/125a34cb343a36435f8d1886550216bdf89be2df
  Author: jfefe <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/api/class/api_access.class.php
    M htdocs/public/api/index.php

  Log Message:
  -----------
  Fix PHPCS


  Commit: cb6f23d9b6526c6bebdb8f7d5d61ddc7f28dcbc8
      
https://github.com/Dolibarr/dolibarr/commit/cb6f23d9b6526c6bebdb8f7d5d61ddc7f28dcbc8
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M composer.json
    A dev/skeletons/build_api_class.php
    A dev/skeletons/skeleton_api_class.class.php
    A htdocs/api/admin/api.php
    A htdocs/api/class/api.class.php
    A htdocs/api/class/api_access.class.php
    A htdocs/api/index.php
    A htdocs/api/readme.md
    A htdocs/categories/class/api_category.class.php
    A htdocs/commande/class/api_commande.class.php
    A htdocs/compta/facture/class/api_invoice.class.php
    M htdocs/core/lib/security.lib.php
    A htdocs/core/modules/modApi.class.php
    A htdocs/includes/restler/ApcCache.php
    A htdocs/includes/restler/AutoLoader.php
    A htdocs/includes/restler/CommentParser.php
    A htdocs/includes/restler/Compose.php
    A htdocs/includes/restler/Data/ApiMethodInfo.php
    A htdocs/includes/restler/Data/Arr.php
    A htdocs/includes/restler/Data/Invalid.php
    A htdocs/includes/restler/Data/Object.php
    A htdocs/includes/restler/Data/String.php
    A htdocs/includes/restler/Data/ValidationInfo.php
    A htdocs/includes/restler/Data/Validator.php
    A htdocs/includes/restler/Data/ValueObject.php
    A htdocs/includes/restler/Data/iValidate.php
    A htdocs/includes/restler/Data/iValueObject.php
    A htdocs/includes/restler/Defaults.php
    A htdocs/includes/restler/EventDispatcher.php
    A htdocs/includes/restler/Filter/RateLimit.php
    A htdocs/includes/restler/Flash.php
    A htdocs/includes/restler/Format/AmfFormat.php
    A htdocs/includes/restler/Format/CsvFormat.php
    A htdocs/includes/restler/Format/Format.php
    A htdocs/includes/restler/Format/HtmlFormat.php
    A htdocs/includes/restler/Format/JsFormat.php
    A htdocs/includes/restler/Format/JsonFormat.php
    A htdocs/includes/restler/Format/MultiFormat.php
    A htdocs/includes/restler/Format/PlistFormat.php
    A htdocs/includes/restler/Format/TsvFormat.php
    A htdocs/includes/restler/Format/UploadFormat.php
    A htdocs/includes/restler/Format/UrlEncodedFormat.php
    A htdocs/includes/restler/Format/XmlFormat.php
    A htdocs/includes/restler/Format/YamlFormat.php
    A htdocs/includes/restler/Format/iDecodeStream.php
    A htdocs/includes/restler/Format/iFormat.php
    A htdocs/includes/restler/HumanReadableCache.php
    A htdocs/includes/restler/README.md
    A htdocs/includes/restler/Redirect.php
    A htdocs/includes/restler/Resources.php
    A htdocs/includes/restler/RestException.php
    A htdocs/includes/restler/Restler.php
    A htdocs/includes/restler/Routes.php
    A htdocs/includes/restler/Scope.php
    A htdocs/includes/restler/UI/Emmet.php
    A htdocs/includes/restler/UI/FormStyles.php
    A htdocs/includes/restler/UI/Forms.php
    A htdocs/includes/restler/UI/Nav.php
    A htdocs/includes/restler/UI/Tags.php
    A htdocs/includes/restler/User.php
    A htdocs/includes/restler/Util.php
    A htdocs/includes/restler/compatibility/iAuthenticate.php
    A htdocs/includes/restler/compatibility/restler1.php
    A htdocs/includes/restler/compatibility/restler2.php
    A htdocs/includes/restler/composer.json
    A htdocs/includes/restler/composer.lock
    A htdocs/includes/restler/iAuthenticate.php
    A htdocs/includes/restler/iCache.php
    A htdocs/includes/restler/iCompose.php
    A htdocs/includes/restler/iFilter.php
    A htdocs/includes/restler/iIdentifyUser.php
    A htdocs/includes/restler/iProvideMultiVersionApi.php
    A htdocs/includes/restler/iUseAuthentication.php
    A htdocs/includes/restler/vendor/autoload.php
    A htdocs/includes/restler/vendor/composer/ClassLoader.php
    A htdocs/includes/restler/vendor/composer/autoload_classmap.php
    A htdocs/includes/restler/vendor/composer/autoload_namespaces.php
    A htdocs/includes/restler/vendor/composer/autoload_psr4.php
    A htdocs/includes/restler/vendor/composer/autoload_real.php
    A htdocs/includes/restler/vendor/composer/installed.json
    A htdocs/includes/restler/views/debug.css
    A htdocs/includes/restler/views/debug.php
    M htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    M htdocs/install/mysql/tables/llx_user.key.sql
    M htdocs/install/mysql/tables/llx_user.sql
    M htdocs/langs/en_US/admin.lang
    A htdocs/product/class/api_product.class.php
    A htdocs/public/api/.htaccess
    A htdocs/public/api/explorer/css/screen.css
    A htdocs/public/api/explorer/images/pet_store_api.png
    A htdocs/public/api/explorer/images/throbber.gif
    A htdocs/public/api/explorer/index.html
    A htdocs/public/api/explorer/lib/backbone-min.js
    A htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js
    A htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js
    A htdocs/public/api/explorer/lib/jquery-1.8.0.min.js
    A htdocs/public/api/explorer/lib/jquery.ba-bbq.min.js
    A htdocs/public/api/explorer/lib/jquery.slideto.min.js
    A htdocs/public/api/explorer/lib/jquery.wiggle.min.js
    A htdocs/public/api/explorer/lib/swagger.js
    A htdocs/public/api/explorer/lib/underscore-min.js
    A htdocs/public/api/explorer/swagger-ui.js
    A htdocs/public/api/explorer/swagger-ui.min.js
    A htdocs/public/api/index.php
    A htdocs/societe/class/api_contact.class.php
    A htdocs/societe/class/api_thirdparty.class.php
    M htdocs/societe/class/societe.class.php

  Log Message:
  -----------
  Merge pull request #2771 from aternatik/api_rest

Add new core module : REST API


Compare: 
https://github.com/Dolibarr/dolibarr/compare/a94121a8c53a...cb6f23d9b652

reply via email to

[Prev in Thread] Current Thread [Next in Thread]