Shannon
3be1cd8b0d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/packages.config
2015-05-07 16:24:29 +10:00
Shannon
8443513b2b
fixes sorting with multipletextbox
2015-05-07 13:39:28 +10:00
Shannon
fec9d066f0
Merge branch 'property-editor-fixes' of https://github.com/pynej/Umbraco-CMS into pynej-property-editor-fixes
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/markdowneditor/markdowneditor.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html
src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs
2015-05-07 13:24:59 +10:00
Shannon
4e6a3458d0
Fixes: U4-6600 Label on files not just folders in file browser (media) and fixes up the last image rendered in the photo browser, as well as the overlays, whitespace and overflow and vertical alignment.
2015-05-07 12:57:23 +10:00
Shannon
d4f3dbcfc0
Merge branch 'media-label' of https://github.com/iamphill/Umbraco-CMS into iamphill-media-label
2015-05-07 12:01:31 +10:00
Shannon
6a0656fbb0
fixes spacing for radio/check boxes (U4-6036) tested in ie, ff and chrome
2015-05-07 11:59:10 +10:00
Shannon Deminick
9dc0999ebd
Merge pull request #595 from redmorello/U4-6036
...
U4 6036 - Checkbox and Radio button styling incorrect in backend
2015-05-07 11:49:30 +10:00
Shannon Deminick
a3e37de1ad
Merge pull request #633 from bjarnef/dev-v7-U4-4507
...
U4-4507 - Make expand arrow in sections as a toggle
2015-05-07 11:02:08 +10:00
Shannon Deminick
692a8f807e
Merge pull request #638 from bjarnef/dev-v7-U4-6276
...
Fix for U4-6276 - Keep headline at same position
2015-05-07 10:51:32 +10:00
Shannon
f4bdcae411
Fixes: U4-6236 umbraco 7 macro parameters saving "null"
2015-05-07 10:47:36 +10:00
Shannon Deminick
d8b029eba6
Merge pull request #680 from WebCentrum/dev-v7-gridsort
...
U4-6593 - After sort, reset the TinyMCE editors with previous settings
2015-05-07 10:13:29 +10:00
Shannon
7c01670caf
fixes mem leaks by not unsubscribing from events
2015-05-07 09:11:39 +10:00
Shannon
3ce5ff882e
Fixes U4-5213 in a better way using a query string so it's clear where it redirects to
2015-05-07 09:11:25 +10:00
Shannon
6e7aa19073
Fixes U4-5213 in a better way using a query string so it's clear where it redirects to
2015-05-07 09:00:43 +10:00
Allyen
8299243129
U4-6593 - After sort, reset the TinyMCE editors with previous settings
2015-05-05 22:07:18 +02:00
Shannon
2f9753cc12
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/umbraco.presentation/content.cs
src/umbraco.macroRenderings/app.config
2015-05-05 12:27:01 +10:00
Allyen
2f4ff6aaae
Login redirect to originally requested URL
2015-05-04 11:49:07 +02:00
Anders Bjerner
5f27355247
listview.html: the arrows for symbolizing ascending and descending are wrong
2015-04-26 14:44:25 +02:00
Shannon
df6bb36876
moves notification logic to umbnotifications.directive instead of in main (not sure why it was there). Updates the AuthorizeUpgrade screen to be able to show YSOD or alert messages when there are server errors. Adds htmlhelper extensions to share between Default.cshtml and AuthorizeUpgrade.cshtml. Adds null check for BackOfficeUserManager.
2015-04-01 16:04:19 +11:00
Shannon
fc2b3d7fc7
fixes merge issues
2015-04-01 13:42:04 +11:00
Shannon
5a88ff774c
adds overload to specify custom backoffice user store for custom implementations (i.e. 2 factor auth, etc...)
2015-04-01 13:41:57 +11:00
Shannon
2d72a66879
Updates OwinStartup and split the methods into an extension methods file complete with documentation on how to implement the providers. Tested the microsoft provider. Now to clean things up: remove the 3rd party package installs to be ready for shipping, ensure that the user parts are extensible enough for people to plugin their own interfaces.
2015-04-01 13:41:50 +11:00
Shannon
d9cf9cee88
Includes nice social buttons, updates styling on login and user panel, updates logic to un-link accounts
2015-04-01 13:41:40 +11:00
Shannon
52c4d80cfc
more identity awesome
2015-04-01 13:41:33 +11:00
Shannon
8c51e8bad8
Implements IExternalLoginService and the db table, implements more logic to start enabling this to work in the back office, need to implement the rest of the userstore and then implement a way once logged in to the back office to allow users to link their accounts with external logins. Currently if an external login is detected during startup and it has not been linked we'll throw an exception. Very very close to making this all work nicely.
2015-04-01 13:41:26 +11:00
Shannon
d4b21243ca
Allows external logins to be listed on login page, updates BackOfficeController with actions for invoking them.
2015-04-01 13:41:24 +11:00
Shannon
028ddfe290
Starts adding asp.net identity
2015-04-01 13:41:13 +11:00
Shannon
051e9366e5
updates js undefined check
2015-04-01 13:39:54 +11:00
Shannon Deminick
46c6503320
Merge pull request #665 from magnuskragelund/dev-v7-U4-6469-mntp-referencing-deleted-nodes
...
fixes bug when trying to render a deleted node in multinode tree picker
2015-04-01 13:36:18 +11:00
Shannon
74f4b60a21
Merge branch 'dev-v7' into 7.3.0
2015-03-31 14:04:49 +11:00
Magnus Kragelund
1c3a7b95fc
fixes bug when trying to render a deleted node in multinode tree picker
2015-03-27 11:02:35 +01:00
Shannon
cd3191012f
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/Scheduling/LogScrubber.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
2015-03-27 15:15:49 +11:00
AndyButland
0c107fd869
Ensures footer breadcrumb in content and media returned in correct order
2015-03-25 21:52:39 +01:00
Per Osbeck
ffaf1f96b9
Fix for U4-6444
2015-03-24 09:28:53 +01:00
Shannon
2c918a2015
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2015-03-24 15:10:45 +11:00
Shannon
b02e0c0232
Fixes: U4-6433 Usercontrol loaded after package installation not executing
2015-03-20 17:47:33 +11:00
Shannon
f15301a7a0
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2015-03-20 08:26:16 +11:00
Per Ploug
19e4fe5059
Grid labels header colors for delete and move actions
2015-03-19 14:33:12 +01:00
Per Ploug
f0fc3313e4
Tweaked borders a tiny bit
2015-03-19 12:46:29 +01:00
Per Ploug
dc7cb08824
Styling for grid editors + row labels
2015-03-19 12:29:05 +01:00
Shannon
d3eff734aa
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/PropertyEditors/ParameterEditorResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorResolver.cs
src/Umbraco.Core/Services/LocalizedTextService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Plugins/TypeFinderTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/PublishedContentExtensions.cs
src/Umbraco.Web/Routing/PublishedContentRequestEngine.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/Umbraco.Web.csproj
2015-03-19 17:37:00 +11:00
Shannon
af112f6b20
Adds nicer grid editor labels on hover
2015-03-19 17:08:14 +11:00
Shannon
cbef51eaf0
Fixes: U4-6294 Feature Request 7.2.1 Grid - UX - labeling the grid editors - but will see if we can do a better job of the labeling
2015-03-19 16:10:46 +11:00
Shannon
db5c204d8c
Merge branch '7.2.1-configurablemacrogrideditor' of https://github.com/mattbrailsford/Umbraco-CMS into mattbrailsford-7.2.1-configurablemacrogrideditor
2015-03-19 14:33:36 +11:00
Shannon
9469b0b844
Fixes: U4-6402 Grid config file should be merged with package.manifests & U4-6427 Grid config file has caching problems because it's downloaded as a static file
...
This also fixes up the OutputCaching params on the BackOfficeController since OutputCache is bypassed when an action requires authentication, so now we manually do some caching when not in debug mode for authorized actions (of course auth happens before any cached response can occur). This also fixes up the static caching that was happening with the ManifestBuilder so now when that is not in use it gives back it's memory. This also fixes up any client side caching that was happening on BackOfficeController - before we were allowing client cache to happen for a few actions on that controller which is incorrect, we need to disable all client cache for all actions on that controller.
2015-03-19 13:53:15 +11:00
Shannon
1a082464e9
Fixes: U4-5127 AssetService does not support virtual paths (~/) - and fixes up some formatting
2015-03-19 11:44:37 +11:00
Shannon
e004ad31b5
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
2015-03-19 11:36:05 +11:00
Shannon
6cf25f0043
Fixes: U4-6428 Grid configuration does not support virtual paths - and therefore is not compatible with virtual directories
2015-03-19 11:35:04 +11:00
Sebastiaan Janssen
00fbc6dfcb
Revert "Fixes broken bower jquery reference"
...
This reverts commit c2cfd26ee6 .
2015-03-18 13:05:21 +01:00
Per Ploug
3a9ad91f8f
Adds better error handling to missing grid editors
2015-03-18 11:45:22 +01:00