Changelog-Turnkey
No edit summary
Tag: 2017 source edit
(Updating changelog)
(118 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
__NOTOC__
__NOTOC__
<html>
<html>
Line 58: Line 59:
         font-size: 12px;
         font-size: 12px;
     }
     }
}
.changelogs {
      padding:5em;
}
}


Line 76: Line 81:
</html>
</html>
<div class="changelogs">
<div class="changelogs">
=== October 2023 ===
=== March 2025 ===
* '''Revision 15118''' (Modified on 2023-10-30): Fixes and changes for switch component.
* '''Revision 16526''' (Modified on 2025-03-31): New property on selfVM called DisplayMode - that has one of the values enum DisplayModeEnum { UINormal, UIModal, UIPopup,Technical, RestPost, RestGet, RestPatch, RestPut,RestDelete }; Since ViewModels may have multiple usages it is good to be able to know the current use
* '''Revision 15112''' (Modified on 2023-10-26): CheckForNeedToSignalWeGotNews wrongfully called from timer thread - fixed
* '''Revision 16525''' (Modified on 2025-03-28): Changes to let a popup window bring up another popup or modal (first popup closes and new opens)
* '''Revision 15110''' (Modified on 2023-10-26): Fix issue that leads to closing modal window after double click inside tables.
* '''Revision 16523''' (Modified on 2025-03-27): RendersAction columns should take their ReadOnly state from the action-column they render, and this was not correctly implemented causing these columns to be enabled even when ReadOnlyMode was true. Actions in turnkey check again if they are enabled on the server just before execution to stop any injecting and outofsync execution Blazor checkboxes that render action should not also toggle their value - the action needs to be responsible for all data change Null check in client side VMClass Null check in debugger
* '''Revision 15108''' (Modified on 2023-10-25): Style adjustments and fixed for Button and FAB components.
* '''Revision 16498''' (Modified on 2025-03-21): Modlr WebView2 reload safeguarded. In Turnkey we upgrade new keys when objects are saved with a special command - if your UI was only transients (or new unsaved objects) all keys are monitored for upgrade - and this logic failed when having nestings over a singlelink - then the replace of a singlelink value was mistaken as a key change - and this gave ripple effects further down the viewmodel graph - ending up as ghost rows in multilinks below the swap key point. Fixed
* '''Revision 16489''' (Modified on 2025-03-20): Saw a deadlock between XMLPersistence and Init of singletons - rewrote to TryLock to Fix Issues with angularSort from new fixes to remember sorted indexes - turned out that angularJS flipped if there where many such grid in a UI - rewrote to own sorting logic
* '''Revision 16485''' (Modified on 2025-03-20): Issues with new _SortedMem solution in angular tables - fix2 Turnkey multiview comma on id could creep into MVC and wreck things - fixed.
* '''Revision 16483''' (Modified on 2025-03-20): Issues with new _SortedMem solution in angular tables - fix
* '''Revision 16476''' (Modified on 2025-03-19): the taggedvalue autofocus was glitchy in AngularJS and not implemented in Blazor - both fixed. Cleaned up console errors
* '''Revision 16475''' (Modified on 2025-03-19): Turnkey Angular issue: selectWithShift in Tables that had been header-sorted did not work due to indices used where from unsorted data. Fixed
* '''Revision 16465''' (Modified on 2025-03-17): Nullcheck after dirtylist change
* '''Revision 16456''' (Modified on 2025-03-13): The GlobalUnRootedAlwaysNew setting messed up OnShowExpressions on actions - fixed
* '''Revision 16455''' (Modified on 2025-03-13): Issue that Modals opening from a null rooted view and having the SysMDrivenMiscSettingsSingleton.GlobalUnRootedAlwaysNew=true gave null root on modal due to it not opening with the uniquified VMClassID
* '''Revision 16454''' (Modified on 2025-03-12): FileDownload option from turnkey seekers now include a byteorder indicator making excel recognise its UTF8
* '''Revision 16452''' (Modified on 2025-03-12): Cell select etc did not check for uppercase correctly
* '''Revision 16451''' (Modified on 2025-03-12): BREAKING CHANGE: in AfterModalOk in actions we no longer provide vModalResult_selfVM variable. It was an old mistake that that in WPF the handover of vDirties to instigating view did not happen correctly - so vModalResult_selfVM.save was sometimes used. The mistake/bug is removed and hand-over of dirties is now the same in Turnkey and WPF - but vModalResult_selfVM.save would then be moot - and to signal this change the vModalResult_selfVM variable was removed altogether from AfterModalOk. There were also issues in turnkey when handover sometimes caused nullref exceptions and breaking signaling
* '''Revision 16437''' (Modified on 2025-03-03): Version updates
* '''Revision 16431''' (Modified on 2025-03-01): CodeDress filters away anything starting with "system." and "microsoft." now we get a second change to load such files if AssemblyResolve asks for them ChatGTP integration now uses 1.0.0.17
* '''Revision 16429''' (Modified on 2025-03-01): Refactoring to reduce complexity of TurnkeyInterfaces project Added MDrivenServerCore and MDrivenServer WebApi for portalPush


=== November 2023 ===
=== February 2025 ===
* '''Revision 15204''' (Modified on 2023-11-26): MainMenu render missed async handling Re-loaded Tk viewmodel now checks visible due to access groups again... Raising condition could give SessionsAlreadyExists
* '''Revision 16426''' (Modified on 2025-02-28): Toolbar-abstractactions refered to in Buttons , skipped their AreYourSure due to an oversight that Toolbar collects actions from all levels in its own group. Fixed in Angular and Blazor CodeGen checkbox could easily be pressed by mistake because it was too long; Fixed
* '''Revision 15203''' (Modified on 2023-11-26): Css for styles in model could be unfetched first time - missed async handling
* '''Revision 16412''' (Modified on 2025-02-21): Both angular and blazor had issue with double-click-in-table-in-modal-should-try-ModalOk - both fixed
* '''Revision 15189''' (Modified on 2023-11-23): Several issues with AccessExpression being evaluated in calling thread and not asyncthread fixed
* '''Revision 16411''' (Modified on 2025-02-21): ctrl click on things that navigate should consistently bring up new tab - but both angularJS and Blazor had issues that now all resolved: MainMenyCtrlClick Blaz-Check Angu-Check LeftSideAction Blaz-Check Angu-Check GridAction Blaz-Check Angu-Check ButtonAction Blaz-Check Angu-Check
* '''Revision 15187''' (Modified on 2023-11-22): Setting for turning on better logging ShowPII https://wiki.mdriven.net/index.php/OpenID_config
* '''Revision 16409''' (Modified on 2025-02-20): Move of datacontract PortalPushConfiguration
* '''Revision 15184''' (Modified on 2023-11-21): Changes in order to avoid the cut leanLoad viewmodels to win over the softview saved ones - also cleaned up name/runtime name and timestamps for reload
* '''Revision 16401''' (Modified on 2025-02-20): Bug that ActAsForActions expressions did not include VM variables in runtime - causing runtime error when variables were used - fixed New GlobalUnRootedAlwaysNew was not honored if leftside action - only GlobalAction - this is fixed
* '''Revision 15178''' (Modified on 2023-11-20): Issue with national chars (name vs runtimename) for Softviews - fixed
* '''Revision 16400''' (Modified on 2025-02-19): Renaming SysMDrivenMiscSettingSingleton.GlobalSeekersAlwaysNew to GlobalUnRootedAlwaysNew to better reflect the new MultiView behaviour
* '''Revision 15176''' (Modified on 2023-11-20): Re submitting the fix from this morning
* '''Revision 16399''' (Modified on 2025-02-19): Nullroot MultiView-option. When having null-roots we may want new versions for each open in order to allow new seeker - or other variable based data to be unique per view , AngularJS changes
* '''Revision 15175''' (Modified on 2023-11-20): Reverted problematic check in
* '''Revision 16396''' (Modified on 2025-02-19): Nullroot MultiView-option. When having null-roots we may want new versions for each open in order to allow new seeker - or other variable based data to be unique per view
* '''Revision 15174''' (Modified on 2023-11-20): Issue with angularjs page rendering may result in lock and blank pages - fixed
* '''Revision 16394''' (Modified on 2025-02-18): When numbers with thousand seperator are copied they had nbsp(160) instead of sp(32) so excel got confused - fixed
* '''Revision 15173''' (Modified on 2023-11-19): AccessGroup had a too simplistic implementation that caused locks in turnkey. AccessGroupRuntimeResultMemory is now implemented to both avoid excessive re-eval and support multi user
* '''Revision 16384''' (Modified on 2025-02-12): Changing SeekerGrid--filedownload extension from txt to csv for easier integration with excel
* '''Revision 15172''' (Modified on 2023-11-17): Adding new views.
* '''Revision 16382''' (Modified on 2025-02-12): Better logging in JsonToObjects RightJust of page size picker in Seekers, angular and blazor Designer issue with combo for MountedViewModel not always updating; fixed
* '''Revision 15171''' (Modified on 2023-11-17): Adding textarea component. Small fix for textfield component.
* '''Revision 16381''' (Modified on 2025-02-11): Strange javascript hook removed to set 'tk-data-table__content--min-height' on PC Tables, this is now set statically in code: MaybeSetMinHeightClass - read reasons there ... issues with heights on tables CSSGrid vs PlacingContainers
* '''Revision 15170''' (Modified on 2023-11-17): Implementation of "Rendered by" for new rendering
* '''Revision 16380''' (Modified on 2025-02-11): Clipbook should be clipboard - changed where ever displayed In Web grids the multiselect column is now decorated with multiselectcol class in both angular and Blazor - and this is used to avoid the multiselectcol in cellselect clips to clipboard Cellselect in AngularJS on rows with contextmenu - the mouse select could select the extra cell for the contextmenu and that was annoying and ugly - fixed
* '''Revision 15169''' (Modified on 2023-11-17): Fixes and changes for timepicker component.
* '''Revision 16378''' (Modified on 2025-02-11): New settings on SysMDrivenMiscSettings; GlobalSeekerGridShowImportOnlyONTV: Boolean , if set the TV GlobalSeekerGridShowImport must be true on seekers in order to show "Import from clipbook" GlobalSeekerGridExportFileMaxRows:Integer , controls how many rows that maximum will be in the export file
* '''Revision 15162''' (Modified on 2023-11-13): Updating test model with new views and examples.
* '''Revision 16375''' (Modified on 2025-02-08): SeekerGrid has been given a "more" menu that has 2 options "Import from clipbook" and "Export as file" "Import from clipbook" acts as the old ExcelPlugin-function; it uses first column to search, tries to write other columns, can use action CreateNew for adding rows "Export as file" ignores page size and try to get all objects (up to 50K) and downloads them as a tab separated txt file
* '''Revision 15161''' (Modified on 2023-11-13): Softview as explained here https://wiki.mdriven.net/index.php/Softview
* '''Revision 16374''' (Modified on 2025-02-08): SeekerGrid has been given a "more" menu that has 2 options "Import from clipbook" and "Export as file" "Import from clipbook" acts as the old ExcelPlugin-function; it uses first column to search, tries to write other columns, can use action CreateNew for adding rows "Export as file" ignores page size and try to get all objects (up to 50K) and downloads them as a tab separated txt file
* '''Revision 15159''' (Modified on 2023-11-10): Fixes, changes and new options for image and image-upload components.
* '''Revision 16368''' (Modified on 2025-02-06): Turnkey; ExportTabSepController added to support new functions on seeker tables , to download result as tab separated file
* '''Revision 15158''' (Modified on 2023-11-10): Fixes and improvements for textfield component.
* '''Revision 16364''' (Modified on 2025-02-05): Recompiled CSS
* '''Revision 15157''' (Modified on 2023-11-10): Fixes and style adjustments for select component.
* '''Revision 16361''' (Modified on 2025-02-05): Changes to paging buttons of paged tables - number of hits moved and better info of which page you are at
* '''Revision 15154''' (Modified on 2023-11-08): Changed the validation card presentation to match the issue's color.
* '''Revision 16360''' (Modified on 2025-02-05): Issue with recently introduced stricter vCurrent rules - that had issues when using vcurrent from lower levels of sibling nestings was used - fixed WebView error supressed
* '''Revision 15148''' (Modified on 2023-11-06): Downgraded from some beta 8.0 nugets
* '''Revision 16354''' (Modified on 2025-02-04): PopUp windows with large content did not scroll; now limit to 90vh and overflow:auto
* '''Revision 15140''' (Modified on 2023-11-05): Azure.AI.OpenAI and some consolidations
* '''Revision 16353''' (Modified on 2025-02-04): Issue in render of PC views with tables if they are modal and brought up from CSSGrid parent page -> tables in modal 0 height
* '''Revision 15138''' (Modified on 2023-11-05): OpenAI support
* '''Revision 15132''' (Modified on 2023-11-03): fix
* '''Revision 15131''' (Modified on 2023-11-03): PerformTaskAsyncWaitUntilFinished is used instead of trying to turn off AsyncHandling for MVC
* '''Revision 15128''' (Modified on 2023-11-02): Fixing the snackbar template. Removes unnecessary logging from actions.
* '''Revision 15127''' (Modified on 2023-11-02): Adding typography component.
* '''Revision 15126''' (Modified on 2023-11-02): Fixes and changes for datepicker component.
* '''Revision 15124''' (Modified on 2023-11-02): CodeDress for Core : in .net6 it was not enough to just load sattelite assemblies - it still asked for them again once needed Lock issue for CheckForNeedToSignalWeGotNews handled
* '''Revision 15120''' (Modified on 2023-11-01): Issue with TurnkeyStart if first call was StreamInterface a new model detection was skipped Issues with TKCore codedress - work in progress Codedress now grabs files and subfolders (.net6 requirement) - it now deleted target folder prior to copy - it skips folders with /ref/ and /runtimes/ since these assemblies are not real (only references) and they hold the same names as real assemblies and they get mixed up if we handle both


=== March 2024 ===
=== January 2025 ===
* '''Revision 15476''' (Modified on 2024-03-06): Adding support of ctrl + click when selecting rows in the table.
* '''Revision 16331''' (Modified on 2025-01-29): CellSelect - paste of booleans did not work - fixed
* '''Revision 15475''' (Modified on 2024-03-06): Improving table rows selection.
* '''Revision 16330''' (Modified on 2025-01-29): CellSelect - copy of checkboxes did not work - fixed
* '''Revision 15474''' (Modified on 2024-03-06): Problem: ReadonlyMode is currently switched by leftside button but modals and popup does not have leftsides. Modals and Popup should follow readonly mode from view that instigate: fixed
* '''Revision 16316''' (Modified on 2025-01-24): Normally when building ViewModel tree hierarchies we ensure vCurrent Upstream in the tree, but when a deep hierarchy uses its own vCurrent as hierarchy builder (bad idea since everything below this point will be same branch) - then its important to remember which of the collection of the cloned branches was actually clicked - this was not done earlier and that gave a race effect where vcurrent of such hierarchies eventually settle on something unlikely correct.
* '''Revision 16310''' (Modified on 2025-01-22): CellSelect - only one table to show cellselect at a time. when user switch table - clear cellselect in priors
* '''Revision 16308''' (Modified on 2025-01-21): CellSelect should clear on column sort - fixed for both angular and blazor
* '''Revision 16302''' (Modified on 2025-01-17): CellSelect , select all with ctrl-A now works even if MDriven table is not multiselect CellSelect - when goes over the whole row (all cells) the header is added to clip
* '''Revision 16291''' (Modified on 2025-01-14): Issue with ViewEdit - it failed on views larger than a certain byte size due to BlazorServer circuit limit. Fixed.
* '''Revision 16290''' (Modified on 2025-01-14): missed null check in cellselect javascript
* '''Revision 16287''' (Modified on 2025-01-11): Style refresh for ViewEdit improved
* '''Revision 16284''' (Modified on 2025-01-09): Blazor issue with int and Guid CellSelect issue when major grid-changes (seek result is new) Fixed In Blazor-client we got issues of mprphing between VMClassObject and VMClassListItem - VMClassListItem was removed to handle everything as VMClassObject
* '''Revision 16282''' (Modified on 2025-01-09): Blazor now listens for enter to start search in Seekers Blazor now allows for paste of tabsep-data outside of the grid to be sent to api/ExcelPlugin AngularJS now allows for paste in table-header to send tabsep data to api/ExcelPlugin
* '''Revision 16281''' (Modified on 2025-01-09): CellSelect - fixes for ComboBox get and set
* '''Revision 16280''' (Modified on 2025-01-09): CellSelect - issues in both angular and blazor - code simplified and reworked to javascript
* '''Revision 16279''' (Modified on 2025-01-08): Clip-Paste had stopped working in ViewModelEditor - fixed by redesign to allow for both complex Modlr-Data-Copy and simple text copy
* '''Revision 16276''' (Modified on 2025-01-07): In MDrivenTurnkey we did not fully check ReadOnly or isStatic prior to applying the updated value serverside - this could be used as an exploit by a trusted user that could push data into readonly or static fields with Rest calls withing the trusted session. Fixed.
* '''Revision 16275''' (Modified on 2025-01-07): Several issues with InplacePopup handled - it did not correctly build inner PC structure of popup and left residues outside of popup MDrivenStyleChecker logic reworked to allow for ModelIndepentant access and view - removing the need to add a MDrivenStyleChecker ViewModel for this purpose. MDrivenStyleChecker now backed by localhost turnkeyserver; MDDesign/StyleOverview StylesInModel-view , ,colors took to much space and was moved into an inplace popup Blazor mistake made all blobs render as texts - fixed
* '''Revision 16273''' (Modified on 2025-01-03): StyleInDesign and VisibleInDesign for placingcontainers now in ModelIndependant web render
* '''Revision 16272''' (Modified on 2025-01-02): If checksum is off Upload button turns pink. ViewModelCombo in liveview now has Category option
* '''Revision 16271''' (Modified on 2025-01-02): YellowAnimtationDot on Select in Tree and in WebView


=== January 2024 ===
=== December 2024 ===
* '''Revision 15379''' (Modified on 2024-01-31): Better ocl editor hints on methods that still does not match params selfVM.NavigateUrl overload that takes OpenNewTab boolean parameter
* '''Revision 16270''' (Modified on 2024-12-31): Many changes to WebViewEdit : x COntextMeny på orange prick Click on action view opens webview if open Buttons hidden in web-viewedit BrowserBack,UrlEdit,StyleCheck,GoView/CLear+Prick, Upload model WebView tabs changed display when selected Add viewmodel in WebViewEdit WebView from toolbar when holding ctrl brings up second window Combo of viewmodels change changes WebViewEdit directly Sync ViewEdit and LiveView
* '''Revision 15369''' (Modified on 2024-01-28): Added setting CodeDressAssemblies as a way to restrict what assemblies are loaded for CodeDress
* '''Revision 16262''' (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view, ModelIndependant Edit of WebViews in Blazor
* '''Revision 15367''' (Modified on 2024-01-26): null check
* '''Revision 16258''' (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view
* '''Revision 15339''' (Modified on 2024-01-14): Null check in CleanForFree IntervalForServerSidePruning is set to half TurnKeySetting_RemoveTurnkeyAppAfterMinutes Wrapper destruction time set to :TurnKeyEcoSpaceCreator.RemoveWrapperAfterMinutes
* '''Revision 16255''' (Modified on 2024-12-21): Build system now inject correct BuildTime and you can access the via Eco.Interfaces.VersionInfo.ThisVersionDateTime
* '''Revision 15338''' (Modified on 2024-01-14): Added settings to TurnkeySettings file: <RemoveTurnkeyAppAfterMinutes>10</RemoveTurnkeyAppAfterMinutes> // this is how long a Turnkey session can be gone from net before being target for close down (user will loose unsaved changes) <NumberOfTurnkeyEcoSpacesToKeepWhenFree>10</NumberOfTurnkeyEcoSpacesToKeepWhenFree> // this controls how many EcoSpaces we prepare in advance to use, and how many we keep when they are not needed (controls memory and load speed)
* '''Revision 16253''' (Modified on 2024-12-20): Issue in new CellPaste - did not respect readonly - fixed
* '''Revision 15333''' (Modified on 2024-01-14): Changed a few explicit subscriptions to be in Async due to the fact that we may miss subscription if list is locked at the time we try. Changing Turnkey flag PruneEcospaces to default true
* '''Revision 16252''' (Modified on 2024-12-19): Better handling of dates for copy paste cells
* '''Revision 15331''' (Modified on 2024-01-13): MDriven.ASPNETIdentity.core as nuget
* '''Revision 16251''' (Modified on 2024-12-19): CellSelect ; now supports cell-paste, paste of tabular data in header will treated as excelimport attempt (requires seeker and possibly CreateNew action)
* '''Revision 15311''' (Modified on 2024-01-04): Issue with GlobalActions loosing sync
* '''Revision 16248''' (Modified on 2024-12-18): Better message when Turnkey cannot start due to missing index page
* '''Revision 15310''' (Modified on 2024-01-03): GlobalActions invalidate issues seen and addressed
* '''Revision 16245''' (Modified on 2024-12-17): Turnkey and the setting GlobalSeekersAlwaysNew caused a problem when bringing up a modal from such a seeker that in turn expected to use the vSender_ variables, because the internal request to access the Seeker to get to vSender_ vars actually returned a new Seeker (according to GlobalSeekersAlwaysNew) - leaving the vSender_ values unset Fixed by seperating internal requests like the one from modals from outer requests from users
* '''Revision 15309''' (Modified on 2024-01-02): Confusion made GlobalActions being sent on each roundtrip - and the subscription could be lost - and then GlobalActions never sent.
* '''Revision 16236''' (Modified on 2024-12-15): Several issues stopped StyleInModel-live changes to successfully render in LiveEdit Several issues stopped action updates to successfully render in LiveEdit Updates to built in StyleChecker view
* '''Revision 16230''' (Modified on 2024-12-12): ...
* '''Revision 16229''' (Modified on 2024-12-12): StartScreen updates - it now should also show if server is stopped mid streams
* '''Revision 16227''' (Modified on 2024-12-12):
* '''Revision 16222''' (Modified on 2024-12-10): SysGraphAPIError class introduced to support the GraphAPI merge model. The use case to pull multiple documents in batch must allow any errors in the API usage to be managed by developer - and the execution of loops should not end
* '''Revision 16221''' (Modified on 2024-12-10): ...
* '''Revision 16219''' (Modified on 2024-12-10): cellselect work inprogress, ability to paste tab-separated data into table to trigger (excelplugin)import
* '''Revision 16217''' (Modified on 2024-12-09): cellselect work inprogress
* '''Revision 16216''' (Modified on 2024-12-08): cellselect work inprogress
* '''Revision 16215''' (Modified on 2024-12-06): cellselect work inprogress
* '''Revision 16214''' (Modified on 2024-12-06): theme-default added cellselect
* '''Revision 16213''' (Modified on 2024-12-06): cellselect work inprogress
* '''Revision 16212''' (Modified on 2024-12-06): CellSelect work in progress
* '''Revision 16206''' (Modified on 2024-12-04): Removing QuickGridColumnResizer since we needed another logic for resize in order to avoid hor-scrolls Blazor datagrid resize now resize in percent for all until last col is resized and causing columns not to fit outer div - the resize switch to pixel


=== February 2024 ===
=== November 2024 ===
* '''Revision 15459''' (Modified on 2024-02-29):  
* '''Revision 16186''' (Modified on 2024-11-29): Misc blazor updaters, <RunAOTCompilation>true</RunAOTCompilation>
* '''Revision 15456''' (Modified on 2024-02-29): Better error message on failed report
* '''Revision 16184''' (Modified on 2024-11-28): Blazor cell selection updates - row copy, cell square selection copy
* '''Revision 15455''' (Modified on 2024-02-29):  
* '''Revision 16182''' (Modified on 2024-11-27): "Slow answer while starting" was a function that was introduced in TurnkeyCOre but was never fully implemented in Turnkey(framework)- causing Turnkey(framework) to hang - fixed
* '''Revision 15454''' (Modified on 2024-02-29):
* '''Revision 16179''' (Modified on 2024-11-27): First stab at cell select in Blazor DataGrid - and copy to clip
* '''Revision 15453''' (Modified on 2024-02-29): Trying to send only api/GetPendingReport instead of full address
* '''Revision 16172''' (Modified on 2024-11-26): Blazor - select all text in number fields Angular - select all text in number fields, fix issue with switch row in tables loosing text select, fix issue with double click on row loosing text select
* '''Revision 15452''' (Modified on 2024-02-29): Report download url was wrong in last checkin
* '''Revision 16171''' (Modified on 2024-11-24): Issue in angular that omitting /$null$ on unrooted views just show blank unloaded non functioning app - fixed
* '''Revision 15451''' (Modified on 2024-02-29): Download of report failed when app was under directory and not straight on root
* '''Revision 16170''' (Modified on 2024-11-24): Issue in angular that omitting /$null$ on unrooted views just show blank unloaded non functioning app - fixed
* '''Revision 15443''' (Modified on 2024-02-26): Add client side support of NavigateOnSingleClickEnable
* '''Revision 16169''' (Modified on 2024-11-24): Switching rows in Angular grid required two clicks to get to edit - fixed - edit on first click
* '''Revision 15437''' (Modified on 2024-02-21): LeftMenuActions , for Grids in Web , only show if there is a selected object in the grid
* '''Revision 16166''' (Modified on 2024-11-20): Issue that use of html illegals in tagged values broke blazor page rendering - fixed Fight with styling of blazor grid to correctly do height, selection marking, and header lines Blazor VMClass AsString now never returns null but "" to simplify null checks needed
* '''Revision 15435''' (Modified on 2024-02-20): Fix typo in styles for InPlacePopup. Add additional CSS class to popup based on the position.
* '''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 15433''' (Modified on 2024-02-19): Changed EcoSPacePruning after lock detected
* '''Revision 16162''' (Modified on 2024-11-19): MDrivenServer non core nuget updates: Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" targetFramework="net472" Microsoft.Extensions.Logging.Abstractions" version="8.0.0" targetFramework="net472" System.Diagnostics.DiagnosticSource" version="8.0.0" targetFramework="net472" System.IO.Pipelines" version="5.0.2" targetFramework="net472"
* '''Revision 15428''' (Modified on 2024-02-17): Added setting HideExternalLogin to hide external/social login buttons on the top bar
* '''Revision 16153''' (Modified on 2024-11-14): ...
* '''Revision 15412''' (Modified on 2024-02-13): Add TableColumnsExcludeNames setting, refactoring of table rendering
* '''Revision 16145''' (Modified on 2024-11-13): Setting viewBag.Version to framework assembly version and appending ?v=viewBag.Version on all scripts and css that are prone to change between versions, this is to mitigate the issue that users stays with old cached scripts and css
* '''Revision 15406''' (Modified on 2024-02-13): Fixing issue with context menu button in advanced tables.
* '''Revision 16144''' (Modified on 2024-11-13): Setting viewBag.Version to framework assembly version and appending ?v=viewBag.Version on all scripts and css that are prone to change between versions, this is to mitigate the issue that users stays with old cached scripts and css
* '''Revision 15405''' (Modified on 2024-02-13): Fix initial size of multiselect column.
* '''Revision 15404''' (Modified on 2024-02-13): Adding support of width changes for multiselect column in advanced tables. Adding flexible sizing for checkboxes.
* '''Revision 15396''' (Modified on 2024-02-09): IMDrivenMiscSettings service added, covered by optional model class SysMDrivenMiscSettingsSingleton as described here https://wiki.mdriven.net/index.php?title=SysMDrivenMiscSettingsSingleton ViewModelHelper.CreateFromViewModelWithExtendedUIFunctions added - this differs from existing CreateFromViewModel overloads in the way that it checks for RuntimeDefaultOnViews AccessGroup, and the GlobalReadOnlyMode https://wiki.mdriven.net/Per_viewmodel_ReadOnly_mode
* '''Revision 15393''' (Modified on 2024-02-08): Adding the frameworkaction ReadOnlyModeToogle Adding style for WPF ReadOnlyMode button ReadOnlyModeToogleButton Adding button for ReadOnlyMode in WPF tab Adding button for ReadOnlyMode in Turnkey
* '''Revision 15392''' (Modified on 2024-02-08): The ReadOnlyMode - if used - will be entered Automatically on new View/root combination, and re-entered on Save or Cancel Long standing issue with LabelOnTop when LabelSpan took effectiveXPos to negative (EffectiveXPos=XPos-PresentationSpan) is now handled the same way in WPF and Web, both changed slightly
* '''Revision 15387''' (Modified on 2024-02-06): Changes to how ClassActions behave regarding the ViewEnable accessgroup expression New tagged value added WillEffectPersistedDataOverrideValue that allow for override of the automatic deduction connected with ViewEnableExpression Issue with use of stacked AccessGroups where they all counted as true if no explicit expression was set - and this gave wrong result since one true is enough: Fixed
* '''Revision 15385''' (Modified on 2024-02-04): Fix the issues with scrollbars in advanced tables.


=== December 2023 ===
=== October 2024 ===
* '''Revision 15305''' (Modified on 2023-12-31): Updating LastClientContact on open of old
* '''Revision 16131''' (Modified on 2024-10-31): Now also sends action updates in LiveEdit
* '''Revision 15304''' (Modified on 2023-12-31): Null check in TK
* '''Revision 16130''' (Modified on 2024-10-31): ...
* '''Revision 15299''' (Modified on 2023-12-26): bughunt
* '''Revision 16128''' (Modified on 2024-10-31): Turnkey tables; Overflow on Table container must surely be wrong - since it is the table-content that handles scrollbars. changed, this fixes with double scrollbars showing up in some zoom scales
* '''Revision 15298''' (Modified on 2023-12-26): Bughunt
* '''Revision 16125''' (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 15295''' (Modified on 2023-12-24): Introduction of GlobalActionAndAccessGroupRuntimeService - Use of this service limits re-evaluations of GlobalActions Enable and also all AccessGroups IsEnable/IsVisible This re-write also fixes issue with GlobalMenu not updating if user had 2 or more browsers
* '''Revision 15293''' (Modified on 2023-12-23): Changed strategy on StreaminAppInstances , instead of lock we use Monitor Enter/Exit with the benefit of allowing PruneApps to TryEnter and thus never accidently lock real work from being done
* '''Revision 15285''' (Modified on 2023-12-21): Expanding click area for column resizer, fix for issue with sorting of column on resize event, add new double click feature for resizer, fix alignment of numeric columns.
* '''Revision 15283''' (Modified on 2023-12-20): Issues with the newly added InsideCriticalEvalMonitor. Rewritten and solved. The problem was when AsyncThread made c# async calls, and pool-thread was used - switching execution to a thread that did not have the InsideCriticalEvalMonitor and thus got stuck and caused deadlock. Fixed
* '''Revision 15280''' (Modified on 2023-12-17): Deadlock from app-pruning - section re-written
* '''Revision 15271''' (Modified on 2023-12-13): Various fixes for advanced tables.
* '''Revision 15269''' (Modified on 2023-12-13): Fix the horizontal scroll bar issues for advanced tables.
* '''Revision 15268''' (Modified on 2023-12-13): Temporary removes context menu button from advanced tables
* '''Revision 15262''' (Modified on 2023-12-11): Move bundles into the new folder called 'client-app-bundles' to prevent folder locking during the build of .Core version.
* '''Revision 15250''' (Modified on 2023-12-08): Force column size calculation before we've got update from size observer.
* '''Revision 15248''' (Modified on 2023-12-08): Add automatic support of min-height value for advanced tables
* '''Revision 15247''' (Modified on 2023-12-08): Move pagination controls outside table element. Pagination controls use new components. Remove additional width modification in advanced tables.
* '''Revision 15244''' (Modified on 2023-12-07): Improvements to advanced table implementation.
* '''Revision 15243''' (Modified on 2023-12-07): Fix height issues of advanced tables when CSS Grid
* '''Revision 15241''' (Modified on 2023-12-07): Fix table height when table is empty.
* '''Revision 15239''' (Modified on 2023-12-07): Vertical align in ocleditor runtimes OclDebugger limits fetch even on Ocl accordning to maxfetch to avoid stupid mistakes that kill the WPF GridSnap Trying to solve the sometimes locking FileCHanged-box in VS2022 Null checks
* '''Revision 15238''' (Modified on 2023-12-07): Test cases for advanced tables.ssssssssssss
* '''Revision 15237''' (Modified on 2023-12-07): Microsoft.Extensions.Logging.Abstractions 7->8 Microsoft.Extensions.Options 7->8 Microsoft.Extensions.Primitives 7->8 Microsoft.Extensions.DependencyInjection.Abstractions 7->8 Microsoft.Bcl.AsyncInterfaces 7->8 Clean old logging Microsoft.AspNet.Mvc 7->8 System.Diagnostics.DiagnosticSource 7->8 Microsoft.AspNet.WebPages.WebData 7->8 Microsoft.AspNetCore.SignalR.Client.Core 7->8 Missed check in of WPF InplacePopup Removing parallell ErrorAndCrossRef due to clashes for actions that are not fully understood
* '''Revision 15236''' (Modified on 2023-12-06): Fixed sizing issues of advanced tables.
* '''Revision 15232''' (Modified on 2023-12-05): findElementAndFocus method for controller
* '''Revision 15228''' (Modified on 2023-12-04): Adding test cases for advanced tables
* '''Revision 15227''' (Modified on 2023-12-04): Advanced table functionality. Work in progress
* '''Revision 15224''' (Modified on 2023-12-02): Changed to a more suitable name drawer->inplacepopup
* '''Revision 15223''' (Modified on 2023-12-02): Advanced table functionality. Work in progress
* '''Revision 15222''' (Modified on 2023-12-02): Advanced table functionality. Work in progress
* '''Revision 15221''' (Modified on 2023-12-02): Temporary remove css class from angularjs bootstrap element
* '''Revision 15220''' (Modified on 2023-12-02): Script to autoclose drawer when cllick outside
* '''Revision 15218''' (Modified on 2023-12-02): Updates to Drawer component for Angular Updates to Drawer component for WPF Fixes for parallell model write in turnkey/mdr

Revision as of 05:00, 1 April 2025

This page was created by Wikiadmin on 2024-03-06. Last edited by Edgar on 2025-04-04.


Release Notes
MDRIVEN: CHANGELOG - TURNKEY
All the latest MDriven Fixes and Updates
ChangeLog - MDriven Turnkey

March 2025

  • Revision 16526 (Modified on 2025-03-31): New property on selfVM called DisplayMode - that has one of the values enum DisplayModeEnum { UINormal, UIModal, UIPopup,Technical, RestPost, RestGet, RestPatch, RestPut,RestDelete }; Since ViewModels may have multiple usages it is good to be able to know the current use
  • Revision 16525 (Modified on 2025-03-28): Changes to let a popup window bring up another popup or modal (first popup closes and new opens)
  • Revision 16523 (Modified on 2025-03-27): RendersAction columns should take their ReadOnly state from the action-column they render, and this was not correctly implemented causing these columns to be enabled even when ReadOnlyMode was true. Actions in turnkey check again if they are enabled on the server just before execution to stop any injecting and outofsync execution Blazor checkboxes that render action should not also toggle their value - the action needs to be responsible for all data change Null check in client side VMClass Null check in debugger
  • Revision 16498 (Modified on 2025-03-21): Modlr WebView2 reload safeguarded. In Turnkey we upgrade new keys when objects are saved with a special command - if your UI was only transients (or new unsaved objects) all keys are monitored for upgrade - and this logic failed when having nestings over a singlelink - then the replace of a singlelink value was mistaken as a key change - and this gave ripple effects further down the viewmodel graph - ending up as ghost rows in multilinks below the swap key point. Fixed
  • Revision 16489 (Modified on 2025-03-20): Saw a deadlock between XMLPersistence and Init of singletons - rewrote to TryLock to Fix Issues with angularSort from new fixes to remember sorted indexes - turned out that angularJS flipped if there where many such grid in a UI - rewrote to own sorting logic
  • Revision 16485 (Modified on 2025-03-20): Issues with new _SortedMem solution in angular tables - fix2 Turnkey multiview comma on id could creep into MVC and wreck things - fixed.
  • Revision 16483 (Modified on 2025-03-20): Issues with new _SortedMem solution in angular tables - fix
  • Revision 16476 (Modified on 2025-03-19): the taggedvalue autofocus was glitchy in AngularJS and not implemented in Blazor - both fixed. Cleaned up console errors
  • Revision 16475 (Modified on 2025-03-19): Turnkey Angular issue: selectWithShift in Tables that had been header-sorted did not work due to indices used where from unsorted data. Fixed
  • Revision 16465 (Modified on 2025-03-17): Nullcheck after dirtylist change
  • Revision 16456 (Modified on 2025-03-13): The GlobalUnRootedAlwaysNew setting messed up OnShowExpressions on actions - fixed
  • Revision 16455 (Modified on 2025-03-13): Issue that Modals opening from a null rooted view and having the SysMDrivenMiscSettingsSingleton.GlobalUnRootedAlwaysNew=true gave null root on modal due to it not opening with the uniquified VMClassID
  • Revision 16454 (Modified on 2025-03-12): FileDownload option from turnkey seekers now include a byteorder indicator making excel recognise its UTF8
  • Revision 16452 (Modified on 2025-03-12): Cell select etc did not check for uppercase correctly
  • Revision 16451 (Modified on 2025-03-12): BREAKING CHANGE: in AfterModalOk in actions we no longer provide vModalResult_selfVM variable. It was an old mistake that that in WPF the handover of vDirties to instigating view did not happen correctly - so vModalResult_selfVM.save was sometimes used. The mistake/bug is removed and hand-over of dirties is now the same in Turnkey and WPF - but vModalResult_selfVM.save would then be moot - and to signal this change the vModalResult_selfVM variable was removed altogether from AfterModalOk. There were also issues in turnkey when handover sometimes caused nullref exceptions and breaking signaling
  • Revision 16437 (Modified on 2025-03-03): Version updates
  • Revision 16431 (Modified on 2025-03-01): CodeDress filters away anything starting with "system." and "microsoft." now we get a second change to load such files if AssemblyResolve asks for them ChatGTP integration now uses 1.0.0.17
  • Revision 16429 (Modified on 2025-03-01): Refactoring to reduce complexity of TurnkeyInterfaces project Added MDrivenServerCore and MDrivenServer WebApi for portalPush

February 2025

  • Revision 16426 (Modified on 2025-02-28): Toolbar-abstractactions refered to in Buttons , skipped their AreYourSure due to an oversight that Toolbar collects actions from all levels in its own group. Fixed in Angular and Blazor CodeGen checkbox could easily be pressed by mistake because it was too long; Fixed
  • Revision 16412 (Modified on 2025-02-21): Both angular and blazor had issue with double-click-in-table-in-modal-should-try-ModalOk - both fixed
  • Revision 16411 (Modified on 2025-02-21): ctrl click on things that navigate should consistently bring up new tab - but both angularJS and Blazor had issues that now all resolved: MainMenyCtrlClick Blaz-Check Angu-Check LeftSideAction Blaz-Check Angu-Check GridAction Blaz-Check Angu-Check ButtonAction Blaz-Check Angu-Check
  • Revision 16409 (Modified on 2025-02-20): Move of datacontract PortalPushConfiguration
  • Revision 16401 (Modified on 2025-02-20): Bug that ActAsForActions expressions did not include VM variables in runtime - causing runtime error when variables were used - fixed New GlobalUnRootedAlwaysNew was not honored if leftside action - only GlobalAction - this is fixed
  • Revision 16400 (Modified on 2025-02-19): Renaming SysMDrivenMiscSettingSingleton.GlobalSeekersAlwaysNew to GlobalUnRootedAlwaysNew to better reflect the new MultiView behaviour
  • Revision 16399 (Modified on 2025-02-19): Nullroot MultiView-option. When having null-roots we may want new versions for each open in order to allow new seeker - or other variable based data to be unique per view , AngularJS changes
  • Revision 16396 (Modified on 2025-02-19): Nullroot MultiView-option. When having null-roots we may want new versions for each open in order to allow new seeker - or other variable based data to be unique per view
  • Revision 16394 (Modified on 2025-02-18): When numbers with thousand seperator are copied they had nbsp(160) instead of sp(32) so excel got confused - fixed
  • Revision 16384 (Modified on 2025-02-12): Changing SeekerGrid--filedownload extension from txt to csv for easier integration with excel
  • Revision 16382 (Modified on 2025-02-12): Better logging in JsonToObjects RightJust of page size picker in Seekers, angular and blazor Designer issue with combo for MountedViewModel not always updating; fixed
  • Revision 16381 (Modified on 2025-02-11): Strange javascript hook removed to set 'tk-data-table__content--min-height' on PC Tables, this is now set statically in code: MaybeSetMinHeightClass - read reasons there ... issues with heights on tables CSSGrid vs PlacingContainers
  • Revision 16380 (Modified on 2025-02-11): Clipbook should be clipboard - changed where ever displayed In Web grids the multiselect column is now decorated with multiselectcol class in both angular and Blazor - and this is used to avoid the multiselectcol in cellselect clips to clipboard Cellselect in AngularJS on rows with contextmenu - the mouse select could select the extra cell for the contextmenu and that was annoying and ugly - fixed
  • Revision 16378 (Modified on 2025-02-11): New settings on SysMDrivenMiscSettings; GlobalSeekerGridShowImportOnlyONTV: Boolean , if set the TV GlobalSeekerGridShowImport must be true on seekers in order to show "Import from clipbook" GlobalSeekerGridExportFileMaxRows:Integer , controls how many rows that maximum will be in the export file
  • Revision 16375 (Modified on 2025-02-08): SeekerGrid has been given a "more" menu that has 2 options "Import from clipbook" and "Export as file" "Import from clipbook" acts as the old ExcelPlugin-function; it uses first column to search, tries to write other columns, can use action CreateNew for adding rows "Export as file" ignores page size and try to get all objects (up to 50K) and downloads them as a tab separated txt file
  • Revision 16374 (Modified on 2025-02-08): SeekerGrid has been given a "more" menu that has 2 options "Import from clipbook" and "Export as file" "Import from clipbook" acts as the old ExcelPlugin-function; it uses first column to search, tries to write other columns, can use action CreateNew for adding rows "Export as file" ignores page size and try to get all objects (up to 50K) and downloads them as a tab separated txt file
  • Revision 16368 (Modified on 2025-02-06): Turnkey; ExportTabSepController added to support new functions on seeker tables , to download result as tab separated file
  • Revision 16364 (Modified on 2025-02-05): Recompiled CSS
  • Revision 16361 (Modified on 2025-02-05): Changes to paging buttons of paged tables - number of hits moved and better info of which page you are at
  • Revision 16360 (Modified on 2025-02-05): Issue with recently introduced stricter vCurrent rules - that had issues when using vcurrent from lower levels of sibling nestings was used - fixed WebView error supressed
  • Revision 16354 (Modified on 2025-02-04): PopUp windows with large content did not scroll; now limit to 90vh and overflow:auto
  • Revision 16353 (Modified on 2025-02-04): Issue in render of PC views with tables if they are modal and brought up from CSSGrid parent page -> tables in modal 0 height

January 2025

  • Revision 16331 (Modified on 2025-01-29): CellSelect - paste of booleans did not work - fixed
  • Revision 16330 (Modified on 2025-01-29): CellSelect - copy of checkboxes did not work - fixed
  • Revision 16316 (Modified on 2025-01-24): Normally when building ViewModel tree hierarchies we ensure vCurrent Upstream in the tree, but when a deep hierarchy uses its own vCurrent as hierarchy builder (bad idea since everything below this point will be same branch) - then its important to remember which of the collection of the cloned branches was actually clicked - this was not done earlier and that gave a race effect where vcurrent of such hierarchies eventually settle on something unlikely correct.
  • Revision 16310 (Modified on 2025-01-22): CellSelect - only one table to show cellselect at a time. when user switch table - clear cellselect in priors
  • Revision 16308 (Modified on 2025-01-21): CellSelect should clear on column sort - fixed for both angular and blazor
  • Revision 16302 (Modified on 2025-01-17): CellSelect , select all with ctrl-A now works even if MDriven table is not multiselect CellSelect - when goes over the whole row (all cells) the header is added to clip
  • Revision 16291 (Modified on 2025-01-14): Issue with ViewEdit - it failed on views larger than a certain byte size due to BlazorServer circuit limit. Fixed.
  • Revision 16290 (Modified on 2025-01-14): missed null check in cellselect javascript
  • Revision 16287 (Modified on 2025-01-11): Style refresh for ViewEdit improved
  • Revision 16284 (Modified on 2025-01-09): Blazor issue with int and Guid CellSelect issue when major grid-changes (seek result is new) Fixed In Blazor-client we got issues of mprphing between VMClassObject and VMClassListItem - VMClassListItem was removed to handle everything as VMClassObject
  • Revision 16282 (Modified on 2025-01-09): Blazor now listens for enter to start search in Seekers Blazor now allows for paste of tabsep-data outside of the grid to be sent to api/ExcelPlugin AngularJS now allows for paste in table-header to send tabsep data to api/ExcelPlugin
  • Revision 16281 (Modified on 2025-01-09): CellSelect - fixes for ComboBox get and set
  • Revision 16280 (Modified on 2025-01-09): CellSelect - issues in both angular and blazor - code simplified and reworked to javascript
  • Revision 16279 (Modified on 2025-01-08): Clip-Paste had stopped working in ViewModelEditor - fixed by redesign to allow for both complex Modlr-Data-Copy and simple text copy
  • Revision 16276 (Modified on 2025-01-07): In MDrivenTurnkey we did not fully check ReadOnly or isStatic prior to applying the updated value serverside - this could be used as an exploit by a trusted user that could push data into readonly or static fields with Rest calls withing the trusted session. Fixed.
  • Revision 16275 (Modified on 2025-01-07): Several issues with InplacePopup handled - it did not correctly build inner PC structure of popup and left residues outside of popup MDrivenStyleChecker logic reworked to allow for ModelIndepentant access and view - removing the need to add a MDrivenStyleChecker ViewModel for this purpose. MDrivenStyleChecker now backed by localhost turnkeyserver; MDDesign/StyleOverview StylesInModel-view , ,colors took to much space and was moved into an inplace popup Blazor mistake made all blobs render as texts - fixed
  • Revision 16273 (Modified on 2025-01-03): StyleInDesign and VisibleInDesign for placingcontainers now in ModelIndependant web render
  • Revision 16272 (Modified on 2025-01-02): If checksum is off Upload button turns pink. ViewModelCombo in liveview now has Category option
  • Revision 16271 (Modified on 2025-01-02): YellowAnimtationDot on Select in Tree and in WebView

December 2024

  • Revision 16270 (Modified on 2024-12-31): Many changes to WebViewEdit : x COntextMeny på orange prick Click on action view opens webview if open Buttons hidden in web-viewedit BrowserBack,UrlEdit,StyleCheck,GoView/CLear+Prick, Upload model WebView tabs changed display when selected Add viewmodel in WebViewEdit WebView from toolbar when holding ctrl brings up second window Combo of viewmodels change changes WebViewEdit directly Sync ViewEdit and LiveView
  • Revision 16262 (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view, ModelIndependant Edit of WebViews in Blazor
  • Revision 16258 (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view
  • Revision 16255 (Modified on 2024-12-21): Build system now inject correct BuildTime and you can access the via Eco.Interfaces.VersionInfo.ThisVersionDateTime
  • Revision 16253 (Modified on 2024-12-20): Issue in new CellPaste - did not respect readonly - fixed
  • Revision 16252 (Modified on 2024-12-19): Better handling of dates for copy paste cells
  • Revision 16251 (Modified on 2024-12-19): CellSelect ; now supports cell-paste, paste of tabular data in header will treated as excelimport attempt (requires seeker and possibly CreateNew action)
  • Revision 16248 (Modified on 2024-12-18): Better message when Turnkey cannot start due to missing index page
  • Revision 16245 (Modified on 2024-12-17): Turnkey and the setting GlobalSeekersAlwaysNew caused a problem when bringing up a modal from such a seeker that in turn expected to use the vSender_ variables, because the internal request to access the Seeker to get to vSender_ vars actually returned a new Seeker (according to GlobalSeekersAlwaysNew) - leaving the vSender_ values unset Fixed by seperating internal requests like the one from modals from outer requests from users
  • Revision 16236 (Modified on 2024-12-15): Several issues stopped StyleInModel-live changes to successfully render in LiveEdit Several issues stopped action updates to successfully render in LiveEdit Updates to built in StyleChecker view
  • Revision 16230 (Modified on 2024-12-12): ...
  • Revision 16229 (Modified on 2024-12-12): StartScreen updates - it now should also show if server is stopped mid streams
  • Revision 16227 (Modified on 2024-12-12):
  • Revision 16222 (Modified on 2024-12-10): SysGraphAPIError class introduced to support the GraphAPI merge model. The use case to pull multiple documents in batch must allow any errors in the API usage to be managed by developer - and the execution of loops should not end
  • Revision 16221 (Modified on 2024-12-10): ...
  • Revision 16219 (Modified on 2024-12-10): cellselect work inprogress, ability to paste tab-separated data into table to trigger (excelplugin)import
  • Revision 16217 (Modified on 2024-12-09): cellselect work inprogress
  • Revision 16216 (Modified on 2024-12-08): cellselect work inprogress
  • Revision 16215 (Modified on 2024-12-06): cellselect work inprogress
  • Revision 16214 (Modified on 2024-12-06): theme-default added cellselect
  • Revision 16213 (Modified on 2024-12-06): cellselect work inprogress
  • Revision 16212 (Modified on 2024-12-06): CellSelect work in progress
  • Revision 16206 (Modified on 2024-12-04): Removing QuickGridColumnResizer since we needed another logic for resize in order to avoid hor-scrolls Blazor datagrid resize now resize in percent for all until last col is resized and causing columns not to fit outer div - the resize switch to pixel

November 2024

  • Revision 16186 (Modified on 2024-11-29): Misc blazor updaters, <RunAOTCompilation>true</RunAOTCompilation>
  • Revision 16184 (Modified on 2024-11-28): Blazor cell selection updates - row copy, cell square selection copy
  • Revision 16182 (Modified on 2024-11-27): "Slow answer while starting" was a function that was introduced in TurnkeyCOre but was never fully implemented in Turnkey(framework)- causing Turnkey(framework) to hang - fixed
  • Revision 16179 (Modified on 2024-11-27): First stab at cell select in Blazor DataGrid - and copy to clip
  • Revision 16172 (Modified on 2024-11-26): Blazor - select all text in number fields Angular - select all text in number fields, fix issue with switch row in tables loosing text select, fix issue with double click on row loosing text select
  • Revision 16171 (Modified on 2024-11-24): Issue in angular that omitting /$null$ on unrooted views just show blank unloaded non functioning app - fixed
  • Revision 16170 (Modified on 2024-11-24): Issue in angular that omitting /$null$ on unrooted views just show blank unloaded non functioning app - fixed
  • Revision 16169 (Modified on 2024-11-24): Switching rows in Angular grid required two clicks to get to edit - fixed - edit on first click
  • Revision 16166 (Modified on 2024-11-20): Issue that use of html illegals in tagged values broke blazor page rendering - fixed Fight with styling of blazor grid to correctly do height, selection marking, and header lines Blazor VMClass AsString now never returns null but "" to simplify null checks needed
  • 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 16162 (Modified on 2024-11-19): MDrivenServer non core nuget updates: Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" targetFramework="net472" Microsoft.Extensions.Logging.Abstractions" version="8.0.0" targetFramework="net472" System.Diagnostics.DiagnosticSource" version="8.0.0" targetFramework="net472" System.IO.Pipelines" version="5.0.2" targetFramework="net472"
  • Revision 16153 (Modified on 2024-11-14): ...
  • Revision 16145 (Modified on 2024-11-13): Setting viewBag.Version to framework assembly version and appending ?v=viewBag.Version on all scripts and css that are prone to change between versions, this is to mitigate the issue that users stays with old cached scripts and css
  • Revision 16144 (Modified on 2024-11-13): Setting viewBag.Version to framework assembly version and appending ?v=viewBag.Version on all scripts and css that are prone to change between versions, this is to mitigate the issue that users stays with old cached scripts and css

October 2024

  • Revision 16131 (Modified on 2024-10-31): Now also sends action updates in LiveEdit
  • Revision 16130 (Modified on 2024-10-31): ...
  • Revision 16128 (Modified on 2024-10-31): Turnkey tables; Overflow on Table container must surely be wrong - since it is the table-content that handles scrollbars. changed, this fixes with double scrollbars showing up in some zoom scales
  • Revision 16125 (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