Artur Weigandt

Results 68 issues of Artur Weigandt

As stated in the spec a client-generated ID along with a request to create a rescource MUST SHOULD be an UUID. Source: http://jsonapi.org/format/1.0/#crud-creating-client-ids > Client-Generated IDs > > A server...

enhancement

SimplePie 1.6.0 was released yesterday. Because SimplePie follows SemVer it is save to use the semver caret instead of the bugfix star.

I'm running Behat as a subprocess inside a script. It looks like this: ```php $input = new \Symfony\Component\Console\Input\StringInput(sprintf( '--suite %1$s --format progress --config %2$s', $suite, $behatFile )); $output = new...

Feature

Refs #4329 Changes proposed in this pull request: - Restore original code of SimplePie to version 1.6.0 - This allows easier updates of SimplePie (optionally with Composer). - Add tests...

SimplePie :cake:

In this PR I will prepare everything for release SimplePie 1.7.0

size/S

This PR changes the code style in all classes and tests to [PSR-12](https://www.php-fig.org/psr/psr-12/). As discussed with @jtojnar in https://github.com/simplepie/simplepie/pull/734#issuecomment-1132595248 I think that after the huge changes from #722 the timing...

size/XXL

In this issue I collect the progress of the refactoring of SimplePie. This roadmap serves me as a central place for rough planning. Please note that the roadmap is only...

enhancement

Full discloser: I'm the author of the library art4/json-api-client that you are using in this project. Hi :wave: I've recently release JsonApiClient v0.10 that introduces some changes and deprecates many...

I've looked through [Redmine's CHANGELOG](https://www.redmine.org/projects/redmine/wiki/Changelog) and gathered all the features that affect the REST API in this issue. The goal is to have one place where Redmine features are captured...

enhancement
pending: help wanted

Hi all 👋 This PR increases the required PHP version to 7.2 or newer. I propose this PR for SimplePie 1.8 (see Roadmap in #731). Increasing the PHP version to...

size/XL