Changelog-Framework
Release Notes
MDRIVEN: CHANGELOG - FRAMEWORK
All the latest MDriven Fixes and Updates
ChangeLog - MDriven Framework
November 2024
- Revision 16163 (Modified on 2024-11-19): Several issues discovered with non-core TK and MDR regarding signalr - stuff that we already knew but had forgotten about : SignalR for ASP.NET is NOT compatible with SignalR for ASP.NET.Core - this takes us on a long journey that results in us not being able to use mdriven.net.http.netstandard in non core builds but instead mdriven.net.http , this is a bummer for many reasons and probably something that will make us deprecate the None core builds soon
- Revision 16161 (Modified on 2024-11-19): Fixes to MDrivenServer (non core)
- Revision 16157 (Modified on 2024-11-18): SignalR version confusion after consolidation to netStandard - fixed
- Revision 16156 (Modified on 2024-11-17): Issue with PlacingContainers for single-link nestings being repeated as empty PC - fixed
- Revision 16155 (Modified on 2024-11-15): ...
- Revision 16152 (Modified on 2024-11-14): ...
- Revision 16148 (Modified on 2024-11-14): VSIX and Designer changed to use netstandard builds of all persistencemappers
- Revision 16137 (Modified on 2024-11-12): OrderBy breaks of early OrderBy(arg1,arg2,arg3... if arg1's ar different there is no need to compare args2's
- Revision 16136 (Modified on 2024-11-11): The Debugger UI for ViewModel is now applying the styles in model
October 2024
- Revision 16129 (Modified on 2024-10-31): Bug in checksum on Linux showed up as inability to use newlines on method bodies and ocl without checksum breaks - fixed VMClass - when nestinglist changes we now ensure the vSelected and vCurrent does not contain values NOT in the new list Bug in Turnkey UpdateSysToken caused multiple tokens being created with confusing results and issues with access. Fixed bug plus added compensating code to clean up double tokens
- Revision 16127 (Modified on 2024-10-30): When VMClass VMManyAssociation has been updated - we now check that the vCurrent for this list is not left pointing to a value that does not exists in the list, and if the list has values but the vCurrent is out of list or null we now set first row. This is to mitigate issue in turnkey when new search that connected to a lot of details showed old details on new search.
- Revision 16126 (Modified on 2024-10-30): When having RenderedBy - we now check that if you are non-boolean that you have set IsStatic on the column - RenderedBy must find a consistent place to click we cannot be editable at the same time. The renderedBy widget did not correctly adhere to the renderedactions readonly, or the ReadOnlyMode depending on WillEffectPersistent - fixed
- Revision 16108 (Modified on 2024-10-29): Major changes to allow for DesignTimeSupport of WinForms for .net6+ components. MDriven relies on types defined in the solution, not necessarily in the same project and not in the same form. The .net6+ designtime support make use of an out of process designer called DesignerHost - and we must serialize and send components information and type information across this barrier - this required serious re-design and understanding. From this release NOTHING needs or should be in the GAC!!!! For winforms designer code AddRange(IColumn[]... should be replaced with AddRange(AbstractColumn[]...
- Revision 16106 (Modified on 2024-10-25): Comboboxes in angularjs could null out when the list did not contain the selected value - as may happen during async load - solved by databinding in the current value as an hidden option (actually amazingly smart if it works ) Minor changes to scripts during debugging
- Revision 16105 (Modified on 2024-10-25): SysSession updates - now states login method cookie if user was remembered but session or serverversion was new
- Revision 16103 (Modified on 2024-10-25): ...
- Revision 16102 (Modified on 2024-10-25): SysSession implemented for turnkeycore, this will not be maintained for turnkey for .netFramework472
- Revision 16101 (Modified on 2024-10-24): Several changes to allow for Injecting templates from other sharepoint documents in order to create reports
- Revision 16093 (Modified on 2024-10-22): MDrivenServer now has a TwoFactorCodeCheck for Upload model that can be turned on - this is to better protect production databases from mistakes... MDrivenDesigner has a new box to give the 2 factor code for the server. Designer has dropped the Upload ServerSide-jobs since this is automatic from months back...
- Revision 16091 (Modified on 2024-10-22): SysMDrivenMiscSettingsSingleton is now internally subscribed to behave better when values change in runtime (like they will if values are derived for example)
- Revision 16085 (Modified on 2024-10-17): Issue with Action in Grid that is connected to AbstractAction - that was NOT classAction - tried to use per row enable when it really follow ViewModelActions Enable - fixed
- Revision 16084 (Modified on 2024-10-17): Improved logging if ocl method fails Added new SysGraphAPI method DriveDriveItemToThumbnailData to get acces to thumbnail data directly instead of the previous way DriveDriveItemToThumbnailUrl that points to CDN possibly blocked on server
- Revision 16083 (Modified on 2024-10-16): ...
- Revision 16082 (Modified on 2024-10-16): Decorating the new WF handles
- Revision 16081 (Modified on 2024-10-16): To handle design time WinForms of handles in .net6+ subclasses of mdriven.Handles(netstandard) are introduced in mdriven.winforms - same name but postfixed with WF(WinForms) - this to make designtime discover them - as it will not look for components in netstandard - and we must have netstandard on handles to keep VS EcoSpace designer in 472
- Revision 16078 (Modified on 2024-10-16): Unless the nugets target .net6.0 specifically - and only netstandard2.0 they will not show up in the toolbox upon nuget install - fixed
- Revision 16076 (Modified on 2024-10-16): Issue with ÅÄÖ in angular name when databinding DataBindComboBox - new error after fix to enum DataBindComboBox null ref issue
- Revision 16075 (Modified on 2024-10-16): Updates - winforms design .net6 support, work in progress
- Revision 16072 (Modified on 2024-10-15): Picklists without NullRep - that are null - but has more than zero options - and target attribute is not persistent, should be initiated to first
- Revision 16071 (Modified on 2024-10-15): New setting GlobalSeekersAlwaysNew on SysMDrivenMiscSettingsSingleton - if set Seekers will be opened as new in new tabs CreateSysViewStateCookie/UpdateSysViewStateCookie - Special model pattern that packs all viewstate in Cookie and when DWV gets a vVState=id it is assumed to match a SysViewStateCookie, and the cookie state is then restored in a new view
- Revision 16067 (Modified on 2024-10-14): Pulled back net48 to net472 in order to better reach the goal to work with VS2022 designtime Minor nuget package upgrades and consolidations
- Revision 16064 (Modified on 2024-10-11): Path.DirectorySeparatorChar was missed at some places - breaking linux
- Revision 16063 (Modified on 2024-10-10): flipping order <TargetFrameworks>netstandard2.0;net48</TargetFrameworks> to <TargetFrameworks>net48;netstandard2.0</TargetFrameworks> or intf,handles,linqext
- Revision 16060 (Modified on 2024-10-10): ...
- Revision 16059 (Modified on 2024-10-10): Great confusion with system.drawing.common that has been deprecated by MS and making it impossible to have toolbox images on components from netstandard libraries, bye bye toolbox icons for MDriven handles
- Revision 16057 (Modified on 2024-10-10): Removing net6.0 from this project files - it cause problems on buildserver and I think it is implicit from netStandard <TargetFrameworks>netstandard2.0;net48;net6.0</TargetFrameworks>
- Revision 16055 (Modified on 2024-10-10): ...
- Revision 16054 (Modified on 2024-10-10): Adding explicit support to netstandard2.0;net48;net6.0 from interfaces, Handles and Linqextender
- Revision 16052 (Modified on 2024-10-09): Yet more mistakes/misses list in list, when multiselect... fixed
- Revision 16051 (Modified on 2024-10-09): Mistake discovered and rectified when implementing ListView in ListView a week back.
- Revision 16050 (Modified on 2024-10-09): Mistake when fixing nullvalues for enum-combos some weeks back knocked out select in MVC tables - fixed If you had advanced-tables globally on it also applied on MVC tables - but they went blank - fixed Mistake of using $stringformat in MVC code that already contained curly braces for other reasons - fixed
- Revision 16049 (Modified on 2024-10-09): Issue with StartUpView if app is under subfolder - fixed
- Revision 16047 (Modified on 2024-10-09): Updating MDrivenServer and TurnkeyServer to match nugets of underlying projects
- Revision 16046 (Modified on 2024-10-09): Microsoft.IdentityModel.Tokens" Version="6.27.0" /> 6.35.0 System.IdentityModel.Tokens.Jwt" Version="6.27.0" 6.35.0
- Revision 16044 (Modified on 2024-10-09): Nuget updates for MDriven core System.Text.Json from Version="8.0.4" to Version="8.0.5" Microsoft.AspNetCore.SignalR.Client" Version="8.0.8" /> 8.0.10 Microsoft.AspNetCore.SignalR.Client.Core" Version="8.0.8" /> 8.0.10 Microsoft.Data.SqlClient" Version="5.1.4" > 5.2.3 BlazorUtils.QuickGrid" Version="8.0.6" /> 8.0.8 Microsoft.AspNetCore.Components" Version="8.0.8" /> 8.0.10 Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" /> 8.0.10
- Revision 16043 (Modified on 2024-10-09): Updating Microsoft.Data.SqlClient from version="5.1.4" to version="5.2.2"
- Revision 16042 (Modified on 2024-10-09):
- Revision 16040 (Modified on 2024-10-09):
- Revision 16039 (Modified on 2024-10-09): Yet some spread usages of system.data.sqlclient replaced with microsoft.data.sqlclient
- Revision 16038 (Modified on 2024-10-08): StartUpView issues, it is 2 very different problems to handle client side urls with # and serverside urls like DWV - both do now survive the wait for server start Issue in Blazor styling for PC's on controls
- Revision 16037 (Modified on 2024-10-08): Issues fixed in MDrivenServer - The fix for NestingLevel of grids in grids had broken MVC rendering used by MDrivenServer - Fixed Usage of System.Data.SqlClient has somehow creeped back into MDrivenServer when we ofcourse know that we now use Microsoft.Data.SqlClient, having both available as nugets is insane because the SqlParameter is not SqlParamater half of the times... Fixed Turnkey/StartupViewTemplate.htm has been extended in javascript to not kill reference urls on deeplink nav towards sleeping TK
- Revision 16036 (Modified on 2024-10-08): ...
- Revision 16035 (Modified on 2024-10-08): StartupViewTemplate had an issue that it did not forward the hash part of the url when done. Killing navigations to a server that is not fully started. Fixed Redirect after successful external login has an issue not building complete returnUrl and thus killing navigations if the user was not already logged in
- Revision 16034 (Modified on 2024-10-08): Updates to about boxes to fix for GAC issues
- Revision 16033 (Modified on 2024-10-08): Removing a warning on PooledList Sort
- Revision 16031 (Modified on 2024-10-07): Added all known assemblies to the Fix-It button
- Revision 16030 (Modified on 2024-10-07):
- Revision 16027 (Modified on 2024-10-07): New strategy to fix the VS GAC Need LocalizableCategory and LocalizableDescription crashed new VS - fixed GAccing on post build removed for all but interfaces and handles
- Revision 16026 (Modified on 2024-10-07): New strategy to fix the VS GAC Need
- Revision 16025 (Modified on 2024-10-06): ToolStrip mistake fixed
- Revision 16024 (Modified on 2024-10-06):
- Revision 16022 (Modified on 2024-10-05):
- Revision 16021 (Modified on 2024-10-05): Switching to sending the MDrivenDesigner ClickOnce from the VS2022 build to remove the need to maintain VS2019 builds
- Revision 16019 (Modified on 2024-10-05):
- Revision 16015 (Modified on 2024-10-05): Old Winform ContextMenu rewritten to newer ContextMenuStrip to even out differences for .net6 XAML namespaces - attempts to even out differences stemming from different named assemblies NOTFRAMEWORK conditional define to signal that this is Not MDrivenDesigner/VS2022Extension that runs Framework ModlrTree search rewritten to even out differences with .net6 that does not have asyncdelegates
- Revision 16006 (Modified on 2024-10-04): ...
- Revision 16005 (Modified on 2024-10-04): ...
- Revision 16004 (Modified on 2024-10-04): MDriven 72 - switch to netstandard: https://wiki.mdriven.net/index.php?title=MDriven_72 , work in progress
- Revision 16002 (Modified on 2024-10-04): New turnkey setting https://wiki.mdriven.net/Documentation:TurnkeySettings AttackBreakThreshold
- Revision 15998 (Modified on 2024-10-03): Mistake in yesterday fix for list in list in angular accidently broke list-self-singlecontrols dislpay in angular. Fixed.
- Revision 15996 (Modified on 2024-10-03):
- Revision 15995 (Modified on 2024-10-03): SysViewStateCookie work in progress
- Revision 15992 (Modified on 2024-10-02): Major issue with AngularJS rendering that did not allow nested lists in lists due to fixed loop variable "row", now the row variable is still called row on top level but then row1,2,3 Top level kept to row to avoid issues with components that expect row Rendering updated for AngularJSControls and AngularJSComponents and MVC , blazor did not suffer from this
- Revision 15990 (Modified on 2024-10-01): vClipbookData implemented in angularjs SysViewStateCookie continued work
- Revision 15986 (Modified on 2024-10-01): Clipbook support - when adding a variable vClipbookData:string , turnkey will discover changes to it - and ask browser to add content to clipbook. SysViewStateCookie - new model pattern to be able to share complete viewstate with others A ShareAction will show in toolbar if SysViewStateCookie is present
September 2024
- Revision 15971 (Modified on 2024-09-25): Blazor : now listens to Timeout and navigates to Timedout, also better ctrl-click behaviour
- Revision 15969 (Modified on 2024-09-25): The FrameworkAction-option BackwardsNav has been added. In MVC, AngularJS and Blazor it nows asks the browser to go back in history 1 step. The primary use-case for this was the ability to put a "Resume" button on the Timedout page,
- Revision 15966 (Modified on 2024-09-24): Changing databind for combos in angular to workaround issue with not being able to bind to list of strings and get the correct value in combo
- Revision 15965 (Modified on 2024-09-24): Issue with comboboxes null ref when showing list of strings of list of enums or anything not being Object - AddAttribute_AsExternalId has been updated to send the actual value as string in these cases, and nullrep when applicable
- Revision 15964 (Modified on 2024-09-23): New MiscSetting: GlobalModalOfferOpenStandalone - When a modal window is shown it does not show left side actions and you are not allowed to do modals from modals (nested modals not supported) - if this cause a problem for your users you can choose to show an extra button in modal dialogs that will open the modal as a normal standalone view in a seperate tab. Implemented in Blazor and AngularJS (core only)
- Revision 15962 (Modified on 2024-09-22): Changed default __UserSidebarShowMemory to true to now change existing applications
- Revision 15961 (Modified on 2024-09-21): Improved handling on .net core server behind a proxy by processing HTTP headers and avoiding private addresses
- Revision 15958 (Modified on 2024-09-20): Blazor - Position vClientLatidute/longitude
- Revision 15955 (Modified on 2024-09-19): GlobalCenteredPopUp and GlobalHideActionOnDisable implemented in blazpr Save&Lock + Save as in implemented on server (JS & Blazor)
- Revision 15954 (Modified on 2024-09-19): Added 2 properties to SysMDrivenMiscSettingsSingleton; GlobalNavigateOnDoubleClickWithoutMenu and GlobalReadOnlyModeUseSaveAndLock GlobalBlazorClientComponentOverride:String - if set to assemblywithoutext;ATypeThatImplementsIComponentTypeSwitchBroker it will be used by Blazor client to replace components based on IComponentTypeSwitchBroker.SwitchThis(IMDCompHolder compholder,Type theType); GlobalNavigateOnDoubleClickWithoutMenu:Boolean - Normally this only happens if there is only 1 action enabled, but this will take first action if it is navigating GlobalReadOnlyModeUseSaveAndLock:Boolean - If set adds a Save + Save&Lock buttons to toolbar to enable less hassle with constant need to unlock after save
- Revision 15952 (Modified on 2024-09-18): Ocl editor did not fully handle åäö and ü - and when other oclerror discovered it wrongly pointed to these chars if available - Fixed issue Very long ocl actions separated with ";" that had syntax errors could trigger a too long stack of exceptions (zero warning crash) when unwinding the left side until the end. Fixed
- Revision 15951 (Modified on 2024-09-18):
- Revision 15949 (Modified on 2024-09-17): Blazor - Issue whit choice betweeb Textarea vs textfield solved Leave last column in datagrid without size
- Revision 15947 (Modified on 2024-09-16): SysUserManager.ReCreateClaims is now called even for pwd-login and for jwt-login, before only for saml2,external This makes it possibly to check CurrentUser.SysUserClaims - claimtype amr set to claimvalue pwd means that last successful login was with pwd. According to documentation one should also be able to check claimtype mfa to ensure multi-factor-auth
- Revision 15944 (Modified on 2024-09-13): Blazor IComponentTypeSwitchBroker introduced to allow for inject and replace of components on type level
- Revision 15942 (Modified on 2024-09-12): Better styling on search total count text ClientSortable now default also in SeekerREsultGrids IF you have paging ON...
- Revision 15941 (Modified on 2024-09-12): When combos presenting enums with nullrep did not have a explicit presentation they failed due to special treatment in VMClass
- Revision 15937 (Modified on 2024-09-12): Sending global settings to blazor Blazor datagrid styles
- Revision 15933 (Modified on 2024-09-11): Blazor work with global settings in general and _GlobalBlazorClientComponentOverride in particular
- Revision 15932 (Modified on 2024-09-11): Major Updates to facilitate the __UserSidebarShowMemory controlling the Sidebar showing from server
- Revision 15931 (Modified on 2024-09-10): Issues with null ref in getListForPageSize Updates to __UserSidebarShowMemory
- Revision 15930 (Modified on 2024-09-10): Experiment to use __UserSidebarShowMemory to remember user choice of left menu state, backed by ViewModel variabel
- Revision 15927 (Modified on 2024-09-10): Seeker page buttons - new page total and size is left justified Subscribe to vSeekerPageLength and SeekAgain on change
- Revision 15924 (Modified on 2024-09-09): Updates to WebAssembly interfaces - removing traces of scope
- Revision 15923 (Modified on 2024-09-09): Angular PageSize in seeker - now correctly binds to current value Update to make blazor not remember null ViewMeta