Shannon
|
bad4d0c6e6
|
fixes merge issues
|
2013-10-02 09:30:53 +10:00 |
|
Shannon
|
59196020bb
|
Fixes up content controller move/copy actions
|
2013-10-01 10:04:07 +10:00 |
|
perploug
|
bd3cdd83f6
|
WIP: adds move and copy methos to content contoller
|
2013-09-30 23:34:07 +02:00 |
|
Shannon
|
a3d674f574
|
Updated the saving model and validator inheritance chain to better support members, have the members editor display data and posting/validating data - now need to get the correct fields being displayed and the correct tab/layout but coming along very nicely!
|
2013-09-27 16:59:38 +10:00 |
|
Shannon
|
82c784d560
|
Most of the member tree working, have the member editor rendering data
|
2013-09-27 15:19:39 +10:00 |
|
Shannon
|
6cf689220e
|
Fixed up the log controller & models (based on feedback http://bit.ly/1h6KiJf )
|
2013-09-27 09:25:08 +10:00 |
|
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
|
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
|
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
|
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 |
|
perploug
|
d004d529b7
|
New dashboard using angular
|
2013-08-30 10:17:46 +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
|
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
|
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
|
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
|
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 |
|
perploug
|
6df9a912f0
|
Adds keyboard.service for hotkeys, final contentpicker
|
2013-08-16 13:13:46 +02:00 |
|
Shannon
|
4a8026c902
|
Got the Date and Date/Time new property editors created, fixed up a few date casting issues with data. These editors 'should' be compatible with the previous legacy date/datetime editors, just need to test it.
|
2013-08-14 20:08:45 +10:00 |
|
Shannon
|
3e675ff2cc
|
Converted over pre-value config to be a dictionary, not an array. To do that I needed to create a new PreValueCollection object which encapsulates support for legacy (array based) pre-vals which get converted to a dictionary and newer dictionary pre-vals... which we will now require because we'll support pre-value overrides eventually. Fixed up the mapper unit tests and added other unit tests.
|
2013-08-14 19:24:20 +10:00 |
|
Shannon
|
2e2229e388
|
Created a sortable directive to share the markup between content and media and got media sorting done too.
|
2013-08-13 17:48:56 +10:00 |
|
perploug
|
5a435523ed
|
merge
|
2013-08-12 15:26:31 +02:00 |
|
perploug
|
e825c08901
|
Added events.Service and xmlhelper.service
|
2013-08-12 15:17:34 +02:00 |
|
Shannon
|
c3e773b598
|
Wires up release and expire dates to be persisted, template is wired up but need to get the picker rendering.
|
2013-08-12 16:45:00 +10:00 |
|
Shannon
|
8525468312
|
Get the generic property tab rendering properly with a url list as well.
|
2013-08-12 15:57:54 +10:00 |
|
Shannon
|
1e2af42ce6
|
Ensures internal generic properties are all wired up in c# and fixes up the boolean editor, adds templatepicker html file so that something is rendered and there are no js errors.
|
2013-08-12 14:16:45 +10:00 |
|
Shannon
|
437f2dc588
|
Added more security checks to the content controller
|
2013-08-09 18:04:44 +10:00 |
|
Shannon
|
cbc841301b
|
Got more of the sorting stuff working, started implementing much of the back office security checks in the content controller, updates some of the c# unit tests and got a self-hosted test running (but commented out currently until we can mock things properly).
|
2013-08-07 19:28:32 +10:00 |
|
Shannon
|
66fc7e91dd
|
Got the GetChildren wired up to the back end, updated the sort and list view controls to use the new resource with promises, updated unit tests to support.
|
2013-08-06 18:42:36 +10:00 |
|
Shannon
|
94a67d12ef
|
Got content/media thumbnails rendering properly even with old legacy ones (file based).
|
2013-08-06 14:15:35 +10:00 |
|
Shannon
|
66c2157bea
|
Merge remote-tracking branch 'origin/6.1.4' into 7.0.0
Conflicts:
src/Umbraco.Core/UriExtensions.cs
src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/MediaController.cs
src/Umbraco.Web/Install/UmbracoInstallAuthorizeAttribute.cs
src/Umbraco.Web/Mvc/UmbracoAuthorizeAttribute.cs
src/Umbraco.Web/Mvc/UmbracoAuthorizedController.cs
src/Umbraco.Web/Security/WebSecurity.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoContext.cs
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/WebApi/MemberAuthorizeAttribute.cs
src/Umbraco.Web/WebApi/UmbracoApiController.cs
src/Umbraco.Web/WebApi/UmbracoAuthorizeAttribute.cs
src/Umbraco.Web/WebApi/UmbracoAuthorizedApiController.cs
src/Umbraco.Web/umbraco.presentation/umbraco/developer/DataTypes/editDatatype.aspx.cs
|
2013-07-31 18:52:14 +10:00 |
|
Shannon
|
4b8fed9f06
|
Started converting content model mapping over to use AutoMapper to fix the composite tabs/properties. New unit tests for the mapping as well.
|
2013-07-25 15:31:26 +10:00 |
|
Shannon
|
118f9b02e2
|
Fixes: U4-1027 Media Sort Usability -> changed the sorting to use Web API instead of asmx web service.
|
2013-07-25 12:29:41 +10:00 |
|
Shannon
|
5dc43e99fa
|
Got media controllers working just like content, have tried to share as much code as possible between them. Can probably do a bit better but there's minimal code replication.
|
2013-07-23 18:55:31 +10:00 |
|