Shannon
d549cb8e3d
Merge remote-tracking branch 'origin/temp8' into temp8-3527-indexes-via-code
2018-12-05 17:36:50 +11:00
Shannon
1eba69b070
Fixes build with ctor change to UmbracoHelper
2018-12-05 16:59:33 +11:00
Mads Rasmussen
80afcb64e0
remove bootstrap javascript
2018-11-29 15:10:11 +01:00
Mads Rasmussen
e4a4a17739
get jquery touch punch from npm
2018-11-28 15:34:51 +01:00
Mads Rasmussen
df193987c4
add back jquery-ui and remove jquery-migrate
2018-11-28 15:18:14 +01:00
Mads Rasmussen
4e29a3709d
upgrade jquery + temp add jquery migrate + temp remove other jquery libraries
2018-11-28 13:16:26 +01:00
Shannon
9e7384a330
Merge branch 'temp8' into temp8-3096-angular-bulk-publish
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2018-11-20 19:37:39 +11:00
Shannon
496ecf5c9a
Cleans up how the content path permissions are checked, integrates the bulk publishing into the controller, adds security check to ensure the user can publish the whole branch, updates the UI messaging so they are grouped by publish statuses and deals with multiple publish status (i.e. in bulk), fixes some content tree issues
2018-11-15 15:24:09 +11:00
Mads Rasmussen
4f2ed545da
remove migration code for legacy views
2018-11-14 13:52:43 +01:00
Shannon
bae9bb6108
Initial cleanup of IActions, menu items, etc...
2018-10-29 17:27:33 +11:00
Warren Buckley
d88aab59a1
Remove all references to SystemDirectories.UmbracoClient - as Umbraco_Client folder no longer exists anymore
2018-10-23 10:41:44 +01:00
Shannon
e771e781dd
finally it actually previews
2018-09-14 00:14:03 +10:00
Stephan
04c654c290
Fix merges
2018-09-06 15:59:10 +02:00
Stephan
34fb19ac76
Merge remote-tracking branch 'origin/temp8' into temp8-nuget-pkgs
2018-09-03 17:24:58 +02:00
Sebastiaan Janssen
d8cd2c109f
Merge branch 'feature/remove-logout-aspx' of https://github.com/imranhaidercogworks/Umbraco-CMS into imranhaidercogworks-feature/remove-logout-aspx
...
# Conflicts:
# src/Umbraco.Web.UI/umbraco_client/Application/UmbracoApplicationActions.js
2018-08-31 21:07:32 +02:00
Shannon
029eff1f8a
Some refactoring to decouple web based assemblies from Umbraco.Core and move whatever we can to Umbraco.Web where web based assemblies are used. Decouples System.Drawing entirely from Umbraco.Core and removes the Active Directory dependency from Umbraco.core.
2018-08-29 01:15:46 +10:00
Shannon Deminick
a151829b26
Merge pull request #2845 from umbraco/temp8-serilog
...
Bye bye Log4Net, Hello Serilog
2018-08-28 20:31:12 +10:00
Warren
9e996c68bb
Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too
2018-08-17 15:41:58 +01:00
Shannon
2d1bda54be
Fixes: Deal with invariant property value syncing, componentizes umb-image-gravity, gets the image cropper syncing data correctly, ensures resizing for image cropper is done when variants change.
2018-08-10 13:53:19 +10:00
Warren
ef5fc2e7b2
Add back in bundle control - seems to fix up Macro Editor
2018-08-06 13:05:07 +01:00
Warren
2fb6588160
Fixes some YSODs with older dialogs
2018-08-06 12:21:31 +01:00
Warren
4730ee317b
Removes some unused .aspx files for dictionary editing - no longer needed as we now have this in Angular
2018-08-06 11:52:12 +01:00
Warren
237fcbead6
Last of the umbraco_client files removed
2018-08-03 09:25:33 +01:00
Warren
08991dc98c
Removes old modal js lib & references
2018-08-02 11:58:10 +01:00
Warren
6e08a7d8ce
jQuery.metadata.js is on garden leave
2018-08-01 15:57:21 +01:00
Warren
0e6465ee14
See ya later alligator jQuery.hotkeys.js - CTRL+S still wortks in DocType editor so all good
2018-08-01 15:48:19 +01:00
Warren
3bc6bf6da5
jQuery.cookie lib has ran off into the woods
2018-08-01 15:34:32 +01:00
Warren
a2839876c6
Extnesions.js removed from umbraco_client as it has a new home in umbraco/lib/umbraco
2018-08-01 15:30:16 +01:00
Warren
a884a9c56c
UmbracoClientManager is next for the chopping block but a legacy copy is in the umbraco/lib/ folder for safe keeping for the time being :)
2018-08-01 15:06:01 +01:00
Warren
f645e6ffa9
Macro Split Button has been taken around the back along with its C# Control
2018-08-01 13:46:20 +01:00
Warren
956d1d53a6
base2.js has been moved to that nice farm upstate
2018-08-01 13:35:00 +01:00
Warren
adf34cd18e
Remove jQUery from umbraco_client its in via bower now & updated a ref in some .cshtml to use new path
2018-08-01 13:30:31 +01:00
Warren
838a5e07f7
Cheerio default.js
2018-08-01 13:18:18 +01:00
Warren
7d380a6e03
JQueryUI is gone - well from umbraco_client as its used in bower in the newer client stuff
2018-08-01 13:11:43 +01:00
Warren
41f0d6f211
Bye bye JSON2.js lib
2018-08-01 13:09:42 +01:00
Warren
05d7ed92fb
Bye bye knockout.js - you were cool before the new kids on the block such as VueJS, React & Angular were about
2018-08-01 13:03:29 +01:00
Stephan
7a615133ff
Renormalize
2018-06-29 19:52:40 +02:00
Mads Rasmussen
ef58e3226b
remove bootstrap tabdrop
2018-06-25 15:13:14 +02:00
Shannon
359b1ac774
Adds ngMessages and updates the change password directive to use ng-messages for the validation message toggling, this requires a small custom new directive, now i can go replace all instances of val-toggle-msg and remove it.
2018-06-15 16:44:37 +10:00
Shannon
feb16f901f
Updates some JS dependencies, moves more dependencies to bower instead of having them committed, ensures angular locales are workgin with 1.7, upgrades to angular 1.7.2
2018-06-15 11:42:43 +10:00
Shannon Deminick
80c585c21e
Temp8 validation fixing ( #2699 )
...
* Showing notifications if any for any response with status 400 >= x < 500.
* fixes valFormManager
* Updates logic for the valpropertymsg.directive to simplify it and so that it doesn't need to query the DOM which was causing issues with timing.
* commits package-lock
* fixes some issues with the securityinterceptor, properly nests promises in contentEditingHelper, fixes errors occuring when not handling promise rejections due to validation problems,
* another unhandled potential validation problem
* Merge branch 'temp-U4-7757' of https://github.com/lars-erik/Umbraco-CMS into lars-erik-temp-U4-7757
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/umbrequesthelper.service.js
* cleans up the interceptor objects and puts them in appropriate modules and files, centralizes the logic to show notifications so that only happens in one place.
* Fixes more places where notifications were manually shown.
* Fixes validation with the variant publishing overlay and html descrepencies
2018-06-15 10:33:16 +10:00
Mads Rasmussen
1cd231fdb9
upgrade angular version + load new dependencies
2018-05-28 20:47:54 +02:00
Mads Rasmussen
79f303ddcf
wip animation experiments
2018-04-25 10:29:18 +02:00
Shannon
a92361bd00
Tree refactor, cleanup legacy support, remove odd jquery callback object, removes unused files, removes publish dialog
2018-04-16 23:07:00 +10:00
Shannon
c90d6be8ab
U4-8861 Extract GlobalSettings to an interface and expose on the standard UmbracoConfig.For settings singleton including a bunch of cleanup, getting the installer and steps to be DI
2018-04-06 13:51:54 +10:00
Shannon
262c4afb16
Removes FormsAuthentication cookie format and replaces with standard aspnet identity format, removes a bunch of old obsolete and unused code, fixes the culture setting issue, simplifies the UmbracoBackOfficeIdentity since it no longer needs to be a FormsIdentity and just a straight forward ClaimsIdentity
2018-04-05 23:10:51 +10:00
Stephan
cdd064ba08
Upgrade Dependencies
2018-04-03 14:54:01 +02:00
Shannon
881fbb7f76
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
...
# Conflicts:
# build/Modules/Umbraco.Build/Umbraco.Build.psm1
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/DatabaseContext.cs
# src/Umbraco.Core/IO/FileSystemProviderManager.cs
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSevenSevenZero/AddUserGroupTables.cs
# src/Umbraco.Core/PropertyEditors/ValueConverters/IntegerValueConverter.cs
# src/Umbraco.Core/Services/IdkMap.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/packages.config
# src/Umbraco.Tests.Benchmarks/app.config
# src/Umbraco.Tests/UI/LegacyDialogTests.cs
# src/Umbraco.Web/Cache/MediaCacheRefresher.cs
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/Mvc/UmbracoAuthorizeAttribute.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedMediaCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
# src/Umbraco.Web/PublishedContentQuery.cs
# src/Umbraco.Web/WebApi/Filters/FeatureAuthorizeAttribute.cs
# src/Umbraco.Web/packages.config
# src/Umbraco.Web/umbraco.presentation/umbraco/create/MemberGroupTasks.cs
2018-03-29 20:01:14 +11:00
Stephan
0a4878d2a3
Port v7@2aa0dfb2c5 - WIP
2018-03-27 10:04:07 +02:00
Stephan
8199b7710c
Port v7@2aa0dfb2c5 - WIP
2018-03-22 11:25:18 +01:00