dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] bb1910: Add entitytotest test, becaus


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] bb1910: Add entitytotest test, because a LDAP user can ove...
Date: Thu, 19 Dec 2013 12:03:59 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: bb191021de6e8a3401ab29656002a2d13166c5ad
      
https://github.com/Dolibarr/dolibarr/commit/bb191021de6e8a3401ab29656002a2d13166c5ad
  Author: Alexis Algoud <address@hidden>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M htdocs/core/login/functions_ldap.php

  Log Message:
  -----------
  Add entitytotest test, because a LDAP user can override the entity 
restriction without this test


  Commit: c49aabe5742559d03877a804ec13eeee0335c501
      
https://github.com/Dolibarr/dolibarr/commit/c49aabe5742559d03877a804ec13eeee0335c501
  Author: Alexis Algoud <address@hidden>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M htdocs/main.inc.php

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


  Commit: 895f5452b4080aa2d0e3df037ea685d4415b3344
      
https://github.com/Dolibarr/dolibarr/commit/895f5452b4080aa2d0e3df037ea685d4415b3344
  Author: Alexis Algoud <address@hidden>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture/class/facture.class.php

  Log Message:
  -----------
  In some cases of improper use of the delete () function, the complete 
repertoire of propale objects, invoice or order was deleted.

Ex in agefodd module:
        $obj_link=new Propal($db);
  $obj_link->id=$agf->propalid;
  $resultdel=$obj_link->delete($user);

To prevent misuse of the function, the reference is not considered given


  Commit: 4844aed67e1a76d56cd87aa5acb7497bfa1a4b71
      
https://github.com/Dolibarr/dolibarr/commit/4844aed67e1a76d56cd87aa5acb7497bfa1a4b71
  Author: Alexis Algoud <address@hidden>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M ChangeLog
    M build/doxygen/doxygen_footer.html
    M htdocs/.gitignore
    M htdocs/admin/company.php
    M htdocs/admin/const.php
    M htdocs/admin/dict.php
    M htdocs/admin/modules.php
    M htdocs/admin/system/modules.php
    M htdocs/admin/triggers.php
    M htdocs/comm/propal.php
    M htdocs/compta/facture.php
    M htdocs/compta/tva/fiche.php
    M htdocs/compta/tva/index.php
    M htdocs/contact/class/contact.class.php
    M htdocs/contact/fiche.php
    M htdocs/core/class/interfaces.class.php
    M htdocs/core/lib/bank.lib.php
    M htdocs/core/lib/pdf.lib.php
    M htdocs/core/lib/usergroups.lib.php
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/modules/modFacture.class.php
    M htdocs/core/tpl/contacts.tpl.php
    M htdocs/ecm/ajax/ecmdatabase.php
    M htdocs/ecm/class/ecmdirectory.class.php
    M htdocs/ecm/index.php
    M htdocs/ecm/tpl/builddatabase.tpl.php
    M htdocs/expedition/shipment.php
    M htdocs/fourn/commande/fiche.php
    M htdocs/fourn/commande/liste.php
    M htdocs/langs/en_US/languages.lang
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/en_US/stocks.lang
    M htdocs/langs/fr_FR/languages.lang
    M htdocs/langs/fr_FR/main.lang
    M htdocs/langs/fr_FR/other.lang
    M htdocs/langs/fr_FR/stocks.lang
    M htdocs/margin/lib/margins.lib.php
    M htdocs/paypal/lib/paypal.lib.php
    M htdocs/product/admin/product_tools.php
    M htdocs/product/class/product.class.php
    M htdocs/product/fournisseurs.php
    M htdocs/product/stock/class/mouvementstock.class.php
    M htdocs/product/stock/product.php
    M htdocs/public/paypal/paymentko.php
    M htdocs/public/paypal/paymentok.php
    M htdocs/public/test/test_arrays.php
    M htdocs/societe/class/companybankaccount.class.php
    M htdocs/societe/class/societe.class.php
    M htdocs/societe/consumption.php
    M htdocs/societe/rib.php
    M htdocs/societe/soc.php
    M htdocs/theme/amarok/style.css.php
    M htdocs/theme/auguria/style.css.php
    M htdocs/theme/bureau2crea/style.css.php
    M htdocs/theme/cameleo/style.css.php
    M htdocs/theme/eldy/style.css.php
    M htdocs/webservices/server_productorservice.php

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


  Commit: ba70794c1df50e9a31d836dc77b1c50919316467
      
https://github.com/Dolibarr/dolibarr/commit/ba70794c1df50e9a31d836dc77b1c50919316467
  Author: Alexis Algoud <address@hidden>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M htdocs/core/login/functions_ldap.php

  Log Message:
  -----------
  Add multicompany->enabled test


  Commit: dce354adc33960de4d08a0512074c05348b19217
      
https://github.com/Dolibarr/dolibarr/commit/dce354adc33960de4d08a0512074c05348b19217
  Author: Geoffrey <address@hidden(none)>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M htdocs/fourn/commande/fiche.php

  Log Message:
  -----------
  add extrafields support in supplier orders. managed in configuration but not 
in view mode


  Commit: ca36a4dd97d31f0fe23fa9d03328688cef613776
      
https://github.com/Dolibarr/dolibarr/commit/ca36a4dd97d31f0fe23fa9d03328688cef613776
  Author: Laurent Destailleur <address@hidden>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/core/login/functions_ldap.php

  Log Message:
  -----------
  Merge pull request #1348 from atm-alexis/3.5

Improper use of delete() function and ldap with multientity bug corrections


  Commit: 1dca56c21345bb195dc0e87e632fe6056dac4084
      
https://github.com/Dolibarr/dolibarr/commit/1dca56c21345bb195dc0e87e632fe6056dac4084
  Author: Laurent Destailleur <address@hidden>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

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

  Log Message:
  -----------
  Fix: Calculation of number of linked files was not working on taxes.


  Commit: 7e08ee94371d1a93b1b3354063c854cf8eae055e
      
https://github.com/Dolibarr/dolibarr/commit/7e08ee94371d1a93b1b3354063c854cf8eae055e
  Author: Laurent Destailleur <address@hidden>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M htdocs/fourn/commande/fiche.php

  Log Message:
  -----------
  Merge pull request #1351 from atm-geoffrey/3.5

add extrafields support in supplier orders


  Commit: 3b3b66e61278aaef8d2e3f737dec62bce63fa106
      
https://github.com/Dolibarr/dolibarr/commit/3b3b66e61278aaef8d2e3f737dec62bce63fa106
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/langs/es_ES/admin.lang
    M htdocs/langs/es_ES/banks.lang
    M htdocs/langs/es_ES/compta.lang
    M htdocs/langs/es_ES/languages.lang
    M htdocs/langs/es_ES/main.lang
    M htdocs/langs/es_ES/stocks.lang

  Log Message:
  -----------
  Trad: Update es_ES translations


  Commit: 2e840a3d37db8c20212e33ca85304eaf2522c740
      
https://github.com/Dolibarr/dolibarr/commit/2e840a3d37db8c20212e33ca85304eaf2522c740
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/es_ES/main.lang
    M htdocs/langs/fr_FR/main.lang

  Log Message:
  -----------
  Trad: Add missing trans


  Commit: 8e247e8615bee9f748be7a139e30d66ea94ae5e3
      
https://github.com/Dolibarr/dolibarr/commit/8e247e8615bee9f748be7a139e30d66ea94ae5e3
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/comm/propal/list.php
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/es_ES/main.lang
    M htdocs/langs/fr_FR/main.lang

  Log Message:
  -----------
  Trad: Fix missing translation


  Commit: a1e0d84e37e5c5398d7903f1bc5f548e67b2fe38
      
https://github.com/Dolibarr/dolibarr/commit/a1e0d84e37e5c5398d7903f1bc5f548e67b2fe38
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M ChangeLog
    M htdocs/comm/propal/stats/index.php
    M htdocs/commande/stats/index.php
    M htdocs/compta/facture/stats/index.php

  Log Message:
  -----------
  Fix: Lost stats filters into year selection


  Commit: e4da8623f8535e5e07d5229cb485394fe4a0ab6a
      
https://github.com/Dolibarr/dolibarr/commit/e4da8623f8535e5e07d5229cb485394fe4a0ab6a
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/langs/es_ES/companies.lang

  Log Message:
  -----------
  Trad: Add missing es_ES trans


  Commit: 4d3290e4bf2af7e721c2bcfaff94e862287b96c7
      
https://github.com/Dolibarr/dolibarr/commit/4d3290e4bf2af7e721c2bcfaff94e862287b96c7
  Author: simnandez <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/langs/es_ES/companies.lang

  Log Message:
  -----------
  Trad: Improve es_ES trans


  Commit: 9e5e74cb58191e95c45cc16be0866495df50dc48
      
https://github.com/Dolibarr/dolibarr/commit/9e5e74cb58191e95c45cc16be0866495df50dc48
  Author: Laurent Destailleur <address@hidden>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/core/lib/tax.lib.php
    M htdocs/core/login/functions_ldap.php
    M htdocs/fourn/commande/fiche.php
    M htdocs/langs/es_ES/admin.lang
    M htdocs/langs/es_ES/main.lang

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/3.5' into develop

Conflicts:
        htdocs/fourn/commande/fiche.php
        htdocs/langs/es_ES/admin.lang
        htdocs/langs/es_ES/languages.lang
        htdocs/langs/es_ES/main.lang


Compare: 
https://github.com/Dolibarr/dolibarr/compare/acc4850d205a...9e5e74cb5819

reply via email to

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