Shannon
fbc08d66f1
fixes list view ancestor check
2015-10-29 12:05:46 +01:00
Stephan
3408efdee4
Merge pull request #842 from umbraco/temp-U4-7285
...
U4-7285 Fix DistributedCache.ClearXxxCacheOnCurrentServer
2015-10-28 19:38:04 +01:00
Sebastiaan Janssen
752065e540
Merge pull request #835 from umbraco/temp-U4-7032
...
U4-7032 7.3.0 Custom backoffice login provider requires simpler implementation extensibility
2015-10-28 18:25:10 +01:00
Sebastiaan Janssen
82e4e50584
Merge pull request #841 from umbraco/temp-U4-7231
...
U4-7231 TryConvertTo<T> of ObjectExtensions doesn't do null checks (c…
2015-10-28 17:09:30 +01:00
Stephan
8d92330ad6
Fix broken comments
2015-10-28 15:01:23 +01:00
Shannon
84db2f4d85
U4-7285 Every server that reads a instruction from umbracoCacheInstruction will also write the same instruction to the database. Intentional ?
2015-10-27 19:24:56 +01:00
Shannon
ef64409a9a
U4-7231 TryConvertTo<T> of ObjectExtensions doesn't do null checks (causes handled errors on members after upgrade)
2015-10-27 18:29:46 +01:00
Shannon
d1805b1448
U4-7214 Culture is not supported. Parameter name: name en_us is an invalid culture identifier error selecting user with different language after upgrade to 7.3.0
2015-10-27 11:22:28 +01:00
Shannon
9b054eaa47
Adds native ability to be able to fallback to default password checking if specifying a custom IBackOfficeUserPasswordChecker
2015-10-26 14:51:19 +01:00
Shannon
96c087d00f
adds a ctor to the BackOfficeUserManager to allow better inheritance so that all settings are initialized by default, changes init method to be protected so other devs can use it. Adds a new property for devs to use to more easily extend the logic to just validate the username/password.
2015-10-22 18:40:20 +02:00
albinj
f535ece685
U4-7283 - Only Master/Single ServerRole should be removing old instructions from the database
2015-10-21 14:29:18 +01:00
Shannon
bb6299cc01
Fixes: U4-7217 umbracoReservedUrls do not always resolve correctly.
...
Verified that all tests in GlobalSettingsTests run correctly.
Removes the strange old legacy compare thing and replaces it with a more readable Linq solution that ensures that the strings compared are always consistent.
2015-10-20 09:48:58 +02:00
Stephan
3a5a32c65f
U4-7255 - fix RefreshInstruction serialization
2015-10-16 12:28:14 +02:00
Shannon
30ad3f5aa6
bumps version
2015-10-15 17:12:13 +02:00
Shannon
c514ce8da3
Fixes: U4-7248 Can't update roles on public access, obsolete AddOrUpdateRule
2015-10-15 17:06:00 +02:00
Sebastiaan Janssen
e0619edabb
U4-6962 Public access in multiple levels is broken in 7.3
...
#U4-6962 Fixed
2015-10-14 10:19:39 +02:00
Claus Jensen
7b969fc167
Merge pull request #790 from umbraco/U4-7075
...
Fixes: U4-7075 Enable Content and Media section by default for new ba…
2015-10-12 14:46:28 +02:00
Shannon
d50e49ad37
Fixes: U4-7120 SQL Fail upgrading om 7.2.4 to 7.3 - due to index on master col
2015-09-29 11:55:21 +02:00
Shannon
0504663814
Fixes: U4-7158 Fix OrderBy query string parameter which can allow SQL Injection
2015-09-29 11:28:12 +02:00
Shannon
407cd0ca60
Streamlines TypeFinder with better lock and an error check on app_code which could otherwise bring down the app
2015-09-25 11:29:09 +02:00
Shannon
14c4e9dda7
Fixes upgrade issue for when the same alias is used between content types and media types.
2015-09-23 11:29:29 +02:00
Stephan
e9afa78444
U4-7124 - add initial migration as part of BaseDataCreation
2015-09-22 18:16:35 +02:00
Stephan
ef6fd54af3
Merge pull request #795 from Jeavon/U4-6784
...
Fix for U4-6784 Multiple Media Picker
2015-09-22 15:37:34 +02:00
Shannon
25cfe0193c
adds detailed shutdown info to logs by default
2015-09-22 12:19:14 +02:00
Jeavon
7d8247047b
Fix for U4-6784 Multiple Media Picker - Failed to retrieve entity data for ids
2015-09-21 14:23:36 +01:00
Sebastiaan Janssen
b9dd0ab1a9
Bump version
2015-09-16 18:58:45 +02:00
Shannon
779dd26527
Fixes: U4-6969 Property label localization in 7.3 always uses en-US locale
2015-09-16 15:22:40 +02:00
Stephan
5b1ed8bef5
U4-7108 - fix ContentTypeService.GetMediaType(guid)
2015-09-16 11:08:18 +02:00
Stephan
583ae2df11
Bugfix
2015-09-15 10:52:32 +02:00
Stephan
14cd1e7a76
Bugfix SqlSyntaxProvider date formatting
2015-09-15 10:49:41 +02:00
Shannon
bee59e39a0
Streamlines migration classes and ctor dependencies... before there was issues because the current db provider was not set correctly so migrations couldn't actually rely onthe CurrentDatabaseProvider property!
2015-09-14 12:01:48 +02:00
Claus
80be614731
Fixes: U4-7075 Enable Content and Media section by default for new backoffice users
2015-09-14 11:06:03 +02:00
Shannon
8d24ac3651
Oops, fixes PK creation logic for MySQL (had the wrong boolean)
2015-09-14 10:33:37 +02:00
Shannon
7beb21ad66
Fixes upgrade issues with MySql, along with a few other things:
...
* All usages of getdate() are changed to the system value
* All usages of newid() are chagned to the system value
* Removes the hacks associated with the above
* Fixes the fluent migrations for table creation for mysql to not double create a PK
* Removes other system field values that actually don't do anthing and shouldn't be used
2015-09-11 17:49:47 +02:00
Shannon
ed51dbaf85
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-09-11 13:55:21 +02:00
Shannon
488ba05eda
Fixes upgrade issues with SQLCE and DateTime:
...
* DateTime's during migrations are formatted in a very explicit way
* Migration's that need to execute multiple statements are fixed in SQLCE by splitting on GO
2015-09-11 13:55:13 +02:00
Stephan
5dac5ed88b
U4-7084 - fix XmlExtensions, publishing a package works
2015-09-11 13:17:07 +02:00
Shannon
4bb89c1827
Fixes: U4-7090 Upgrade error with dates
2015-09-11 11:49:37 +02:00
Stephan
3314ab026b
U4-7083 - filesystems, polish, fix, and back-compat
2015-09-10 14:20:21 +02:00
Stephan
28ecf79643
files editor xss
2015-09-10 11:20:01 +02:00
Stephan
94b0870a53
U4-6992 - fix db migrations (for real)
2015-09-10 10:47:30 +02:00
Stephan
b9ff056b61
Revert "U4-6992 - fix db migrations"
...
This reverts commit 406d172169 .
2015-09-10 10:19:28 +02:00
Shannon
f1e52c5ad8
fixes failing test
2015-09-10 00:18:58 +02:00
Shannon
1217e64532
Adds another migration to fix corrupted data very old dbs
2015-09-10 00:16:35 +02:00
Shannon
c454d022dc
changes code migration to use the db paramet in the lambda
2015-09-09 23:30:14 +02:00
Shannon
c4b8dcd88b
Fixes: U4-7079 Upgrade issue from an older version
2015-09-09 23:20:46 +02:00
Shannon
02e9866398
Fixes regression issue with xss
2015-09-09 21:41:06 +02:00
Vincent Baaij
68fa22ba9b
Update UmbracoApplicationBase.cs
...
There were two (almost identical) unhandled exception handlers in the code. Think it was caused by merge conflict
2015-09-09 15:56:00 +02:00
Stephan
e8b2f3cd0b
U4-7078 - empty recycle bin with content with public access rules
2015-09-09 13:02:21 +02:00
Stephan
b7eb6303ec
U4-7076 - fix xml cache corruption when publishing with children
2015-09-08 18:38:52 +02:00