Paolo Cuffiani

Results 15 issues of Paolo Cuffiani

This repository lacks of some community guidelines.

mainteinance

This PR uses `phpdbg` to generate coverage in place of PCov, which requires a clobber. Additionally, Composer autoloader and authoritative classmap is dumped before running unit tests to catch usages...

Type - Task
Priority - Normal
Topic - Code Quality

This PR updates jQuery and jQuery UI to the latest available versions at the time of this writing: 3.6.0 and 1.12.1 respectively. This change is aimed to upgrade the libraries...

Type - Task
Topic - Plugins
Priority - High

In many scenarios it could be useful to validate data passed to an action. We should add a validation step to `BaseAction` to make it easier for child classes to...

Type - Enhancement
Priority - Normal

OAuth providers should: - [x] be updated in order to handle the currently supported API versions - [x] be able to assign the created users to a set of specific...

Type - Enhancement
Priority - Normal
Topic - Authentication

In some cases it might come in handy to give users the ability to print BEdita objects. A print view is therefore needed. I see that an implementation of print...

Type - New Feature

When saving a multimedia of type video, if embed code is provided, it should be validated. Failing to do so might result in malformed HTML code that breaks the whole...

Type - Bug
Priority - High

When deleting or updating an Annotation, it might happen that the related object's cache becomes obsolete without being invalidated. This happens because many models have `Annotations` amongst their `frontend` model...

Type - Question

When saving an object, its tree position is not correctly indexed by custom indexer models. Custom indexer models act in place of `SearchText` model, which is bound to `afterSave` event...

Type - Bug
Topic - Database
Priority - High

When a category is saved or deleted, all objects related to that category should have their cache invalidated in order to ensure consistency in data.

Type - Bug
Topic - Core
Priority - High
Topic - Performance