Claus
7499c9a19c
fixing typos and a rename.
2016-09-09 11:09:42 +02:00
Stephan
e309afa1a0
Merge branch 'dev-v7-deploy' of https://github.com/umbraco/Umbraco-CMS into dev-v7-deploy
2016-09-09 09:28:46 +02:00
Stephan
5d71df36bd
Fix Entity to respect dates if forced
2016-09-09 09:28:25 +02:00
Claus
7be76f10d6
accessing file streams for ScriptRepository and StylesheetRepository.
...
changed naming of existing file service methods to conform.
2016-09-09 09:26:29 +02:00
Stephan
22a62421f0
Merge branch origin/dev-v7 into dev-v7-deploy
2016-09-08 16:58:57 +02:00
Stephan
be3032192a
Add WhereAnyIn sql extension
2016-09-08 15:23:48 +02:00
Stephan
37dc9989c4
Fix DefaultDatabaseFactory non-http instance
2016-09-08 15:23:28 +02:00
Stephan
eb7a0cb85d
U4-8954 - fix WhereIn issue with non-value-types
2016-09-08 10:40:36 +02:00
Stephan
c2eeff6e47
U4-8954 - fix WhereIn issue with non-value-types
2016-09-08 10:37:03 +02:00
Stephan
36188f00b0
Fix exceptions (more explicit)
2016-09-07 13:24:49 +02:00
Sebastiaan Janssen
a20b7f9303
Merge pull request #1457 from umbraco/temp-u4-8917
...
U4-8719 - bugfix the redirect dashboard
2016-09-05 12:48:30 +02:00
Stephan
3fc76f61d0
MainDom - fixing application identifier
2016-09-05 12:33:26 +02:00
Sebastiaan Janssen
8d291efedd
In the spirit of DRY: centralized IsAdmin() check in an extension method
...
Made sure that non-admins can't trigger the enable/disable URL tracker endpoint
Renamed "admin" in GetEnableState to "isUserAdmin" for clarity
2016-09-04 11:44:16 +02:00
Sebastiaan Janssen
8ee8b52832
Bumps version
2016-09-03 13:26:40 +02:00
Sebastiaan Janssen
81819aa3b7
Merge branch 'refs/heads/master-v7' into dev-v7
2016-09-03 13:25:02 +02:00
Stephan
0d3a413708
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-deploy
2016-09-01 16:01:03 +02:00
Stephan
365da75d1b
U4-8698 - fix notification service perfs issues
2016-09-01 15:25:40 +02:00
Sebastiaan Janssen
a74feab9eb
U4-8923 Adding new property to media breaks ability to save
...
If you add a new property to a member or media type and then try to update an
existing media item/member ContentRepository didn't have this problem because
it was already using the additional if statement that has now also been added to
MemberRepository and MediaRepository
2016-09-01 15:15:47 +02:00
Stephan
3489bf22bb
U4-8698 - fix notification service perfs issues
2016-09-01 12:15:03 +02:00
Stephan
41fafaf7ae
Merge branch origin/dev-v7 into dev-v7-deploy
2016-08-26 13:20:53 +02:00
Stephan
0789295701
Temp - 7.6.0-alpha003 - even with internals visible to, need IBackgroundTask to be public
2016-08-24 10:11:38 +02:00
Sebastiaan Janssen
af5455a500
Bumps version
2016-08-23 10:52:29 +02:00
Stephan
bb81298e84
Temp - 7.6.0-alpha002 + internals visible to deploy
2016-08-23 09:40:02 +02:00
Sebastiaan Janssen
f76fd360f1
Bumps version
2016-08-20 10:29:49 +02:00
Stephan
acae05d287
Merge branch origin/dev-v7 into dev-v7-deploy
2016-08-18 12:38:38 +02:00
Claus
9f5a9f179f
U4-8866 Deleting a parent document type fails if any documents using a child document type exist
...
ensures that we also manually delete content of any child content type being deleted, instead of only deleting content of the actual content type sent for delete.
2016-08-18 11:17:05 +02:00
Sebastiaan Janssen
9dfa9e2fb6
Bump the version
2016-08-16 13:37:05 +02:00
Claus
69fb5e9932
Merge branch 'abjerner-patch-10' into dev-v7
2016-08-16 13:28:27 +02:00
Claus
ca9f3bbd5a
updating various references to use examine constants.
2016-08-16 13:27:46 +02:00
Claus
fe7efa4fba
Merge branch 'patch-10' of git://github.com/abjerner/Umbraco-CMS into abjerner-patch-10
2016-08-16 13:11:34 +02:00
Sebastiaan Janssen
c1a8ea9df3
Merge pull request #1433 from umbraco/temp-U4-8850
...
U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager
2016-08-16 13:09:50 +02:00
Sebastiaan Janssen
808793edd8
Updating to latest ImageProcessor
2016-08-16 09:35:05 +02:00
Stephan
e3343e6a2f
UrlRedirect - bugfix
2016-08-15 13:08:00 +02:00
Shannon
eadb9ba276
Merge branch 'refs/heads/dev-v7' into temp-U4-8850
2016-08-12 17:08:05 +02:00
Shannon
fc582b0516
adds db schema check to validate if 7.4 has been installed, changes the versions detected to only be minor versions (they shouldn't have indicated build versions), updates code to not use deprecated methods
2016-08-12 16:54:24 +02:00
Shannon
6bcadfea44
Removes the explicit castings to (BackOfficeUserManager) since that isn't actually the base class! The base class is BackOfficeUserManager<BackOfficeIdentityUser>, all of this identity stuff is a bit of a generics nightmare but that also do to the generic nightmare that is OWIN. Moves more logic to the base class so it can be used by sub classes, fixes the base class to use a generic user type
2016-08-12 16:17:14 +02:00
Sebastiaan Janssen
54e82f9ed1
Fix nasty typo
2016-08-12 12:25:58 +02:00
Shannon
2ff3ce933b
U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager
2016-08-12 12:20:00 +02:00
Shannon
1fd020a0f2
adds better debug logging to scheduled publishing
2016-08-11 14:33:10 +02:00
Morten Christensen
d3ff1cbba9
Merge pull request #1426 from umbraco/temp-U4-8671
...
U4-8671 Media Types Missing in 7.4
2016-08-11 11:03:08 +02:00
Claus
596888a8f6
Revert "Revert "U4-8833 The default sorting field for the member list view should be LoginName not Name""
...
This reverts commit d355d2609a .
2016-08-10 12:58:41 +02:00
Claus
0f0a0a186c
U4-8838 Media type list has issues
2016-08-10 12:13:03 +02:00
Shannon
d355d2609a
Revert "U4-8833 The default sorting field for the member list view should be LoginName not Name"
2016-08-10 11:42:58 +02:00
Claus
db78e26647
U4-8833 The default sorting field for the member list view should be LoginName not Name
...
correcting LoginName to username.
2016-08-10 11:23:46 +02:00
Claus
0142bc61bc
U4-8671 Media Types Missing in 7.4
...
renders child nodes in media type tree.
fixed up the context menus returned on nodes so you can create children if not disabled in config.
2016-08-10 09:56:28 +02:00
Shannon
d99a691bdc
Changes magic strings to constants for database provider types.
2016-08-09 15:36:02 +02:00
Shannon
c1da28dd47
U4-8837 Change paging query for SQL server 2012+ to be more efficient
2016-08-09 15:33:35 +02:00
Shannon
2ee71ecb96
U4-8833 The default sorting field for the member list view should be LoginName not Name
2016-08-09 15:30:43 +02:00
Shannon
8bdf0924de
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7
2016-08-09 13:59:00 +02:00
Shannon
1b85163a7f
U4-8831 Paging logic is flawed when ordering by a potentially non-unique value
2016-08-09 13:58:53 +02:00