Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8773: Merge 1.10.x into dev #8774

Merged
merged 63 commits into from
Apr 17, 2024
Merged

8773: Merge 1.10.x into dev #8774

merged 63 commits into from
Apr 17, 2024

Commits on Jul 17, 2023

  1. Using MailKit instead of SmtpClient (ORCH-267) (#8707)

    * Using MailKit instead of SmtpClient
    
    * Removing 2 more references to System.Net.Http that we hopefully don't need at all anymore
    
    * Attempting to fix Razor compilation warning about Orchard.Email's reference to System.Net.Http
    
    * Improving SmtpSettings.cshtml a bit (port number restrictions, user name box width)
    
    * Fixing encription method is not persisted
    
    * Adding migration step to migrate from EnableSsl to EncryptionMethod in SmtpSettingsPart
    
    * Code styling/simplifications
    
    * Using infoset default values instead of Migrations to keep SSL settings when upgrading to MailKit
    
    ---------
    
    Co-authored-by: Lombiq <[email protected]>
    Co-authored-by: Benedek Farkas <[email protected]>
    3 people committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    274b441 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update SslSettingsPartHandler.cs (#8715)

    Adds the OnUpdated handler in order to Invalidate the cache of the settings
    HermesSbicego-Laser committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d8bb23a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b854839 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    ba0daf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fixes null culture (#8723)

    Fixes null culture bug and prevents to query the database if the requested culture is null or empty
    HermesSbicego-Laser committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a4be7c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Lazy field loading using content item ContentManager instead of the i…

    …njected one. (#8725)
    
    * Lazy field loading using content item ContentManager instead of the injected one.
    
    * Removed unused _contentManager variable
    AndreaPiovanelli committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    03884cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    4e73190 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. self closing divs ar not a W3C valid markup: Self-closing syntax (/>)…

    … used on a non-void HTML element. Ignoring the slash and treating as a start tag. (#8738)
    HermesSbicego-Laser committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9644ced View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Prevent TermsFilter from having to deal with empty strings (#8727)

    * Prevent TermsFilter from having to deal with empty strings:
    filter them out before parsing them to int
    in form, convert taxonomies to OptionGroups rather than options with no value
    
    * Update src/Orchard.Web/Modules/Orchard.Taxonomies/Projections/TermsFilter.cs
    
    Co-authored-by: Sébastien Ros <[email protected]>
    
    ---------
    
    Co-authored-by: Sébastien Ros <[email protected]>
    MatteoPiovanelli-Laser and sebastienros committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e013e00 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Added StringComparer and forced lowercase where needed to ensure matc…

    …hing paths to ignore casing. (#8743)
    AndreaPiovanelli committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d943fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97648ed View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Updated XML helper to support storing and parsing of Guid (#8717)

    * Updated XML helper to support storing and parsing of Guid
    
    * Adding Guid and Guid? assertions to XmlHelperTests
    
    * Restoring XmlHelper
    
    * Adding Guid and Guid? assertions to XmlHelperTests
    
    ---------
    
    Co-authored-by: Benedek Farkas <[email protected]>
    RichieOrtiz and BenedekFarkas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    90b104e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    d46f26d View commit details
    Browse the repository at this point in the history
  2. Added data annotation to have a proper validation on MenuText length …

    …based on its maximum length on database. (#8757)
    AndreaPiovanelli committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    eb09ab7 View commit details
    Browse the repository at this point in the history
  3. Feature/maxlengthsetting (#8719)

    * added MaxLength setting for TextField
    
    # Conflicts:
    #	src/Orchard.Web/Modules/Orchard.Taxonomies/Settings/TaxonomyFieldEditorEvents.cs
    
    * added MaxLength setting for TitlePart
    
    * added missing files
    
    * Removed where clause
    
    * changed title length to a constant and updated the recipe
    
    * added comment to remind people to update the migration when they change the constant introduced previously
    
    * fixed hint text for title
    
    * fixed maxLength initialization in TitlePartSettings.cshtml
    
    * MaxTitleLength constant is now Pascal case
    
    * Correction on constant spelling in TitlePartSettings shape.
    
    ---------
    
    Co-authored-by: Andrea Piovanelli <[email protected]>
    AgostiniAlessandro and AndreaPiovanelli committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    44bfa39 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    90dc993 View commit details
    Browse the repository at this point in the history
  2. When chaining tokens, if nothing was selected in a CPF, evaluation wo…

    …uld log (#8763)
    
    and error because it would seek an item out of the range of the array.
    MatteoPiovanelli-Laser committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c7d10fd View commit details
    Browse the repository at this point in the history
  3. Corrections on media resizing process (#8762)

    * Added checks to GetImageProfileUrl function to avoid trying to resize files with no ImagePart. If no content item is passed as a parameter, file gets to be processed anyway (throwing and logging exception is the file isn't processable - e.g. is a svg file)
    
    * Added reference to Orchard.MediaLibrary.
    AndreaPiovanelli committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    35f1c8d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    50d416c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge branch '1.10.x' into issue/8773

    # Conflicts:
    #	src/Orchard.Web/Core/Common/Views/Body-Large.Editor.cshtml
    #	src/Orchard.Web/Core/Common/Views/Body-Small.Editor.cshtml
    #	src/Orchard.Web/Core/Common/Views/Body-Textarea.Editor.cshtml
    #	src/Orchard.Web/Core/Common/Views/Body-Wide.Editor.cshtml
    #	src/Orchard.Web/Core/Common/Views/EditorTemplates/Fields.Common.Text.Edit.cshtml
    #	src/Orchard.Web/Modules/Orchard.Email/Migrations.cs
    #	src/Orchard.Web/Modules/Orchard.Email/Models/SmtpSettingsPart.cs
    #	src/Orchard.Web/Modules/Orchard.Email/Orchard.Email.csproj
    #	src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs
    #	src/Orchard.Web/Modules/Orchard.Email/packages.config
    #	src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.js
    #	src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.min.js
    #	src/Orchard.Web/Modules/Orchard.Layouts/Styles/LayoutEditor.css
    #	src/Orchard.Web/Modules/Orchard.Layouts/Styles/LayoutEditor.min.css
    #	src/Orchard.Web/Modules/Orchard.MediaLibrary/Handlers/MediaLibraryPickerFieldHandler.cs
    #	src/Orchard.Web/Modules/Orchard.Projections/Migrations.cs
    #	src/Orchard.Web/Modules/Orchard.Taxonomies/Settings/TaxonomyFieldEditorEvents.cs
    BenedekFarkas committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bfe1e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdeeab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52b4053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e1129e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fb45b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8c5196 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    049cc6a View commit details
    Browse the repository at this point in the history
  8. Fixing build warning

    BenedekFarkas committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f2f3a25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    358744e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    f667d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe5671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7226b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13bbb43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c420676 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Gulpfile: Updating TS compilation options to fix TS6131 error

    "Cannot compile modules using option 'outFile' unless the '--module' flag is 'amd' or 'system'"
    
    Also recompiling client-side assets, but the changes are not the result of the compiler option change, they were just outdated
    BenedekFarkas committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    391c032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d80513a View commit details
    Browse the repository at this point in the history
  3. Updating jQueryUI to version 1.13.2 (July 14, 2022) to mitigate some …

    …incompatibilities with jQuery
    BenedekFarkas committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8dec61b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    041a361 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    5e928e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ad09e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44dcc86 View commit details
    Browse the repository at this point in the history
  4. SmtpMessageChannel: Fixing that the "reply to" address should fall ba…

    …ck to site settings if not provided in the current email
    BenedekFarkas committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8449ead View commit details
    Browse the repository at this point in the history
  5. Revert "Temporary email test setup"

    This reverts commit 5e928e7.
    BenedekFarkas committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a803d7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fd4d28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaa4322 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2f4d7e View commit details
    Browse the repository at this point in the history
  9. Maybe we don't need the System.Net.Http assembly reference in the Orc…

    …hard.Email web.config anymore?
    BenedekFarkas committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    068b616 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f34102 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. TermsPart.Record usage made before the delegate to avoid accessing a …

    …scope which is already disposed. (#8766)
    AndreaPiovanelli committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2d7ce45 View commit details
    Browse the repository at this point in the history
  2. Updated ClickToBuild.cmd to support VS2019 (v16) and VS2022 (v17) (#8764

    )
    
    Removed support for eariler MSBuild versions (they cannot compile SmtpMessageChannel.cs)
    
    Updated lib/nuget/nuget.exe to latest version (6.9.1.3) (required for package restoration)
    
    Modified Obsolete attribute in SmtpSettingsPart.cs so the solution builds with VS2019
    dmhiggins23 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1900b35 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. gitignore: Fixing the pattern that ignores ".vs" folders at any level…

    … and moving VS-related patterns to the correct location
    BenedekFarkas committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0053384 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Resetting the branch to a803d7b by reverting the recent commits relat…

    …ed to System.Net.Http.dll
    BenedekFarkas committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9b57673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aaf46b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. 8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to l…

    …atest version (#8777)
    
    * Upgrading projects, code generation templates and Specflow app to use Microsoft.CodeDom.Providers.DotNetCompilerPlatform 4.1.0 (latest)
    
    * Updating csprojs not to define LangVersion separately in Release and Debug mode, setting it to "default" instead of "latest"
    
    * Restricting C# language version to 7.3
    
    * Downgrading SmtpMessageChannel.cs to C# 7.3
    
    * Setting MvcBuildViews = false in the remaining csprojs that reference DotNetCompilerPlatform, like the others
    
    * Setting RoslynCopyToOutDir = false in each csproj that references DotNetCompilerPlatform
    
    See https://github.com/aspnet/RoslynCodeDomProvider?tab=readme-ov-file#build-time-options
    - We only need Orchard.Web to include the Roslyn tools in its bin folder, the other csprojs only need the DLL reference
    - We could simply remove the targets import in these csprojs, but it will be re-added when the package is updated, so this is cleaner/easier
    
    * We don't actually need <MvcBuildViews>false</MvcBuildViews> in csprojs
    
    * Orchard.Web: Copying Roslyn files to the output folder using the provided target (CopyRoslynCompilerFilesToOutputDirectory) instead of our custom one
    
    * Orchard.proj: Factoring out a part of the Compile target into the DevCompile target and removing BuildViews target
    
    - For a simple local build (just to validate that the solution builds), we don't actually need that second build that copies files to the output folder.
    - CI builds (Test, Spec, etc.) that operate on the build output folder are unaffected, because Compile calls DevCompile
    - The BuildViews target is not really necessary, just call any other target (Compile, DevCompile, Spec, etc.) with "/p:MvcBuildViews=true"
    
    * Removing incorrect comment about Razor IntelliSense
    
    * Removing VBCodeProvider configuration from Web.config files
    
    * Getting rid of Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets imports and associated configuration except in Orchard.Web.csproj
    
    * Adding VB compiler configuration to src/Orchard.Web/Web.config, because it would be readded on rebuild by the imported target anyway
    BenedekFarkas committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb1aa73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    832a0c8 View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.10.x' into issue/8773

    # Conflicts:
    #	.gitignore
    #	ClickToBuild.cmd
    #	lib/nuget/nuget.exe
    #	src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj
    #	src/Orchard.Azure/Orchard.Azure.Web/Web.config
    #	src/Orchard.Web/Core/Orchard.Core.csproj
    #	src/Orchard.Web/Modules/Lucene/Lucene.csproj
    #	src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj
    #	src/Orchard.Web/Modules/Orchard.CustomForms/Orchard.CustomForms.csproj
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Orchard.DynamicForms.csproj
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/packages.config
    #	src/Orchard.Web/Modules/Orchard.Roles/Orchard.Roles.csproj
    #	src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
    #	src/Orchard.Web/Modules/Orchard.Taxonomies/Orchard.Taxonomies.csproj
    #	src/Orchard.Web/Modules/TinyMce/TinyMce.csproj
    BenedekFarkas committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    39ea4c7 View commit details
    Browse the repository at this point in the history
  4. Updating Microsoft.CodeDom.Providers.DotNetCompilerPlatform to versio…

    …n 4.1.0 in dev-only extensions too
    
    Continuation of #8777
    BenedekFarkas committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3ce5025 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f30a472 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    7f2e467 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. 7919: The Alias UI links for sites using UrlPrefix are broken (#7930)

    * AliasUI: removing UrlPrefix addition to url. Fixing issue in Href() that strips first / in urls for sites using UrlPrefix
    
    * Simplifying fix for WebViewPage.Href for tenants with URL prefix
    
    * Code styling WebViewPage
    
    ---------
    
    Co-authored-by: Benedek Farkas <[email protected]>
    Hazzamanic and BenedekFarkas committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8086c01 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. 8773: Recompiling client-side assets on 1.10.x (#8779)

    * Updating rebuilt client-side assets that only changed in terms of sourceMappingURL
    
    * Updating rebuilt client-side assets that changed functionally
    
    * Fixing/simplifying Layout editor toolbox stickyness and height restriction to viewport
    
    * Compile workflow: Upgrading actions/checkout and microsoft/setup-msbuild actions to their latest versions
    
    * Compile workflow: Adding steps to validate that the client-side assets are up-to-date
    
    * Compile workflow: Temporarily disabling MSBuild steps
    
    * Moving client-side assets build to a separate job in the compile workflow
    
    * Updating client-side compilation job
    
    * Temporarily disabling the .NET build
    
    * Separating package install from asset rebuild
    
    * Adding debug command
    
    * Fixing working directory
    
    * Debugging
    
    * Attempting to get rid of false positives due to line ending changes
    
    * Removing debug code
    
    * Checking asset validation by modifying Orchard.Resources/Assets/Less/Bootstrap/variables.less, but not its derivatives
    
    * Revert "Checking asset validation by modifying Orchard.Resources/Assets/Less/Bootstrap/variables.less, but not its derivatives"
    
    This reverts commit 3fc9b83.
    
    * Revert "Temporarily disabling the .NET build"
    
    This reverts commit 2a8fef7.
    
    * Fixing error message when client-side assets are not up-to-date
    BenedekFarkas committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    530d2a9 View commit details
    Browse the repository at this point in the history
  2. 8012: Add Excel Export functionality to DynamicForms (#8016)

    * Add Excel Export functionality to DynamicForms.
    
    * Using the net46-targeted DLL of DocumentFormat.OpenXml instead of net40
    
    * Updating DocumentFormat.OpenXml to latest (3.0.2) version
    
    * Code styling
    
    ---------
    
    Co-authored-by: Benedek Farkas <[email protected]>
    TFleury and BenedekFarkas committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    04e9c73 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    7b07ab9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.10.x' into issue/8773

    # Conflicts:
    #	.github/workflows/compile.yml
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/Lib/console-shim.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/Lib/jstree.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-admin-common.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-admin-settings.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-autorefresh.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-edit-asset-video.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-edit-asset.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-edit-cloudvideopart-direct.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-edit-cloudvideopart-proxied.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-edit-cloudvideopart.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-metadata-cloudvideopart.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-data.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-injectors-alt.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-injectors-dash.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-injectors-html5.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-injectors-smp.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-injectors.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Scripts/cloudmedia-videoplayer-main.js
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-admin-asset.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-admin-selecttask.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-admin-settings.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-edit-assets.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-edit-cloudvideopart.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-edit-jobs.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-progress.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-tabs.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/cloudmedia-videoplayer.css
    #	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Styles/menu.cloudmedia-mediaproviders.css
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Scripts/LayoutEditor.js
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Scripts/Lib.js
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Scripts/Lib.min.js
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/DynamicForms-Admin.css
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/DynamicForms.css
    #	src/Orchard.Web/Modules/Orchard.DynamicForms/packages.config
    #	src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.js
    #	src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.min.js
    #	src/Orchard.Web/Modules/Orchard.Layouts/Scripts/Models.js
    #	src/Orchard.Web/Modules/Orchard.Layouts/Styles/LayoutEditor.css
    #	src/Orchard.Web/Modules/Orchard.Layouts/Styles/LayoutEditor.min.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-af.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-am.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ar-DZ.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ar-EG.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ar.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-az.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-bg.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-bs.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ca.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-cs.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-da.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-de-CH.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-de.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-el.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-en-AU.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-en-GB.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-en-NZ.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-eo.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-es-AR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-es-PE.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-es.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-et.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-eu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-fa.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-fi.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-fo.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-fr-CH.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-fr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-gl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-gu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-he.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-hi-IN.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-hr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-hu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-hy.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-id.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-is.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-it.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ja.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ka.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-km.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ko.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-lt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-lv.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-me-ME.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-me.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-mk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ml.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ms.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-mt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-nl-BE.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-nl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-no.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-pl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-pt-BR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-rm.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ro.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ru.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sq.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sr-SR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-sv.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ta.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-th.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-tr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-tt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-uk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-ur.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-vi.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-zh-CN.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-zh-HK.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars-zh-TW.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.all.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.coptic.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.ethiopian-am.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.ethiopian.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.hebrew-he.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.hebrew.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.islamic-ar.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.islamic-fa.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.islamic.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.julian.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.lang.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.mayan.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.min.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.nepali-ne.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.nepali.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.persian-fa.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.persian.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-af.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-am.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ar-DZ.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ar-EG.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ar.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-az.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-bg.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-bs.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ca.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-cs.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-da.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-de-CH.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-de.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-el.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-en-AU.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-en-GB.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-en-NZ.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-eo.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-es-AR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-es-PE.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-es.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-et.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-eu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-fa.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-fi.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-fo.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-fr-CH.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-fr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-gl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-gu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-he.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-hi-IN.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-hr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-hu.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-hy.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-id.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-is.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-it.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ja.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ka.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-km.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ko.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-lt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-lv.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-me-ME.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-me.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-mk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ml.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ms.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-mt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-nl-BE.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-nl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-no.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-pl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-pt-BR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-rm.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ro.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ru.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sl.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sq.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sr-SR.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-sv.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ta.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-th.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-tr.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-tt.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-uk.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-ur.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-vi.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-zh-CN.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-zh-HK.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker-zh-TW.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker.ext.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker.full.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.picker.lang.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.plus.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.taiwan-zh-TW.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.taiwan.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.thai-th.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.thai.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.ummalqura-ar.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.ummalqura.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/Calendars/jquery.calendars.validation.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/TimeEntry/jquery.timeentry.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/angular-resource.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/angular-sanitize.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/angular-sortable.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/angular.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/bootstrap.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.blockui.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.colorbox.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.cookie.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.fileupload-full.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.plugin.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.utils.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/knockout.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/moment.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/underscore.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Scripts/uri.js
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/Calendars/jquery.calendars.picker.full.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/TimeEntry/jquery.timeentry.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/bootstrap.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/bootstrap.min.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/font-awesome.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/font-awesome.min.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery-datetime-editor.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery-ui.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery-ui.min.css
    #	src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery.colorbox.css
    BenedekFarkas committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    70e1366 View commit details
    Browse the repository at this point in the history