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: Mon, 16 Dec 2013 05:26:32 -0800

  Branch: refs/heads/3.5
  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: 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


Compare: 
https://github.com/Dolibarr/dolibarr/compare/7127f5fc210d...ca36a4dd97d3

reply via email to

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