Commit Graph

85 Commits

Author SHA1 Message Date
47c04dc150 Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed. 2021-05-20 12:39:09 -07:00
4ffdcf1e52 Remove dependency of Oqtane.Server on SqlClient 2021-05-11 13:56:49 -07:00
d83eac5af3 Merge remote-tracking branch 'upstream/dev' into sql-server 2021-05-01 21:36:08 +03:00
8f5beaf3fe Fix bug with installs due to missing Migrations 2021-04-20 10:58:26 -07:00
35225b2bb9 Move SqlServer databases into a separate project 2021-04-20 17:29:24 +03:00
40f8436947 Merge pull request #1239 from cnurse/dev
Implement Database Migrations and add Multi-Database Support
2021-04-19 21:11:11 -04:00
13f7db7b19 Resolve conflict 2021-04-19 11:57:45 -07:00
6b204cc988 Second attempt to resolve conflcit in Server project 2021-04-19 11:56:51 -07:00
a11d30b1e4 Attempt to resolve conflict in Server project file 2021-04-19 11:53:45 -07:00
a85376afb1 2.0.2 release testing 2021-04-19 08:40:58 -04:00
0fe931d772 prepare for 2.0.2 release 2021-04-19 08:04:33 -04:00
cbe843bafc User experience improvements 2021-04-17 19:18:24 -04:00
e11a65c6ca Rollback removal of script files for Html Module to resolve conflict 2021-04-14 16:03:00 -07:00
23bab67bd3 Resolve new conflict 2021-04-14 15:59:31 -07:00
713b19e0e9 Remove Html Module Script files 2021-04-14 15:57:07 -07:00
f8b607911d Resolve conflict in project file 2021-04-14 15:53:07 -07:00
0222bbdeae Resolve conflict with main Oqtane repo 2021-04-14 15:48:54 -07:00
8c45b7e42f Added support for migrating existing Oqtane installations from DbUp to Migrations. Also added a Migration for version 2.0.2, and set current version to 2.1.0 2021-04-08 12:20:21 -07:00
d05747af1e enhanced ModuleActions component to display panes in a submenu, added more containers to Oqtane theme, added more panes to MultiPane layout, added module outline in edit mode to distinguish modules in panes, consolidated to use a single default AdminPane named "Content", fixed bug related to custom Admin Container behavior 2021-04-06 17:45:11 -04:00
14480edd67 added globally unique identifier for Site ( used string data type to ensure compatibility with multiple database engines ) 2021-04-02 12:30:20 -04:00
2fb63e8117 Added suuport to inject an IOqtaneDatabase in EntityBuilders to allow each Database to control certain Migration behaviors. Also updated Installer to dynamically build Database Configuration section 2021-03-27 11:16:16 -07:00
8f1c760e87 Updated the Installation of Oqtane to use Migrations 2021-03-21 14:52:45 -07:00
83e5502111 Creation of EF Core Migrations - these execute using EF Tools, but are not integrated to run programmatically 2021-03-19 17:01:49 -07:00
ba54076c61 Prepare for 2.0.1 release 2021-02-26 08:04:44 -05:00
510f475816 Remove LangVerion from Oqtane.Server 2021-02-15 03:27:47 +03:00
531cba715e performance and user experience improvements 2021-02-04 08:54:59 -05:00
c0ed7c7934 Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host 2021-01-21 17:09:34 -05:00
35d1adae99 fix script order 2021-01-02 13:26:36 -05:00
df382ce7a3 allow developers to use custom icon libraries (Open Iconic is the default) 2020-12-22 08:37:33 -05:00
45819aae07 Upgrade packages to .NET 5 RTM 2020-11-10 23:47:43 +03:00
b602113cd1 move version to 2.0.0 2020-11-05 09:19:56 -05:00
0ef04e81ff Fixed issue where Page Url expansion script for 1.0.4 was not implemented properly - it was not tagged as an embedded resource. 2020-10-21 08:01:17 -04:00
74026401a6 upgrade to .NET5 RC2 2020-10-18 09:30:24 -04:00
aad10ab1c4 Changes for .NET 5 2020-10-08 11:20:43 -04:00
437170671f Support server-sider localization 2020-09-29 20:20:38 +03:00
7f15a5f464 prepare for 1.0.4 release 2020-09-09 12:01:16 -04:00
38738e0844 Add project reference for dotnet publish to work without errors. 2020-08-16 22:35:09 -04:00
cf198ff781 prepare for 1.0.3 release 2020-08-07 13:23:58 -04:00
1750f28a9f modifications for System Update 2020-08-06 13:30:06 -04:00
94f0bdcce9 Improvements to System Update 2020-08-04 08:47:39 -04:00
8d539d058c preparing for 1.0.2 release 2020-07-23 15:07:18 -04:00
f515def414 Html encode job log messages, add new IModule property to allow modules to specify Runtime support, provide feedback during module content import, remove default EditMode option at the Page level (should be implemented at Module level) - resolves issue where Admin modules could not be deleted, include link to Event Log in AddModuleMessage for Error message type, fixed fallback support for themes in siterouter, integrated auth policy into site templates for Module Creator 2020-07-08 19:56:02 -04:00
fa15a5e44b preparing for 1.0.1 release 2020-06-23 09:41:17 -04:00
20b83c8809 Updated csproj. 2020-06-18 13:09:57 -04:00
ab8a1e7324 Step 1. 2020-06-18 06:13:15 -04:00
4285603563 migrate script naming convention 2020-06-14 13:06:33 -04:00
0f09df13b5 page redirect support and added missing unique indexes on database tables 2020-05-28 14:48:00 -04:00
795f591da2 Generate nugets in correct format 2020-05-26 09:28:37 +02:00
d8fca5de20 module creator templates need to be in the server project in order to be distributed with application 2020-05-20 15:31:09 -04:00
1d52de53a6 Update reference. 2020-05-20 06:47:57 -04:00