MDriven Turnkey ChangeLog

The log of changes for MDriven Turnkey

Revision 14830 - 2023-06-01

Added unsubscribe to event handler left behind

Revision 14829 - 2023-06-01

Readonly state handling for textfield (Angular JS component rendering)

Revision 14828 - 2023-06-01

Added locking of viewmodel object when changing change subscriptions in attempt to avoid 100% CPU in cleaning out old viewmodel

Revision 14827 - 2023-06-01

Changes to the text field component. Now it supports validation messages, proper accessibility functionality, icons. Timepicke, datepicker components are temporarily disabled. (Angular JS components rendering)

Revision 14824 - 2023-05-31

Fix for Timeout controller action.

Revision 14817 - 2023-05-29

Added menu component for tables (3 dots button next to table name), added ripple directive, added isMobileDevice value to $scope, fix for issue with checkboxes in the tables.

Revision 14806 - 2023-05-28

Changes for rendering image and image upload components in and not in the tables.

Revision 14805 - 2023-05-27

Fix text wrapping in tables (AngularJS components)

Revision 14804 - 2023-05-27

Major update to the OCL Caching mechanism
Affects OCL, OCLps and EAL evaluation OclParsedExpressionHandler and OclEnvironment

Revision 14803 - 2023-05-25

Improved image delivery avoiding thread abort exception

Revision 14802 - 2023-05-25

Avoiding thread abort exception when redirecting

Revision 14801 - 2023-05-25

Made debug logging follow setting WebDebugPrint

Revision 14795 - 2023-05-23

Fix navbar visibility issue when zooming on desktops.

Revision 14794 - 2023-05-23

Fix navbar visibility issue when zooming on desktops.

Revision 14790 - 2023-05-23

Added settings logging on startup

Revision 14788 - 2023-05-22

Fixed bug with a setting that cleans ecospaces to fast

Revision 14783 - 2023-05-21

Added OCL cache stat value to the MemoryInfo view

Revision 14780 - 2023-05-21

Change of how debug information is stored temporarily to avoid memory usage for strings

Revision 14778 - 2023-05-21

Moved cleanup of ecospaces to background task

Revision 14777 - 2023-05-18

Thread-safed app pruning causing CPU-hanging at 100%

Revision 14772 - 2023-05-15

Custom "Timedout" ViewModel

Revision 14771 - 2023-05-15

Remove unused code and logs

Revision 14770 - 2023-05-15

Changing timeout behaviour. Now timeout is disabled by default. Add global "TurnkeyTimeoutMinutes" setting to TurnkeySettings.xml
TaggedValue on ViewModel has higher priority than setting in TurnkeySettings.xml

Revision 14759 - 2023-05-09

Nuget files

Revision 14758 - 2023-05-09

Js bugg fixed and versions

Revision 14757 - 2023-05-09

Additional null check for TaggedValues

Revision 14756 - 2023-05-09

Update signalR to 7

Revision 14755 - 2023-05-09

Update to jquery 3.6.4 (from 3.6.3 on tk, and from 1.x on mdrserver)
Update Azure.core for consistency

Revision 14754 - 2023-05-08

Fix missing worker.js after build

Revision 14752 - 2023-05-08

Added ref to Azure.Core since the chatGPT client seems to get stuck on not finding it

Revision 14751 - 2023-05-08

WebWorker implementation of timeout.

Revision 14750 - 2023-05-08

WebWorker implementation of timeout.

Revision 14748 - 2023-05-08

New TaggedValue to control timeout functionality per ViewModel.

Revision 14747 - 2023-05-08

ViewMeta now is available in angular scope.

Revision 14746 - 2023-05-08

ViewMeta now is available in angular scope.

Revision 14745 - 2023-05-08

Move table column tagged values inside tag.

Revision 14743 - 2023-05-07

Added new configuration and target for StreamingApp solution - DebugNoNpmBuild (builds the solution without NPM packages and bundling)

Revision 14742 - 2023-05-07

Changes into the bootstrap bundle.

Revision 14736 - 2023-05-05

Changes of webpack bundling settings. Add in-built bundles for .NET application (it allows us to use versions of js and css assets)

Revision 14735 - 2023-05-04

AngularJS Table component (work in progress)

Revision 14734 - 2023-05-04

AngularJS Table component (work in progress)

Revision 14733 - 2023-05-04

dense styles for textfield component, detecting if the textfield placed inside the table

Revision 14732 - 2023-05-04

Add support for indeterminate state for checkbox component

Revision 14728 - 2023-05-03

Wrong usage fixed

Revision 14727 - 2023-04-29

Added MemoryInfo view to TK

Revision 14724 - 2023-04-29

Ability to set MaxWorkingSetSizeMB in TurnKeySetting xml
Set the concurrencymode of the GC in TK to Interactive

Revision 14723 - 2023-04-28

Reverted to default MDriven icon. By mistake checked in customer icon

Revision 14720 - 2023-04-27

Office365RefreshAccessToken was added to TK externallatebound

Revision 14718 - 2023-04-26

Flag that enables debug in VS 2022

Revision 14717 - 2023-04-24

Discovered that we did not correctly set user if it was already logged in when using the Account controller - fixed

Revision 14715 - 2023-04-24

Null checks

Revision 14710 - 2023-04-20

Added error finding code to abort if running cleanup for more than 5 minutes.
Improved variable naming and type information

Revision 14709 - 2023-04-20

Fixing layout issue, when navbar is pushing the page to have horizontal scroll. Navbar will transform into the mobile implementation if to many actions are added. Move responsiveness features for navbar from CSS to JS. (in out case it's not enough to have only @media queries)

Revision 14708 - 2023-04-18

Added PowerScript files to easily see logs

Revision 14704 - 2023-04-18

Removing bundled css file from repo.

Revision 14702 - 2023-04-18

Fix for "timeout" functionality of application deployed not under the root directory of the server.

Revision 14701 - 2023-04-17

Fix issue with menu on mobile devices.

Revision 14697 - 2023-04-17

Fix for the issue with modals and periodic actions.

Revision 14693 - 2023-04-17

Adding basic "timed out" functionality

Revision 14689 - 2023-04-13

System.Text.Json 7.0.2

Revision 14688 - 2023-04-12

Was confusion when handing over TK ES to MVC and back - specially when MVC navigated back to TK as this operation (Display) is a MVC operation

Revision 14681 - 2023-04-10

Added server information reporting to the BigValue shared storage

Revision 14680 - 2023-04-10

Added reporting on server version in log and serverinfo view

Revision 14679 - 2023-04-10

MVC and Rest DoSubmit executes actions - they did not respect action_CanExcute - they do now
Added support for vRestVerb variable, added Delete,Patch,Put

Revision 14677 - 2023-04-10

selfVM.NavigateUrl - new operator that removes long time limitation to navigate away from app to anywhere

Revision 14670 - 2023-04-08

Turn off DisplayQueue in TK

Revision 14668 - 2023-04-07

SAML

Revision 14666 - 2023-04-06

More ServerInfo summaries

Revision 14665 - 2023-04-06

Added more information to serverinfo;
* Objects in running ecospaces
* ViewModels queue length

Revision 14664 - 2023-04-06

Attempt to improve ability to garbage collect unused viewmodels

Revision 14663 - 2023-04-06

Fixed code for .Net core

Revision 14657 - 2023-04-03

Added new TurnKeySetting, ShowDebugInfoPassword that allows a parameter password=xxxxx to be added to Developer/ServerInfo to show server information from a production server

Revision 14647 - 2023-04-02

Fixes for jwt, more on Saml2

Revision 14646 - 2023-03-31

Saml work

Revision 14643 - 2023-03-29

Fix critical issues with actions on MVC pages. (Functions should be exposed to the global scope of the browser)

Revision 14639 - 2023-03-27

Better log message when TK can't find a viewmodel by name.

Revision 14638 - 2023-03-26

Add null check for setting vars (screen size) and scrolling to the last scroll position. Prevent errors in client app.

Revision 14632 - 2023-03-20

Fix issues with modal windows. (Cancel, Save framework actions), 'are you sure questions' in modals.

Revision 14628 - 2023-03-17

Updates to SysCert

Revision 14627 - 2023-03-17

Adding GetSysCertAsCertString to SysCert

Revision 14625 - 2023-03-16

Fix for DoModalOk framework action on client

Revision 14624 - 2023-03-16

Adding VM 'vIsMobileDevice' sent from client (true when mobile, false when desktop). Could be used in ViewModel Editor

Revision 14623 - 2023-03-15

is this changed by build server I wonder

Revision 14621 - 2023-03-15

Open context menu on long tap on the table row for mobile device

Revision 14620 - 2023-03-15

Disable autofocus of first input on the page for mobile devices (230315 - temporary moved to the simple solution based on screen size instead of device type)

Revision 14616 - 2023-03-14

Disable autofocus of first input on the page for mobile devices

Revision 14608 - 2023-03-10

Fix for popup issue, new TV and implementation of "Savebar" component. Small changes to the button directive (new props: size (small, medium, large).

Revision 14607 - 2023-03-10

Issue in sending back status and ReturnOverride from Get/Post in .net4 - fixed

Revision 14605 - 2023-03-08

Account override stuff for turnkey

Revision 14602 - 2023-03-08

Manage in core did not work

Revision 14601 - 2023-03-08

SysCookies
AccountOverride

Revision 14592 - 2023-02-28

Huge changes to the Turnkey application. Code restructuring, fixing old bugs, adding tooltips for actions (when disabled), adding new developer menu (in debug mode), improving popups, removing old bootstrap3 dependencies, adding notification system (now: on save, undo, redo, error), updating 3rd party JS libraries to the latest stable versions, introducing node.js and webpack for building and bundling angularjs application.

Revision 14588 - 2023-02-27

Null checks

Revision 14587 - 2023-02-27

SysCert model SysCert model pattern support and methods for this

Revision 14569 - 2023-02-20

app.config updates after nuget refresh

Revision 14566 - 2023-02-20

Fix an issue with custom styles/scripts for ViewModels when the app running not in the root of webserver.

Revision 14565 - 2023-02-17

For the Angular/Streaming UI;
Navigating actions now execute the "Execute expression" before the root object is retrieved and navigation started
Modal views now save changes on modal ok if "Action Auto Saves" is enabled
Modal views also save ALL changes, on modal ok, for the main view that opened the modal if BOTH the viewmodel has "AutoSave" and the action has "Action Auto Saves"

Revision 14563 - 2023-02-15

Nuget refresh and consolidation

Revision 14558 - 2023-02-13

Fix an issue with custom styles/scripts for ViewModels when the app running not in the root of webserver.

Revision 14547 - 2023-02-03

Fix for multi-select tables inside modal windows. (Denys)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.