perploug
|
1048df7e63
|
Fixes broken assembly browser for usercontrols
|
2014-01-13 10:14:09 +01:00 |
|
Shannon
|
3c1f6abd0d
|
Fixes: U4-3830 Unable to get email notifications working in version 7
|
2014-01-13 16:13:53 +11:00 |
|
Shannon
|
349825b4f8
|
Fixes merge issues
|
2014-01-10 00:21:58 +11:00 |
|
Shannon
|
c088187a13
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Core/Persistence/SqlSyntax/SqlSyntaxContext.cs
src/Umbraco.Core/Persistence/SqlSyntax/SqlSyntaxProviderExtensions.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
src/Umbraco.Web/umbraco.presentation/umbraco/create/ScriptTasks.cs
src/umbraco.cms/packages.config
src/umbraco.controls/packages.config
src/umbraco.editorControls/packages.config
src/umbraco.macroRenderings/packages.config
src/umbraco.macroRenderings/umbraco.macroRenderings.csproj
|
2014-01-10 00:09:38 +11:00 |
|
Shannon
|
4db6ce4b22
|
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
updates to latest CDF
|
2014-01-09 18:08:13 +11:00 |
|
Shannon
|
e2a395e245
|
Fixes merge issues
|
2014-01-08 16:09:35 +11:00 |
|
Shannon
|
d6a83d9887
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Core/Models/IMember.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/Membership/IUser.cs
src/Umbraco.Core/Models/Membership/MembershipExtensions.cs
src/Umbraco.Core/Models/Membership/UmbracoMembershipMember.cs
src/Umbraco.Core/Models/Membership/User.cs
src/Umbraco.Core/Models/Membership/UserProfile.cs
src/Umbraco.Core/Persistence/Factories/MemberReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Factories/UserFactory.cs
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IUserRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
src/Umbraco.Core/Services/IMembershipUserService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Core/Services/UserService.cs
src/Umbraco.Tests/Persistence/Querying/PetaPocoSqlTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
src/Umbraco.Tests/Services/ContentServiceTests.cs
src/Umbraco.Tests/Services/UserServiceTests.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedUser.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedUserType.cs
src/Umbraco.Web.UI/umbraco/controls/PasswordChanger.ascx.cs
src/Umbraco.Web.UI/umbraco/dashboard/ChangePassword.ascx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/create/userTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard/ChangePassword.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
src/umbraco.businesslogic/User.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
|
2014-01-08 14:32:38 +11:00 |
|
Shannon
|
80b83ab64b
|
Fixes up password changer on postback, fixes up more of the edit user and edit member pages.
|
2014-01-08 13:03:33 +11:00 |
|
Shannon
|
0245efe3cb
|
Fixes the change password dashboard to work properly. Fixes the EditUser to property save the member and the user. Adds new (probably temporary) MembershipHelper which is used to update a MembershipUser. Updates the User model to ignore the membership properties that we currently cannot persist. Ensures the legacy User membership provider still looks for a typed membership user (which should never have happened). Fixes small issue with underlying membership provider trying to encrypt an empty string.
|
2014-01-07 17:01:22 +11:00 |
|
Shannon
|
ba5f2bc69d
|
Ensure the old membership provider's count online members is implemented
|
2014-01-02 15:57:27 +11:00 |
|
Shannon
|
3fcdbe85b5
|
Fixes merge and build issues
|
2014-01-02 15:41:00 +11:00 |
|
Shannon
|
78336181ea
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Core/Models/Membership/MembershipExtensions.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Security/MembershipProviderBase.cs
src/Umbraco.Core/Services/IMemberService.cs
src/Umbraco.Tests/App.config
src/Umbraco.Tests/Membership/MembershipProviderBaseTests.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedMember.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/tinyMceConfig.Release.config
src/Umbraco.Web.UI/config/tinyMceConfig.config
src/Umbraco.Web.UI/umbraco_client/Application/UmbracoApplicationActions.js
src/Umbraco.Web/Security/Providers/MembersMembershipProvider.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentControl.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/member.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/userTasks.cs
src/umbraco.controls/TabView.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
|
2014-01-02 15:28:42 +11:00 |
|
Shannon
|
17883358b6
|
Fixes some issues with the User membership provider, updates user create dialog to also have an email address (which is required by membership), adds validation to the member and user create dialogs to ensure that the email address is validated to be a correcty formatted address.
|
2014-01-02 14:13:43 +11:00 |
|
Sebastiaan Janssen
|
934d4020b2
|
Merge pull request #224 from Attackmonkey/Hackathon-2760
Fixes issue U4-2760, sorting installed packages
|
2013-12-29 06:30:09 -08:00 |
|
Sebastiaan Janssen
|
3caf84c63c
|
Merge branch 'Hackathon-U4-3063' of https://github.com/Attackmonkey/Umbraco-CMS into Attackmonkey-Hackathon-U4-3063
|
2013-12-29 15:24:47 +01:00 |
|
Sebastiaan Janssen
|
75150f0bfa
|
Merge pull request #223 from Attackmonkey/Hackathon-2757
Fixes issue U4-2757 where generic properties are not ordered correctly.
|
2013-12-29 06:18:19 -08:00 |
|
Sebastiaan Janssen
|
32bc2f1d69
|
merge ismailmayat-UK-Festival
|
2013-12-29 14:34:54 +01:00 |
|
Sebastiaan Janssen
|
4d3f67885a
|
Fixes U4-1076 Apostrophes in document type description are shown preceded/escaped by a slash in the Create Node dialog
|
2013-12-29 14:12:23 +01:00 |
|
perploug
|
28c2aa1195
|
Merge branch '7.0.2' of https://github.com/umbraco/Umbraco-CMS into 7.0.2
|
2013-12-19 11:32:17 +01:00 |
|
perploug
|
22d6981ab0
|
Fixes small issue with language loading
|
2013-12-19 11:06:10 +01:00 |
|
Shannon
|
a5828a2c3e
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Web.UI/umbraco/controls/GenericProperties/GenericProperty.ascx
|
2013-12-19 15:59:50 +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 |
|
Shannon
|
68a25bb5b1
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
|
2013-12-19 15:50:03 +11: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
|
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
|
c0380e491b
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Web.UI/umbraco/controls/Tree/TreeControl.ascx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/controls/Tree/TreeControl.ascx.cs
src/umbraco.controls/TreePicker/SimpleContentPicker.cs
|
2013-12-19 11:41:03 +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
|
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
|
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 |
|
Shannon
|
49c8313c9e
|
Fixes: U4-3638 - U7 - Preview mode seems permanent and shows incorrect content on front of website, when using same browser as admin login
|
2013-12-12 17:30:27 +11:00 |
|
Shannon
|
a098e49840
|
Fixes: U4-3835 U7(nightly214) - Umbraco.Field not working
|
2013-12-12 14:41:01 +11: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
|
a6b3233c10
|
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
|
2013-12-10 12:53:33 +11:00 |
|
Shannon
|
bffe52e060
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.1
Conflicts:
src/Umbraco.Tests/PluginManagerTests.cs
|
2013-12-10 10:00:37 +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
|
1b1ec04e7c
|
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-09 15:42:38 +11:00 |
|
Shannon
|
049c65a2c7
|
Fixes: U4-3799 @Umbraco.Field("bodyText") returns {LocalLink:xxx}
|
2013-12-09 15:20:11 +11:00 |
|
Shannon
|
6ec297aaaf
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.1
|
2013-12-09 12:49:13 +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
|
2eb5c08825
|
Fixing: U4-3686 Umbraco 7 - Rich Text Editor and Macro Issues + fixed up the per-controller webapi configuration and more fixes to loading propertyeditors/param editors, this saves a assembly scan.
|
2013-12-06 15:01:58 +11:00 |
|
Shannon
|
ad52b86336
|
Fixes scrollbar issue with directory/file browser and xslt visualize
|
2013-12-04 15:29:51 +11:00 |
|
Shannon
|
5b7e9c712e
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.1
Conflicts:
src/Umbraco.Web.UI/umbraco/LiveEditing/Modules/SkinModule/ModuleInjector.aspx
src/Umbraco.Web.UI/umbraco/Umbraco.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/developer/Macros/assemblyBrowser.aspx.cs
|
2013-12-04 13:50:55 +11: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 |
|