Shannon
|
7037f0626a
|
completes U4-2706 Change form watching in the validators over to use functions , test using other manifest property editors as parameter editors, fixes up validation in the dialog.
|
2013-09-20 17:00:34 +10:00 |
|
Shannon
|
7396b01466
|
Got macro parameter editors inserting macros into the template editor for both webforms and mvc, created unit tests for macro syntax in macroservice. Removed the hard coded span8 for input elements for property editors - need to figure out a different way to set their width.
|
2013-09-20 14:24:39 +10:00 |
|
Shannon
|
44cc095163
|
Gets macro resource and controller working to return macro param data, now to start looking at how to get this all working.
|
2013-09-18 18:20:14 +10:00 |
|
Shannon
|
ccf3442992
|
Getting the macro picker dialog working slowly.
|
2013-09-18 17:31:41 +10:00 |
|
Shannon
|
6155eb709a
|
Updated EntityController to be consistent and now uses a new enum of all umbraco obj that should be accessible.
|
2013-09-18 15:00:32 +10:00 |
|
Shannon
|
371b1817ea
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts:
src/Umbraco.Core/Configuration/LegacyUmbracoSettings.cs
src/Umbraco.Core/Persistence/Migrations/Syntax/Alter/Expressions/AlterColumnExpression.cs
src/Umbraco.Core/PropertyEditors/TinyMcePropertyEditorValueConverter.cs
src/Umbraco.Core/XmlHelper.cs
src/Umbraco.Tests/ObjectExtensionsTests.cs
src/Umbraco.Web/PropertyEditors/RteMacroRenderingPropertyEditorValueConverter.cs
src/Umbraco.Web/Routing/DefaultUrlProvider.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/macro.cs
|
2013-09-17 00:27:17 +10:00 |
|
perploug
|
fdfb019ea7
|
User password change dashboard
|
2013-09-16 14:50:56 +02:00 |
|
perploug
|
135701b845
|
change password dashboard form
|
2013-09-16 09:17:46 +02:00 |
|
Shannon
|
f38a6e1561
|
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
|
2013-09-13 18:11:20 +10:00 |
|
Stephan
|
d1af20424e
|
merge branch '6.2.0' into '7.0.0'
|
2013-09-12 13:09:04 +02:00 |
|
Stephan
|
32e3048717
|
Core.Attempt - refactor Succ() into Succeed()
|
2013-09-11 09:30:00 +02:00 |
|
Shannon
|
e75c050eff
|
Merge branch '7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts:
src/Umbraco.Core/Models/Rdbms/PropertyDataReadOnlyDto.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx.cs
|
2013-09-11 13:07:22 +10:00 |
|
Stephan
|
85ab96f71a
|
Core.Attempt - refactor and cleanup
|
2013-09-10 17:56:47 +02:00 |
|
Shannon
|
42c86a05b8
|
Completes U4-2390 Remove VersionID Guid in IPublishedContent properties
|
2013-09-10 17:37:10 +10:00 |
|
Shannon
|
26a47e7ee1
|
Updated the published conversion process with the new PropertyValueConverter and migrated the old core IPropertyEditorValueConverters to the new format.
|
2013-09-09 15:17:33 +10:00 |
|
Shannon
|
cf6a3cdfef
|
A bunch more work done to convert the GUID -> alias for prop eds
|
2013-09-06 16:00:35 +10:00 |
|
Shannon
|
9a017279ae
|
More work converting obsoleted methods to new ones
|
2013-09-06 15:37:01 +10:00 |
|
Shannon
|
78741bf134
|
more work on removing the GUID requirement for prop editors, removes legacy editDataType webforms editor (U4-2801 Remove legacy/un-used editDataType.aspx webforms editor)
|
2013-09-06 15:27:38 +10:00 |
|
Shannon
|
e4cb079ae1
|
Fixes template drop down data and persisting an updated template.
|
2013-09-05 15:14:28 +10:00 |
|
Shannon
|
e5633df6c3
|
Added pre-vals for the file upload property editor (backwards compatible format) and fixed saving a data type.
|
2013-09-03 18:28:14 +10:00 |
|
Shannon
|
70eb3e8613
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
.gitignore
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Tests/Models/DataValueSetterTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/RegisterMember.cshtml
src/Umbraco.Web/Controllers/RegisterController.cs
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/RegisterModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
|
2013-09-03 17:30:08 +10:00 |
|
Shannon
|
7c9f5eda9d
|
Fixes up more permissions checks, refactors MediaController.PostAddFile to use the correct WebAPI usage. Fixes issue with UmbracoClientManager throwing errors because the treeProps didn't include all called props.
|
2013-09-03 16:35:36 +10:00 |
|
Shannon
|
f0a2bfdea4
|
Updates EntityController with corrected permissions checking, updated media controller with correct permissions checking, added unit tests for the permisions filters.
|
2013-09-03 13:59:25 +10:00 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02:00 |
|
Shannon
|
0be1604163
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-09-02 16:37:02 +10:00 |
|
Shannon
|
7806762b80
|
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
|
2013-08-31 11:28:19 +10:00 |
|
perploug
|
d004d529b7
|
New dashboard using angular
|
2013-08-30 10:17:46 +02:00 |
|
Sebastiaan Janssen
|
2bdbd6c7d9
|
Updated controller, more flexible, moved UmbracoProperty to Umbraco.Web.Helpers
|
2013-08-29 16:12:50 +02:00 |
|
Shannon
|
f7e7687f27
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
.gitignore
build/Build.bat
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Core/TypeFinder.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoContext.cs
|
2013-08-29 15:18:19 +10:00 |
|
Shannon
|
581f3a1893
|
Fixes build errors
|
2013-08-29 12:01:30 +10: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 |
|
Shannon
|
4b4fc037dd
|
Fixes up pre-value formatted data so it doesn't include ID in the value since this confuses things.
|
2013-08-28 18:52:00 +10:00 |
|
Shannon
|
68b337729b
|
fixed sort order on prop editor drop down
|
2013-08-28 18:01:30 +10:00 |
|
Shannon
|
0ebe9ec0fa
|
Updated some of the property editor API to ensure that when formatting data for persistence we have access to the pre-values as well since these might need to be used to format the persisted data. Completed the new property editor: Multiple text box and it is saving the data in a backwards compatible format. Changed the internal AsDictionary method of the pre value collection to be a public method called FormatAsDictionary.
|
2013-08-28 17:53:31 +10:00 |
|
Shannon
|
bb6adcab92
|
Fixed up new actions in MediaController
|
2013-08-28 09:50:15 +10:00 |
|
perploug
|
8b1fcf3e07
|
Media dialog upload and folder creation
|
2013-08-27 16:01:39 +02:00 |
|
Shannon
|
86a82a666f
|
Got all drop down editors working: normal, multiple, normal publishing keys, multiple publishing keys and should be backwards compatible.
|
2013-08-26 19:00:04 +10:00 |
|
Shannon
|
3708b0de65
|
Got value editors being able to handle 'object' not just string so we can post and return json structures directly to the angular editors, got the multiple drop down list working and saving data. U4-2704 Change property editor value editor to return/receive object instead of string
|
2013-08-26 18:03:35 +10:00 |
|
Shannon
|
2157942b38
|
Adds GetAllUsers to the UserService and converts the call in the UserController (and removes the need for User model mapper as we just use auto-mapper now). U4-2720 Add a get all users method to the UserService
|
2013-08-26 11:26:58 +10:00 |
|
Shannon
|
59a8e03c79
|
Got further with pre-value editors and strongly typed stuff, got the pre-value editor for drop down list working and saving array objects. Now need to wire that up to the editor but think i need to change how the drop down list displays it's values.
|
2013-08-23 18:10:32 +10:00 |
|
Shannon
|
ad4ebe3755
|
Updated a lot more of the pre-values stuff and the data type editor, updated lots more of the dropdown property editor and now have serialized/deserialized values working for pre-values. Now just need to finish off the pre-value field for the drop down list.
|
2013-08-22 18:38:57 +10:00 |
|
Shannon
|
e463faa943
|
Got the template drop down working with the dropdown property editor which allows some config.
|
2013-08-22 15:48:32 +10:00 |
|
Shannon
|
7df641cf2b
|
Got Data Type Creation working. Need to look at fixing up the issues with creating content/media tomorrow.
|
2013-08-20 18:10:19 +10:00 |
|
Shannon
|
b901ae3269
|
Updated the data type controller post method and moved validation, etc... over to a filter, updated data type tree with the create menu action to launch into a blank element.
|
2013-08-20 17:25:17 +10:00 |
|
Shannon
|
ddef2cc7ff
|
Got validation working properly with pre-values, updated the content editing helper to be more generic and work with different editors like the data type editor that supports umb-property.
|
2013-08-20 16:02:10 +10:00 |
|
Shannon
|
949748a7f7
|
Added some overloads to the data type service to be able to save data types + pre-values in one transaction, and also to be able to update pre-values (before we could only insert). Got the data type editor now validating and saving values back to the db. Updated the content views (content/media) to have a correct form structure with ng-submit working.
|
2013-08-20 14:44:59 +10:00 |
|
Shannon
|
a29706b5ce
|
Updated the model mappers to include the pre-value value which is now wired up to the display, now just need to get the data type's persisting.
|
2013-08-20 11:33:41 +10:00 |
|
Shannon
|
e783b35a3a
|
Updated the data type controller to return the correct data for the editor, including more models and model mappings.
|
2013-08-19 17:39:50 +10:00 |
|
Shannon
|
78e836025b
|
Fixes EntityController to have a correct model mapper and removes invalidly named 'map' method. Removes the key from entity since we don't need it. Added some notes to the controller since we have to implement security for the results.
|
2013-08-19 16:49:07 +10:00 |
|