Runtime of phpunit tests down from 20min+ to 5min+, phpunit updated to version 9.0.2
Time: 05:15.609, Memory: 205.00 MB
OK (72 tests, 293 assertions)
- several tests updated to run faster
- all database migrations shrinked into one
- fixed template in article detail
- fixed preview website redirect ("/")
- imported part of production database to localhost
- database full backup
git diff --shortstat 31ded283 2fdab26d 208 files changed, 9015 insertions(+), 5562 deletions(-)
v19.13
Bugfixes:
- notifications are enabled by default on https://www.niftycent.com/notification/1 and by email
New features:
- activities on homepage are ordered by distance from user (right menu on niftycent.com)
- menu items in dropdown are capitalized by default
- bottom lines in lists are 90% of default font size
git diff --shortstat 31d4e768ac5794e20a382cdff14fe35961205e12 31ded2830eefe77164e76987e105a7898fdc969d 65 files changed, 266 insertions(+), 196 deletions(-)
Bugfix:
- activity log has unresolved status (now you can save your progress, i.e.https://www.niftycent.com/a/97/run-1000km)
git diff --shortstat eb991ef5 31d4e768ac5794e20a382cdff14fe35961205e12 3 files changed, 1 insertion(+), 21 deletions(-)
v19.11 bugfixes:
- admin menu not shown
- user photo does not shown on same places
- multiple window.onload handlers into "one"
- my upvotes/downvotes/bookmarks are now visible only for logged users
git diff --shortstat eb991ef5 cc52c07d 120 files changed, 2499 insertions(+), 2412 deletions(-)
- file upload changes for events, activity, user, group, channel (almost everywhere)
- fixes in twig templates (some templates throws error under some conditions), so templates like "watched products", "places", "events"... is now available
- hundreds of fixes recommended by psalm (phpdocs, return values, nullable variables...)
- search filter is hidden by default (more space), now you can save filter but search options are hidden by default. State of hidden/visible is stored in cookie.
- al