Shannon
9ad84a7eab
fixes repository mapping the GUID id for redirect urls and removes unused properties
2016-08-08 14:47:48 +02:00
Shannon
fee4a84c66
Revert temp commit, adds logic to check if the segment value has changed + lots of notes
2016-08-08 12:19:03 +02:00
Sebastiaan Janssen
b2e03dcc1b
Merge branch 'refs/heads/dev-v7' into temp-U4-8802
2016-08-08 11:31:16 +02:00
Sebastiaan Janssen
6560f752d6
Merge branch 'refs/heads/dev-v7' into temp-U4-8802
2016-08-08 11:21:19 +02:00
Claus
f58e0dc08e
Merge branch 'sql-repalce' of git://github.com/pynej/Umbraco-CMS into pynej-sql-repalce
2016-08-08 09:58:39 +02:00
Shannon
87934e52dc
obsoletes strange IsGuid and changes logic to use what .Net does instead of regex in case others are using this.
2016-08-05 19:28:46 +02:00
Shannon
816107a348
U4-8813 RedirectTrackingEventhandler always iterates over all descendants
...
fixes SHA1 hashing (moves to a ext method), fixes col length for new db for the redirect table, updates migration len to 40 to store the correct hash format, don't iterate descendents if there's nothing changed, fixes issue with RedirectTrackingEventHandler with regards to operating outside of a web request (i.e. console app)
2016-08-05 18:55:48 +02:00
Shannon
42666403a6
Fixes regression issue with building the xml cache file, moves the logic to query and build the xml document for the cache to the repository level.
2016-08-05 17:41:00 +02:00
Sebastiaan Janssen
dd62a917fd
Merge pull request #1411 from umbraco/temp-U4-8808
...
U4-8808 Fixing up 301 redirects
2016-08-05 13:06:18 +02:00
Sebastiaan Janssen
958e20356c
Merge pull request #1412 from umbraco/temp-U4-8786
...
U4-8786 Member search in listview returns error (7.5-beta2)
2016-08-05 13:04:42 +02:00
Sebastiaan Janssen
3dcba7a6b0
urlHash column has to be 20 chars because SHA1 uses more bytes than MD5
2016-08-05 11:51:08 +02:00
Shannon
36a191464d
ensures table name is quoted properly
2016-08-05 11:26:20 +02:00
Claus
6c271d92f9
migration should only delete table if it is using a integer id, otherwise leave it alone.
2016-08-05 08:25:58 +02:00
Sebastiaan Janssen
b2e7c7a8d4
More specific exception when a conversion fails
2016-08-04 19:18:52 +02:00
Shannon
0be81aa4e5
U4-8786 Member search in listview returns error (7.5-beta2)
2016-08-04 18:01:57 +02:00
Sebastiaan Janssen
221edc76cf
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into temp-U4-8802
2016-08-04 17:49:42 +02:00
Sebastiaan Janssen
0280d832b5
Some fixing based on code review
2016-08-04 17:48:50 +02:00
Shannon Deminick
548c7845cb
Merge pull request #1409 from umbraco/temp-U4-8779
...
U4-8779 Sorting not working in Members List View in 7.5 Beta2
2016-08-04 16:46:54 +02:00
Shannon
9c7052f0fd
Fixed the property join for sorting on custom columns, this would have only worked if there were actual values in those columns, we fix this now with an outer join instead of an inner join
2016-08-04 16:46:46 +02:00
Sebastiaan Janssen
177b61bbf5
Merge pull request #1292 from darrenferguson/dev-v7
...
Fix U4-8532 - No built in Active Directory authentication in Umbraco
2016-08-04 16:25:22 +02:00
Claus
ae0ad2becf
switching to sha1 instead of md5.
2016-08-04 15:46:02 +02:00
Claus
ba11de51e3
deleting through the recycle bin also deletes redirect urls.
2016-08-04 15:46:01 +02:00
Claus
ccaa198e25
changing integer IDs to guid for RedirectUrls.
2016-08-04 15:46:01 +02:00
Claus
66c0d9dc12
removing migrations from solution
2016-08-04 15:45:58 +02:00
Claus
59c3d6a206
cleaning up migrations. we're deleting the table so no need to do a bunch of migration stuff instead of just compiling it into one migration deleting and creating the table again.
2016-08-04 15:45:58 +02:00
Shannon Deminick
16afab86f3
Merge pull request #1407 from umbraco/temp-U4-8754
...
U4-8754 Single content queries like Get(int id) for content, media an…
2016-08-04 15:05:58 +02:00
Sebastiaan Janssen
ba5be0e22a
Adds search function
2016-08-04 11:21:42 +02:00
Sebastiaan Janssen
52d366bb6f
MD5CryptoServiceProvider is disposable
2016-08-04 08:58:30 +02:00
Sebastiaan Janssen
85a3abf643
Adds a setting to be able to disable redirect URL tracking
2016-08-03 17:57:41 +02:00
Sebastiaan Janssen
c53a04d658
Needed to be fixed, just like for the ascending OrderBy - see U4-4474
2016-08-03 17:57:41 +02:00
Sebastiaan Janssen
11cafa2c4c
Adds a setting to be able to disable redirect URL tracking
2016-08-03 17:54:21 +02:00
Sebastiaan Janssen
a5f3b50699
Needed to be fixed, just like for the ascending OrderBy - see U4-4474
2016-08-03 17:52:27 +02:00
Shannon
67cd4aeb59
fixes user mgr logic
2016-08-03 14:04:25 +02:00
Claus
b4ea03cdf3
U4-8779 Sorting not working in Members List View in 7.5 Beta2
2016-08-03 12:43:46 +02:00
Claus
7d0c92937a
U4-8754 Single content queries like Get(int id) for content, media and members needs to execute a TOP 1 (or LIMIT 1)
...
updated a bunch of the remaining repositories to also use this pattern where applicable (repos using mappers aren't compatible without more work).
2016-08-02 12:11:35 +02:00
Shannon
3ebb3dc544
U4-7813 Enable MiniProfiler to profiler during startup
2016-08-01 12:04:02 +02:00
Sebastiaan Janssen
c955cce28d
Because the cmsStylesheetProperty table was already deleted by an earlier migration, it can't be deleted again
...
However because all of this runs in one transaction, it will try anyway, we need to do this in a "local" context instead
2016-07-26 16:20:22 +02:00
Sebastiaan Janssen
a83b524130
DetermineInstalledVersionByMigrations needs to check if the table exists, not the code asking for a version
2016-07-26 16:18:00 +02:00
Sebastiaan Janssen
c206965f88
U4-8777 ImageProcessor fails to generate thumbnail for animated gif
...
#U4-8777 Fixed
Updates to the latest ImageProcessor to ship in the zip release
2016-07-26 12:09:05 +02:00
Jeremy Pyne
de89f555d4
Added missing Sql mapping for standard Replace function:
...
.Where<MyModel>(s => s.Name.Replace(" ", "-") == userName)
Should generate valid SQL:
REPLACE([dbo].[MyModel].[Name], ' ', '-')
2016-07-25 16:46:49 -04:00
Warren Buckley
d783554476
Merge pull request #1392 from umbraco/temp-u4-8756
...
U4-8756 - fix 7.5 beta2 upgrade
2016-07-22 10:50:28 +01:00
Warren Buckley
be16e84dbb
Merge pull request #1386 from umbraco/temp-u4-8663
...
U4-8663 - fix deleting properties in doctype editor
2016-07-21 11:39:29 +01:00
Stephan
a4fec9dd0f
U4-8756 - fix 7.5 beta2 upgrade
2016-07-21 11:49:25 +02:00
Sebastiaan Janssen
b290e6af8a
Merge pull request #1385 from umbraco/temp-u4-6247
...
U4-6247 - fix PublicAccess repo
2016-07-20 14:02:46 +02:00
Stephan
6ba761df20
Fix null checks in HttpRequestCacheProvider
2016-07-19 15:37:55 +02:00
Shannon
d687fadac3
Performs some null checks in the HttpRequestCacheProvider since if there is no place to cache, it just doesn't do any caching.
2016-07-19 15:07:38 +02:00
Stephan
2481b77f03
U4-8729 - reviewing PR
2016-07-19 11:28:54 +02:00
Stephan
764f10327e
Merge branch 'peta-poco-issues' of https://github.com/pynej/Umbraco-CMS into temp-u4-8729
2016-07-19 10:57:03 +02:00
Stephan
576539c774
U4-8663 - fix deleting properties in doctype editor
2016-07-19 10:46:18 +02:00
Stephan
4786a8037c
U4-6247 - fix PublicAccess repo
2016-07-18 19:26:49 +02:00