Shannon
edaa5ebd43
Lots more unit tests for the membership providers and some other fixups - have a new failing test as i need to sort out salting issue with encrypted passwords.
2013-12-24 14:03:18 +11:00
Shannon
c8fa2b3880
Merge branch 'abjerner-patch-1' into 6.2.0
...
Conflicts:
src/Umbraco.Web/PublishedContentExtensions.cs
2013-12-24 11:08:48 +11:00
Shannon
1c139b685a
updates legacy membership provider to use efficient paging.
2013-12-20 18:12:54 +11:00
Shannon
7a8b3dc9bc
Updated the member service/repo to have paged queries and results which use db paging for maximum efficiency (of course only works for things like email, username but those are 2 specific things that are needed by the membership provider)
2013-12-20 18:11:12 +11:00
Shannon
414b65b269
More WIP on the membership providers - both new and old. They are now both working with the same up-to-date logic and base classes. Updated the interface definitions on the member services to support the membership provider queries - now to implement the logic.
2013-12-20 14:01:10 +11:00
Shannon
2dd04799b2
WIP membership provider updates
2013-12-19 18:33:25 +11:00
Shandem
c8923cbc27
Merge pull request #221 from AnthonyCogworks/U4-2272
...
Replaced HttpContext.Current.Cache with HttpRuntime.Cache
2013-12-18 20:54:57 -08:00
Shandem
fa1185cbd8
Merge pull request #241 from OptimisticCoder/U4-3039
...
U4-3039 Import Document Type leaves files in App_Data
2013-12-18 20:43:15 -08:00
Shannon
a43f4b7b7f
Completes: U4-1521 Updated back office to use ClientDependency bundles for common files
2013-12-19 15:05:05 +11:00
Shandem
4862419744
Merge pull request #198 from craigacronin/U4-1891
...
Fixed as per issue comments, but also implemented for another 3 overload...
2013-12-18 18:33:57 -08:00
Shannon
8aceae9880
re-formats some code, simplifies calls using InvariantEquals extension method
2013-12-19 13:22:33 +11:00
Shandem
384d4d60f1
Merge pull request #168 from stevetemple/6.1.6-multiple-action-route-issue
...
Fix error when multiple routes have the same controller
2013-12-18 18:18:44 -08:00
Shannon
db78c78df2
fixes some merge issues with view engine wrapping PR.
2013-12-19 12:45:46 +11:00
Shannon
4558549d5a
Fixes appendformat issue
2013-12-19 12:40:41 +11:00
Shannon
d98801d5d1
Merge branch '6.2.0' of https://github.com/mortenbock/Umbraco-CMS into mortenbock-6.2.0
...
Conflicts:
src/Umbraco.Web/WebBootManager.cs
2013-12-19 12:35:33 +11:00
Shandem
de9ecf6afc
Merge pull request #143 from IDisposable/patch-1
...
Added contextualKeyBuilder optional argument to allow the key used for cachin...
2013-12-18 17:32:26 -08:00
Shandem
702790bf77
Merge pull request #144 from IDisposable/patch-2
...
Make CacheHelperExtensions public so we can call CachedPartialView and C...
2013-12-18 17:30:01 -08:00
Shannon
b45306e1ff
Merge branch '6.2.0' of https://github.com/dprothero/Umbraco-CMS into dprothero-6.2.0
...
Conflicts:
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
2013-12-19 11:59:22 +11:00
Shannon
3499f39970
Merge branch 'kipusoep-patch-1' into 6.2.0
2013-12-19 11:49:30 +11:00
Shannon
9115aa1a6d
merge issue with proj file
2013-12-19 11:46:31 +11:00
Shannon
904cbbb906
missing proj file update
2013-12-19 11:41:26 +11:00
Shannon
8656d3e4b9
adds some null checks, removes old unused webforms files for tree control
2013-12-19 11:35:53 +11:00
Shannon
40988b4655
Merge branch 'select-parent-on-movecopy' of https://github.com/pynej/Umbraco-CMS into pynej-select-parent-on-movecopy
...
Completes: U4-3920 Move/Copy/Content-Picker time saver - pre-selects current node
2013-12-19 11:25:54 +11:00
Shannon
f54cf32057
Converted spell checker deserialization to json.net and changed the deserialized object to internal with correct naming conventions.
2013-12-19 11:06:00 +11:00
Shannon
64dbf0207b
Merge branch 'DougMac-6.1.4' into 6.2.0
2013-12-19 10:38:56 +11:00
Shannon
137d859532
backports missing logic and tests from 7 that I overlooked.
2013-12-17 16:13:38 +11:00
Shannon
4bac3e19fe
Fixes up webbootmanager with new cachehelper updates.
2013-12-16 14:18:58 +11:00
Shannon
a42b660648
Backporting the cachehelper and associated cache classes.
2013-12-16 13:19:10 +11:00
Shannon
751ace1168
Merge branch '6.2.0-membershipprovider' into 6.2.0
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
2013-12-13 17:17:24 +11:00
Shannon
51da5343ea
Fixes installation issue with rebuilding media cache
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web.UI/config/trees.config
src/Umbraco.Web/Umbraco.Web.csproj
2013-12-13 17:07:29 +11:00
Shannon
34df5009e0
Upgraded installer to do a two part install - first install then if an upgrade is required do the upgrade in a second call - this way we can have the progress bar update since the media xml installer can take some time.
2013-12-13 16:58:21 +11:00
Anders Bjerner
e17b5e6a7b
Update PublishedContentExtensions.cs
...
Added overloaded extension methods for Next() and Previous() to take a delegate (eg. lambda expression) as a second parameter. The methods are based on this thread by Jeavon Leopold: http://our.umbraco.org/forum/developers/razor/46832-Filtered-Next()-and-Previous()-v7-UmbracoHelperMVC
The code is tested in 7.0.0, but since it only relies on the existing Next() and Previous() methods, it should work in 6.1.x and 7.1.1 as well.
2013-12-12 15:32:52 +01:00
Shannon
c5047148b3
Fixes legacy media business logic to return null when calling ToXml if the media item is trashed - this makes it consistent with how content works and also prevents being able to show the media on the front-end when it is trashed. Fixes up how the MediaService rebuilds the XML to make sure it's transactional based. Fixes: U4-3820 cached media xml is not cleared from the cmsContentXml table when recycled
...
Conflicts:
src/Umbraco.Web/umbraco.presentation/library.cs
2013-12-10 12:56:31 +11:00
Shannon
94db371234
Ensures macro and urls are not parsed in the ItemRenderer when a content item is assigned since that parsing will occur with the value converters
2013-12-10 09:59:13 +11:00
Sebastiaan Janssen
103e226b51
Merge pull request #215 from dipeshhirani/U4-752
...
U4-752 Add culture invariant languages to create language dialog
2013-12-09 13:40:21 -08:00
Shannon
57f2250f13
Fixes: U4-3820 cached media xml is not cleared from the cmsContentXml table when recycled
2013-12-09 16:56:02 +11:00
dipeshhirani
bb1edd2051
remove commented line
2013-12-08 16:23:03 +00:00
Sebastiaan Janssen
14790559cb
Merge pull request #140 from pynej/search-node-type
...
Add node type to search results
2013-12-08 07:56:50 -08:00
Shannon
33aa4e2062
Fixes potential xss
2013-12-04 13:33:24 +11:00
Shannon
1efa75c891
Fixes potential xss
2013-12-04 12:42:40 +11:00
Shannon
6b7a495d19
Fixes a few other potential xss entry points and cleans up some legacy webforms files
2013-12-03 16:38:58 +11:00
Shannon
601eb0bf38
Fixes a few other potential xss entry points and cleans up some legacy webforms files
2013-12-03 16:28:51 +11:00
Shannon
037e7e0797
Fixes remaining xslt injection U4-3175
2013-12-03 15:56:50 +11:00
Shannon
a7e32e97e3
Fixes xss issue
2013-12-03 15:40:12 +11:00
Shannon
e981776e6d
Created new EnsurePublishedContentRequestAttribute for custom routing to still be able to render macros.
2013-11-29 17:41:38 +11:00
Shannon
250276bbd4
Merge branch '6.1.6-U4-3619' into 6.2.0
2013-11-29 11:26:01 +11:00
Shannon
af29f61478
Fixes csrf issue
2013-11-29 11:10:25 +11:00
Shannon
eca823ea90
Fix for U4-3529 Ysod editing Partial View
2013-11-15 13:49:20 +11:00
leekelleher
cfcfb75dcc
Fixes: U4-3051 GetAncestorOrSelfDocuments gets stuck in infinite loop
2013-11-12 21:26:21 +00:00
Morten Christensen
181593f5ea
Merge pull request #234 from saciervo/fix/petapoco-fetch
...
SqlHelper Refactoring
2013-11-11 02:59:49 -08:00