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: Thu, 23 Aug 2018 10:51:16 -0700

  Branch: refs/heads/8.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: 4e16f64af0a95f0968cbdb37a8f6ec79fc18bdb7
      
https://github.com/Dolibarr/dolibarr/commit/4e16f64af0a95f0968cbdb37a8f6ec79fc18bdb7
  Author: atm-greg <address@hidden>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

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

  Log Message:
  -----------
  Fix project::delete to delete children tasks before parent tasks


  Commit: 3d84adbd7635e772d9d38da435a6e00c9c37d6cd
      
https://github.com/Dolibarr/dolibarr/commit/3d84adbd7635e772d9d38da435a6e00c9c37d6cd
  Author: atm-greg <address@hidden>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

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

  Log Message:
  -----------
  fix recurcivity


  Commit: ba6f7d4b0a1daba4ab391e76fc39d30eefe84699
      
https://github.com/Dolibarr/dolibarr/commit/ba6f7d4b0a1daba4ab391e76fc39d30eefe84699
  Author: atm-greg <address@hidden>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

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

  Log Message:
  -----------
  fix infinite loop


  Commit: fe6779c2239e4374e0bad0ae9e7dbb739b7e6a9c
      
https://github.com/Dolibarr/dolibarr/commit/fe6779c2239e4374e0bad0ae9e7dbb739b7e6a9c
  Author: Cédric <address@hidden>
  Date:   2018-08-16 (Thu, 16 Aug 2018)

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

  Log Message:
  -----------
  Erreur de syntaxe ( + au lieu de . )


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

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

  Log Message:
  -----------
  Merge pull request #9256 from c3do/patch-2

Fix : Erreur de syntaxe ( + au lieu de . )


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

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

  Log Message:
  -----------
  Update project.class.php


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

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

  Log Message:
  -----------
  Update project.class.php


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

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

  Log Message:
  -----------
  Merge pull request #9226 from atm-greg/Fix_project_delete_tasks

Fix project delete tasks


  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


  Commit: c7a241a5dbf47178cc9c5bae423211277bdf052d
      
https://github.com/Dolibarr/dolibarr/commit/c7a241a5dbf47178cc9c5bae423211277bdf052d
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-08-22 (Wed, 22 Aug 2018)

  Changed paths:
    M htdocs/core/class/html.formmail.class.php

  Log Message:
  -----------
  FIX Get templates in a forced language

Conflicts:
        htdocs/core/class/html.formmail.class.php


  Commit: 61ced8220b1f7fd24721a17cdac8ce414ba788eb
      
https://github.com/Dolibarr/dolibarr/commit/61ced8220b1f7fd24721a17cdac8ce414ba788eb
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-08-23 (Thu, 23 Aug 2018)

  Changed paths:
    M htdocs/modulebuilder/template/class/myobject.class.php

  Log Message:
  -----------
  Fix sample doc


  Commit: 62b2981e429c3b2aee7ff5a277743c6d59f3142c
      
https://github.com/Dolibarr/dolibarr/commit/62b2981e429c3b2aee7ff5a277743c6d59f3142c
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-08-23 (Thu, 23 Aug 2018)

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

  Log Message:
  -----------
  Merge branch '6.0' of address@hidden:Dolibarr/dolibarr.git into 7.0


  Commit: 499d93b8c4af8163db1a52de7ad86068ddeff16b
      
https://github.com/Dolibarr/dolibarr/commit/499d93b8c4af8163db1a52de7ad86068ddeff16b
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-08-23 (Thu, 23 Aug 2018)

  Changed paths:
    M htdocs/core/lib/payments.lib.php
    M htdocs/modulebuilder/template/class/myobject.class.php
    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 branch '7.0' of address@hidden:Dolibarr/dolibarr.git into 8.0

Conflicts:
        htdocs/core/class/html.formmail.class.php
        htdocs/projet/class/task.class.php
        htdocs/projet/tasks/task.php


Compare: 
https://github.com/Dolibarr/dolibarr/compare/019ff534a06c...499d93b8c4af
      **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]