Shannon
2feef247ed
Fixes: U4-3562 Cannot preview when no template is assigned
2015-03-17 19:31:46 +11:00
Shannon
0380b04b03
fixes breadcrumb on content/media, ensures a request to load it doesn't happen if there is no parent, ensures that the full breadcrumb is shown and in the right order and ensures that the breadcrumb class is not added if there isn't one so the margins on the buttons work better.
2015-01-30 11:07:47 +11:00
Shannon
8388ec12cd
Ensure preview button is not shown when the content is being created
2014-10-21 10:34:52 +10:00
Shannon
51061e10a9
Gets the 'return to list' button working for all content types
2014-09-19 11:52:13 +10:00
Shannon
7422238087
Merge branch 'AndyButland-u4-4972' into 7.2.0
...
Conflicts:
src/Umbraco.Web/Editors/MediaTypeController.cs
2014-09-10 15:35:57 +10:00
AndyButland
964e18b84f
Set up return to list button for list view children that on click returns to the list with the last viewed page restored
2014-07-30 23:14:24 +02:00
antoine
8cda6e4062
Tuning panel include in preview mode
2014-05-14 14:51:58 +02:00
antoine
a00e5d54aa
rename tuning project without usky
2014-05-13 12:50:48 +02:00
Shannon
ab586a49ce
Fixes: U4-4508 Save causes content to vanish in IE
2014-03-25 10:44:55 +11:00
perploug
dfaa15c6e7
Directive cleanup + button event js errors fix
2014-03-06 12:28:36 +01:00
perploug
45c7699a33
Footer breadcrumb navigation
2014-02-17 16:17:09 +01:00
perploug
15b55f2b36
Fixes: U4-3631 Disable preview button when there is no template assigned, since there is nothing to preview then...
2013-12-09 14:17:51 +01:00
perploug
04ccbdde4d
Dims buttons during action to prevent multiple saves
2013-11-28 13:06:19 +01:00
perploug
a9dd33908c
Fixes missing header validation
2013-11-18 10:48:33 +01:00
perploug
d6f9d23626
merge
2013-11-14 14:12:49 +01:00
perploug
132b1f305a
moves context action execute to navigationService
2013-11-14 13:11:03 +01:00
Shannon
9027b41ded
made syncTree method on handler return a promise so we can do somethnig with it after (it still raises an event). Updates all editors to assign a currentNode to their scope when syncTree is complete, now that gets assigned to the umboptions which is now decoupled from nav.ui.
2013-11-14 16:59:08 +11:00
Shannon
43f001280e
slowly getting the tree node model decoupled from being passed in to menu actions, updated more of the appState and clarified a few things, created a new umboptionsmenu directive to be used for the options drop down on editors
2013-11-14 16:09:53 +11:00
Shannon
ac15e84324
refactored out the global 'ui.currentSection' to use the appState service.
2013-11-13 15:20:13 +11:00
perploug
c4a0e1e923
changes options to actions
2013-11-12 19:01:24 +01:00
perploug
7a31ba0de7
merge
2013-11-07 18:14:53 +01:00
perploug
242b755b1a
Tabs overflow
2013-11-07 17:48:54 +01:00
Anders Stentebjerg
fa0b3ddab9
Set focus on pageName
2013-11-07 16:30:14 +00:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
perploug
937bda9c16
select on focus directive
2013-11-07 17:11:32 +01:00
Anders Stentebjerg
2b3a9a0b8f
U4-3449 Polish UX so it matches grid
2013-11-07 16:04:07 +00:00
perploug
8b879183ba
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-07 16:05:43 +01:00
perploug
0f424d314f
Changes editor header editor to input:text
2013-11-07 16:05:22 +01:00
Shannon
29cf9ae46a
Changes all references of navigationService.ui.currentTreeNode to be navigationService.ui.currentNode since that was what has existed previously, now suddenly we have 2 references to current tree node - I'm 99% sure that we only want one reference and currentTreeNode seems to have been added later and isn't declared properly on the nav service.
2013-11-07 17:32:06 +11:00
perploug
51c459d654
Fixes placeholder label overriding name label
2013-11-05 12:38:01 +01:00
perploug
d321721a5e
Fixes broken content menu items
2013-11-05 00:01:46 +01:00
perploug
e9ae2c0836
only show content options on saved content
2013-11-04 14:57:48 +01:00
perploug
136ef8f844
Adds context menu to editor and moves primary buttons
...
Buttons moved to the end of properties, but snap to bottom in case of
overflow, context menu is displayed the top instead, for faster access
to actions
2013-11-04 08:39:11 +01: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
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
5b6fd83f21
merge
2013-10-24 15:25:59 +02:00
perploug
100ab5643a
Localizing cotnent and media editors main grid
2013-10-16 20:37:12 +02:00
Shannon
937b308444
Streamlines form and form validation with new val-form-manager (replaces a couple of other directives). Fixes styling on the umb-content-name, removes the test MyPackage stuff from app-plugins.
2013-10-11 15:44:49 +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
Shannon
530f88aa11
Changes how the property and tab validation is notified about validation changes - we use a new directive on the parent form to notify child changes, this is much better for performance so we don't have multiple $watches. This also fixes the tab validation since watching $invalid on a form for some reason isn't always accurate.
2013-10-09 23:16:09 +11:00
perploug
95f120e98f
Unpublishing button on the content editor
2013-10-03 22:18:44 +02:00
perploug
51912bd50f
Fixes those resizing issues we've been having
2013-09-26 23:07:51 +02:00
perploug
0c350e9cc1
Content name directive refactor
2013-09-26 15:35:28 +02:00
perploug
623a28c158
delete fontawesome
2013-09-02 15:40:14 +02:00
perploug
eb60593815
Fxies the headline directive to actually work
2013-08-23 12:10:16 +02: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
perploug
ce7c4833f4
merge
2013-08-16 13:30:51 +02:00
perploug
a82c367db8
merge content/edit.html
2013-08-16 13:29:23 +02:00
perploug
6df9a912f0
Adds keyboard.service for hotkeys, final contentpicker
2013-08-16 13:13:46 +02:00