Changelog-Turnkey
(Updating changelog)
(Updating changelog)
(95 intermediate revisions by 2 users not shown)
Line 81: Line 81:
</html>
</html>
<div class="changelogs">
<div class="changelogs">
=== June 2024 ===
=== March 2025 ===
* '''Revision 15730''' (Modified on 2024-06-17): GlobalCenteredPopUp tag introduced
* '''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 15729''' (Modified on 2024-06-17): Newly opened popup overflow the viewport adjusted
* '''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 15724''' (Modified on 2024-06-14): Newly opened popup overflow the viewport adjusted
* '''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 15723''' (Modified on 2024-06-13): *
* '''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 15719''' (Modified on 2024-06-13): Positioning of popup called from toolbar dropdown 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 15718''' (Modified on 2024-06-13): min-height in advanced tables cleanup
* '''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 15717''' (Modified on 2024-06-13): Newly opened popup overflow the viewport fixed
* '''Revision 16483''' (Modified on 2025-03-20): Issues with new _SortedMem solution in angular tables - fix
* '''Revision 15716''' (Modified on 2024-06-13): watcherTableHeight error in console fixed
* '''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 15712''' (Modified on 2024-06-11): New selfVM.Download operator did not correctly trigger multiple downloads in turnkey - it only took the last - fixed
* '''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 15711''' (Modified on 2024-06-11): Changed params to ViewModel.SysDocBatchViewRequestedShowButNotShown
* '''Revision 16465''' (Modified on 2025-03-17): Nullcheck after dirtylist change
* '''Revision 15704''' (Modified on 2024-06-05): SysDocBatchChecks moved to DefaultEcoSpace Turnkey Issue with missed action - when button with abstractaction that is optedout and shows a modal window - fixed GraphAPISupport GetContentFromDriveIdAndIdAndVersion added
* '''Revision 16456''' (Modified on 2025-03-13): The GlobalUnRootedAlwaysNew setting messed up OnShowExpressions on actions - fixed
* '''Revision 15698''' (Modified on 2024-06-04): selfVM.Download - removing the FileType param Extending SysDocBatch pattern with method OnSysDocBatchViewClose Dropping Convert attributes from SysDoc pattern since it does not play with Zip function that use fixed attributes Bug in MDrivenServerAutoForm when converting nullable DateTime
* '''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 15695''' (Modified on 2024-06-03): Pulling apart IExternalLateBind implementation of Turnkey to better support pattern based methods from MDrivenServer
* '''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


=== May 2024 ===
=== February 2025 ===
* '''Revision 15694''' (Modified on 2024-05-31): SysDocBatch pattern , and selfVM.Download , and selfVM.SysDocBatchZip
* '''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 15690''' (Modified on 2024-05-29): SysDocBatch work
* '''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 15687''' (Modified on 2024-05-29): SysDocBatch pattern support - a way to print manage downloads and prints in batch New selfVM operators: IObject SysDocBatchEnsured(ViewModelReferenceType vmref); byte[] SysDocBatchZip(ViewModelReferenceType vmref);
* '''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 15685''' (Modified on 2024-05-27): Easy access to GetDecodedAccessAndRefreshTokenOnClient for GraphAPISupport
* '''Revision 16409''' (Modified on 2025-02-20): Move of datacontract PortalPushConfiguration
* '''Revision 15678''' (Modified on 2024-05-22): SysGraphAPI extended with users and groups
* '''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 15670''' (Modified on 2024-05-17): Height calculation on advanced tables removed
* '''Revision 16400''' (Modified on 2025-02-19): Renaming SysMDrivenMiscSettingSingleton.GlobalSeekersAlwaysNew to GlobalUnRootedAlwaysNew to better reflect the new MultiView behaviour
* '''Revision 15658''' (Modified on 2024-05-15): Change undone after test
* '''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 15657''' (Modified on 2024-05-15): advancedTable.directive issue with table height - it changed when adding rows - and it should not do that and it should follow placing container rules OR row-span min-height rules
* '''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 15650''' (Modified on 2024-05-12): After seeing fails in adding clients to list I new lock when pruning _ServerToClientQueue was introduced - we should suspect this new addition if we see new app deadlocks
* '''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 15641''' (Modified on 2024-05-07): Improved toolbar wrapper added
* '''Revision 16384''' (Modified on 2025-02-12): Changing SeekerGrid--filedownload extension from txt to csv for easier integration with excel
* '''Revision 15640''' (Modified on 2024-05-07): Toolbar actions - we now double LeftSide actions into toolbar in order to unconfused users on where to find things
* '''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 15639''' (Modified on 2024-05-07): Javascript error showing up due to missed null check 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 15636''' (Modified on 2024-05-06): *
* '''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 15635''' (Modified on 2024-05-06): When we end up with IsDirty even tough readonly is on - we should still show save/cancel. This is probably due to an error from developer but it is totally possible to have button that change data and flag it as WillEffectPersistedDataOverride=false (sabotaging the logic)
* '''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 15634''' (Modified on 2024-05-06): ReadOnlyMode; hide redo actions while in RO When using toolbar - action in ToolbarLeftSide should consolidate Nested actions (due to always show actions) in to same group to avoid getting doubles of submenu groups like Edit-Edit
* '''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 15633''' (Modified on 2024-05-06): Styles for toolbar
* '''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 15632''' (Modified on 2024-05-06): ReadonlyMode updates - Lock only shown while no dirty, then cancel takes over. New Edit icon
* '''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 15631''' (Modified on 2024-05-06): ReadonlyMode updates - Lock only shown while no dirty, then cancel takes over. New Edit icon
* '''Revision 16364''' (Modified on 2025-02-05): Recompiled CSS
* '''Revision 15630''' (Modified on 2024-05-03): Padlock icon and lock button to go along with unlock button for ReadOnlyMode
* '''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 15626''' (Modified on 2024-05-03): Issue with Toolbar and AlwaysShowActions - Toolbar only showed first ActionGroup and it must show all action groups to include always show actions. Script change F5 required
* '''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


=== April 2024 ===
=== January 2025 ===
* '''Revision 15613''' (Modified on 2024-04-26): turnkey deadlLock on reading new Toolbar setting - fixed
* '''Revision 16331''' (Modified on 2025-01-29): CellSelect - paste of booleans did not work - fixed
* '''Revision 15611''' (Modified on 2024-04-26): Toolbar mode in Turnkey app - this is work in progress - documented here : https://wiki.mdriven.net/index.php?title=Toolbarmode
* '''Revision 16330''' (Modified on 2025-01-29): CellSelect - copy of checkboxes did not work - fixed
* '''Revision 15605''' (Modified on 2024-04-25): Blazor work in progress
* '''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 15575''' (Modified on 2024-04-17): Fix of incorrect stopping SignalR Core
* '''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 15571''' (Modified on 2024-04-16): Fixed two null reference problems Fixed adding of windows unload event to shut down client
* '''Revision 16308''' (Modified on 2025-01-21): CellSelect should clear on column sort - fixed for both angular and blazor
* '''Revision 15570''' (Modified on 2024-04-16): Added more logging of SignalR Added disconnect from SignalR on page reloading Added shutdown of the Client Service to avoid any talking to the server during page reloading (can interrupt redirects for example)
* '''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 15568''' (Modified on 2024-04-13): Updated logging helpers that wait for log files to appear
* '''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 15565''' (Modified on 2024-04-11): Problem with hardcoded backslash for unix - Path.DirectorySeparatorChar
* '''Revision 16290''' (Modified on 2025-01-14): missed null check in cellselect javascript
* '''Revision 15563''' (Modified on 2024-04-11): Case sensitive issue in turnkey path for linux
* '''Revision 16287''' (Modified on 2025-01-11): Style refresh for ViewEdit improved
* '''Revision 15559''' (Modified on 2024-04-10): Two places corrected regarding MapPathService.MapPath using wrong type of slash (back when it should be front to work on all platforms)
* '''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 15558''' (Modified on 2024-04-10): Advanced-table inputs adjustments
* '''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 15556''' (Modified on 2024-04-10): Resizing of navbar*
* '''Revision 16281''' (Modified on 2025-01-09): CellSelect - fixes for ComboBox get and set
* '''Revision 15555''' (Modified on 2024-04-09): Another fix of image fallback. $null$ image can't be used in img="". Needs a valid link, but that fails in browser without errors, and without calling the server, and causes the fallback image to be loaded.
* '''Revision 16280''' (Modified on 2025-01-09): CellSelect - issues in both angular and blazor - code simplified and reworked to javascript
* '''Revision 15554''' (Modified on 2024-04-08): Wrapping of the navbar fixed
* '''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 15553''' (Modified on 2024-04-08): Styling selectors for savebar buttons added
* '''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 15552''' (Modified on 2024-04-06): Navbar height adjusted to the wrappable menu items
* '''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 15551''' (Modified on 2024-04-05): Started work on ActionRenderPositionEnum Toolbar in Turnkey - Two distinct types of actions: #1 Those that DONTCHANGESTUFF+Navigates-> Stays on leftside, #2 Others(data changers, even navigating) + save,cancel,Edit(ReadOnlySwitch) goes into new horizontal toolbar below mainmenu - End in mind : reduce left menu, it will only hold safe, ViewModel-top-level navigations without side effects, as such it will not blink or act dynamic - Nesting level actions are only available via context-menu in grid (context menu content will probably also be divided into the 2 types of actions) - This new style must be optional (since adoption is not the same for all projects) - The ability to find #1 type of actions relies on the new ReadOnly-functionality(that can deduce if action changes data or not) - The suggested rendering position (topleftmenu,nestingleftmenu,toolbar) will need to be attached to actions sent to client so that client may use for filtering and rendering
* '''Revision 16273''' (Modified on 2025-01-03): StyleInDesign and VisibleInDesign for placingcontainers now in ModelIndependant web render
* '''Revision 15550''' (Modified on 2024-04-05): CSS change: #viewmodelSection height:100%; // without this flexboxes interacted with min-height (from rowspan) in some views and did not stretch
* '''Revision 16272''' (Modified on 2025-01-02): If checksum is off Upload button turns pink. ViewModelCombo in liveview now has Category option
* '''Revision 15549''' (Modified on 2024-04-04): Removed complex logic to change main menu when overflow occurs. Will be replaced with changed CSS logic
* '''Revision 16271''' (Modified on 2025-01-02): YellowAnimtationDot on Select in Tree and in WebView
* '''Revision 15548''' (Modified on 2024-04-04): New way of preventing JS execution when waiting for page reload
* '''Revision 15542''' (Modified on 2024-04-03): Moving the StartupViewTemplate_AppOverride.htm position to views\\turnkey\\StartupViewTemplate_AppOverride.htm
* '''Revision 15537''' (Modified on 2024-04-03): StartUpPage added for turnkeycore - this brings up a special page while your app is warming up. Described here https://wiki.mdriven.net/index.php?title=StartupViewTemplate


=== March 2024 ===
=== December 2024 ===
* '''Revision 15535''' (Modified on 2024-03-31): URL fix MDriven image when application not in server root
* '''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 15534''' (Modified on 2024-03-31): Commented out logging to the console of vSelected rows
* '''Revision 16262''' (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view, ModelIndependant Edit of WebViews in Blazor
* '''Revision 15533''' (Modified on 2024-03-31): Fixed bug that generated $null$ calls to the server for images.
* '''Revision 16258''' (Modified on 2024-12-27): Work in progress - Isolated edit in WebBlazor of one view
* '''Revision 15532''' (Modified on 2024-03-31): Added process.exit() to avoid erroneous navigation after setting windows URL
* '''Revision 16255''' (Modified on 2024-12-21): Build system now inject correct BuildTime and you can access the via Eco.Interfaces.VersionInfo.ThisVersionDateTime
* '''Revision 15531''' (Modified on 2024-03-28): Fixes for StickyHeader of advancedtable - but avoiding horizontal scroll
* '''Revision 16253''' (Modified on 2024-12-20): Issue in new CellPaste - did not respect readonly - fixed
* '''Revision 15526''' (Modified on 2024-03-27): Updates : Problems with table header z-index in front of modal dialogs Problem of overflow on advanced table made it fail in sticky header
* '''Revision 16252''' (Modified on 2024-12-19): Better handling of dates for copy paste cells
* '''Revision 15524''' (Modified on 2024-03-27): Problems with table header z-index in front of modal dialogs Problem of overflow on advanced table made it fail in sticky header
* '''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 15517''' (Modified on 2024-03-25): Possible to execute viewmodel buttons (EAL) even if the action is opt out from left menu: the problem is that if the action is Modal or PopUp we bring it up by letting the client execute the action - but if the action is opt-out the client does not have it. Problem addressed by simulating a client action object in TS TryToHandleModalNavigationFromButtonAction
* '''Revision 16248''' (Modified on 2024-12-18): Better message when Turnkey cannot start due to missing index page
* '''Revision 15516''' (Modified on 2024-03-25): Error on periodic - avoid if connected to abstractaction that DOES have enable expr
* '''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 15507''' (Modified on 2024-03-22): x
* '''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 15504''' (Modified on 2024-03-22): Work in progress AutoBlazor
* '''Revision 16230''' (Modified on 2024-12-12): ...
* '''Revision 15492''' (Modified on 2024-03-17): Webassembly work in progress
* '''Revision 16229''' (Modified on 2024-12-12): StartScreen updates - it now should also show if server is stopped mid streams
* '''Revision 15489''' (Modified on 2024-03-13): New settings in MDrivenServerOverride ExternalAssetsTK helps with EXT_component dev Check that we dont init ReadOnlyMode while in sync
* '''Revision 16227''' (Modified on 2024-12-12):  
* '''Revision 15488''' (Modified on 2024-03-12): Changing resizer height to be equal to table header height
* '''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 15486''' (Modified on 2024-03-11): Adding IProperty TryGetName(string name) to IPropertyCollection to make checking if property exists easier. Extending turnkey SysOpenAI support : adding Temperature so that it can be controlled via model
* '''Revision 16221''' (Modified on 2024-12-10): ...
* '''Revision 15482''' (Modified on 2024-03-08): Fixing issue with removing items from collection
* '''Revision 16219''' (Modified on 2024-12-10): cellselect work inprogress, ability to paste tab-separated data into table to trigger (excelplugin)import
* '''Revision 15476''' (Modified on 2024-03-06): Adding support of ctrl + click when selecting rows in the table.
* '''Revision 16217''' (Modified on 2024-12-09): cellselect work inprogress
* '''Revision 15475''' (Modified on 2024-03-06): Improving table rows selection.
* '''Revision 16216''' (Modified on 2024-12-08): cellselect work inprogress
* '''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 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.


=== January 2024 ===
=== October 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 16131''' (Modified on 2024-10-31): Now also sends action updates in LiveEdit
* '''Revision 15369''' (Modified on 2024-01-28): Added setting CodeDressAssemblies as a way to restrict what assemblies are loaded for CodeDress
* '''Revision 16130''' (Modified on 2024-10-31): ...
* '''Revision 15367''' (Modified on 2024-01-26): null check
* '''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 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 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 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 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