From: <tu...@us...> - 2018-01-07 04:20:26
|
Revision: 7905 http://sourceforge.net/p/web-erp/reponame/7905 Author: turbopt Date: 2018-01-07 04:20:24 +0000 (Sun, 07 Jan 2018) Log Message: ----------- Update some past commit entries to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. (updates to other commits during the past few weeks will be provided later) Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-01-06 23:15:16 UTC (rev 7904) +++ trunk/doc/Change.log 2018-01-07 04:20:24 UTC (rev 7905) @@ -1,11 +1,11 @@ webERP Change Log -6/1/18 PaulT: SelectSalesOrder.php: Fix handling to correct table heading value. (Reported in forums by Paul Becker) -7/1/18 Phil: Update phpxmlrpc to latest from https://github.com/gggeek/phpxmlrpc -6/1/18 Phil: Attempt to avoid XSS attacks by logged in users by parsing out "script>" from all $_POST and $_GET variables - subsequentely changed to strip_tags from all $_POST and $_GETs per Tim's recommendation - -3/1/18: PaulT: SelectSalesOrder.php: Fix search to retain quote option and set StockLocation to the UserStockLocation to auto-load current Sales Orders. -2/1/18: PaulT: SelectSalesOrder.php: Move handling for URL Quotations parameter to top of file to avoid potential page error(s). (Reported in forums by Paul Becker) Handling move reduces code within some conditional checks. This change also includes minor whitespace improvements and removes an unused global reference. +7/1/18 Phil: Update phpxmlrpc to latest from https://github.com/gggeek/phpxmlrpc +6/1/18 PaulT: Update some past commit entries to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. +6/1/18 Paul Becker and Tim (PaulT commit): SelectSalesOrder.php: Fix handling to correct table heading value. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8000) +6/1/18 Phil: Attempt to avoid XSS attacks by logged in users by parsing out "script>" from all $_POST and $_GET variables - subsequentely changed to strip_tags from all $_POST and $_GETs per Tim's recommendation +3/1/18: Paul Becker (PaulT commit): SelectSalesOrder.php: Fix search to retain quote option and set StockLocation to the UserStockLocation to auto-load current Sales Orders. (Reported in formus: http://www.weberp.org/forum/showthread.php?tid=8000) +2/1/18: Paul Becker and Tim (PaulT commit): SelectSalesOrder.php: Move handling for URL Quotations parameter to top of file to avoid potential page error(s). (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8000) Handling move reduces code within some conditional checks. This change also includes minor whitespace improvements and removes an unused global reference. 2/1/18: PaulT: css/default/default.css: Add text alignment in a couple of styles to match the same use in other CSS to avoid formatting issues when the default theme is used. Also, set several property names to lowercase. 20/12/17 PaulT: FormMaker.php, ReportMaker.php, WriteForm.inc: A few more PHP 7.1 array compatibility changes. 20/12/17 PaulT: RCFunctions.inc, FormMaker.php: PHP 7.1 array compatibility change. @@ -12,20 +12,20 @@ 19/12/17 PaulT: PDFOrderStatus.php: Remove redundant ConnectDB.inc include reference. (already included by session.php at the top of the file) 19/12/17 PaulT: Change.log: Correct my Day/Month entry references over the last few days. 19/12/17 PaulT: Contracts.php: Move work center handling causing a partial form to appear after the footer when no work centers exist. -19/12/17 PaulT: Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. -18/12/17 PaulT: ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums by rjonesbsink) -18/12/17 PaulT: BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums by Paul Becker) -18/12/17 PaulT: PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums by Paul Becker) +19/12/17 Paul Becker (PaulT commit): Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7998) +18/12/17 rjonesbsink (PaulT commit): ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7969) +18/12/17 Paul Becker (PaulT commit): BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7994) +18/12/17 Paul Becker (PaulT commit): PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7993) 15/12/17 PaulT: MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums by Paul Becker) 14/12/17 PaulT: CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Suggested by Tim in forums) 13/12/17 PaulT: PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker) 13/12/17 PaulT: PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums by Paul Becker) 13/12/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg) -13/12/17 PaulT: PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums by Paul Becker) +13/12/17 Paul Becker (PaulT commit): PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7976) 13/12/17 PaulT: CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums by Paul Becker) -13/12/17 PaulT: QATests.php: Correct wrong attribute name in two option tags. (Reported in forums by Paul Becker) +13/12/17 Paul Becker (PaulT commit): QATests.php: Correct wrong attribute name in two option tags. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7983) 11/12/17 PaulT: PHP 7 constructor compatibility change to phplot.php. (Reported in forums by rjonesbsink) -11/12/17 Paul Becker: (forums) SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. +11/12/17 Paul Becker (PaulT commit): SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7967) 11/12/17 PaulT: PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php 6/12/17 RChacon: Order by transaction date and add link to debtors in Dashboard.php script. 3/12/17 Phil commited Tim's BankAccountBalances.php script |