www/kanboard: update to 1.2.33
ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.33 * Do not close modals when clicking on the background * Add Bulgarian translation * Update Ukrainian and Russian translations * Show the two factor form in the middle of the screen like the login form does * Do not override the creator_id with the current logged user if the task is imported * Add basic Dev Container configs * Add adaptive SVG favicon and more SVG variants: * See https://web.dev/building-an-adaptive-favicon/ * Added more variant of the original Inkscape icon: * Text SVG * Vectorized text path SVG * Optimized SVG icon * Remove project_id from task links (A few were missed in #4892) * Remove unused and invalid method in ProjectModel * Update phpunit/phpunit and symfony/* dependencies * Update vendor folder Reported by: portscout
This commit is contained in:
parent
7378567f69
commit
21fff661cc
3 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kanboard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.32
|
||||
DISTVERSION= 1.2.33
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1692958378
|
||||
SHA256 (kanboard-kanboard-v1.2.32_GH0.tar.gz) = c78b20553f0167865d0e683277b0ebf8492fc4d235c8801619ea05345aae3f96
|
||||
SIZE (kanboard-kanboard-v1.2.32_GH0.tar.gz) = 3350096
|
||||
TIMESTAMP = 1697439522
|
||||
SHA256 (kanboard-kanboard-v1.2.33_GH0.tar.gz) = 9dab71c24455fc0c351a9fc009f828ba429261d0339db55cbfc6f0ee9c938169
|
||||
SIZE (kanboard-kanboard-v1.2.33_GH0.tar.gz) = 3381943
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@owner %%KANBOARD_USERNAME%%
|
||||
@group %%KANBOARD_GROUPNAME%%
|
||||
%%WWWDIR%%/.devcontainer/devcontainer.json
|
||||
%%WWWDIR%%/.htaccess
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/app/.htaccess
|
||||
|
@ -478,6 +479,7 @@
|
|||
%%WWWDIR%%/app/Job/TaskFileEventJob.php
|
||||
%%WWWDIR%%/app/Job/TaskLinkEventJob.php
|
||||
%%WWWDIR%%/app/Job/UserMentionJob.php
|
||||
%%WWWDIR%%/app/Locale/bg_BG/translations.php
|
||||
%%WWWDIR%%/app/Locale/bs_BA/translations.php
|
||||
%%WWWDIR%%/app/Locale/ca_ES/translations.php
|
||||
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
|
||||
|
@ -1052,8 +1054,11 @@
|
|||
%%WWWDIR%%/assets/fonts/fontawesome-webfont.ttf
|
||||
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff
|
||||
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2
|
||||
%%WWWDIR%%/assets/img/adaptive-favicon.svg
|
||||
%%WWWDIR%%/assets/img/favicon.png
|
||||
%%WWWDIR%%/assets/img/icon.svg
|
||||
%%WWWDIR%%/assets/img/inkscape-optimized-icon.svg
|
||||
%%WWWDIR%%/assets/img/inkscape-path-icon.svg
|
||||
%%WWWDIR%%/assets/img/inkscape-text-icon.svg
|
||||
%%WWWDIR%%/assets/img/touch-icon-ipad-retina.png
|
||||
%%WWWDIR%%/assets/img/touch-icon-ipad.png
|
||||
%%WWWDIR%%/assets/img/touch-icon-iphone-retina.png
|
||||
|
@ -2032,6 +2037,7 @@
|
|||
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
|
||||
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
|
||||
|
|
Loading…
Reference in a new issue