V14: Remove old backoffice project. (#15752)
* Move magical route to management api * Move auth around * Remove "New" cookies, as they are no longer needed * Move all installer related * Remove BackOfficeServerVariables.cs and trees * Move webhooks to management api * Remove remainting controllers * Remove last services * Move preview to management api * Remove mroe extensions * Remove tours * Remove old Auth handlers * Remove server variables entirely * Remove old backoffice controller * Remove controllers namespace entirely * Move rest of preview * move last services * Move language file extension * Remove old backoffice entirely (Backoffice and Web.UI projects) * Clean up unused security classes * Fix up installer route * Remove obsolete tests * Fix up DI in integration test * Add missing property mapping * Move core mapping into core * Add composers to integration test * remove identity * Fix up DI * Outcomment failing test :) * Fix up remaining test * Update mapper * Remove the actual project files * Remove backoffice cs proj * Remove old backoffice from yml * Run belissima before login * Remove caching * Refactor file paths * Remove belle from static assets * Dont refer to old project in templates * update gitignore * Add missing files * Remove install view as its no longer used * Fix up failing test * Remove outcommented code * Update submodule to latest * fix build --------- Co-authored-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -62,7 +61,7 @@ namespace Umbraco.Cms.Infrastructure.WebAssets {
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [
|
||||
///
|
||||
///
|
||||
/// 'lib/jquery/jquery.min.js',
|
||||
/// 'lib/jquery-ui/jquery-ui.min.js',
|
||||
/// 'lib/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js',
|
||||
@@ -78,7 +77,7 @@ namespace Umbraco.Cms.Infrastructure.WebAssets {
|
||||
/// 'lib/angular-route/angular-route.min.js',
|
||||
/// 'lib/angular-cookies/angular-cookies.min.js',
|
||||
/// 'lib/angular-aria/angular-aria.min.js',
|
||||
/// 'lib/angular-touch/angular-touch [rest of string was truncated]";.
|
||||
/// 'lib/angular-touch/angular-touch.min [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string JsInitialize {
|
||||
get {
|
||||
@@ -130,35 +129,20 @@ namespace Umbraco.Cms.Infrastructure.WebAssets {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to // TODO: This would be nicer as an angular module so it can be injected into stuff... that'd be heaps nicer, but
|
||||
///// how to do that when this is not a regular JS file, it is a server side JS file and RequireJS seems to only want
|
||||
///// to force load JS files ?
|
||||
///
|
||||
/////create the namespace (NOTE: This loads before any dependencies so we don't have a namespace mgr so we just create it manually)
|
||||
///var Umbraco = {};
|
||||
///Umbraco.Sys = {};
|
||||
/////define a global static object
|
||||
///Umbraco.Sys.ServerVariables = ##Variables## ;.
|
||||
/// </summary>
|
||||
internal static string ServerVariables {
|
||||
get {
|
||||
return ResourceManager.GetString("ServerVariables", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [
|
||||
/// 'lib/tinymce/tinymce.min.js',
|
||||
/// 'lib/tinymce/tinymce.min.js',
|
||||
///
|
||||
/// 'lib/tinymce/plugins/anchor/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/charmap/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/table/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/lists/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/advlist/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/autolink/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/directionality/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/t [rest of string was truncated]";.
|
||||
/// 'lib/tinymce/plugins/anchor/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/charmap/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/table/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/lists/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/advlist/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/autolink/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/directionality/plugin.min.js',
|
||||
/// 'lib/tinymce/plugins/searchreplace/plugin.min.js'
|
||||
///]
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string TinyMceInitialize {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user