Bjarke Berg
9ed94f753d
Fixed issue with wrong installId in cookie. + Refactored to not use Newtonsoft.Json + Minor renames
2020-02-19 08:32:47 +01:00
Nathan Woulfe
d1503eba03
update angular-aria to 1.7.9 ( #7606 )
2020-02-10 11:47:07 +01:00
dependabot[bot]
c96c0cff32
Bump tinymce from 4.9.2 to 4.9.7 in /src/Umbraco.Web.UI.Client
...
Bumps [tinymce](https://github.com/tinymce/tinymce-dist ) from 4.9.2 to 4.9.7.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases )
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/4.9.7/changelog.txt )
- [Commits](https://github.com/tinymce/tinymce-dist/compare/4.9.2...4.9.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-02-03 03:27:33 +00:00
Niels Lyngsø
aaf53921eb
upgrade to Angular 1.7.9 + npm 6.13.6
2020-01-23 15:15:48 +01:00
Warren Buckley
2948d506ea
V8: Bye hardcoded colors lets use Variables ( #7246 )
...
* Bye bye #fff let's use the variable @white instead
* Update to use @black
* Update canvas-designer file with variables where possible - ALOT was not found (need to see if we have similar matches already)
* Update all hex colour variables or add a TODO comment
* Empty LESS files so lets get rid of them
* Moves the color CSS classes out into own less file to ensure variables contains variables only
* Adds in gulp-sourcemaps to allow us to have LESS sourcemaps - https://www.npmjs.com/package/gulp-less#source-maps
* A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables
* Revert "A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables"
This reverts commit 5ac8080c8b314cd65b1bd735fea88569991736b2.
* Update hard-coded hex values to color variables
* Fix couple typos with LESS variables gray not grey
* Amend build script so we remove the /umbraco/assets/css/maps folder from the build ouput of the ZIP & Nuget Packages
* Removing more hard coded colour values
2019-12-05 13:38:57 +01:00
Niels Lyngsø
cc3ef9de0c
Upgrade Gulp to v4 ( #6809 )
2019-10-23 10:31:07 +02:00
Matthew-Wise
04a201f5f0
install ngAria ( #6628 )
2019-10-17 16:41:25 +02:00
Sebastiaan Janssen
b2ee35b3b0
Potentially fixes the last security warnings on GitHub
2019-09-25 20:38:43 +02:00
Sebastiaan Janssen
a341bc19fb
Remove package lock from the docs build to prevent more githubs security warnings
...
Regenerate package lock in Web.UI.Client to remove old docs references that no longer need to be there
2019-09-25 11:57:10 +02:00
Niels Lyngsø
aafa314f0e
Separate gulp script for docs ( #6409 )
2019-09-25 10:52:33 +02:00
Shannon
a0c0f61ef4
fix js unit test
2019-09-20 11:03:45 +10:00
Peter Gregory
31d67161ab
V8: Implementation of Create method for infinite editing edtior… ( #6031 )
2019-08-13 08:07:53 +02:00
Bjarke Berg
e6484687e5
Small fixes after v7 to v8 merge regarding the bypass security feature
2019-07-02 11:17:23 +02:00
Shannon
c414dd06cc
updates package lock
2019-07-02 15:38:17 +10:00
Shannon
c2cb85f1cd
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-06-21 15:06:43 +10:00
Shannon
977c1d9585
fixes JS error when navigating to the content info tab
2019-06-17 16:23:38 +10:00
Niels Lyngsø
f4593778cb
updated package lock
2019-06-13 12:31:29 +02:00
Stephan
7fd6bfa163
Make IPublishedContent changes less breaking and more friendly
2019-06-06 16:54:00 +02:00
Sebastiaan Janssen
1090d54763
Update to the latest caniuse-lite to fix the build
...
Fixes #5455
2019-05-14 13:32:28 +02:00
Pete Duncanson
2470a2737f
Added gulp-angular-embed-template ( #4871 )
...
Fixed #4845 by embedded the angularjs templates for directives in the directives, cuts down on network traffic and increases speed to render
2019-04-26 11:06:00 +02:00
Warren Buckley
950849a4c6
Update jQuery to latest 3.4.0 ( #5331 )
...
Seems good
2019-04-24 13:21:24 +02:00
Bjarke Berg
212b0ba932
Missing injection
2019-03-18 10:14:23 +01:00
Shannon
c910e3afaf
Fixes javascript error when trying to unpublish an invariant item
2019-03-05 16:39:03 +11:00
David Sheiles
45dfef78bd
Redirect away from page under the settings section when the page is deleted. Affects DataTypes, DocTypes, Macros, MediaTypes, Membertypes, PartialViewMacro,PartialViews, Scripts, Stylesheet & Templates
2019-02-28 13:33:45 +11:00
Bjarke Berg
f0dd69d95c
Yet another change from injecting UmbracoContext to IUmbracoContextAccessor
2019-02-15 10:10:20 +01:00
Shannon
5e38cadacc
publishes js test results to xml so that Azure DevOps can read the results, re-enables js test building, fixes an issue with one of the tests
2019-02-14 12:30:36 +11:00
Shannon
b08218240c
updates package json ... lets see how the build server does with the new build
2019-02-08 10:26:21 +11:00
Stephan
f07a2715b4
Add assembly-level composer attributes
2019-02-05 08:37:48 +01:00
Shannon
f9e673ca4c
Updates tinymce, adds back the styles for the rendered macro in the rte, properly uses tinymce's noneditable plugin and removes a ton of code relating to the old work arounds we had, now just need to get the macro re-rendering
2019-01-31 16:54:17 +11:00
Shannon
7b85ebab56
Adds migration to convert start nodes for picker configuration to UDIs
2019-01-29 19:54:32 +11:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Niels Lyngsø
eef6c783ea
updated package-lock.json
2019-01-24 11:59:33 +01:00
Stephan
3982732b7d
Fix merge + cleanup
2019-01-18 15:05:20 +01:00
Niels Lyngsø
6dd4d7f475
V8 FE Gulp Fastdev script
2019-01-18 10:12:24 +01:00
Chris Houston
941ede776b
Corrected all the miss spellings of:
...
Seperator -> Separator
Seperate -> Separate
2019-01-17 13:16:43 +01:00
Shannon
430c95dfad
Merge remote-tracking branch 'origin/temp8' into temp8-packages-ui
2019-01-15 22:59:49 +11:00
Warren Buckley
250c24de40
Adds in chart.js & the angular wrapper library
2019-01-11 12:54:50 +00:00
Shannon
640de1c1a4
very small cleanup before some package code changes
2019-01-09 18:59:59 +11:00
Stephan
775dd67254
Version 8.0.0-alpha-57
2019-01-07 09:46:11 +01:00
Stephan
b21d07a282
Merge branch origin/temp8 into temp8-di2690
2019-01-02 10:23:24 +01:00
Aaron Powell
0e56f2035d
Using npx for running gulp ( #3938 )
2018-12-31 14:10:31 +00:00
Stephan
115b0cd2aa
Merge branch temp8 into temp8-di2690
2018-12-18 15:42:45 +01:00
Shannon
c80a9b1402
Fixes the typeahead (mostly)
2018-12-10 17:26:15 +11:00
Stephan
ed222510f0
Fixes
2018-12-07 13:24:25 +01:00
Stephan
710ec704b3
Merge branch temp8 into temp8-di2690
2018-12-07 09:52:46 +01:00
Stephan
fb4717d31e
Merge branch 'temp8-3527-indexes-via-code' into temp8
2018-12-07 09:27:38 +01:00
Stephan
c74fc7a8f9
Misc cleanup and renaming
2018-12-05 12:57:23 +01:00
Sebastiaan Janssen
f002b371b9
Update npm marked reference
2018-12-05 10:42:44 +01:00
Stephan
c6a9701e53
Merge branch temp8 into temp8-di2690
2018-12-05 09:05:47 +01:00
Mads Rasmussen
32ed237729
package-lock
2018-12-03 09:48:59 +01:00