Shannon
|
926ea54c39
|
Developers can cancel an event with the CancelOperation method of the event with a custom message which will be used in place of the normal default cancellation message
|
2015-07-27 18:04:20 +02:00 |
|
Shannon
|
b44494a093
|
Works on: U4-5308 Umbraco 7 Content Tree Width not resizable or scrollable
|
2015-07-27 16:38:39 +02:00 |
|
Shannon
|
a6094a82cb
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-07-27 16:16:22 +02:00 |
|
Shannon
|
07f58d191b
|
fixes js error
|
2015-07-27 16:16:10 +02:00 |
|
Sebastiaan Janssen
|
51eae92a5a
|
Update json.net everywhere
|
2015-07-27 16:11:18 +02:00 |
|
Sebastiaan Janssen
|
0be3f3fb76
|
Oops, wrong path! Come on msbuild: just intuit what I wanted to do! :)
|
2015-07-27 16:08:28 +02:00 |
|
Sebastiaan Janssen
|
9f000eb90c
|
Updates build to include and exclude correct files, syncs web.config and syncs dependency versions between core and nuget pkg
|
2015-07-27 15:52:10 +02:00 |
|
Sebastiaan Janssen
|
b7926bfa19
|
Cookie monster
|
2015-07-27 15:52:10 +02:00 |
|
Shannon
|
fa76ffa5ca
|
workaround for upgrade auth issue
|
2015-07-27 15:48:14 +02:00 |
|
Mads Rasmussen
|
18fb600931
|
add esc as keyboard shortcut for closing keyboard shortcut overlay
|
2015-07-27 13:23:51 +02:00 |
|
Shannon Deminick
|
5ed8ade862
|
Merge pull request #748 from mattbrailsford/dev-v7-increase-tree-icon-size
Increased tree icon font size for better visibility
|
2015-07-27 12:55:13 +02:00 |
|
Shannon
|
7a31ce16e2
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-07-27 12:53:20 +02:00 |
|
Shannon
|
16c9ca9e4b
|
Refactors IDomain model, simplifies it so that it doesn't contain references, simplifies the domain repository to no longer require lookups of content and languages, updates all other code referencing IDomain and now if a language lookup is required it is made when appropriate.
|
2015-07-27 12:53:09 +02:00 |
|
Shannon
|
00c13b9939
|
fixes tests
|
2015-07-27 12:03:38 +02:00 |
|
Shannon Deminick
|
dbced8bef7
|
Merge pull request #749 from AndyButland/u4-6856
U4-6856 - fixed issue that prevents username update...
|
2015-07-27 10:47:54 +02:00 |
|
AndyButland
|
9552922795
|
Fixed issue that prevents username update if other core membership provider properties are updated at the same time
Fixed typo in previous commit
|
2015-07-27 10:33:37 +02:00 |
|
Mads Rasmussen
|
33b20e95d3
|
Change multinode tree picker remove icon to link - to prevent overlay from closing when clicking
|
2015-07-27 10:31:27 +02:00 |
|
Mads Rasmussen
|
0f41749733
|
Change image cropper remove icon to link - to prevent overlay from closing when clicking
|
2015-07-27 09:52:28 +02:00 |
|
Mads Rasmussen
|
3c96875f5a
|
Change media picker remove icon to link - to prevent new overlay from closing when clicking
|
2015-07-27 09:43:24 +02:00 |
|
mattbrailsford
|
de53c8886b
|
Increased to 19 pixels based on feedback
|
2015-07-25 09:32:54 +01:00 |
|
mattbrailsford
|
3672d13215
|
Increased font tree icon font size to 17px for better visibility
|
2015-07-24 21:36:24 +01:00 |
|
Shannon
|
5ab036e9d3
|
missing column creation in migration script.
|
2015-07-24 18:58:08 +02:00 |
|
Shannon
|
accf52ca38
|
if user has explicitly opted out of index rebuild on startup, we must ensure that the database server messenger doesn't rebuild them either.
|
2015-07-24 18:52:04 +02:00 |
|
Shannon
|
51d14a7a01
|
Updates all calls to GetAll(params int[]) that potentially could have looked up all data un-intentionally - cause for U4-6869 contentService + domainService is slow outside Umbraco App Context
|
2015-07-24 18:36:07 +02:00 |
|
Shannon
|
db0defb93f
|
Ensures that indexes aren't double rebuilt on startup which can occur if there are no indexes and the DatabaseServerMessenger hasn't sync'd anything
|
2015-07-24 18:07:20 +02:00 |
|
Shannon
|
1fca0d22bf
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-07-24 17:34:28 +02:00 |
|
Shannon
|
7d7e92432e
|
Fixes how the BatchedDatabaseServerMessenger startsup/boots
|
2015-07-24 17:34:06 +02:00 |
|
Sebastiaan Janssen
|
86ad3f6b05
|
Makes sure that R# doesn't suggest C#6 features
|
2015-07-24 17:25:52 +02:00 |
|
Shannon
|
615ab564e5
|
fixes build
|
2015-07-24 12:57:01 +02:00 |
|
Shannon
|
ee36a46d51
|
fixes tests
|
2015-07-24 12:54:59 +02:00 |
|
Shannon
|
293568228c
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-07-24 12:13:31 +02:00 |
|
Shannon
|
8b86276011
|
Ensures event messages are passed to Saved events for content/media
|
2015-07-24 12:07:32 +02:00 |
|
Shannon
|
9406675bf2
|
Ensures the Saving methods on the media service are wired up with the event messages, obsoletes the hacked WasCancelled internal property on Entity.
|
2015-07-24 11:52:30 +02:00 |
|
Shannon
|
aa08a4ca37
|
Gets the messages being pumped out to the UI. Updates the ContentService and MediaServices to have a SaveWithStatus in order to determine the response, we'll need to update most of the methods to also have this OperationStatus. Now messages can be added to the UI for Saving & publishing for media and content services, we'll need to update more to support everything.
|
2015-07-24 11:44:09 +02:00 |
|
Sebastiaan Janssen
|
abf8777b0a
|
U4-6867 UmbracoLog wrongfully logs unPublish event with user ID 0
#U4-6867 Fixed Assignee: Unassigned
|
2015-07-24 11:02:13 +02:00 |
|
Shannon
|
a6a2b02cd8
|
working on U4-5927 - this extends the base event class to have EventMessages which event consumers can add to, the trick is that there is a factory for these EventMessages, in a web context, the factory is a request based factory so that during a request all instances of the EventMessages are the same instance. All services then accept an instance of IEventMessagesFactory which they can then use when raising events. We'll then use this to send messages to the UI. Not sure if i should make this a resolver yet or not. Still a WIP!!
|
2015-07-23 20:04:40 +02:00 |
|
Shannon
|
445dff7c5e
|
publicizes the ctor for PetaPocoUnitOfWorkProvider
|
2015-07-23 18:30:20 +02:00 |
|
Shannon
|
37076fa4eb
|
Completes: U4-6871 CoreBootManager.CreateApplicationContext & CoreBootManager.CreateApplicationCache returns the instance instead of setting the singleton
|
2015-07-23 18:26:56 +02:00 |
|
Shannon
|
8c871a6172
|
publicizes a ctor for the ServiceContext which will allow you to pass in a custom repository factory.
|
2015-07-23 18:13:43 +02:00 |
|
Shannon Deminick
|
3e42358f2a
|
Merge pull request #744 from timothyleerussell/dev-v7-umbracohelper-componentRender
Update Field() methods in UmbracoHelper
|
2015-07-23 18:05:01 +02:00 |
|
Shannon
|
9bdb91b3c0
|
latest examine
|
2015-07-23 18:03:44 +02:00 |
|
Shannon
|
7f1f090a10
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-07-23 17:57:08 +02:00 |
|
Shannon
|
5c91c204fa
|
removes unneeded class
|
2015-07-23 17:57:02 +02:00 |
|
Shannon
|
11c7955b1e
|
Lazily serializes the member data when required instead of all at once, this will save memory since the xml will only be created when it's required.
|
2015-07-23 17:56:29 +02:00 |
|
Shannon Deminick
|
72d4457a24
|
Merge pull request #745 from KevinJump/dev-v7-PackageMacros
Package Service - Case Insensitive Macro parameters
|
2015-07-23 15:43:19 +02:00 |
|
Shannon
|
9606cab81e
|
Fixes: U4-4669 Required checkbox is overruled by regex on document type
|
2015-07-23 14:44:02 +02:00 |
|
Shannon
|
7cd47114e0
|
Fixes: U4-6771 Sorting editorstyles is not possible
|
2015-07-23 14:27:54 +02:00 |
|
Shannon
|
cd578b7b19
|
Fixes: U4-6770 When creating editorstyles: No stylesheet property found with name when creating headingstyles with capitals
|
2015-07-23 13:18:53 +02:00 |
|
Shannon
|
f3d9b4a9f3
|
Fixes BatchedDatabaseServerMessenger - it implements IApplicationEventHandler to control it's bootup process which ensures it doesn't attempt to boot or bind to events if the app is not configured or installing. This was preventing upgrading to 7.3
|
2015-07-23 12:28:17 +02:00 |
|
Shannon
|
b0fb892b16
|
Fixes: U4-6736 Log "logout" from Umbraco and also ensures logging is occuring on timeout, logout, login all with Identity stuff.
|
2015-07-23 12:03:50 +02:00 |
|