Part-DB 1.3.1
If you are using Part-DB, it would be nice when you participate in this (Google Forms) user survey.
Database schema changed: You need to run php bin/console doctrine:migrations:migrate after upgrade!
New features and Changes
- Allow to order part tables by parts storelocations (discussion #269)
- Added greek characters to special characters insert plugin in rich text editors (issue #275)
- Improved input of special characters (like greek characters) using
ALT + Key
keybindings (related to issue #275)
For this the (formerly undocumented) old keybindings were changed to a more logical system. See https://docs.part-db.de/usage/keybindings.html
Bugfixes
- URLs without language now properly redirect even if the URL contains query parameters (issue #268)
- Table names in migration from legacy Part-DB are now properly escaped, which prevented migration on MySQL 8+ (issue #271)
- Theme config migration for users from legacy Part-DB works correctly now
- Fixed exception, that was occuring when users tried to withdraw parts where move action was disabled
- Fixed problem that some attachments from legacy Part-DB did not show up (issue #272)
- Fixed "recursion limit reached" exception, occuring when a data structure had more than 50 direct children (issue #267)
- Fixed problem that MPN field name was not searched (issue #277)
- Fixed 404 error sporadically occurring when deleting datastructures on Firefox (issue #273)
Miscellaneous
- Updated dependencies
- Code typing improvements
- Some deprecations removed
Full Changelog: v1.3.0...v1.3.1