Alan Płócieniak
Alan Płócieniak
Once this variable  will be removed we will get an error/exception causing failure the `PsSitecoreItemProvider` (it won't run `InitializeDefaultDrives`) thus custom `Sitecore` provider won't be properly initialized.
### Expected Behavior No XSS ### Actual Behavior XSS ### Steps to Reproduce the Problem ```powershell $item = gi -path '/sitecore/content/Home' $item.Title = 'alert(1)' $item | Show-ListView -Title "Test" -Property...
We need a way to generate resource files aka **items as resources** for SPE.
### Expected Behavior I am able to export entries from ListView ### Actual Behavior Nothing happens, error on the console ``` SpeShared.js:45 GET https://sxa/-/script/handle/90C7CC3243904A229C9E1C7556E6B93E 401 spe.DownloadReport @ SpeShared.js:45 eval @...
### Expected Behavior No errors, I can run scripts in ISE. ### Actual Behavior  ``` 23984 17:35:21 ERROR Application error. Exception: System.Web.HttpUnhandledException Message: Exception of type 'System.Web.HttpUnhandledException' was thrown....
Just an idea. Feel free to burn/remove it. I need to clean up my local to-do list 🤭
Pipelines grouping in **Sitecore 9.0** do not respect old patches, thus `Cognifide.PowerShell.VersionSpecific.Integrations.Pipelines.PageEditorNotificationScript, Cognifide.PowerShell.VersionSpecific` processor will not be used in Sitecore 9.0. Notice additional level (`group` node)  We could solve...
### Expected Behavior When I execute a script with interactive commands like `Write-Progress` after it finishes I want to see  ### Actual Behavior There are cases when the latest...
### Expected Behavior My Web API response returns a well-formatted JSON response  ### Actual Behavior For some reason, if a "single line" in response exceed 200 characters, a line...