Sebastiaan Janssen
|
2bdbd6c7d9
|
Updated controller, more flexible, moved UmbracoProperty to Umbraco.Web.Helpers
|
2013-08-29 16:12:50 +02:00 |
|
Sebastiaan Janssen
|
23517d0c36
|
Argh, starter kit is hardcoding a content type, so I have to register the new member type with a different Id
|
2013-08-29 16:10:23 +02:00 |
|
Sebastiaan Janssen
|
2238f81d83
|
Oops, accidentally killed creating a partial view from the backoffice as it's also using PartialViewTasks.cs (like when you create a partial view macro)
|
2013-08-29 16:09:23 +02:00 |
|
Sebastiaan Janssen
|
4ef10c8afe
|
Install a default member type during initial setup
|
2013-08-29 13:54:30 +02:00 |
|
Shannon
|
244dcff8da
|
Fixes: U4-1339 SurfaceController returning PartialView - cannot use ModelState ?
|
2013-08-29 14:51:30 +10:00 |
|
Shannon
|
2e747caa10
|
Fixes: U4-2727 PluginManager's TypeList can contain duplicates - updates the locks to be upgradeable read locks, changes over all lists/collecitons to be HashSet<T> this ensures no duplicates and also improves performance.
|
2013-08-29 13:33:01 +10:00 |
|
Shannon
|
93691f13df
|
Fixes U4-2734 Don't set the cache references to null when disposing the UmbracoContext
|
2013-08-29 12:38:14 +10:00 |
|
Shannon
|
258d526435
|
Merge branch 'U4-2711-Fix-imagecropper-ToXMl' of https://github.com/stocksr/Umbraco-CMS into stocksr-U4-2711-Fix-imagecropper-ToXMl
Conflicts:
src/umbraco.editorControls/imagecropper/DataTypeData.cs
|
2013-08-29 12:31:08 +10:00 |
|
Shannon
|
357dc6ec8e
|
Fixes: U4-2711 DAMP throws unknown exception on image upload with image cropper
|
2013-08-29 12:27:49 +10:00 |
|
Shannon
|
232c81543a
|
Fixes the rest of U4-2713 Property Editor Value Converters don't get applied to Umbraco.TypedMedia
|
2013-08-29 12:11:48 +10:00 |
|
Shannon
|
581f3a1893
|
Fixes build errors
|
2013-08-29 12:01:30 +10:00 |
|
Shannon
|
9fc3efd73a
|
Fixes U4-2713 Property Editor Value Converters don't get applied to Umbraco.TypedMedia
|
2013-08-29 11:59:07 +10:00 |
|
Shannon
|
9445f008bc
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2013-08-29 10:09:09 +10:00 |
|
Shannon
|
36c281a19a
|
updated ignore
|
2013-08-29 10:08:54 +10:00 |
|
Stephan
|
3fc4f36859
|
U4-2549 - fix issue with last chance content finder
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
|
2013-08-28 18:16:20 +02:00 |
|
Sebastiaan Janssen
|
02566589fe
|
Added admin permission for change doctype action to the OOB installer
|
2013-08-28 17:52:44 +02:00 |
|
Sebastiaan Janssen
|
49637e62fe
|
Updated, more robust versions of the Member template/snippets
|
2013-08-28 17:52:06 +02:00 |
|
Sebastiaan Janssen
|
f26d759c84
|
Moved controllers and models as per Shannon's suggestion
Added LoginStatus and updated Register
Updated to use CDF instead of <script> tags
|
2013-08-28 13:36:04 +02:00 |
|
Sebastiaan Janssen
|
8274883fa5
|
Bump version number to 6.2.0
|
2013-08-28 09:09:21 +02:00 |
|
Sebastiaan Janssen
|
12b3d50717
|
Merge branch '6.2.0' of github.com:umbraco/Umbraco-CMS into 6.2.0
|
2013-08-27 19:29:43 +02:00 |
|
Sebastiaan Janssen
|
86276206d5
|
Add register member partial view macro template
|
2013-08-27 19:29:15 +02:00 |
|
Stephan
|
da719377df
|
U4-2691 - fix issue with alt template and internal redirects
|
2013-08-27 18:06:53 +02:00 |
|
Robert Stocks
|
614dc8f4d1
|
Fix U4-2711 add Null Check to ToXMl method
Fixes Object reference not set to an instance of an object. at
umbraco.editorControls.imagecropper.DataTypeData.ToXMl(XmlDocument data)
|
2013-08-27 16:10:04 +01:00 |
|
Sebastiaan Janssen
|
53b6fb7b56
|
Add login template to partial view macros
|
2013-08-27 11:37:20 +02:00 |
|
Sebastiaan Janssen
|
6bbc2de43e
|
Update failing unit test due to added action for changing the document type on a node
|
2013-08-27 09:37:00 +02:00 |
|
Sebastiaan Janssen
|
91590c824f
|
Merge branch '6.2.0' of github.com:umbraco/Umbraco-CMS into 6.2.0
|
2013-08-26 17:28:31 +02:00 |
|
Sebastiaan Janssen
|
d17b2cf884
|
Added ability to have predefined templates for Partial View Macros
|
2013-08-26 17:28:15 +02:00 |
|
Morten Christensen
|
aed017641d
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2013-08-26 17:01:05 +02:00 |
|
Morten Christensen
|
2b82e74b90
|
Adding test fixture for the MemberRepository
|
2013-08-26 17:00:12 +02:00 |
|
Morten Christensen
|
37d190c97d
|
Implementing read-only DTOs for improved reading of Members from db.
Started implementation of Member, MemberType and MemberGroup repositories.
|
2013-08-26 16:59:41 +02:00 |
|
Morten Christensen
|
f1818aae1b
|
Updating the Profile and Member classes
|
2013-08-26 16:58:08 +02:00 |
|
Sebastiaan Janssen
|
ee4312b7f2
|
U4-2464 Single user protection, password not changeable!
|
2013-08-26 13:56:22 +02:00 |
|
Sebastiaan Janssen
|
2345a5e133
|
U4-2477 Member editing - Indicate which box is active and which is inactive
|
2013-08-26 13:45:09 +02:00 |
|
Sebastiaan Janssen
|
cbe8f15007
|
U4-2636 Allow at root property are outside of view in backoffice
|
2013-08-26 12:11:07 +02:00 |
|
Sebastiaan Janssen
|
dd59038369
|
Fixes U4-2686 Error when trying to delete member group with ampersand in name.
|
2013-08-26 10:29:30 +02:00 |
|
Sebastiaan Janssen
|
c9942d7ca5
|
Merge pull request #106 from pynej/code-mirror-search
Added plugin to all code area editors to suppressed normal browser Find ...
|
2013-08-25 08:37:08 -07:00 |
|
Sebastiaan Janssen
|
ab8e6b8f33
|
Merge branch 'wip-dragdrop2' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-wip-dragdrop2
|
2013-08-25 17:26:08 +02:00 |
|
Sebastiaan Janssen
|
d21f10ec1e
|
Db migration to allow admins to change the document type
|
2013-08-25 17:14:01 +02:00 |
|
Sebastiaan Janssen
|
76d0ffb797
|
Merge branch 'wip-changedoctypeui' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-wip-changedoctypeui
Conflicts:
.gitignore
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web/Umbraco.Web.csproj
|
2013-08-25 15:50:07 +02:00 |
|
Sebastiaan Janssen
|
6437179a83
|
Merge pull request #112 from dampee/6.1.3
U4-2638 Developer/Packages/Install Starterkit give 500 server error
|
2013-08-25 05:36:49 -07:00 |
|
Sebastiaan Janssen
|
cc45bbeca6
|
Fix unit tests that failed because UmbracoSettings.config was being cleaned up
|
2013-08-23 16:22:26 +02:00 |
|
Sebastiaan Janssen
|
8cd9266ea6
|
Updated obsolete msg after feedback here: 2b532f72c3 (commitcomment-3899011)
|
2013-08-23 14:17:40 +02:00 |
|
Sebastiaan Janssen
|
ad44feb6dd
|
Don't throw exception when node has no template and asking for GetTemplateAlias (return string.Empty instead)
|
2013-08-23 14:08:13 +02:00 |
|
Sebastiaan Janssen
|
16ed85ecc9
|
Merge branch '4.11.10' into 6.2.0
Conflicts:
.gitignore
build/Build.bat
src/Umbraco.Core/Configuration/GlobalSettings.cs
|
2013-08-23 13:48:38 +02:00 |
|
Sebastiaan Janssen
|
9d45b10ee5
|
Merge pull request #104 from umbraco/6.0.7
6.0.7
|
2013-08-23 04:46:41 -07:00 |
|
Sebastiaan Janssen
|
e9f8cf25b9
|
Merge branch '6.0.0-PetaPocoExtension' into 6.2.0
Conflicts:
.hgignore
|
2013-08-23 13:42:26 +02:00 |
|
Sebastiaan Janssen
|
19a3b8809e
|
Merge branch '4.11.9' into 6.2.0
Conflicts:
.hgtags
|
2013-08-23 12:18:25 +02:00 |
|
Sebastiaan Janssen
|
96e40b8b4f
|
Merge pull request #101 from umbraco/4.11.8
Closing branch 4.11.9 as that version number was used for the emergency ...
|
2013-08-23 03:17:46 -07:00 |
|
Sebastiaan Janssen
|
53aeb59eb4
|
Merge pull request #100 from umbraco/6.0.5
Closing branch 6.0.5 as that version number was used for the emergency s...
|
2013-08-23 03:17:29 -07:00 |
|
Sebastiaan Janssen
|
befb42cd68
|
Merge pull request #99 from umbraco/4.11.7---cmsContentXml-fixes
Close 4.11.7 - cmsContentXml fixes branch
|
2013-08-23 03:17:06 -07:00 |
|