Results 34 issues of Alan Płócieniak

Once this variable ![image](https://user-images.githubusercontent.com/6848691/182397880-bf9ca279-7cfc-4b14-bf41-555ceaffcd72.png) 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...

bug
area-user-interface
area-security

We need a way to generate resource files aka **items as resources** for SPE.

-release-highlight

### 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 @...

bug
area-user-interface

### Expected Behavior No errors, I can run scripts in ISE. ### Actual Behavior ![image](https://user-images.githubusercontent.com/6848691/47618939-1206e400-dad9-11e8-9ca3-52ce7bb10ee2.png) ``` 23984 17:35:21 ERROR Application error. Exception: System.Web.HttpUnhandledException Message: Exception of type 'System.Web.HttpUnhandledException' was thrown....

bug

Just an idea. Feel free to burn/remove it. I need to clean up my local to-do list 🤭

improvement
area-platform
area-user-interface

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) ![image](https://user-images.githubusercontent.com/6848691/32441177-a9d4f2c8-c2f6-11e7-8688-99e8619af520.png) We could solve...

bug
impact-limited-sitecore-9

### Expected Behavior When I execute a script with interactive commands like `Write-Progress` after it finishes I want to see ![image](https://user-images.githubusercontent.com/6848691/33603642-834ab5e2-d9b3-11e7-8e99-e90a74a32dc6.png) ### Actual Behavior There are cases when the latest...

area-user-interface
stale

### Expected Behavior My Web API response returns a well-formatted JSON response ![image](https://user-images.githubusercontent.com/6848691/39178727-bd3304d6-47b2-11e8-9486-0ba6f3708573.png) ### Actual Behavior For some reason, if a "single line" in response exceed 200 characters, a line...

bug
area-remoting
stale