perploug
|
5b6fd83f21
|
merge
|
2013-10-24 15:25:59 +02:00 |
|
Shannon
|
8d724ff2f7
|
Completes: U4-3040 Create UmbracoHelper methods for querying real tags on the front-end and creates new TagQueryContext
|
2013-10-24 13:31:10 +11:00 |
|
Shannon
|
3f5fdf840a
|
Completes: U4-3212 Support unlocking a member, also fixes quite a few other issues regarding the membership provider properties of the content type.
|
2013-10-22 17:36:46 +11:00 |
|
Shannon
|
2243452261
|
Completes: U4-3089 fix membership provider to be able to change email address
|
2013-10-22 11:24:56 +11:00 |
|
Shannon
|
4427554752
|
Completes: U4-3085 member editor should automatically generate a password for new users
|
2013-10-22 09:45:07 +11:00 |
|
perploug
|
35a03a1e58
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
|
2013-10-21 14:29:19 +02:00 |
|
perploug
|
00690d011a
|
listview localization serverside
|
2013-10-21 14:28:05 +02:00 |
|
Shannon
|
d8ff1e97b3
|
Fixes: U4-3206 MemberService doesn't generate xml for a member
|
2013-10-21 17:57:36 +11:00 |
|
Shannon
|
49df332734
|
Completes: U4-3194 member editor needs group/role support
|
2013-10-21 17:02:33 +11:00 |
|
perploug
|
a39d41b1b7
|
adding media move dialog and support for media containers
media containers are disabled currently for UI reasons
|
2013-10-20 23:36:26 +02:00 |
|
Shannon
|
6cca01718d
|
Updated changepassword property editor to be able to be more re-used, now using it for the back office user change password which configures itself based on the membership provider configured for the user provider. now to wire it all up.
|
2013-10-16 17:51:48 +11:00 |
|
Shannon
|
8d9f741a6a
|
Working on user timeouts - now have the user timeout time being nicely tracked in the back office with a bit of injector magic both on the client side and the server side with filters. Now to wire up the call to get remaining seconds if a request hasn't been made for a specified amount of time, then we can add UI notification about timeout period.
|
2013-10-15 18:46:44 +11:00 |
|
Shannon
|
b9975ad1f5
|
Gets password resetting working and displaying the generated one in the UI.
|
2013-10-11 12:25:10 +11:00 |
|
Shannon
|
f9319c0db9
|
Lots more work done with members mostly around passwords and membership provider - can't yet update your password but it's close
|
2013-10-10 20:56:30 +11:00 |
|
Shannon
|
b512376c5c
|
more member editor updates
|
2013-10-10 18:46:28 +11:00 |
|
Shannon
|
0856173c9c
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0
|
2013-10-10 13:41:11 +11:00 |
|
Shannon
|
98832357bf
|
Lots of work on the member editor - creates new email address prop editor, allows text prop editor to be required based on config, fixes the section directive bug, creating change password prop ed, streamlines more of the services layer to ensure that the things that need to be public are public
|
2013-10-10 13:41:06 +11:00 |
|
perploug
|
1e6b80e45e
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
|
2013-10-09 15:10:51 +02:00 |
|
perploug
|
de14a6dad7
|
labels for localization support
|
2013-10-09 15:07:09 +02:00 |
|
perploug
|
2d3cf3da23
|
section mapper
|
2013-10-09 15:04:30 +02:00 |
|
Shannon
|
2b2cf48fdb
|
Implements HideLabel for property editor value editors for both c# and manifest declarations.
|
2013-10-09 16:06:07 +11:00 |
|
Shannon
|
858135175e
|
Completes: U4-2956 Update all services with correct public methods/properties
|
2013-10-09 15:21:01 +11:00 |
|
Shannon
|
febff1560e
|
Added member type controller and resource, started getting creating members dialog working.
|
2013-10-08 17:49:40 +11:00 |
|
Shannon
|
6cec665f7d
|
Renames the PropertyValueEditor converter methods to be inline with the new converter method names
|
2013-10-08 10:58:47 +11:00 |
|
Shannon
|
2c88c7c971
|
Fixed up content tree to check for IsContainer with the new entity AdditionalData, fixes up the AddContainerView to be part of the ContentModelMapper.
|
2013-10-01 21:12:32 +10:00 |
|
perploug
|
5a757f129c
|
Implements doctype container
|
2013-09-30 23:33:27 +02:00 |
|
perploug
|
ca56539c65
|
Fixes U4-2980 - tabs not in the right order
|
2013-09-30 13:18:34 +02:00 |
|
Shannon
|
42f9427e24
|
ignores the built in member properties for now, adds more logging to Resolution to try to figure out the underlying problem.
|
2013-09-30 15:42:29 +10: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
|
1901351f3a
|
Changes the property convert to log errors when it cannot find a property editor - this means that packages can still install
|
2013-09-25 21:35:24 +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
|
ccf3442992
|
Getting the macro picker dialog working slowly.
|
2013-09-18 17:31:41 +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
|
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 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02: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
|
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
|
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 |
|