Skip to content

Commit

Permalink
Merge adjustments
Browse files Browse the repository at this point in the history
Removes changes to autogenerated files and
fixes missing Exception class usages in migrations.
  • Loading branch information
kitsunet committed Jul 6, 2024
1 parent 7a4a017 commit ee54f74
Show file tree
Hide file tree
Showing 24 changed files with 21 additions and 68 deletions.
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Mysql/Version20181104152203.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* source code.
*/

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -31,7 +30,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -45,7 +43,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
2 changes: 0 additions & 2 deletions Neos.Media/Migrations/Mysql/Version20190314150744.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -42,7 +41,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
2 changes: 0 additions & 2 deletions Neos.Media/Migrations/Mysql/Version20190315122900.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -34,7 +33,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Mysql/Version20191125132700.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

Expand All @@ -26,7 +25,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -38,7 +36,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
3 changes: 0 additions & 3 deletions Neos.Media/Migrations/Mysql/Version20200306233229.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Migrations\AbortMigrationException;

class Version20200306233229 extends AbstractMigration
{
Expand All @@ -21,7 +20,6 @@ public function getDescription(): string
/**
* @param Schema $schema
* @return void
* @throws AbortMigrationException
* @throws \Doctrine\DBAL\Exception
*/
public function up(Schema $schema): void
Expand All @@ -37,7 +35,6 @@ public function up(Schema $schema): void
/**
* @param Schema $schema
* @return void
* @throws AbortMigrationException
* @throws \Doctrine\DBAL\Exception
*/
public function down(Schema $schema): void
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Mysql/Version20200823164700.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -29,7 +28,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -48,7 +46,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Mysql/Version20200828170100.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -25,7 +24,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -39,7 +37,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Postgresql/Version20181104152204.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* source code.
*/

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -31,7 +30,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -45,7 +43,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
2 changes: 0 additions & 2 deletions Neos.Media/Migrations/Postgresql/Version20190314150745.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -44,7 +43,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws \Doctrine\DBAL\Exception
* @throws \Doctrine\DBAL\Migrations\AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Postgresql/Version20190315122901.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -24,7 +23,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -36,7 +34,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Postgresql/Version20191125132701.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

Expand All @@ -26,7 +25,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -38,7 +36,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
3 changes: 0 additions & 3 deletions Neos.Media/Migrations/Postgresql/Version20200307122055.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Migrations\AbortMigrationException;

class Version20200307122055 extends AbstractMigration
{
Expand All @@ -20,7 +19,6 @@ public function getDescription(): string
/**
* @param Schema $schema
* @return void
* @throws AbortMigrationException
* @throws \Doctrine\DBAL\Exception
*/
public function up(Schema $schema): void
Expand All @@ -36,7 +34,6 @@ public function up(Schema $schema): void
/**
* @param Schema $schema
* @return void
* @throws AbortMigrationException
* @throws \Doctrine\DBAL\Exception
*/
public function down(Schema $schema): void
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Postgresql/Version20200823164701.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -29,7 +28,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -48,7 +46,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
5 changes: 1 addition & 4 deletions Neos.Media/Migrations/Postgresql/Version20200828170101.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Migrations\AbortMigrationException;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

Expand All @@ -25,7 +24,6 @@ public function getDescription(): string
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function up(Schema $schema): void
{
Expand All @@ -39,7 +37,6 @@ public function up(Schema $schema): void
* @param Schema $schema
* @return void
* @throws DBALException
* @throws AbortMigrationException
*/
public function down(Schema $schema): void
{
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/EelHelpersReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Eel Helpers Reference
=====================

This reference was automatically generated from code on 2024-06-11
This reference was automatically generated from code on 2024-05-14


.. _`Eel Helpers Reference: Array`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FlowQuery Operation Reference
=============================

This reference was automatically generated from code on 2024-06-11
This reference was automatically generated from code on 2024-05-14


.. _`FlowQuery Operation Reference: add`:
Expand Down
14 changes: 3 additions & 11 deletions Neos.Neos/Documentation/References/PropertyEditorReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,12 @@ In case the text input should span multiple lines, a ``TextAreaEditor`` should b
group: 'document'
editor: 'Neos.Neos/Inspector/Editors/TextAreaEditor'
editorOptions:
minRows: 5
expandedRows: 10
maxRows: 20
rows: 7

Options Reference:

``minRows`` (integer)
Optional number to set the minRows of the TextArea if not expanded; Default ``2``.

``maxRows`` (integer)
Optional number to set the maxRows of the TextArea if expanded; Default ``24``.

``expandedRows`` (integer)
Optional number to set the expandedRows of the TextArea if expanded; Default ``6``.
``rows`` (integer)
Number of lines this textarea should have; Default ``5``.

** and all options from Text Field Editor -- see above**

Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/Signals/Flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flow Signals Reference
======================

This reference was automatically generated from code on 2024-06-11
This reference was automatically generated from code on 2024-05-14


.. _`Flow Signals Reference: AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/Signals/Media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Media Signals Reference
=======================

This reference was automatically generated from code on 2024-06-11
This reference was automatically generated from code on 2024-05-14


.. _`Media Signals Reference: AssetCollectionController (``Neos\Media\Browser\Controller\AssetCollectionController``)`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/Signals/Neos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Neos Signals Reference
======================

This reference was automatically generated from code on 2024-06-11
This reference was automatically generated from code on 2024-05-14


.. _`Neos Signals Reference: AbstractModuleController (``Neos\Neos\Controller\Module\AbstractModuleController``)`:
Expand Down
Loading

0 comments on commit ee54f74

Please sign in to comment.