Added link shortener (#1372)
Showing
- config/vufind/config.ini 4 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/config/module.config.php 20 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/sql/migrations/pgsql/6.0/001-add-shortlinks-table.sql 10 additions, 0 deletions...ind/sql/migrations/pgsql/6.0/001-add-shortlinks-table.sql
- module/VuFind/sql/mysql.sql 14 additions, 0 deletionsmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 15 additions, 0 deletionsmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Controller/ShortlinkController.php 59 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/ShortlinkController.php
- module/VuFind/src/VuFind/Db/Row/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/PluginManager.php
- module/VuFind/src/VuFind/Db/Row/Shortlinks.php 50 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/Shortlinks.php
- module/VuFind/src/VuFind/Db/Table/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/PluginManager.php
- module/VuFind/src/VuFind/Db/Table/Shortlinks.php 58 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/Shortlinks.php
- module/VuFind/src/VuFind/UrlShortener/Database.php 159 additions, 0 deletionsmodule/VuFind/src/VuFind/UrlShortener/Database.php
- module/VuFind/src/VuFind/UrlShortener/DatabaseFactory.php 65 additions, 0 deletionsmodule/VuFind/src/VuFind/UrlShortener/DatabaseFactory.php
- module/VuFind/src/VuFind/UrlShortener/None.php 66 additions, 0 deletionsmodule/VuFind/src/VuFind/UrlShortener/None.php
- module/VuFind/src/VuFind/UrlShortener/PluginManager.php 73 additions, 0 deletionsmodule/VuFind/src/VuFind/UrlShortener/PluginManager.php
- module/VuFind/src/VuFind/UrlShortener/ServiceFactory.php 64 additions, 0 deletionsmodule/VuFind/src/VuFind/UrlShortener/ServiceFactory.php
- module/VuFind/src/VuFind/UrlShortener/UrlShortenerInterface.php 58 additions, 0 deletions.../VuFind/src/VuFind/UrlShortener/UrlShortenerInterface.php
- module/VuFind/src/VuFind/View/Helper/Root/ShortenUrl.php 71 additions, 0 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/ShortenUrl.php
- module/VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php 68 additions, 0 deletions.../VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php
- module/VuFind/tests/unit-tests/src/VuFindTest/UrlShortener/DatabaseTest.php 132 additions, 0 deletions...s/unit-tests/src/VuFindTest/UrlShortener/DatabaseTest.php
- module/VuFind/tests/unit-tests/src/VuFindTest/UrlShortener/NoneTest.php 68 additions, 0 deletions...tests/unit-tests/src/VuFindTest/UrlShortener/NoneTest.php
Please register or sign in to comment