TekPortfolio V2.10.020 Copyright (c) 2000-2004. Teknowledge Corporation. All Rights Reserved. 11/18/2004 - Original Release 11/23/2004 - Updated Overview - Charting - Issue: Enhancement to suppress Offline Accounts from charts Resolution: New page variable pvUseOfflineAccounts (default true). By default they will be turned on as in the product now. Set this variable to "false" for their pages to suppress. TP_UI_Chart_AccountBalanceHistory_2Year_en.jsp TP_UI_Chart_AccountBalanceHistory_1Year_en.jsp - Account Detail - Issue: Calls back to EditTrans were not clearing out the counter Resolution: Clear NumTxnE before calling EditTrans - Issue: Date range query might miss transactions Resolution: Edit transactions was not using the max time (29:59:59) for end date and min time (00:00:00) for start date Set the start/end dates properly - Issue: Sorting bug in Edit Transactions Resolution: Fixed - Logon - Issue: Enhancement to customize userid checking by partner Resolution: Added wrapper to TekActionUtilities. Call this wrapper which checks for the new method. If new method doesn't exist, use the old method. Added this customization for passwords as well -- this file only needs password checking - Issue: Enhancement - userid checking requires a new method of handling userid checking Resolution: Added check userid and check password wrappers - Account Summary, Account Detail, Charting JSP pages - Issue: Opening a new window from an SSL page was causing the system to jump to non-ssl and then back to SSL Resolution: Created a blank.html page and call this via SSL to prime the page Requirements - TekPortfolio V2.1 Patch 019 Installation Instructions - Log on to each of the TekPortfolio Application Server(s). - Solaris - Login as tekp (or your J2EE Application Server id) - Stop your J2EE Application Server - Note: The instructions below assume you installed TekAdmin in the root directory; if this is not the case, please replace that with the directory you installed TekPortfolio. Also, if you are using a different id/group, please replace those with yours. - uncompress -c TekPortfolio_V2.10.020.tar.Z | (cd /; tar -xvf -) - chown -R tekp:tekp /TekPortfolio/* - chmod -R 750 /TekPortfolio/* - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch020 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - Start your J2EE Application Server - Windows NT/2000 - Stop your J2EE Application Server - Run TekPortfolio_V2.10.020.exe and extract to c:\ (or wherever you have installed TekPortfolio) - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch020 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - Start your J2EE Application Server Summary of Changes - Note: The following are the specific files that have changed. If you have made any custom modifications to these files, you will need to reapply those changes to these new versions; or else these versions will overwrite your custom modifications. - TP_UI_Chart_AccountBalanceHistory_2Year_en.jsp TP_UI_Chart_AccountBalanceHistory_1Year_en.jsp - Issue: Enhancement to suppress Offline Accounts from charts Resolution: New page variable pvUseOfflineAccounts (default true). By default they will be turned on as in the product now. Set this variable to "false" for their pages to suppress. TP_UI_Chart_AccountBalanceHistory_2Year_en.jsp TP_UI_Chart_AccountBalanceHistory_1Year_en.jsp - TP_UI_EditTransactions_en.jsp - Issue: Counters not correct in Edit Transactions Resolution: Calls back to EditTrans were not clearing out the counter. Clear NumTxnE before calling EditTrans - TekPortfolio.jar - Issue: gatewayUpdateFieldInSelf not working for USERx fields Resolution: Fixed - Issue: Date range query might miss transactions Resolution: Edit transactions was not using the max time (29:59:59) for end date and min time (00:00:00) for start date Set the start/end dates properly - Issue: Enhancement to customize userid checking by partner Resolution: Added wrapper to TekActionUtilities. Call this wrapper which checks for the new method. If new method doesn't exist, use the old method. Added this customization for passwords as well -- this file only needs password checking - Issue: Enhancement - userid checking requires a new method of handling userid checking Resolution: Added check userid and check password wrappers - Issue: Nnull/memory issue with WebSphere Resolution: Moved constant array out of function and into main class - Issue: Sorting bug in Edit Transactions Resolution: Fixed - Account Summary, Account Detail, Charting JSP pages - Issue: Opening a new window from an SSL page was causing the system to jump to non-ssl and then back to SSL Resolution: Created a blank.html page and call this via SSL to prime the page - TP_UI_Notify_ModifyVerify_en.jsp TP_UI_Notify_AddVerify_en.jsp - Issue: Notification message was being sent out as "...has a Account Balance..." Resolution: change "a" to "an" when necessary - TP_UI_Chart_NetWorthHistory.java - ISSUE: Net Worth 1 yr and 2 yr charting do not work in Spanish version. No data is displayed in bar chart. RESOLUTION: Bug fixed.