From: <tim...@us...> - 2011-12-19 16:56:13
|
Revision: 4783 http://web-erp.svn.sourceforge.net/web-erp/?rev=4783&view=rev Author: tim_schofield Date: 2011-12-19 16:56:02 +0000 (Mon, 19 Dec 2011) Log Message: ----------- Script for checking syntax of all php scripts in webERP Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-18 18:28:48 UTC (rev 4782) +++ trunk/doc/Change.log 2011-12-19 16:56:02 UTC (rev 4783) @@ -3,6 +3,7 @@ 15/12/11 Phil: Fix to UpgradeDatabase.php the button to perform the upgrade was missing for older versions where the version was not stored in the DB. 15/12/11 Phil: SalesGraph.php was trying to set background colour to 'selection' changed to white 15/12/11 Vitaly Shevkunov: Shipments.php fixed missing quote in html +14/12/11 Tim Schofield: check_syntax.sh Script for checkeing syntax of all php scripts in webERP 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |