Commit Graph

1035 Commits

Author SHA1 Message Date
diachedelic
2ef48a3355 Added required mocks to run the backoffice in dev mode 2013-11-02 16:34:40 +11:00
diachedelic
1c7609d5e0 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-11-02 14:14:03 +11:00
perploug
998bc73a90 version number change in pakcage.json 2013-11-01 12:29:12 +01:00
perploug
1533acc219 placeholder error color 2013-11-01 12:28:06 +01:00
perploug
04e6e43fee tree reload current node 2013-11-01 12:27:52 +01:00
perploug
7e7d93c815 Adds missing clientmngr methods 2013-11-01 12:27:37 +01:00
perploug
68f2396ff5 Changes unpublished to lower opacity instead of color
gives better indication of state in tree, when selected
2013-11-01 09:51:55 +01:00
perploug
76e8b4871b Fix: cant move/copy to root 2013-11-01 09:42:10 +01:00
perploug
520ee92b4f Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-11-01 09:28:45 +01:00
perploug
e671300dc0 Move and copy dialog treee sync 2013-11-01 09:28:26 +01:00
perploug
31c7af1737 Tree syncing optimized
Tree now syncs new trees, and also takes the delayed tree-load + iframe
loading into account on legacy editors.
2013-11-01 09:28:12 +01:00
Shannon
60c4d670da Fixes: U4-3294 When creating new content and there are validation errors we don't redirect to edit the content, instead validation errors are displayed and we create another item 2013-11-01 13:54:42 +11:00
Shannon
c1ad4aa560 Starts fixing: U4-3294 When creating new content and there are validation errors we don't redirect to edit the content, instead validation errors are displayed and we create another item 2013-11-01 12:23:37 +11:00
Shannon
7dc4cb7962 Removes 'propertyeditors' package folder from UI.Client project 2013-11-01 12:13:19 +11:00
Shannon
19a1ca64f6 Fixes tree cache - fixes the unit tests associated with the tree cache so they run properly, tree cache can now be cleared by section, by key, by both or all. There's no longer a default cache key since we don't want to cache things when not needed. ONLY the main trees are now cached, tree pickers and dialog trees should never be cached since tree structures change all of the time (i.e. by other users, changing node names, etc...). The tree-picker directive also had a cache which meant that anyone using that directive would end up with the same cache. 2013-11-01 11:35:48 +11:00
Shannon
65db15487e Removes UI logic for installation detection, need to move this all to the UmbracoModule - then back port to 6.2 2013-11-01 09:25:19 +11:00
perploug
e97bb0b354 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-10-31 12:44:47 +01:00
perploug
72c173dbee Fixes: U4-2690 data type editor, makes 2 requests for the initial load 2013-10-31 12:44:35 +01:00
perploug
7e0e84ae21 fixes: non-configured install doesnt redirect
Adds install info to servervars, adds information to login screen about
going to the installer
2013-10-31 12:44:11 +01:00
Tim Geyssens
453769b1e7 Some styling for related links prop editor 2013-10-31 11:28:38 +01:00
Tim Geyssens
2b9211c56d Work on related links prop editor 2013-10-31 10:10:51 +01:00
Tim Geyssens
a79132e922 Member groups picker prop editor is working 2013-10-31 09:29:06 +01:00
Tim Geyssens
adcf09c99b Work on member group picker, allows multiple selection 2013-10-31 09:22:06 +01:00
Shannon
523c48d4fd Nearly have send to publish working, it's all wired up in the UI to the controller, just need to implement the logic. 2013-10-31 18:17:30 +11:00
Shannon
90c62bddd9 Fixes security check on content controller for the correct publish letter. Adds cache listeners to the MacroService. Ensures the status message is cleared when a form is reset. 2013-10-31 17:22:10 +11:00
Shannon
719b777188 fixes js tests 2013-10-31 16:57:15 +11:00
Shannon
1ead3f9b6a Updated the content display model to pass in a list of the allowed actions (using the letter of the permission). We then dynamically generate the action buttons on the content editor based on what the user is actually allowed to do and the current state of the content. Fixed up some content saving validation for Create + Publish at the same time, since we never allowed that behavior before we now have to check for both permissions during this one execution. Updated the Unpublish method to check for publish permissions - unpublish is an action but it is not permission assignable, you can only unpublish if you can publish. Fixes the user session timeout display timer. 2013-10-31 16:51:08 +11:00
perploug
bfbed0249e moves the label switch a bit up the controller 2013-10-30 23:02:50 +01:00
perploug
ea38f7a998 Ensures folder browser doesnt allow upload on creation 2013-10-30 22:33:36 +01:00
perploug
b704220133 Enable upload drag/drop message on folder browser 2013-10-30 22:16:51 +01:00
perploug
67903d7590 Publish button changes label depending on publishing access
Needed for the switch between send to pub and save and pub. So the
controller on the server handles the rest, same method called ideally
2013-10-30 22:16:31 +01:00
perploug
00f8472cfc Adds permission checks to contentResource 2013-10-30 22:12:13 +01:00
perploug
db1ae58f96 relative image detection, solves tree icon bug 2013-10-30 22:11:29 +01:00
perploug
d981058498 Content name directive auto-focus fix 2013-10-30 22:10:46 +01:00
perploug
81d2aac0d2 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-10-30 19:35:02 +01:00
perploug
00d0d5e046 picker tweaks 2013-10-30 19:34:12 +01:00
perploug
b0b785954f Dashboard iframe sizing 2013-10-30 19:33:36 +01:00
gildebrand
cf1cbb5f94 Changed spelling of Wonderful to the correct one 2013-10-30 15:15:39 +01:00
Tim Geyssens
7f56c79a8d Member group picker prop editor, almost got it working 2013-10-30 13:56:29 +01:00
Tim Geyssens
69e445239a Updates member group picker dialog 2013-10-30 13:47:54 +01:00
Tim Geyssens
21f0e60061 More member group picker WIP 2013-10-30 13:41:29 +01:00
Tim Geyssens
8b5eefafdb Some more member group picker WIP 2013-10-30 13:33:55 +01:00
Tim Geyssens
54e4866325 More work on member group picker 2013-10-30 13:19:10 +01:00
Tim Geyssens
4f79b8bf45 Updates video dashboards to show chapters 2013-10-30 13:03:52 +01:00
perploug
451004d45e Picker fine-tuning 2013-10-30 10:54:47 +01:00
perploug
e5879a4c70 Macro container 2013-10-30 10:54:23 +01:00
Shannon
bb5dad8c1d Removes user timeout timer to do digests, now just has it's own internal clock and the countdown timer will count for itself and only digest it's own scope, this is heaps better for performance. 2013-10-30 18:57:43 +11:00
Shannon
5c7f551015 Creates a re-usable dropdown/multilist for any type of Entity that uses the entityResource, so now user picker, property type (+ multiple) param editor, content type (+multiple) param editor all use this. Fixes: U4-3268 UserPicker doesn't actually persist a value 2013-10-30 18:14:16 +11:00
Shannon
35f842f7ba Content type and multiple content type parameter editors completed. 2013-10-30 16:53:53 +11:00
Shannon
e4f8f6ebd5 Fixes macro parameter form validation, adds the number parameter editor, updates the parameter editor mapping, adds more fixes to the number fixer and changes the integer property editor to use a type='number' 2013-10-30 15:45:16 +11:00