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
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
Stephan
6b5057b870
U4-7048 - more filesystems cleanup
2015-09-08 17:48:26 +02:00
Stephan
e577648efd
U4-7048 - refresh IFile instances from disk
2015-09-08 11:34:34 +02:00
Shannon
b3664d2391
Fixes: U4-7059 SQL problem upgrading from 7.2.8 to 7.3.0 RC
2015-09-07 23:45:55 +02:00
Stephan
6b195587c1
U4-7042 - fix root path for tests
2015-09-03 16:24:43 +02:00
Stephan
b03d7884bb
U4-7042 - bugfix the physical filesystem
2015-09-03 15:11:49 +02:00
Stephan
37e6e61eff
Manual-merge pull request #750 dealing with U4-7060
2015-09-02 16:42:43 +02:00
Stephan
5d7cbd3477
U4-7038 - fix bugs + tests
2015-09-01 16:11:26 +02:00
Stephan
42b689867e
U4-6992,U4-7046 - more fixes & tests
2015-09-01 15:46:58 +02:00
Stephan
7848ea5ec0
U4-7038 - IPublishedContentWithKey for contents, members
2015-09-01 15:00:27 +02:00
Stephan
dbe2257b47
U4-7046 - fix DatabaseServerRegistrar issues
2015-09-01 13:16:58 +02:00
Stephan
829942dcf9
Bugfix MediaService
2015-08-31 13:17:50 +02:00
Stephan
ed5ca49755
U4-6992 - update interfaces
2015-08-28 13:28:00 +02:00
Shannon
1a6988c2ea
Fixes double event firing
2015-08-27 20:10:19 +02:00
Shannon
05aa2aeb75
refactors new IDomainService to return attempt+status and raise events using event messages.
2015-08-27 18:43:54 +02:00
Shannon
4a59c27793
Refactors new IPublicAccessService to return Attempt+Result so we know what happened, also ensures events are firing with msgs (events were not firing at all before).
2015-08-27 18:33:38 +02:00
Stephan
ab32732f26
U4-6992 - cannot change app url provider once resolution is frozen
2015-08-27 13:18:18 +02:00
Stephan
406d172169
U4-6992 - fix db migrations
2015-08-27 13:08:50 +02:00
Stephan
20d8656237
U4-6992 - fix server registration for new LB
2015-08-26 14:00:56 +02:00
Stephan
e114cbeeaf
Persistence - add support for locking repositories
2015-08-26 14:00:53 +02:00
Stephan
a6a6edb9f2
PetaPoco - add support for transaction level
2015-08-26 14:00:50 +02:00
Sebastiaan Janssen
add2f57397
Bump version
2015-08-21 13:30:29 +02:00
Shannon
fc8b0f1822
Fixes: U4-6934 v7.3.0-beta3 ListView sorting by updateDate throws exception
2015-08-21 12:02:51 +02:00
Shannon
b3940dea1b
Fixes: U4-6982 TAG Group not working as it's expected, when there's more than 2 sets of tag group
2015-08-20 16:52:07 +02:00
Shannon
3dac630d05
Fixes: U4-6998 User language drop down is incorrect when default language is used
2015-08-20 16:07:46 +02:00
Shannon
477aa754b3
uses non deprected methods
2015-08-20 10:14:07 +02:00
Sebastiaan Janssen
f3a965841b
U4-6043 Error parsing package.manifest value Path line 0 position 0
...
Added a unit test and updated the logic as it was doing the wrong thing
#U4-6043 Fixed
2015-08-19 19:11:20 +02:00
Sebastiaan Janssen
028ee831b8
U4-6043 Error parsing package.manifest value Path line 0 position 0
...
#U4-6043 Fixed
2015-08-19 18:11:18 +02:00
Shannon
4abb8035b8
Changes the shutdown time for the logger to be 1 second
2015-08-13 15:19:16 +02:00
Shannon
0ca1807d64
Adds DelegateExtensions + Tests which is used for retrying and is used with the Examine Index Sync
2015-08-13 15:19:04 +02:00
Shannon
9e6a2d8a7c
Fixing: U4-6942 During upgrade MUST make sure that the new Property Type GUIDs are consistent ... just needs some testing now;
2015-08-11 15:56:48 +02:00