Shannon
6d8ffb903f
Ensures events for deleting, trashing and unpublishing are done using the event messages, updates UI to support showing these messages in the list view, Since we cannot change the
...
method results on a service, we've created a new temporary service that we will explicitly implement with an extension method to get it. This is temporary until v8 where we will just replace
the original methods on the service with these methods and then remove this class.
2015-07-29 15:12:12 +02:00
Shannon
926ea54c39
Developers can cancel an event with the CancelOperation method of the event with a custom message which will be used in place of the normal default cancellation message
2015-07-27 18:04:20 +02:00
Shannon
293568228c
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-07-24 12:13:31 +02:00
Shannon
aa08a4ca37
Gets the messages being pumped out to the UI. Updates the ContentService and MediaServices to have a SaveWithStatus in order to determine the response, we'll need to update most of the methods to also have this OperationStatus. Now messages can be added to the UI for Saving & publishing for media and content services, we'll need to update more to support everything.
2015-07-24 11:44:09 +02:00
Sebastiaan Janssen
abf8777b0a
U4-6867 UmbracoLog wrongfully logs unPublish event with user ID 0
...
#U4-6867 Fixed Assignee: Unassigned
2015-07-24 11:02:13 +02:00
Shannon
08ff284121
adds test to ensure the service level can remove a scheduled publish date, obsoletes method: GetHasPermission
2015-06-18 09:44:16 +02:00
Shannon
425df19c5c
adds long overloads to interfaces
2015-05-04 14:36:46 +10:00
Shannon
fd07dcccb7
Reverts the 'special property' for list views as that is no longer required.
2014-09-18 09:48:08 +10:00
Shannon
102b97fa82
streamline repo's get by paged results to have a zero based index for page index/number. Refactors member repo to use the same queries as content/media (U4-5469) this should save a lot of perf
2014-09-16 23:21:27 +10:00
AndyButland
274e2c18e1
Added checks to ensure if paged requests for content are made they have valid page parameter values
2014-08-24 23:37:10 +02:00
AndyButland
817d5aab0d
Moved list view filter to repository, so can be applied with a database query
2014-08-13 20:02:51 +01:00
AndyButland
dc32138006
Set up database level paging for retrieving child content for list view
2014-08-12 08:15:43 +01:00
Shannon
2ede32fe70
minor change, using non obsolete user id
2014-05-28 12:39:12 +10:00
Shannon
49c8313c9e
Fixes: U4-3638 - U7 - Preview mode seems permanent and shows incorrect content on front of website, when using same browser as admin login
2013-12-12 17:30:27 +11:00
Shannon
38c1669e57
Gets content items that are children of listviews to query for their affiliated tree-node and display the action menu.
2013-12-12 13:27:33 +11:00
Shannon
9819318060
Fixes up the auth http post
2013-12-11 18:53:00 +11:00
perploug
da3269e970
Fixes: U4-3426 Can't delete any contentnode, media, document type or template from back end, Umbraco 7.0.0-RC
...
Replaces $http.delete with $http.post enables httppost on the
server-side, its not the best solution, but has way fewer unknowns then
adding extensive VERB and origin support in the web.config
2013-12-06 13:12:18 +01:00
Shannon
0d1cf872d3
Fixes WebApi issue with creating HttpResponseMessage manually - this shouldn't be done and we'll end up with very strange YSODs
2013-12-04 17:05:05 +11:00
Shannon
03a606432a
Fixes: U4-3695 Events does not fire
2013-11-26 13:34:51 +11:00
Shannon
6d1ba5a823
Fixes: U4-3625 List view filtering is not enabled on media and adds debounce
2013-11-21 15:52:40 +11:00
perploug
94bbcb98a6
adds filter to getChildren
2013-11-20 10:24:45 +01:00
Shannon
4545af0a21
Boom! container nodes work for both media and content, fixes:
...
U4-3540 When creating a Container type node - the list view shows all children of the item it's being created underneath
U4-3541 media tree is not catering for container types
2013-11-15 16:56:51 +11:00
Shannon
f1d837dfd1
fixes: U4-3539 Cannot set a scheduled publish at date/time gives a warning message
2013-11-15 12:46:55 +11:00
Shannon
b6dcbc83e4
Nearly got the whole nav.ui stuff taken care of, have most of the correct objects in appState, fixed up tree syncing with move dialog, fixed up state handling of the currently selected node, removed setting the navigationController's scope from within the navigationService (?), still some more stuff to clean up.
2013-11-14 18:50:31 +11:00
perploug
e671300dc0
Move and copy dialog treee sync
2013-11-01 09:28:26 +01:00
Shannon
acb2e58a5c
Completes: U4-3067 Send to publish not implemented
2013-10-31 18:28:02 +11: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
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
00f8472cfc
Adds permission checks to contentResource
2013-10-30 22:12:13 +01:00
Shannon
2243452261
Completes: U4-3089 fix membership provider to be able to change email address
2013-10-22 11:24:56 +11:00
perploug
4b5284fd7b
fallback in case on no children on listview
2013-10-21 14:27:46 +02: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
e2e40a3356
Fixes content service publishing status when parent isn't published, fixes listview to properly have selected checkbox (ng-checked is not supposed to be used), fixes the pre-check if nothing is actually selected before performing bulk operations - U4-3149
2013-10-15 14:11:28 +11:00
Shannon
52aac5ba10
Ok, got members creating so long as the umbraco membership provider is being used - otherwise currenlty you'll get a ysod saying we don't support that. Now to get updating working.
2013-10-10 17:44:56 +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
2b76d4b22d
Adds publishById method to contentController
2013-10-09 15:05:27 +02:00
Shannon
128cceaf91
Fixes: U4-3045 Can't empty recycle bin with unit tests
2013-10-09 17:32:13 +11:00
Shannon
858135175e
Completes: U4-2956 Update all services with correct public methods/properties
2013-10-09 15:21:01 +11:00
Shannon
8b358da2f0
Creates big thumbnail proxy on the MediaController, now to wire it up with the folder browser and upload controls
2013-10-08 15:58:37 +11:00
Shannon
d0cd8ba346
Moves GetPath to EntityController and entityResource since all entities can have a path not just content.
2013-10-08 10:55:47 +11:00
perploug
ec4eeb5de6
tree syncing
2013-10-07 10:09:03 +02:00
perploug
5060dab7a5
adds getpath to contentController
2013-10-04 14:01:07 +02:00
perploug
418a29cbbf
Odd, missing config files crashed the site
2013-10-04 11:18:57 +02:00
perploug
0b907d4ae3
more work on link picker, added dialog service and views
2013-10-04 10:53:07 +02:00
perploug
95f120e98f
Unpublishing button on the content editor
2013-10-03 22:18:44 +02: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