Changelog-Framework
(Updating changelog)
(Updating changelog)
 
(90 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 34: Line 35:
         height: auto;
         height: auto;
     }
     }
}
h3 {
  margin-left:20px;
  }
body {
    font-size: 16px;
}
li, b {
    font-size: 1em;
}
@media (max-width: 768px) {
    body {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
}
.changelogs {
      padding:5em;
}
}


Line 40: Line 68:
<div style="background: linear-gradient(94deg, #E2F5FA 0%, #F7FAFC 49%, #FFDABB 100%);">
<div style="background: linear-gradient(94deg, #E2F5FA 0%, #F7FAFC 49%, #FFDABB 100%);">
   <div class="content" style="padding: 5em; width: auto; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box;">
   <div class="content" style="padding: 5em; width: auto; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box;">
     <div style="color: #44546F;">Training</div>
     <div style="color: #44546F;">Release Notes</div>
     <div class="heading" style="color: #112B3C; font-size: 2.25em; font-weight: 700; text-transform: uppercase;">LEARN BY DOING</div>
     <div class="heading" style="color: #112B3C; font-size: 2.25em; font-weight: 700; text-transform: uppercase;">
     <div style="max-width: 100%;"><span style="color: black; font-size: 16px; font-weight: 700; word-wrap: break-word">CHOOSE YOUR PATH <br/></span><span style="color: black; font-size: 16px; font-weight: 400; word-wrap: break-word">Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.</span></div>
MDRIVEN: CHANGELOG - FRAMEWORK</div>
     <div style="max-width: 100%;"><span style="color: black; font-size: 16px; font-weight: 700; word-wrap: break-word">
All the latest MDriven Fixes and Updates <br/></span></div>
   </div>
   </div>
</div>
</div>
Line 50: Line 80:
</html>
</html>
<div class="changelogs">
<div class="changelogs">
=== March 2024 ===
=== September 2024 ===
 
* '''Revision 15952''' (Modified on 2024-09-18): Ocl editor did not fully handle åäö and ü - and when other oclerror discovered it wrongly pointed to these chars if available - Fixed issue Very long ocl actions separated with ";" that had syntax errors could trigger a too long stack of exceptions (zero warning crash) when unwinding the left side until the end. Fixed
=== January 2024 ===
* '''Revision 15951''' (Modified on 2024-09-18):
* '''Revision 15949''' (Modified on 2024-09-17): Blazor - Issue whit choice betweeb Textarea vs textfield solved Leave last column in datagrid without size
* '''Revision 15947''' (Modified on 2024-09-16): SysUserManager.ReCreateClaims is now called even for pwd-login and for jwt-login, before only for saml2,external This makes it possibly to check CurrentUser.SysUserClaims - claimtype amr set to claimvalue pwd means that last successful login was with pwd. According to documentation one should also be able to check claimtype mfa to ensure multi-factor-auth
* '''Revision 15944''' (Modified on 2024-09-13): Blazor IComponentTypeSwitchBroker introduced to allow for inject and replace of components on type level
* '''Revision 15942''' (Modified on 2024-09-12): Better styling on search total count text ClientSortable now default also in SeekerREsultGrids IF you have paging ON...
* '''Revision 15941''' (Modified on 2024-09-12): When combos presenting enums with nullrep did not have a explicit presentation they failed due to special treatment in VMClass
* '''Revision 15937''' (Modified on 2024-09-12): Sending global settings to blazor Blazor datagrid styles
* '''Revision 15933''' (Modified on 2024-09-11): Blazor work with global settings in general and _GlobalBlazorClientComponentOverride in particular
* '''Revision 15932''' (Modified on 2024-09-11): Major Updates to facilitate the __UserSidebarShowMemory controlling the Sidebar showing from server
* '''Revision 15931''' (Modified on 2024-09-10): Issues with null ref in getListForPageSize Updates to __UserSidebarShowMemory
* '''Revision 15930''' (Modified on 2024-09-10): Experiment to use __UserSidebarShowMemory to remember user choice of left menu state, backed by ViewModel variabel
* '''Revision 15927''' (Modified on 2024-09-10): Seeker page buttons - new page total and size is left justified Subscribe to vSeekerPageLength and SeekAgain on change
* '''Revision 15924''' (Modified on 2024-09-09): Updates to WebAssembly interfaces - removing traces of scope
* '''Revision 15923''' (Modified on 2024-09-09): Angular PageSize in seeker - now correctly binds to current value Update to make blazor not remember null ViewMeta
* '''Revision 15922''' (Modified on 2024-09-06): Trouble with checksum - it got tripped by non model available types as parameters to methods - it could give different checksum from code and from server. Having none model types is ok - but must be handled in code and not in ocl. This change force you to update mdrivenserver and framework at the same time to this version or later
* '''Revision 15921''' (Modified on 2024-09-06): Checksum issue - if running compiled generated code - and sublevel packages was included - they would appear two times in checksum, toplevel and sublevel - causing diff in checksum. Fixed
* '''Revision 15913''' (Modified on 2024-09-05): getListForPageSize added in javascript and used by page buttons
* '''Revision 15912''' (Modified on 2024-09-05): Issue in angular with things in grids ans subcolumns _Visible and _ReadOnly did not correctly addressed the cell - Fixed New in web-ui , paging buttons states total number of rows and option to change page size
* '''Revision 15910''' (Modified on 2024-09-04): SessionID and RemoteIPDetails moved down to EcoController for wider use RemoteIP now saved on TurnkeyApp and On ESWrapper Several counter measures to reduce the impact of attacker probing us, to avoid memory spikes and to avoid cpu exhaust
* '''Revision 15900''' (Modified on 2024-09-02): New StylesInModel animation options animateVisible and animateInVisible Now support taggedvalue BLAZOR=true on viewmodel to display view with blazor
* '''Revision 15899''' (Modified on 2024-09-02): Changed component download to gzip, tested with built in LazyLoad but ended up not using it due to limitations that assemblies must be declared pre build
* '''Revision 15896''' (Modified on 2024-09-01): Blazor - main nav changed from /MD/ to /appl/ Introduced resizesable columns in grid Introduced wait on appstart in StylesInModelCss and ViewMetaBlazorClient to ensure styles in model returns valid data first time


=== February 2024 ===
=== August 2024 ===
* '''Revision 15894''' (Modified on 2024-08-31): The debugger - when failing expressions it showed the subsequenced expression and the user do not know from where that is comming - fixed
* '''Revision 15892''' (Modified on 2024-08-30): Cell level readonly did not respect the GlobalReadOnlyMode - this has been changed but has some caveats explained here https://wiki.mdriven.net/Cell_level_ReadOnly
* '''Revision 15891''' (Modified on 2024-08-28): Checksum change - when we read model from code we did not account for constructors, since they were not included in the introspection call - this would give a constant diff between code with model introduced constructors and the model read from ModelLayer. The 2 are now synced to ignore constructors for checksum.
* '''Revision 15887''' (Modified on 2024-08-28): StartUpViewTemplate had root url and not app url, can explain hanging startup screen in Turnkey/StartupViewTemplate.htm Blazor client now respects the SkipWhenBacking TV on viewmodels
* '''Revision 15886''' (Modified on 2024-08-27): Blazor - checksum pre rendering
* '''Revision 15882''' (Modified on 2024-08-23): Blazor - issues we view creation and rerender
* '''Revision 15879''' (Modified on 2024-08-22): Blazor - StylesInModel when targeting Grid cells now works
* '''Revision 15878''' (Modified on 2024-08-22): Blazor - button style more like angular, DataGrid filters out columns ending with _Style and _ReadOnly
* '''Revision 15876''' (Modified on 2024-08-21): Blazor - better tracking of actually on screen views, Page header, Loading message
* '''Revision 15874''' (Modified on 2024-08-20): Blazor - continued
* '''Revision 15866''' (Modified on 2024-08-19): Microsoft.AspNetCore.Components 8.0.8
* '''Revision 15865''' (Modified on 2024-08-16): Blazor - difference between CSSGrid, and Flexbox rendering when it comes to DataTables and minheight - now understood and implemented in blazor
* '''Revision 15864''' (Modified on 2024-08-16): Blazor; ImageButtons, Pushdown of labeless, Switch color issue
* '''Revision 15861''' (Modified on 2024-08-15): Blazor - grid paging
* '''Revision 15857''' (Modified on 2024-08-15): Blazor, cols when in grid available on client, NotVisible available on client, ability to hide grid columns. vSelected checkbox in grids when MultiSelect Tv is present, dynamic grid headers
* '''Revision 15856''' (Modified on 2024-08-15): SysSingleton.MiscSetting(setting:String) added to enable runtime refresh of css: https://wiki.mdriven.net/index.php?title=Documentation:SysSingleton.MiscSetting
* '''Revision 15855''' (Modified on 2024-08-14): Blazor renderedBy implemented on Bool,Switch,Image,Typography
* '''Revision 15849''' (Modified on 2024-08-13): SoapCalls acceoted any Certificate if certificate used - this was caught by pen-test at client. We now check validity of cert and also allow for selfsigned certs
* '''Revision 15847''' (Modified on 2024-08-13): Several issues with DataGrid in Blazor
* '''Revision 15844''' (Modified on 2024-08-13): Blazor work in progress - TextArea fixes, Table overflow fixes
* '''Revision 15837''' (Modified on 2024-08-12): Adding blazor project to MDriven.netstandard build
* '''Revision 15834''' (Modified on 2024-08-12): Blazor - null ref check
* '''Revision 15832''' (Modified on 2024-08-12): GlobalBlazorClient setting on SysMDrivenMiscSettingsSingleton
* '''Revision 15829''' (Modified on 2024-08-08): Blazor work in progress - Better readonly grid
* '''Revision 15824''' (Modified on 2024-08-07): Blazor work in progress - Import of external components
* '''Revision 15820''' (Modified on 2024-08-02): Blazor work in progress - Navigate back after delete
* '''Revision 15819''' (Modified on 2024-08-02): Blazor work in progress - Change new id in url to persistent id after save
* '''Revision 15818''' (Modified on 2024-08-02): Blazor work in progress - HideMenubar, HideSidebar, Set app title
* '''Revision 15813''' (Modified on 2024-08-02): Blazor work in progress - Toolbar - fixing issue with smallscreen toolbar menuitem turning black
* '''Revision 15811''' (Modified on 2024-08-01): Blazor work in progress - Folding MainMenu, LoginSection , DataIsLink


=== December 2023 ===
=== July 2024 ===
* '''Revision 15303''' (Modified on 2023-12-29): Sorting of classes in ExpressionBuilder
* '''Revision 15810''' (Modified on 2024-07-31): Blazor work in progress - Notifications
* '''Revision 15807''' (Modified on 2024-07-31): Blazor work in progress - Constraints
* '''Revision 15806''' (Modified on 2024-07-31): Blazor work in progress - Errors and helper text
* '''Revision 15802''' (Modified on 2024-07-30): Blazor work in progress - InPlacePopup started , cont
* '''Revision 15798''' (Modified on 2024-07-30): Build issues
* '''Revision 15796''' (Modified on 2024-07-30): Confusion as to where the sqllite package was located caused build issues / fixed
* '''Revision 15794''' (Modified on 2024-07-30): Nuget consolidation and updates: Microsoft.IdentityModel.JsonWebTokens 6.17->8.0.1 Microsoft.IdentityModel.Logging" 6.17 8.0.1 Microsoft.IdentityModel.Tokens 7.0.2 -> 8.0.1 System.Diagnostics.DiagnosticSource 7.0 -> 8.0 System.IdentityModel.Tokens.Jwt 6.17 -> 8.0.1 System.Text.Encodings.Web 7 -> 8 System.Text.Json 7.0.3 -> 8.0.4 System.Threading.Channels 7->8 Microsoft.IdentityModel.Abstractions 7.0.2 -> 8.0.1
* '''Revision 15792''' (Modified on 2024-07-29): Blazor work in progress - TextArea, GlobalMenu visible/enable
* '''Revision 15791''' (Modified on 2024-07-28): Blazor work in progress - PlacingCOntainer ListView and style and visibility
* '''Revision 15790''' (Modified on 2024-07-25): Blazor work in progress - Furter Styling and apply of Style info
* '''Revision 15787''' (Modified on 2024-07-25): Blazor work in progress - double click in grids, CheckBox as cell styling
* '''Revision 15783''' (Modified on 2024-07-24): Turnkey Memcheck could fail due to negative number Blazor work
* '''Revision 15780''' (Modified on 2024-07-22): Blazor work in progress - fileupload, imageupload now working
* '''Revision 15778''' (Modified on 2024-07-16): Nuget conflict
* '''Revision 15768''' (Modified on 2024-07-12): IssueBlazor work in progress - issue with blinking leftside solved
* '''Revision 15765''' (Modified on 2024-07-12): SignalR 8.0.0 -> 8.0.7 Blazor work in progress, integration, clean up of old blazor impl
* '''Revision 15764''' (Modified on 2024-07-09): Blazor work in progress, TaggedValues sent with meta, corrected PreventDefault for contextmenu
* '''Revision 15763''' (Modified on 2024-07-09): Blazor work in progress, ContextMenu
* '''Revision 15762''' (Modified on 2024-07-08): Blazor work in progress, Alert dialog, on AreYouSure, And on SavePriorToNavigate
* '''Revision 15761''' (Modified on 2024-07-08): Blazor work in progress, Alert dialog
* '''Revision 15758''' (Modified on 2024-07-08): Blazor work in progress, Modal win , ok/cancel
* '''Revision 15756''' (Modified on 2024-07-05): Blazor work in progress, Modal win
* '''Revision 15753''' (Modified on 2024-07-04): Blazor work in progress, leftside actions
* '''Revision 15751''' (Modified on 2024-07-02): Blazor work in progress
* '''Revision 15747''' (Modified on 2024-07-02): Blazor work in progress
* '''Revision 15746''' (Modified on 2024-07-01): CenteredPopUp introduced in MiscSettingsSingleton
* '''Revision 15744''' (Modified on 2024-07-01): Blazor work in progress


DBReverse reverse updated and tested with Adventuworks
=== June 2024 ===
* '''Revision 15302''' (Modified on 2023-12-27): Long time issue fixed: In SQLServer constraints are evaluated per statement and not per transaction.
* '''Revision 15740''' (Modified on 2024-06-30): fix
This could give error on update when changing one-to-one links due to order of save (the fk being inserted prior to replaced) : Cannot insert duplicate key row in object 'someclassname' with unique index 'IX_some1to1association'.
* '''Revision 15739''' (Modified on 2024-06-30): MDRIVENZEROSERVERSIDE cond def
This is now solved by double pass: first update 1-1 to null , then set all values. This is all done in 1 transaction.
* '''Revision 15735''' (Modified on 2024-06-30): Added access to GlobalMenu data as xml to be used by Blazor client added BlazorClientMetaRenderer that gives page structure to Blazor client Updates to MDriven.SharedInterfaces.WebAssembly in order to break dependency on Eco.Interfaces for version info
* '''Revision 15301''' (Modified on 2023-12-27): RowWrap in OclEditor
* '''Revision 15734''' (Modified on 2024-06-30): Nullchecks in QP
* '''Revision 15294''' (Modified on 2023-12-24): Introduction of GlobalActionAndAccessGroupRuntimeService - This service is a subscribed tracker of everything GlobalAction-related.
* '''Revision 15728''' (Modified on 2024-06-14): null check in Ocl_Existing After 10 issues BusinessDeleteWarnings we will now ask "Do you want us to continue to warn you?"
It handles all the complexity associated with AccessGroups/InterestGroups and limits the re-evaluations that has to be done
* '''Revision 15727''' (Modified on 2024-06-14): Debugger list of operators showed also triggers and triggerqueries - removed
* '''Revision 15292''' (Modified on 2023-12-22): Fix for the issue: <ViewModelColumn>_Style not working in the cells with controls inside.
* '''Revision 15725''' (Modified on 2024-06-14): Issue with the oclEditor Rescue functions that offer to add a missing var/attribute - got confused too easy - fixed
* '''Revision 15291''' (Modified on 2023-12-22): Fix for _Style subcolumn and check for SkipStyleLogic TV
* '''Revision 15721''' (Modified on 2024-06-13): Correct version on MDriven.SharedInterfaces.WebAssembly assembly and nuget
* '''Revision 15713''' (Modified on 2024-06-13): filenames in zip does not like colon - replace with underscore
* '''Revision 15710''' (Modified on 2024-06-11): AutoFormSeekers for transient classes failed with exception - fixed
* '''Revision 15708''' (Modified on 2024-06-11): Issues with ViewModelOpenDocumentReports having static fields discovered that could give strange report results in multiuser systems (like turnkey/mdrivenserver). Images could get confused and mixed up between reports - fixed
* '''Revision 15707''' (Modified on 2024-06-10): LibreOffice would not open out odt produced files with images due to us not correctly updating the meta-inf/manifest.xml file with entries on what images to expect. Fixed
* '''Revision 15705''' (Modified on 2024-06-05): LibreOfficeConv - skip conv from PDF to other - not supported
* '''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 15703''' (Modified on 2024-06-04): Introducing protected virtual IDbTransaction StartTransactionNoChecks() on AbstractIDatabaseImpl to facilitate ability to do your own StartTransaction - thus allowing Firebird specific options
* '''Revision 15700''' (Modified on 2024-06-04): Convert.ChangeType fails for string to Guid - will do safeval=TypeDescriptor.GetConverter(t).ConvertFromInvariantString(safeval as string); for all string values . This broke resolve of Posted data conversion to Guid at FI
* '''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 15697''' (Modified on 2024-06-03): Introducing LibraOffice PDF/DocX/XLSX conversions support
* '''Revision 15696''' (Modified on 2024-06-03):
* '''Revision 15695''' (Modified on 2024-06-03): Pulling apart IExternalLateBind implementation of Turnkey to better support pattern based methods from MDrivenServer

Latest revision as of 05:00, 19 September 2024


Release Notes
MDRIVEN: CHANGELOG - FRAMEWORK
All the latest MDriven Fixes and Updates
ChangeLog - MDriven Framework

September 2024

  • Revision 15952 (Modified on 2024-09-18): Ocl editor did not fully handle åäö and ü - and when other oclerror discovered it wrongly pointed to these chars if available - Fixed issue Very long ocl actions separated with ";" that had syntax errors could trigger a too long stack of exceptions (zero warning crash) when unwinding the left side until the end. Fixed
  • Revision 15951 (Modified on 2024-09-18):
  • Revision 15949 (Modified on 2024-09-17): Blazor - Issue whit choice betweeb Textarea vs textfield solved Leave last column in datagrid without size
  • Revision 15947 (Modified on 2024-09-16): SysUserManager.ReCreateClaims is now called even for pwd-login and for jwt-login, before only for saml2,external This makes it possibly to check CurrentUser.SysUserClaims - claimtype amr set to claimvalue pwd means that last successful login was with pwd. According to documentation one should also be able to check claimtype mfa to ensure multi-factor-auth
  • Revision 15944 (Modified on 2024-09-13): Blazor IComponentTypeSwitchBroker introduced to allow for inject and replace of components on type level
  • Revision 15942 (Modified on 2024-09-12): Better styling on search total count text ClientSortable now default also in SeekerREsultGrids IF you have paging ON...
  • Revision 15941 (Modified on 2024-09-12): When combos presenting enums with nullrep did not have a explicit presentation they failed due to special treatment in VMClass
  • Revision 15937 (Modified on 2024-09-12): Sending global settings to blazor Blazor datagrid styles
  • Revision 15933 (Modified on 2024-09-11): Blazor work with global settings in general and _GlobalBlazorClientComponentOverride in particular
  • Revision 15932 (Modified on 2024-09-11): Major Updates to facilitate the __UserSidebarShowMemory controlling the Sidebar showing from server
  • Revision 15931 (Modified on 2024-09-10): Issues with null ref in getListForPageSize Updates to __UserSidebarShowMemory
  • Revision 15930 (Modified on 2024-09-10): Experiment to use __UserSidebarShowMemory to remember user choice of left menu state, backed by ViewModel variabel
  • Revision 15927 (Modified on 2024-09-10): Seeker page buttons - new page total and size is left justified Subscribe to vSeekerPageLength and SeekAgain on change
  • Revision 15924 (Modified on 2024-09-09): Updates to WebAssembly interfaces - removing traces of scope
  • Revision 15923 (Modified on 2024-09-09): Angular PageSize in seeker - now correctly binds to current value Update to make blazor not remember null ViewMeta
  • Revision 15922 (Modified on 2024-09-06): Trouble with checksum - it got tripped by non model available types as parameters to methods - it could give different checksum from code and from server. Having none model types is ok - but must be handled in code and not in ocl. This change force you to update mdrivenserver and framework at the same time to this version or later
  • Revision 15921 (Modified on 2024-09-06): Checksum issue - if running compiled generated code - and sublevel packages was included - they would appear two times in checksum, toplevel and sublevel - causing diff in checksum. Fixed
  • Revision 15913 (Modified on 2024-09-05): getListForPageSize added in javascript and used by page buttons
  • Revision 15912 (Modified on 2024-09-05): Issue in angular with things in grids ans subcolumns _Visible and _ReadOnly did not correctly addressed the cell - Fixed New in web-ui , paging buttons states total number of rows and option to change page size
  • Revision 15910 (Modified on 2024-09-04): SessionID and RemoteIPDetails moved down to EcoController for wider use RemoteIP now saved on TurnkeyApp and On ESWrapper Several counter measures to reduce the impact of attacker probing us, to avoid memory spikes and to avoid cpu exhaust
  • Revision 15900 (Modified on 2024-09-02): New StylesInModel animation options animateVisible and animateInVisible Now support taggedvalue BLAZOR=true on viewmodel to display view with blazor
  • Revision 15899 (Modified on 2024-09-02): Changed component download to gzip, tested with built in LazyLoad but ended up not using it due to limitations that assemblies must be declared pre build
  • Revision 15896 (Modified on 2024-09-01): Blazor - main nav changed from /MD/ to /appl/ Introduced resizesable columns in grid Introduced wait on appstart in StylesInModelCss and ViewMetaBlazorClient to ensure styles in model returns valid data first time

August 2024

  • Revision 15894 (Modified on 2024-08-31): The debugger - when failing expressions it showed the subsequenced expression and the user do not know from where that is comming - fixed
  • Revision 15892 (Modified on 2024-08-30): Cell level readonly did not respect the GlobalReadOnlyMode - this has been changed but has some caveats explained here https://wiki.mdriven.net/Cell_level_ReadOnly
  • Revision 15891 (Modified on 2024-08-28): Checksum change - when we read model from code we did not account for constructors, since they were not included in the introspection call - this would give a constant diff between code with model introduced constructors and the model read from ModelLayer. The 2 are now synced to ignore constructors for checksum.
  • Revision 15887 (Modified on 2024-08-28): StartUpViewTemplate had root url and not app url, can explain hanging startup screen in Turnkey/StartupViewTemplate.htm Blazor client now respects the SkipWhenBacking TV on viewmodels
  • Revision 15886 (Modified on 2024-08-27): Blazor - checksum pre rendering
  • Revision 15882 (Modified on 2024-08-23): Blazor - issues we view creation and rerender
  • Revision 15879 (Modified on 2024-08-22): Blazor - StylesInModel when targeting Grid cells now works
  • Revision 15878 (Modified on 2024-08-22): Blazor - button style more like angular, DataGrid filters out columns ending with _Style and _ReadOnly
  • Revision 15876 (Modified on 2024-08-21): Blazor - better tracking of actually on screen views, Page header, Loading message
  • Revision 15874 (Modified on 2024-08-20): Blazor - continued
  • Revision 15866 (Modified on 2024-08-19): Microsoft.AspNetCore.Components 8.0.8
  • Revision 15865 (Modified on 2024-08-16): Blazor - difference between CSSGrid, and Flexbox rendering when it comes to DataTables and minheight - now understood and implemented in blazor
  • Revision 15864 (Modified on 2024-08-16): Blazor; ImageButtons, Pushdown of labeless, Switch color issue
  • Revision 15861 (Modified on 2024-08-15): Blazor - grid paging
  • Revision 15857 (Modified on 2024-08-15): Blazor, cols when in grid available on client, NotVisible available on client, ability to hide grid columns. vSelected checkbox in grids when MultiSelect Tv is present, dynamic grid headers
  • Revision 15856 (Modified on 2024-08-15): SysSingleton.MiscSetting(setting:String) added to enable runtime refresh of css: https://wiki.mdriven.net/index.php?title=Documentation:SysSingleton.MiscSetting
  • Revision 15855 (Modified on 2024-08-14): Blazor renderedBy implemented on Bool,Switch,Image,Typography
  • Revision 15849 (Modified on 2024-08-13): SoapCalls acceoted any Certificate if certificate used - this was caught by pen-test at client. We now check validity of cert and also allow for selfsigned certs
  • Revision 15847 (Modified on 2024-08-13): Several issues with DataGrid in Blazor
  • Revision 15844 (Modified on 2024-08-13): Blazor work in progress - TextArea fixes, Table overflow fixes
  • Revision 15837 (Modified on 2024-08-12): Adding blazor project to MDriven.netstandard build
  • Revision 15834 (Modified on 2024-08-12): Blazor - null ref check
  • Revision 15832 (Modified on 2024-08-12): GlobalBlazorClient setting on SysMDrivenMiscSettingsSingleton
  • Revision 15829 (Modified on 2024-08-08): Blazor work in progress - Better readonly grid
  • Revision 15824 (Modified on 2024-08-07): Blazor work in progress - Import of external components
  • Revision 15820 (Modified on 2024-08-02): Blazor work in progress - Navigate back after delete
  • Revision 15819 (Modified on 2024-08-02): Blazor work in progress - Change new id in url to persistent id after save
  • Revision 15818 (Modified on 2024-08-02): Blazor work in progress - HideMenubar, HideSidebar, Set app title
  • Revision 15813 (Modified on 2024-08-02): Blazor work in progress - Toolbar - fixing issue with smallscreen toolbar menuitem turning black
  • Revision 15811 (Modified on 2024-08-01): Blazor work in progress - Folding MainMenu, LoginSection , DataIsLink

July 2024

  • Revision 15810 (Modified on 2024-07-31): Blazor work in progress - Notifications
  • Revision 15807 (Modified on 2024-07-31): Blazor work in progress - Constraints
  • Revision 15806 (Modified on 2024-07-31): Blazor work in progress - Errors and helper text
  • Revision 15802 (Modified on 2024-07-30): Blazor work in progress - InPlacePopup started , cont
  • Revision 15798 (Modified on 2024-07-30): Build issues
  • Revision 15796 (Modified on 2024-07-30): Confusion as to where the sqllite package was located caused build issues / fixed
  • Revision 15794 (Modified on 2024-07-30): Nuget consolidation and updates: Microsoft.IdentityModel.JsonWebTokens 6.17->8.0.1 Microsoft.IdentityModel.Logging" 6.17 8.0.1 Microsoft.IdentityModel.Tokens 7.0.2 -> 8.0.1 System.Diagnostics.DiagnosticSource 7.0 -> 8.0 System.IdentityModel.Tokens.Jwt 6.17 -> 8.0.1 System.Text.Encodings.Web 7 -> 8 System.Text.Json 7.0.3 -> 8.0.4 System.Threading.Channels 7->8 Microsoft.IdentityModel.Abstractions 7.0.2 -> 8.0.1
  • Revision 15792 (Modified on 2024-07-29): Blazor work in progress - TextArea, GlobalMenu visible/enable
  • Revision 15791 (Modified on 2024-07-28): Blazor work in progress - PlacingCOntainer ListView and style and visibility
  • Revision 15790 (Modified on 2024-07-25): Blazor work in progress - Furter Styling and apply of Style info
  • Revision 15787 (Modified on 2024-07-25): Blazor work in progress - double click in grids, CheckBox as cell styling
  • Revision 15783 (Modified on 2024-07-24): Turnkey Memcheck could fail due to negative number Blazor work
  • Revision 15780 (Modified on 2024-07-22): Blazor work in progress - fileupload, imageupload now working
  • Revision 15778 (Modified on 2024-07-16): Nuget conflict
  • Revision 15768 (Modified on 2024-07-12): IssueBlazor work in progress - issue with blinking leftside solved
  • Revision 15765 (Modified on 2024-07-12): SignalR 8.0.0 -> 8.0.7 Blazor work in progress, integration, clean up of old blazor impl
  • Revision 15764 (Modified on 2024-07-09): Blazor work in progress, TaggedValues sent with meta, corrected PreventDefault for contextmenu
  • Revision 15763 (Modified on 2024-07-09): Blazor work in progress, ContextMenu
  • Revision 15762 (Modified on 2024-07-08): Blazor work in progress, Alert dialog, on AreYouSure, And on SavePriorToNavigate
  • Revision 15761 (Modified on 2024-07-08): Blazor work in progress, Alert dialog
  • Revision 15758 (Modified on 2024-07-08): Blazor work in progress, Modal win , ok/cancel
  • Revision 15756 (Modified on 2024-07-05): Blazor work in progress, Modal win
  • Revision 15753 (Modified on 2024-07-04): Blazor work in progress, leftside actions
  • Revision 15751 (Modified on 2024-07-02): Blazor work in progress
  • Revision 15747 (Modified on 2024-07-02): Blazor work in progress
  • Revision 15746 (Modified on 2024-07-01): CenteredPopUp introduced in MiscSettingsSingleton
  • Revision 15744 (Modified on 2024-07-01): Blazor work in progress

June 2024

  • Revision 15740 (Modified on 2024-06-30): fix
  • Revision 15739 (Modified on 2024-06-30): MDRIVENZEROSERVERSIDE cond def
  • Revision 15735 (Modified on 2024-06-30): Added access to GlobalMenu data as xml to be used by Blazor client added BlazorClientMetaRenderer that gives page structure to Blazor client Updates to MDriven.SharedInterfaces.WebAssembly in order to break dependency on Eco.Interfaces for version info
  • Revision 15734 (Modified on 2024-06-30): Nullchecks in QP
  • Revision 15728 (Modified on 2024-06-14): null check in Ocl_Existing After 10 issues BusinessDeleteWarnings we will now ask "Do you want us to continue to warn you?"
  • Revision 15727 (Modified on 2024-06-14): Debugger list of operators showed also triggers and triggerqueries - removed
  • Revision 15725 (Modified on 2024-06-14): Issue with the oclEditor Rescue functions that offer to add a missing var/attribute - got confused too easy - fixed
  • Revision 15721 (Modified on 2024-06-13): Correct version on MDriven.SharedInterfaces.WebAssembly assembly and nuget
  • Revision 15713 (Modified on 2024-06-13): filenames in zip does not like colon - replace with underscore
  • Revision 15710 (Modified on 2024-06-11): AutoFormSeekers for transient classes failed with exception - fixed
  • Revision 15708 (Modified on 2024-06-11): Issues with ViewModelOpenDocumentReports having static fields discovered that could give strange report results in multiuser systems (like turnkey/mdrivenserver). Images could get confused and mixed up between reports - fixed
  • Revision 15707 (Modified on 2024-06-10): LibreOffice would not open out odt produced files with images due to us not correctly updating the meta-inf/manifest.xml file with entries on what images to expect. Fixed
  • Revision 15705 (Modified on 2024-06-05): LibreOfficeConv - skip conv from PDF to other - not supported
  • 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 15703 (Modified on 2024-06-04): Introducing protected virtual IDbTransaction StartTransactionNoChecks() on AbstractIDatabaseImpl to facilitate ability to do your own StartTransaction - thus allowing Firebird specific options
  • Revision 15700 (Modified on 2024-06-04): Convert.ChangeType fails for string to Guid - will do safeval=TypeDescriptor.GetConverter(t).ConvertFromInvariantString(safeval as string); for all string values . This broke resolve of Posted data conversion to Guid at FI
  • 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 15697 (Modified on 2024-06-03): Introducing LibraOffice PDF/DocX/XLSX conversions support
  • Revision 15696 (Modified on 2024-06-03):
  • Revision 15695 (Modified on 2024-06-03): Pulling apart IExternalLateBind implementation of Turnkey to better support pattern based methods from MDrivenServer