Shannon
e4286bc35b
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-07-30 15:13:51 +02:00
Shannon
cf4d13da31
fixes backward compat issue
2015-07-30 15:13:39 +02:00
Shannon Deminick
a89b064e29
Merge pull request #751 from rasmuseeg/patch-1
...
U4-6902 - Changed from internal to public
2015-07-30 15:04:23 +02:00
Rasmus Eeg Møller
1e41973eb5
U4-6902 - Changed from internal to public
...
Just like the ContentFinderResolver.cs
2015-07-30 14:54:10 +02:00
Shannon
b4e496fceb
Fixes backwards compat issue in 7.3 with TagQuery property on UmbracoHelper. see: http://issues.umbraco.org/issue/U4-6899
2015-07-30 14:03:17 +02:00
Shannon
bb94fc7d71
Ensures notifications are shown for drag/drop uploads
2015-07-30 11:35:00 +02:00
Mads Rasmussen
ae18962363
Add submit button to composition dialog
2015-07-30 11:29:39 +02:00
Mads Rasmussen
297893fb39
place form inside overlay div
2015-07-30 10:49:57 +02:00
Mads Rasmussen
564a979bdd
WIP: add validation to overlay, validate property name.
2015-07-30 09:58:50 +02:00
Mads Rasmussen
3afbddbd42
Add placeholder texts to alias's. Only generate alias's on the server to remove mismatches.
2015-07-30 09:55:51 +02:00
Mads Rasmussen
134b8bc3f7
Fixed U4-6876: Added sort order to properties
2015-07-30 09:48:59 +02:00
Shannon
959378c456
Fixes file cleanup with blue imp uploads
2015-07-29 16:14:09 +02:00
Shannon
787e128d5c
wires up event messages for media editor and tree (haven't done the drag/drop media upload though)
2015-07-29 16:00:06 +02:00
Shannon
b7912a7be7
fixes build
2015-07-29 15:22:22 +02:00
Shannon
0bc7aa6ba7
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-07-29 15:18:34 +02:00
Shannon
367da39bbb
wires up UI to show notifications for delete cancellation
2015-07-29 15:18:23 +02:00
Shannon
6d8ffb903f
Ensures events for deleting, trashing and unpublishing are done using the event messages, updates UI to support showing these messages in the list view, Since we cannot change the
...
method results on a service, we've created a new temporary service that we will explicitly implement with an extension method to get it. This is temporary until v8 where we will just replace
the original methods on the service with these methods and then remove this class.
2015-07-29 15:12:12 +02:00
Shannon
0e992f897f
Removes standalone classes, we can replace these with what we've got in the LinqPad provider
2015-07-29 15:07:55 +02:00
Shannon
3f19878c18
changes member controller to use long overload
2015-07-29 15:07:32 +02:00
Stephan
308f64a7e2
doc BatchedDatabaseServerMessenger startup
2015-07-29 11:22:12 +02:00
Mads Rasmussen
ee95009358
Fixed: U4-6876 add sort order to tabs
2015-07-28 20:22:49 +02:00
Mads Rasmussen
475ba85bf8
Hot key directive: if shortcut is enter - do not click if a button or links has focus, but click focused element instead
2015-07-28 19:53:17 +02:00
Mads Rasmussen
e42c2cdf7f
change overlay submit keyboard shortcut to enter
2015-07-28 19:51:45 +02:00
Shannon
1eab92b299
updates prog bars in examine mgt dashboard to be like other umb prog bars
2015-07-27 18:58:14 +02:00
Shannon
7a8b8f138f
Fixes list view search debounce and adds a ui indication that search is in progress.
2015-07-27 18:48:41 +02:00
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