October 2023
November 2023
March 2024
January 2024
February 2024
December 2023
- Revision 15305 (Modified on 2023-12-31): Updating LastClientContact on open of old
- Revision 15304 (Modified on 2023-12-31): Null check in TK
- Revision 15299 (Modified on 2023-12-26): bughunt
- Revision 15298 (Modified on 2023-12-26): Bughunt
- 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