I am looking for a package which help me doing following thigs
To see if there is a setting in recycle bin using which we can see different activities in the recycle bin such as -
The location of item in recycle bin
How long has it been in recycle bin
I found one here but is there anyone who already used this one
https://our.umbraco.org/projects/collaboration/recycle-bin-manager/
System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type.
at System.Net.HttpWebRequest.CheckProtocol(Boolean onRequestStream)
at System.Net.HttpWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)
at System.Net.Http.HttpClientHandler.StartGettingRequestStream(RequestState state)
at System.Net.Http.HttpClientHandler.PrepareAndStartContentUpload(RequestState state)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Umbraco.Web.Scheduling.ScheduledTasks.<GetTaskByHttpAync>d__9.MoveNext()
2016-06-22 13:54:19,782 [71] INFO Umbraco.Web.Scheduling.ScheduledTasks - [P4892/T65/D22] recycleBinManager has been called with response: False
I created this package a few years ago to address an issue with a website I managed. I have not maintained the code since then and so am not surprised it doesn't work in V7.
This package runs in the background and uses API calls to delete items in the recycle bin.
In terms of the functionality you ask about, this is really Umbraco core code functionality and as such, would need to be submitted to Umbraco for consideration (I think the ideas you have a good ones...)
Recycle bin manager
Hi All
I am looking for a package which help me doing following thigs
To see if there is a setting in recycle bin using which we can see different activities in the recycle bin such as - The location of item in recycle bin How long has it been in recycle bin I found one here but is there anyone who already used this one https://our.umbraco.org/projects/collaboration/recycle-bin-manager/
Manish
This package is not working for umbraco 7.2.8.
From log
Manish
Hi Manish
I created this package a few years ago to address an issue with a website I managed. I have not maintained the code since then and so am not surprised it doesn't work in V7.
This package runs in the background and uses API calls to delete items in the recycle bin.
In terms of the functionality you ask about, this is really Umbraco core code functionality and as such, would need to be submitted to Umbraco for consideration (I think the ideas you have a good ones...)
Sorry I can't be of any real help.
Nigel
Ok Nigal
is working on a reply...