dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 3d179f: FIX : Fetch function will fet


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 3d179f: FIX : Fetch function will fetch comments
Date: Tue, 21 Aug 2018 04:36:22 -0700

  Branch: refs/heads/7.0
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 3d179fb7d37b1e115f7c9f48bfa9cfae8c40c6a1
      
https://github.com/Dolibarr/dolibarr/commit/3d179fb7d37b1e115f7c9f48bfa9cfae8c40c6a1
  Author: ATM-Nicolas <address@hidden>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M htdocs/projet/class/task.class.php

  Log Message:
  -----------
  FIX : Fetch function will fetch comments


  Commit: f46d514586573805829d16a06e33aaa089e94976
      
https://github.com/Dolibarr/dolibarr/commit/f46d514586573805829d16a06e33aaa089e94976
  Author: ATM-Nicolas <address@hidden>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M ChangeLog
    M build/makepack-dolibarr.pl
    M htdocs/accountancy/admin/account.php
    M htdocs/accountancy/admin/accountmodel.php
    M htdocs/accountancy/admin/categories.php
    M htdocs/accountancy/admin/categories_list.php
    M htdocs/accountancy/admin/journals_list.php
    M htdocs/accountancy/class/accountingaccount.class.php
    M htdocs/admin/dict.php
    M htdocs/admin/mails_templates.php
    M htdocs/admin/system/filecheck.php
    M htdocs/admin/website.php
    M htdocs/cashdesk/facturation_verif.php
    M htdocs/commande/card.php
    M htdocs/commande/orderstoinvoice.php
    M htdocs/compta/bank/various_payment/card.php
    M htdocs/compta/facture/card.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/core/actions_massactions.inc.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/class/html.formaccounting.class.php
    M htdocs/core/class/html.formfile.class.php
    M htdocs/core/lib/company.lib.php
    M htdocs/core/lib/functions.lib.php
    M htdocs/core/lib/security.lib.php
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/modules/modStock.class.php
    M htdocs/fichinter/class/fichinter.class.php
    M htdocs/filefunc.inc.php
    M htdocs/fourn/class/fournisseur.facture.class.php
    M htdocs/fourn/commande/card.php
    M htdocs/holiday/class/holiday.class.php
    M htdocs/install/mysql/migration/6.0.0-7.0.0.sql
    R htdocs/modulebuilder/template/dev/codesniffer/DolibarrPSR2.xml
    R htdocs/modulebuilder/template/dev/git-hooks/README
    R htdocs/modulebuilder/template/dev/git-hooks/post-commit
    R htdocs/modulebuilder/template/dev/git-hooks/pre-commit
    R htdocs/modulebuilder/template/dev/git-hooks/pre-push
    R htdocs/modulebuilder/template/dev/img/README.md
    R htdocs/modulebuilder/template/dev/img/gfdl-129x44.png
    R htdocs/modulebuilder/template/dev/img/gfdl-66x23.png
    R htdocs/modulebuilder/template/dev/img/gfdl-logo.svg
    R htdocs/modulebuilder/template/dev/img/gpl-v3-logo.svg
    R htdocs/modulebuilder/template/dev/img/gplv3-127x51.png
    R htdocs/modulebuilder/template/dev/img/gplv3-88x31.png
    R htdocs/modulebuilder/template/dev/img/mymodule.svg
    M htdocs/modulebuilder/template/myobject_card.php
    M htdocs/product/class/api_products.class.php
    M htdocs/product/class/product.class.php
    M htdocs/product/inventory/card.php
    M htdocs/product/inventory/list.php
    M htdocs/product/price.php
    M htdocs/projet/activity/perday.php
    M htdocs/projet/activity/perweek.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/contact.php
    M htdocs/projet/element.php
    M htdocs/projet/index.php
    M htdocs/projet/tasks/contact.php
    M htdocs/projet/tasks/list.php
    M htdocs/projet/tasks/time.php
    M htdocs/societe/card.php
    M htdocs/supplier_proposal/card.php
    M htdocs/variants/class/ProductCombination.class.php
    M htdocs/variants/generator.php
    A test/phpunit/AccountingAccountTest.php
    M test/phpunit/AllTests.php
    M test/phpunit/CommandeTest.php

  Log Message:
  -----------
  Merge branch '7.0' of github.com:Dolibarr/dolibarr into fix_comments_on_tasks


  Commit: d875553648c1e41d9a2f2805f3994e77aee12b2e
      
https://github.com/Dolibarr/dolibarr/commit/d875553648c1e41d9a2f2805f3994e77aee12b2e
  Author: ATM-Nicolas <address@hidden>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php

  Log Message:
  -----------
  FIX : Remove fetchComments from project and task fetch function


  Commit: a455f60c42f41710536be2f23ff37c8e308798f3
      
https://github.com/Dolibarr/dolibarr/commit/a455f60c42f41710536be2f23ff37c8e308798f3
  Author: ATM-Nicolas <address@hidden>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M htdocs/projet/card.php
    M htdocs/projet/comment.php
    M htdocs/projet/contact.php
    M htdocs/projet/document.php
    M htdocs/projet/element.php
    M htdocs/projet/ganttview.php
    M htdocs/projet/info.php
    M htdocs/projet/note.php
    M htdocs/projet/tasks.php
    M htdocs/projet/tasks/comment.php
    M htdocs/projet/tasks/contact.php
    M htdocs/projet/tasks/document.php
    M htdocs/projet/tasks/note.php
    M htdocs/projet/tasks/task.php
    M htdocs/projet/tasks/time.php

  Log Message:
  -----------
  FIX : Add calls to fetchComments function


  Commit: 4fdd521d61dff4c477b5095e63af2e5486c7cec9
      
https://github.com/Dolibarr/dolibarr/commit/4fdd521d61dff4c477b5095e63af2e5486c7cec9
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M htdocs/projet/card.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/comment.php
    M htdocs/projet/contact.php
    M htdocs/projet/document.php
    M htdocs/projet/element.php
    M htdocs/projet/ganttview.php
    M htdocs/projet/info.php
    M htdocs/projet/note.php
    M htdocs/projet/tasks.php
    M htdocs/projet/tasks/comment.php
    M htdocs/projet/tasks/contact.php
    M htdocs/projet/tasks/document.php
    M htdocs/projet/tasks/note.php
    M htdocs/projet/tasks/task.php
    M htdocs/projet/tasks/time.php

  Log Message:
  -----------
  Merge pull request #8671 from ATM-Nicolas/fix_comments_on_tasks

FIX : Fetch task will now fetch comments


Compare: 
https://github.com/Dolibarr/dolibarr/compare/58b668e74fc7...4fdd521d61df
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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