dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] af7c1d: fix error log


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] af7c1d: fix error log
Date: Thu, 05 Apr 2018 04:25:10 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: af7c1d8da17661a9a525521745d986f8f5c10e87
      
https://github.com/Dolibarr/dolibarr/commit/af7c1d8da17661a9a525521745d986f8f5c10e87
  Author: florian HENRY <address@hidden>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

  Log Message:
  -----------
  fix error log


  Commit: 7635f23d78f5990ddb7091d4416e6fc7260a77b5
      
https://github.com/Dolibarr/dolibarr/commit/7635f23d78f5990ddb7091d4416e6fc7260a77b5
  Author: florian HENRY <address@hidden>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M htdocs/accountancy/customer/index.php
    M htdocs/accountancy/customer/lines.php
    M htdocs/accountancy/expensereport/index.php
    M htdocs/accountancy/expensereport/lines.php
    M htdocs/accountancy/expensereport/list.php
    M htdocs/accountancy/journal/bankjournal.php
    M htdocs/accountancy/journal/expensereportsjournal.php
    M htdocs/accountancy/journal/purchasesjournal.php
    M htdocs/accountancy/journal/sellsjournal.php
    M htdocs/accountancy/supplier/index.php
    M htdocs/accountancy/supplier/lines.php
    M htdocs/cashdesk/tpl/facturation1.tpl.php
    M htdocs/compta/bank/bankentries_list.php
    M htdocs/compta/bank/class/account.class.php
    M htdocs/compta/localtax/index.php
    M htdocs/compta/resultat/clientfourn.php
    M htdocs/compta/resultat/index.php
    M htdocs/compta/tva/index.php
    M htdocs/compta/tva/quadri_detail.php
    M htdocs/compta/tva/quarter_report.php
    M htdocs/core/actions_sendmails.inc.php
    M htdocs/core/class/html.formaccounting.class.php
    M htdocs/core/lib/tax.lib.php
    M htdocs/expensereport/card.php
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/fr_FR/holiday.lang

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


  Commit: a89983ef5c9cef908b5c4085463983a28fed4a45
      
https://github.com/Dolibarr/dolibarr/commit/a89983ef5c9cef908b5c4085463983a28fed4a45
  Author: atm-ph <address@hidden>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

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

  Log Message:
  -----------
  Fix error on creating company with external module in 'custom' folder with a 
file to generate accountancy code


  Commit: 3dd9d47089271e26a20f9cb0a69375e37df4e64f
      
https://github.com/Dolibarr/dolibarr/commit/3dd9d47089271e26a20f9cb0a69375e37df4e64f
  Author: Sean Wang <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

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

  Log Message:
  -----------
  Fix wrong approve time in expense report

The approve time showed was 8 hours more than the real time.
Checking database turned out that it had the wrong data(+8 hours).

After checking every timezone related settings were correct,
I found that it do twice idate() in setApproved().
Since we have idate() in $sql, we don't need the idate()
at the line 1249.


  Commit: 78812ef82687fa5ee9a0529ffb560879f896c50f
      
https://github.com/Dolibarr/dolibarr/commit/78812ef82687fa5ee9a0529ffb560879f896c50f
  Author: florian HENRY <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

  Log Message:
  -----------
  better error management


  Commit: cc7deb0add05b421fba16f44f4edd2802812a78c
      
https://github.com/Dolibarr/dolibarr/commit/cc7deb0add05b421fba16f44f4edd2802812a78c
  Author: florian HENRY <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

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


  Commit: 92cbcd9ccb099351130a75c8aeecb961e65e76a9
      
https://github.com/Dolibarr/dolibarr/commit/92cbcd9ccb099351130a75c8aeecb961e65e76a9
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

  Log Message:
  -----------
  Merge pull request #8462 from atm-florian/7.0

Fix error log


  Commit: 839ebb428bb24488d55fb0608f7adcda693f067c
      
https://github.com/Dolibarr/dolibarr/commit/839ebb428bb24488d55fb0608f7adcda693f067c
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

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

  Log Message:
  -----------
  Merge pull request #8477 from ggg44473/7.0

Fix wrong approve time in expense report


  Commit: 0e986b8f97c7e6d0af571d56e1168bab712e3d25
      
https://github.com/Dolibarr/dolibarr/commit/0e986b8f97c7e6d0af571d56e1168bab712e3d25
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

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

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


  Commit: 39758625b7a0eb76f3d562ee4d5a5090394cb5c7
      
https://github.com/Dolibarr/dolibarr/commit/39758625b7a0eb76f3d562ee4d5a5090394cb5c7
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

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

  Log Message:
  -----------
  Merge pull request #8471 from atm-ph/fix_6.0_error_creating_soc

Fix error on creating company with external module in 'custom' folder…


  Commit: fdfcb96176d17f38a34ca5076eebfb610c332abe
      
https://github.com/Dolibarr/dolibarr/commit/fdfcb96176d17f38a34ca5076eebfb610c332abe
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M htdocs/expensereport/card.php

  Log Message:
  -----------
  Fix length of combobox


  Commit: 2e22c130621d8f62523b73adf5feed41ee856530
      
https://github.com/Dolibarr/dolibarr/commit/2e22c130621d8f62523b73adf5feed41ee856530
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/expensereport/class/expensereport.class.php

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


  Commit: 84bb4c6ad7b7321a9b1b1315cfc1f6365fc94b5f
      
https://github.com/Dolibarr/dolibarr/commit/84bb4c6ad7b7321a9b1b1315cfc1f6365fc94b5f
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M htdocs/core/class/extrafields.class.php

  Log Message:
  -----------
  FIX With x extrafields, request for multicompany label was done x times


  Commit: fba40575f789e8cefbbafd15d0c557b03ed613cd
      
https://github.com/Dolibarr/dolibarr/commit/fba40575f789e8cefbbafd15d0c557b03ed613cd
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M htdocs/admin/payment.php

  Log Message:
  -----------
  Remove dead code


  Commit: 8595d7621bd7d5a3801b8fa03522f6e5bc723f96
      
https://github.com/Dolibarr/dolibarr/commit/8595d7621bd7d5a3801b8fa03522f6e5bc723f96
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M htdocs/admin/modules.php

  Log Message:
  -----------
  Fix POST mut use method POST no GET


  Commit: 88b3e08b22f5349b26fcc808b8e15254d51f4e51
      
https://github.com/Dolibarr/dolibarr/commit/88b3e08b22f5349b26fcc808b8e15254d51f4e51
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

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

  Log Message:
  -----------
  FIX filter/sorting on extrafield on contact list from contact tab


  Commit: 0223d54107f4e57e2b88e71fb4c6f401f2a3bbb1
      
https://github.com/Dolibarr/dolibarr/commit/0223d54107f4e57e2b88e71fb4c6f401f2a3bbb1
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/core/modules/DolibarrModules.class.php
    M htdocs/core/modules/modCron.class.php
    M htdocs/cron/card.php
    M htdocs/cron/class/cronjob.class.php
    M htdocs/cron/list.php
    M scripts/cron/cron_run_jobs.php

  Log Message:
  -----------
  FIX Support or multicompany for sheduled jobs
FIX Use priority to define order of sheduled jobs

Conflicts:
        htdocs/cron/list.php


  Commit: b210360220edda065eba2b6b16e4a3cca7ee9b6d
      
https://github.com/Dolibarr/dolibarr/commit/b210360220edda065eba2b6b16e4a3cca7ee9b6d
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M test/phpunit/FunctionsLibTest.php

  Log Message:
  -----------
  More test


  Commit: 156d26ddb9e1820fad684abc3e70fa03385faff4
      
https://github.com/Dolibarr/dolibarr/commit/156d26ddb9e1820fad684abc3e70fa03385faff4
  Author: Regis Houssin <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

  Log Message:
  -----------
  Fix: backward compatibility


  Commit: 5914bfdf18c44798adbb21484fd933f36b8a9bc2
      
https://github.com/Dolibarr/dolibarr/commit/5914bfdf18c44798adbb21484fd933f36b8a9bc2
  Author: Regis Houssin <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/core/class/commonobject.class.php

  Log Message:
  -----------
  Fix: more complete


  Commit: 08ab67289bba4cdea3082920fd5f9e29e1d28c05
      
https://github.com/Dolibarr/dolibarr/commit/08ab67289bba4cdea3082920fd5f9e29e1d28c05
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

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

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

Conflicts:
        htdocs/societe/class/societe.class.php


  Commit: 1b1a8f7e8190f4b37484bcfa78d22e27514a2804
      
https://github.com/Dolibarr/dolibarr/commit/1b1a8f7e8190f4b37484bcfa78d22e27514a2804
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/admin/mails_templates.php
    M htdocs/admin/website.php

  Log Message:
  -----------
  Fix trigger name


  Commit: eeb2d5a4daea78d41120da4a6af7892291496c93
      
https://github.com/Dolibarr/dolibarr/commit/eeb2d5a4daea78d41120da4a6af7892291496c93
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/admin/modules.php
    M htdocs/admin/payment.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/class/extrafields.class.php
    M htdocs/core/lib/company.lib.php
    M htdocs/expensereport/card.php
    M htdocs/expensereport/class/expensereport.class.php
    M htdocs/societe/class/societe.class.php

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

Conflicts:
        htdocs/core/class/commonobject.class.php
        htdocs/core/class/extrafields.class.php
        htdocs/cron/list.php


  Commit: bdf7d648c92880ec312eeca190a599c08a09914f
      
https://github.com/Dolibarr/dolibarr/commit/bdf7d648c92880ec312eeca190a599c08a09914f
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M htdocs/adherents/card.php
    M htdocs/adherents/index.php
    M htdocs/user/card.php

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


Compare: 
https://github.com/Dolibarr/dolibarr/compare/28b00fc02106...bdf7d648c928

reply via email to

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