Jan Böhmer
376d29e829
Use correct table name for test_legacy_import workflow
2023-05-07 02:52:31 +02:00
Jan Böhmer
97ee4f36e3
Fixed typo in legacy import test script
2023-05-07 02:44:07 +02:00
Jan Böhmer
d766f255ef
Let job fail, when an error occurs during the legacy test script
2023-05-07 02:38:54 +02:00
Jan Böhmer
19ae9e7456
Fixed issue preventing migration from legacy Part-DB version
...
This bug was introduced during the fix for issue #260 (commit 2717d7d
). With this commit issue #287 should be fixed
2023-05-07 02:29:32 +02:00
Jan Böhmer
61ea312403
Added continous testing for legacy Part-DB import
2023-05-07 02:27:16 +02:00
Jan Böhmer
13193c9368
Fixed issue that searching in part notes were not possible
...
This fixes issue #288
2023-05-07 01:05:12 +02:00
Jan Böhmer
31e0ce4c64
Updated various yarn dependencies.
...
We can not upgrade marked to 5.0.0 yet, as it requires node18. We will require this version when we upgrade to PHP 8.1
2023-05-07 00:48:47 +02:00
Jan Böhmer
43238aff0a
Updated CKEDITOR to 37.1.0
2023-05-07 00:11:13 +02:00
Jan Böhmer
d598bfc35b
Updated dependencies.
2023-05-06 22:25:56 +02:00
Jan Böhmer
1c836918ca
Fixed various Partkeepr import issues
...
On Linux mysql table names can contain uppercase characters, and we expect always lowercase character, so we now normalize the tablenames to lowercase.
Also fixed some type errors on part parameters and improved performace for orderdetails import.
This fixes issue #286
2023-05-02 00:40:00 +02:00
Jan Böhmer
4a6a3b9269
Moved doctrine/data-fixtures to prod requirement
...
We use it for database purging in partkeepr import command. This fixes issue #285
2023-05-01 23:09:59 +02:00
Jan Böhmer
021e28aca8
Bumped to version 1.3.2
2023-04-29 22:43:03 +02:00
Jan Böhmer
334d81db08
Mark that amount is unknown in part tables and info page
...
Fixes issue #282
2023-04-29 22:33:46 +02:00
Jan Böhmer
6ffd45a82a
We are in development of 1.3.2 now
2023-04-29 22:07:14 +02:00
Jan Böhmer
2fe3902d8d
Updated dependencies.
2023-04-29 22:06:13 +02:00
Jan Böhmer
4dceda8251
Bumped version to 1.3.1
2023-04-24 12:01:12 +02:00
Jan Böhmer
09cf33f530
Use another method to submit forms after the delete confirm dialog
...
The old method caused some weird behavior on Firefox. This fixes issue #273
2023-04-24 01:39:42 +02:00
Jan Böhmer
3e851a65e9
Updated dependencies.
2023-04-24 00:00:31 +02:00
Jan Böhmer
e8ec536a5a
Allow to order by storelocation column
...
Related to discussion #269
2023-04-23 23:38:59 +02:00
Jan Böhmer
967be4451a
Reworked keybinding for special character input
...
Related to issue #275
2023-04-23 23:21:52 +02:00
Jan Böhmer
bc65a18f3c
Added greek characters to special characters plugin in CKEDITOR
...
Fixes #275
2023-04-23 21:20:53 +02:00
Jan Böhmer
1eb9c38aee
Fixed problem that MPN was not used as search field
...
Fixes issue #277 and #276
2023-04-22 23:26:48 +02:00
Jan Böhmer
ccaad1c305
Updated composer dependencies.
2023-04-22 22:34:14 +02:00
Jan Böhmer
963a22783f
Use proper implementation of recursion depth limit, that really use the number of recusive calls, not the number of child elements
...
This fixes issue #267
2023-04-17 23:59:59 +02:00
Jan Böhmer
303a3690e8
Normalize class_names for attachments migrated from legacy Part-DB database
...
This fixes issue #272
2023-04-17 23:52:08 +02:00
Jan Böhmer
29fa0818f6
We are in development of v1.3.1
2023-04-17 00:56:07 +02:00
Jan Böhmer
1a21a3ed42
Do not use igbinary for cache, as it is causing excpetions with the doctrine proxies
2023-04-17 00:55:41 +02:00
Jan Böhmer
7baad04e39
Updated dependencies
2023-04-16 23:58:03 +02:00
Jan Böhmer
273293479d
Hopefully fix phpunit issue on github actions
2023-04-16 01:46:44 +02:00
Jan Böhmer
37fb895d67
Only try to retrieve the targetLot from DB if the parameter is existing
...
This fixes an excpetion occuring during withdrawal of parts, when moving is disabled for the lot.
2023-04-16 01:22:58 +02:00
Jan Böhmer
0dcdd252f5
Fixed static analysis issues
2023-04-16 00:55:25 +02:00
Jan Böhmer
d04d743520
Fixed typos
2023-04-15 23:14:53 +02:00
Jan Böhmer
63df16a369
Removed unused imports
2023-04-15 22:27:19 +02:00
Jan Böhmer
13209c3236
Improved typing of properties
2023-04-15 22:25:03 +02:00
Jan Böhmer
29d1d49aca
Fixed some more inspection issues
2023-04-15 22:05:29 +02:00
Jan Böhmer
de96aae9a5
Fixed inspection issues
2023-04-15 21:49:19 +02:00
Jan Böhmer
5f29ee9052
Fixed some deprecation messages
2023-04-15 21:18:11 +02:00
Jan Böhmer
b3ecee749e
Removed deprecated SessionInterface service
2023-04-15 21:07:04 +02:00
Jan Böhmer
1cee1abe00
Fixed some return type deprecation messages
2023-04-15 19:33:39 +02:00
Jan Böhmer
558440168d
Fixed LiipImagine deprecation
2023-04-15 19:11:06 +02:00
Jan Böhmer
d0cb7ab486
Fixed deprecated use of FlashBag Service
2023-04-15 19:05:45 +02:00
Jan Böhmer
c317bc020a
Theme config migration should now work properly when migrating from legacy DB
2023-04-15 00:51:32 +02:00
Jan Böhmer
4065fb77da
Properly escape group table name in legacy DB migration for compatibility with MySQL 8
...
Fixes issue #271
2023-04-15 00:49:02 +02:00
Jan Böhmer
8351f38ee7
Keep query parameters when adding locale part in RedirectController
...
This fixes issue #268
2023-04-15 00:38:11 +02:00
Jan Böhmer
6e6e203f8a
Update VERSION
2023-04-11 12:26:36 +02:00
Jan Böhmer
2192149b5a
Merge remote-tracking branch 'origin/l10n_master'
2023-04-11 12:14:10 +02:00
Pyromane
a4e19196a7
Update troubleshooting.md ( #264 )
...
* Update troubleshooting.md
Enhanced how to list users and reset a user's password.
* Update troubleshooting.md
---------
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2023-04-11 12:11:08 +02:00
Jan Böhmer
0c744c5444
New translations validators.en.xlf (German)
2023-04-11 12:05:25 +02:00
Jan Böhmer
e0e5fb3d5a
Do not double escape tag link. Tag links with space in it now work properly
2023-04-09 01:38:12 +02:00
Jan Böhmer
1125096e5a
Fixed RoundingNecessaryException in certain cases
2023-04-09 01:30:29 +02:00