Migrate to Symfony Console. (#1571)
- Eliminates deprecated Laminas\Console package in favor of Symfony\Console. - Complete rewrite of all console utilities, including the addition of unit tests.
Showing
- composer.json 2 additions, 3 deletionscomposer.json
- composer.lock 481 additions, 398 deletionscomposer.lock
- config/application.config.php 0 additions, 1 deletionconfig/application.config.php
- install.php 11 additions, 658 deletionsinstall.php
- module/VuFind/config/module.config.php 0 additions, 3 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Bootstrapper.php 5 additions, 6 deletionsmodule/VuFind/src/VuFind/Bootstrapper.php
- module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php 1 addition, 2 deletionsmodule/VuFind/src/VuFind/Cookie/CookieManagerFactory.php
- module/VuFind/src/VuFind/Log/LoggerFactory.php 1 addition, 2 deletionsmodule/VuFind/src/VuFind/Log/LoggerFactory.php
- module/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php 1 addition, 2 deletionsmodule/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php
- module/VuFind/src/VuFind/Sitemap/Generator.php 25 additions, 15 deletionsmodule/VuFind/src/VuFind/Sitemap/Generator.php
- module/VuFind/src/VuFind/XSLT/Importer.php 2 additions, 4 deletionsmodule/VuFind/src/VuFind/XSLT/Importer.php
- module/VuFindConsole/Module.php 1 addition, 76 deletionsmodule/VuFindConsole/Module.php
- module/VuFindConsole/config/module.config.php 7 additions, 56 deletionsmodule/VuFindConsole/config/module.config.php
- module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommand.php 125 additions, 0 deletions...onsole/src/VuFindConsole/Command/Compile/ThemeCommand.php
- module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommandFactory.php 68 additions, 0 deletions...src/VuFindConsole/Command/Compile/ThemeCommandFactory.php
- module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommand.php 23 additions, 22 deletions...le/src/VuFindConsole/Command/Generate/AbstractCommand.php
- module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommandFactory.php 66 additions, 0 deletions...VuFindConsole/Command/Generate/AbstractCommandFactory.php
- module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommand.php 65 additions, 0 deletions...onsole/Command/Generate/AbstractContainerAwareCommand.php
- module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommandFactory.php 64 additions, 0 deletions...Command/Generate/AbstractContainerAwareCommandFactory.php
- module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractRouteCommand.php 65 additions, 0 deletions...c/VuFindConsole/Command/Generate/AbstractRouteCommand.php
Please register or sign in to comment