Commit 6d67657
committed
Introduce GoldSim Website 4.1.0
This update provides new support for GoldSim course content, facilitating a port from the Google Courseware app to the OnTopic CMS (cb25317). In addition, it includes significant refactoring of the JavaScript (2bace01, 1df0caa) and SASS (323d8dd, 60eb562, 1c22db8) code, with an eye toward both maintainability and performance enhancements (5c3cda2), many of which take advantage of our recent migration to HTTP/2. It also includes quite a bit of refactoring of the server-side code for the purpose of maintainability—and, in particular, includes refactoring the course, forms, and payment functionality into ASP.NET Core MVC Areas (d35fa4b).
As with the major 4.0.0 release in December (cba60fb), which migrated the site from .NET Framework to .NET Core, this update shouldn't have any impact on the presentation of the site, but it should significantly improve both performance and maintenance.
New Features
- Introduced new GoldSim courseware functionality for online courses (cb25317)
- Migrated content files (such as images, videos, and downloads) to a new `media.GoldSim.com` server (74c2bea)
- Sorted Example Applications based on `LastModified` date, per @jlillywh's request (9765063)
Improvements and Refactorings
- Various performance enhancements to client-side code (5c3cda2)
- Reduced size and improved quality of stylesheets (323d8dd, 1df0caa)
- Reduced size and improved quality of JavaScript code (2bace01, 1c22db8)
- Refactored code into areas to ease maintenance (d35fa4b)
- Evaluated and consolidated common CSS classes (60eb562)
Bug Fixes
- Fixed DASH video streaming issue related to bitrate switching with local media (1cdc2f3)
Maintenance
- Updated dependencies (833ba33, 2b3eb43)File tree
245 files changed
+4605
-3607
lines changed- Areas
- Administration
- Controllers
- Models
- Invoices
- Licenses
- Services
- Views
- Invoices
- Licenses
- Courses
- Components
- Controllers
- Models
- Views
- ContentTypes
- Layout
- Forms
- Components
- Controllers
- Models
- Partials
- Views
- EditorTemplates
- Layout
- Payments
- Controllers
- Models
- Services
- Views
- ContentTypes
- Components
- Configuration
- Controllers
- Models
- ContentTypes
- ContentItems
- Services
- Views
- ContentList
- ContentTypes
- Forms
- Home
- Layout
- Search
- wwwroot/Images
- Favicons
- Home
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
245 files changed
+4605
-3607
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | 217 | | |
219 | 218 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments