Skip to content
Snippets Groups Projects
  1. Apr 08, 2014
  2. Apr 02, 2014
  3. Feb 24, 2014
  4. Feb 16, 2014
  5. Jan 23, 2014
  6. Jan 13, 2014
  7. Jan 05, 2014
  8. Dec 19, 2013
  9. Dec 15, 2013
  10. Dec 14, 2013
  11. Dec 11, 2013
    • Alexis Algoud's avatar
      In some cases of improper use of the delete () function, the complete... · 895f5452
      Alexis Algoud authored
      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
      895f5452
  12. Nov 19, 2013
  13. Nov 17, 2013
  14. Nov 06, 2013
  15. Nov 05, 2013
  16. Nov 02, 2013
  17. Oct 28, 2013
  18. Oct 07, 2013
  19. Oct 06, 2013
  20. Sep 26, 2013
  21. Sep 16, 2013
  22. Sep 12, 2013
  23. Sep 11, 2013
  24. Sep 10, 2013
  25. Sep 06, 2013
  26. Aug 30, 2013
  27. Aug 27, 2013
  28. Aug 12, 2013
  29. Aug 09, 2013
  30. Aug 08, 2013
  31. Aug 06, 2013
    • Laurent Destailleur's avatar
      Several fix for last pull request: · 7a8d28f1
      Laurent Destailleur authored
      - A property of an element must be shown under another element
      - Property that may be page content must not be output into a list.
      - Bad W3C (<br> must not be <br />)
      - Must not use picto to edit a property to define a link to a page
      (replaced with generic sheet picto).
      7a8d28f1
Loading