Matteo Piovanelli

Results 47 issues of Matteo Piovanelli

Just installed the toolkit with `pip3 install 'gdtoolkit==3.*'` Launched `gdformat --diff .` in the project folder. I get this output in my terminal: ``` Traceback (most recent call last): File...

bug
help wanted

https://github.com/hernansartorio/jquery-nice-select/blob/bdbb74f72ca10153f7788a8d9ff8786c23db3f3c/js/jquery.nice-select.js#L126 When the library should update the option for the original selected, it fails to do so if the value is interpreted by js as something other than a string....

https://github.com/OrchardCMS/Orchard/blob/e9244980a4fd9d219ae2f4f91d92de74485a9254/src/Orchard.Web/Core/Contents/Drivers/ContentsDriver.cs#L19 Because of the changes in https://github.com/OrchardCMS/Orchard/commit/332a2676dddf0a08458d287f48d0feaa1bd82eea (ref #6388) a user with the ManageUsers permission who doesn't have the permission to publish User ContentItems (e.g. through the permission to Publish...

https://github.com/OrchardCMS/Orchard/blob/074a0b140d3fd054ea606f760c37aa9ff2192a53/src/Orchard.Web/Modules/Orchard.Modules/Recipes/Executors/FeatureStep.cs#L54-L61 Tested this in a recipe (i.e. not from import/export). The case is that in the same step we have both features to disable and features to enable, so in...

ref: #8298 (@GiuseppeMusso-Laser @HermesSbicego-Laser @sebastienros ) I think there is an issue in how we are using/editing the values in `EnumerationField`. The possible values that a user can select are...

Some tokens that would be nice to have for taxonomies and terms (TaxonomyField): - find the parent term N "levels" up with respect to the ith selected term - what...

Creating a new Menu goes through the "normal" AdminController for contents. That implies that to create a menu, a user must have a CreateContent Permission (or the "specific" version from...

https://github.com/OrchardCMS/Orchard/blob/0a411994516f211c87783dd84f6642fde887fc2c/src/Orchard/Mvc/AntiForgery/AntiForgeryAuthorizationFilter.cs#L33 "Anti forgery token is meant for user “” but the current user is “username”" It's pretty easy to generate this exception. Open the logon form to a tenant on...

@HermesSbicego-Laser and I have been stressing and tuning a few things, as you might have guessed by our recent issues and prs. That involved running several parallel users creating, updating...