Commit Graph

6994 Commits

Author SHA1 Message Date
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
661bc3149f Fixes macro parameter id assignment at the repo level. 2013-09-20 13:40:32 +10:00
Shannon
6a343ef2b6 Merge remote-tracking branch 'origin/7.0.0' into 7.0.0
Conflicts:
	src/Umbraco.Web/Umbraco.Web.csproj
2013-09-20 09:58:24 +10:00
Shannon
3d3ea12aba Gets the parameter editor resolver to resolve parameter editors from: c# parameter editors, c# property editors that have been flagged as a param editor, manifest parameter editors and manifest property editors flagged as param editor. Fixes more of the macro editor. 2013-09-20 09:47:01 +10:00
Tim Geyssens
9c19f161dc List view editor: adds delete confirmation 2013-09-19 16:22:37 +02:00
Tim Geyssens
42e3a3cf2b List view editor: disable bulk actions if action is in progress 2013-09-19 16:10:31 +02:00
Tim Geyssens
da0c98e158 List view editor: small copy update 2013-09-19 16:07:18 +02:00
Tim Geyssens
f79be4ecf7 List view editor: updates progress message on bulk actions 2013-09-19 16:05:58 +02:00
Tim Geyssens
3d28db6897 List view editor: hooks in notification service 2013-09-19 16:03:42 +02:00
Tim Geyssens
d7c0e897cf List view editor: make sure delete docs get removed from the selection 2013-09-19 15:23:19 +02:00
Tim Geyssens
35f62ffa67 List view editor: makes bulk publish work 2013-09-19 15:17:21 +02:00
Tim Geyssens
03ddc14ba5 List view editor: adds stubs for bulk publish/unpublish 2013-09-19 15:11:47 +02:00
Tim Geyssens
c3c89cb577 List view editor, adds some feedback on bulk delete progress 2013-09-19 15:06:10 +02:00
Tim Geyssens
cc8c477b16 List view editor, make bulk delete work 2013-09-19 14:58:32 +02:00
Tim Geyssens
36133a3ee4 List view editor, make select all function and show bulk actions when at least 1 thing is selected 2013-09-19 14:47:08 +02:00
Tim Geyssens
2d569b40d2 List view editor, disable icon from item view since that wasn't working anyway and did strange stuff with the checkbox 2013-09-19 14:19:03 +02:00
Tim Geyssens
39fb77cf93 List view editor, removing some unnecessary labels from the row view 2013-09-19 14:04:48 +02:00
Tim Geyssens
0746a73860 List view editor, makes paging work 2013-09-19 13:48:21 +02:00
Tim Geyssens
0a11d8beda List view editor, makes error on filtering go away (content controller still need to implement filtering) 2013-09-19 13:44:56 +02:00
Tim Geyssens
d9dae1e71a List view editor, makes sorting work 2013-09-19 13:42:11 +02:00
Tim Geyssens
18c00e21ce List view editor, fixes "Duplicates in a repeater are not allowed.” error 2013-09-19 13:25:22 +02:00
Tim Geyssens
8d9fc7fad9 List view editor, make sure edit goes to correct place 2013-09-19 13:20:41 +02:00
Tim Geyssens
9162dac22a List view editor, small update to controller to make sure fetching children doesn't fail 2013-09-19 13:11:57 +02:00
Tim Geyssens
1a38e3ccb9 Oops didn't want to commit this file in preview commit 2013-09-19 13:00:56 +02:00
Tim Geyssens
b8cac519fa List view editor, make sure create passes content id 2013-09-19 12:42:54 +02:00
Tim Geyssens
a233c30f07 List view editor, make create link to correct place 2013-09-19 12:23:01 +02:00
Shannon
90fe92da82 Getting parameter editor architecture done: we can share with prop eds or create standalone in both c# and in manifest. 2013-09-19 20:17:12 +10:00
perploug
aa2f020aa4 added lisview guid - does all editors need that? 2013-09-19 11:21:59 +02:00
perploug
43bbc89a07 Removing unneeded button icons 2013-09-19 10:38:37 +02:00
perploug
ab35718e95 Listview datatype 2013-09-19 10:37:57 +02:00
Shannon
f62546a308 Adds some other macro parameters fixes up more of the macro editor, all seems to be working there now and have added validation (which never existed before :( 2013-09-19 18:36:36 +10:00
Shannon
c0a303b328 Gets macro editor working with new db changes and using new MacroService data layer 2013-09-19 17:34:57 +10:00
Shannon
ec3761baa0 Creates parameter editor manfests and resolver, updates the legacy macro editor to resolve items from here. 2013-09-19 15:33:47 +10:00
Shannon
bbd5747177 Differentiates between a property and parameter editor, though they are similar they are still different. Renames ValueEditor to PropertyValueEditor, creates new parameter editor base classes. 2013-09-19 14:55:00 +10:00
Shannon
d88221cad3 Fixes up more legacy biz logic macros 2013-09-19 14:54:00 +10:00
Shannon
1ae6aac489 Attempting to update the legacy macro business logic code to support the db structure changes. 2013-09-19 13:35:00 +10:00
Shannon
33cad8ed78 Removes the table cmsMacroPropertyType, tests install upgrade and new installs. 2013-09-19 13:05:36 +10:00
Shannon
a4717c5cb9 Creates all of the macro parameter db upgrade scripts, fixes folder browser alias 2013-09-19 12:53:12 +10:00
perploug
d673bed168 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-18 15:45:03 +02:00
perploug
4891c54ef5 Migrated the old content picker to the new dialogs 2013-09-18 15:44:50 +02:00
perploug
4dd708820f default dialog padding 2013-09-18 15:44:21 +02:00
Tim Geyssens
f09225eb48 Updates loading animation on embed rte plugin 2013-09-18 15:15:05 +02:00
Tim Geyssens
1a53334bf2 And make sure insert button only works after succesfull embed 2013-09-18 15:04:43 +02:00
Tim Geyssens
b469ed92ff Also make sure the embed rte plugin only shows resize options if provider supports it 2013-09-18 15:03:23 +02:00
Tim Geyssens
8eb07963ec Update to the embed rte plugin, adds code that makes the resize work 2013-09-18 14:52:03 +02:00
perploug
44e7a915b4 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-18 13:11:43 +02:00
perploug
82f3f5bc61 removes iframe borders 2013-09-18 13:11:29 +02:00
perploug
c5000b9656 Better click detection for closing dialogs 2013-09-18 13:11:19 +02:00
perploug
2cea746644 Updates legacy editor visuals 2013-09-18 13:11:03 +02:00